diff --git a/Resources/Locale/ru-RU/_Custom/datasets/figurines.ftl b/Resources/Locale/ru-RU/_Custom/datasets/figurines.ftl new file mode 100644 index 00000000000..3fd40bab4fd --- /dev/null +++ b/Resources/Locale/ru-RU/_Custom/datasets/figurines.ftl @@ -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 = Емае diff --git a/Resources/Prototypes/_Custom/Datasets/figurines.yml b/Resources/Prototypes/_Custom/Datasets/figurines.yml new file mode 100644 index 00000000000..85befc51de1 --- /dev/null +++ b/Resources/Prototypes/_Custom/Datasets/figurines.yml @@ -0,0 +1,5 @@ +- type: localizedDataset + id: FigurinesChief + values: + prefix: figurines-chief- + count: 11 diff --git a/Resources/Prototypes/_Custom/Objects/Fun/toys.yml b/Resources/Prototypes/_Custom/Objects/Fun/toys.yml new file mode 100644 index 00000000000..23b3f398a25 --- /dev/null +++ b/Resources/Prototypes/_Custom/Objects/Fun/toys.yml @@ -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 diff --git a/Resources/Textures/_Custom/Objects/Fun/toys.rsi/meta.json b/Resources/Textures/_Custom/Objects/Fun/toys.rsi/meta.json new file mode 100644 index 00000000000..4e13708ae54 --- /dev/null +++ b/Resources/Textures/_Custom/Objects/Fun/toys.rsi/meta.json @@ -0,0 +1,14 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "by Emadogus", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "plushie_chief" + } + ] +} diff --git a/Resources/Textures/_Custom/Objects/Fun/toys.rsi/plushie_chief.png b/Resources/Textures/_Custom/Objects/Fun/toys.rsi/plushie_chief.png new file mode 100644 index 00000000000..a418479ac43 Binary files /dev/null and b/Resources/Textures/_Custom/Objects/Fun/toys.rsi/plushie_chief.png differ