-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Добавил фигурку зловещего кота #19
Conversation
- type: entity | ||
parent: BaseFigurine | ||
id: ToyFigurineBooCat | ||
name: sinister cat figure | ||
description: A figurine depicting a sinister cat that usually lives in the darkness of technical tunnels. | ||
components: | ||
- type: Sprite | ||
state: boo_cat | ||
- type: SpeakOnUse | ||
pack: FigurinesBooCat | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Это надо в Stories папку
@@ -112,6 +112,7 @@ | |||
- ToyFigurineParamedic | |||
- ToyFigurineMedicalDoctor | |||
- ToyFigurineHeadOfPersonnel | |||
- ToyFigurineBooCat |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Добавь в конце строки - # Stories
@@ -101,7 +101,7 @@ | |||
- ToyFigurineLawyer | |||
- ToyFigurineCargoTech | |||
- ToyFigurineSalvage | |||
- ToyFigurineQuartermaster | |||
- ToyFigurineQuartermaster |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Добавь в конце строки - # Stories
- type: localizedDataset | ||
id: FigurinesBooCat | ||
values: | ||
prefix: figurines-boo-cat- | ||
count: 4 | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Это надо в Stories папку
ent-ToyFigurineBooCat = фигурка зловещего кота | ||
.desc = Фигурка, изображающая зловещего кота, который обычно обитает в темноте технических туннелей. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Это надо в _stories папку
figurines-boo-cat-1 = Бу! Испугался? Не бойся, я друг, я тебя не обижу. | ||
figurines-boo-cat-2 = Иди сюда, иди ко мне, посмотри мне в глаза. | ||
figurines-boo-cat-3 = Ты видишь меня? Я тоже тебя вижу. | ||
figurines-boo-cat-4 = Ты не хочешь? Почему? Что-то не так? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Это надо в _stories папку
figurines-boo-cat-1 = Boo! Are you scared? Don't be afraid, I'm a friend, I won't hurt you. | ||
figurines-boo-cat-2 = Come here, come to me, sit next to me, look into my eyes. | ||
figurines-boo-cat-3 = Do you see me? I can see you too. | ||
figurines-boo-cat-4 = Don't you want to? Why? Is something wrong? | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Это надо в _stories папку или просто удалить
@PCCartem нам важно понимать какая часть оффовская, а какая наша, чтобы не ломать голову при апстримах |
}, | ||
{ | ||
"name": "boo_cat" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Это надо в Stories папку
@Shegare Мне всё понятно, займусь по возможности и перенесу. |
Пришлось добавить компонент Speech и UseDelay, и в саму фигурку SpeakOnUse. Там есть кое-где вот такого типа: name: фигурка инквизитора Можно добавить, но в задачу это не входило, поэтому не стал трогать, да и контекста некоторых фигурок просто не знаю. |
Отказано, не вижу смысл добавлять очередной мем в нашу сборку, который уже неактуален. |
О PR
Добавил фигурку зловещего кота из мема "Бу, испугался?"
Почему / Баланс
Шутки ради, для веселья.
Технические детали
Добавил спрайт, прописал фразы, внес изменения в ящик фигурок и библиотеку, для того, чтобы был шанс появления фигурки. Добавил к фигуркам Stories компонент, который позволяет им говорить. Если не прописать SpeakOnUse, при нажатии, как и раньше, ничего не происходит.
Медиа
Changelog
🆑 variarti