-
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
Changes from 5 commits
c6bd167
3e7fdd5
0385aa8
d6bd41c
b7aa333
e334200
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,9 @@ | ||
figurines-hop-1 = Бумаги, пожалуйста. | ||
figurines-hop-2 = Вы уволены. | ||
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 commentThe reason will be displayed to describe this comment to others. Learn more. Это надо в _stories папку |
||
figurines-passenger-1 = Изоли пожалуйста. | ||
figurines-passenger-2 = Вызывайте эвак. | ||
figurines-greytider-1 = Чувак, эта вечеринка отстой. Я, бля, ненавижу этих людей. | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,8 @@ ent-BaseFigurine = фигурка | |
.desc = Небольшая миниатюра. | ||
ent-ToyFigurineHeadOfPersonnel = фигурка главы персонала | ||
.desc = Фигурка, изображающая прославленного главу всея персонала, как обычно, отсутствующего в своём кабинете. | ||
ent-ToyFigurineBooCat = фигурка зловещего кота | ||
.desc = Фигурка, изображающая зловещего кота, который обычно обитает в темноте технических туннелей. | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Это надо в _stories папку |
||
ent-ToyFigurinePassenger = фигурка ассистента | ||
.desc = Фигурка, изображающая обычного заурядного ассистента. Никаких приколов. | ||
ent-ToyFigurineGreytider = фигурка грейтайдера | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,6 +4,12 @@ | |
prefix: figurines-hop- | ||
count: 2 | ||
|
||
- type: localizedDataset | ||
id: FigurinesBooCat | ||
values: | ||
prefix: figurines-boo-cat- | ||
count: 4 | ||
|
||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Это надо в Stories папку |
||
- type: localizedDataset | ||
id: FigurinesPassenger | ||
values: | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -101,7 +101,7 @@ | |
- ToyFigurineLawyer | ||
- ToyFigurineCargoTech | ||
- ToyFigurineSalvage | ||
- ToyFigurineQuartermaster | ||
- ToyFigurineQuartermaster | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Добавь в конце строки - # Stories |
||
- ToyFigurineChiefEngineer | ||
- ToyFigurineAtmosTech | ||
- ToyFigurineEngineer | ||
|
@@ -112,6 +112,7 @@ | |
- ToyFigurineParamedic | ||
- ToyFigurineMedicalDoctor | ||
- ToyFigurineHeadOfPersonnel | ||
- ToyFigurineBooCat | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Добавь в конце строки - # Stories |
||
- ToyFigurineLibrarian | ||
- ToyFigurineChaplain | ||
- ToyFigurineChef | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -33,6 +33,17 @@ | |
- type: SpeakOnUse | ||
pack: FigurinesHoP | ||
|
||
- 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 commentThe reason will be displayed to describe this comment to others. Learn more. Это надо в Stories папку |
||
- type: entity | ||
parent: BaseFigurine | ||
id: ToyFigurinePassenger | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -162,6 +162,9 @@ | |
}, | ||
{ | ||
"name": "figurine_spawner" | ||
}, | ||
{ | ||
"name": "boo_cat" | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Это надо в Stories папку |
||
} | ||
] | ||
} |
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 папку или просто удалить