Skip to content
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

Closed
wants to merge 6 commits into from
4 changes: 4 additions & 0 deletions Resources/Locale/ru-RU/_stories/datasets/figurines.ftl
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
figurines-boo-cat-1 = Бу! Испугался? Не бойся, я друг, я тебя не обижу.
figurines-boo-cat-2 = Иди сюда, иди ко мне, посмотри мне в глаза.
figurines-boo-cat-3 = Ты видишь меня? Я тоже тебя вижу.
figurines-boo-cat-4 = Ты не хочешь? Почему? Что-то не так?
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@
- ToyFigurineLawyer
- ToyFigurineCargoTech
- ToyFigurineSalvage
- ToyFigurineQuartermaster
- ToyFigurineQuartermaster
Copy link
Contributor

@Shegare Shegare Dec 10, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Добавь в конце строки - # Stories

- ToyFigurineChiefEngineer
- ToyFigurineAtmosTech
- ToyFigurineEngineer
Expand All @@ -112,6 +112,7 @@
- ToyFigurineParamedic
- ToyFigurineMedicalDoctor
- ToyFigurineHeadOfPersonnel
- ToyFigurineBooCat # Stories
- ToyFigurineLibrarian
- ToyFigurineChaplain
- ToyFigurineChef
Expand Down
3 changes: 3 additions & 0 deletions Resources/Prototypes/Entities/Objects/Fun/figurine_boxes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,9 @@
- id: ToyFigurineRatKing
prob: 0.30
orGroup: SpacemenFig
- id: ToyFigurineBooCat # Stories
prob: 0.50
orGroup: SpacemenFig
- id: ToyFigurineRatServant
prob: 0.40
orGroup: SpacemenFig
Expand Down
5 changes: 5 additions & 0 deletions Resources/Prototypes/Stories/Datasets/figurines.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
- type: localizedDataset
id: FigurinesBooCat
values:
prefix: figurines-boo-cat-
count: 4
15 changes: 15 additions & 0 deletions Resources/Prototypes/Stories/Entities/Objects/Fun/figurines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@
- Figurine
- type: StealTarget
stealGroup: Figurines
- type: UseDelay
delay: 10
- type: Speech
speechSounds: Pai # it just sounds better

- type: entity
parent: BaseFigurineStories
Expand Down Expand Up @@ -116,3 +120,14 @@
components:
- type: Sprite
state: colossus

- type: entity
parent: BaseFigurineStories
id: ToyFigurineBooCat
name: фигурка зловещего кота
description: Фигурка, изображающая зловещего кота, который обычно обитает в темноте технических туннелей.
components:
- type: Sprite
state: boo_cat
- type: SpeakOnUse
pack: FigurinesBooCat
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@
},
{
"name": "colossus"
},
{
"name": "boo_cat"
}
]
}
Loading