forked from Rxup/space-station-14
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #29 from Chi-Firka/ChiFirka-plushie
Added ChiFirka plushie
- Loading branch information
Showing
5 changed files
with
48 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
figurines-chief-1 = Хай | ||
figurines-chief-2 = Позитивчик | ||
figurines-chief-3 = Негативчик | ||
figurines-chief-4 = Где Аарончик? | ||
figurines-chief-5 = *кричит!* | ||
figurines-chief-6 = Я не гей! | ||
figurines-chief-7 = Ммра Маммм! | ||
figurines-chief-8 = Аарамрра! | ||
figurines-chief-9 = Мрамор! | ||
figurines-chief-10 = Только не Браун! | ||
figurines-chief-11 = Емае |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
- type: localizedDataset | ||
id: FigurinesChief | ||
values: | ||
prefix: figurines-chief- | ||
count: 11 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
- type: entity | ||
parent: BasePlushie | ||
id: ChiefPlushie | ||
name: Чиф | ||
description: Лучший боец ДСО 3024 года. | ||
components: | ||
- type: Sprite | ||
sprite: _Custom/Objects/Fun/toys.rsi | ||
state: plushie_chief | ||
- type: Speech | ||
speechSounds: Pai # it just sounds better | ||
- type: TTS | ||
- type: SpeakOnUse | ||
pack: FigurinesChief | ||
- type: ItemSlots | ||
slots: | ||
stash: | ||
startingItem: ClothingHeadHatCatEars |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
{ | ||
"version": 1, | ||
"license": "CC-BY-SA-3.0", | ||
"copyright": "by Emadogus", | ||
"size": { | ||
"x": 32, | ||
"y": 32 | ||
}, | ||
"states": [ | ||
{ | ||
"name": "plushie_chief" | ||
} | ||
] | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.