diff --git a/Resources/Audio/White/Fluff/Joulerk/activate.ogg b/Resources/Audio/White/Fluff/Joulerk/activate.ogg new file mode 100644 index 0000000000..3104a3c3e5 Binary files /dev/null and b/Resources/Audio/White/Fluff/Joulerk/activate.ogg differ diff --git a/Resources/Prototypes/White/Fluff/fluff.yml b/Resources/Prototypes/White/Fluff/fluff.yml index 46e666a897..d5f5cce506 100644 --- a/Resources/Prototypes/White/Fluff/fluff.yml +++ b/Resources/Prototypes/White/Fluff/fluff.yml @@ -1182,3 +1182,27 @@ sprite: White/Fluff/Pr0fixxx/webbing.rsi - type: Clothing sprite: White/Fluff/Pr0fixxx/webbing.rsi + + +#Joulerk +- type: entity + parent: BasePlushie + id: PlushieLerkFluff + name: Плюшевая Лерк + description: Глядя на эту игрушку, ты чувствуешь, как леденящий холод пронизывает твои кости. Ее глаза, словно две темные бездны, в которых теряются даже самые смелые души. + suffix: fluff + components: + - type: Sprite + sprite: White/Fluff/Joulerk/lerk-plushie.rsi + state: icon + - type: Item + size: Normal + - type: EmitSoundOnActivate + sound: + path: /Audio/White/Fluff/Joulerk/activate.ogg + - type: EmitSoundOnTrigger + sound: + path: /Audio/White/Fluff/Joulerk/activate.ogg + - type: EmitSoundOnUse + sound: + path: /Audio/White/Fluff/Joulerk/activate.ogg diff --git a/Resources/Prototypes/White/Fluff/sponsor.yml b/Resources/Prototypes/White/Fluff/sponsor.yml index 83cbf9a39a..715cc8f081 100644 --- a/Resources/Prototypes/White/Fluff/sponsor.yml +++ b/Resources/Prototypes/White/Fluff/sponsor.yml @@ -461,3 +461,9 @@ id: Pr0fixxxWebbing entity: ClothingBeltWebbingPr0fixxx sponsorOnly: true + +#Joulerk +- type: loadout + id: JoulerkPlushie + entity: PlushieLerkFluff + sponsorOnly: true diff --git a/Resources/Textures/White/Fluff/Joulerk/lerk-plushie.rsi/icon.png b/Resources/Textures/White/Fluff/Joulerk/lerk-plushie.rsi/icon.png new file mode 100644 index 0000000000..0c5d2c8ac9 Binary files /dev/null and b/Resources/Textures/White/Fluff/Joulerk/lerk-plushie.rsi/icon.png differ diff --git a/Resources/Textures/White/Fluff/Joulerk/lerk-plushie.rsi/inhand-left.png b/Resources/Textures/White/Fluff/Joulerk/lerk-plushie.rsi/inhand-left.png new file mode 100644 index 0000000000..b19ad35d56 Binary files /dev/null and b/Resources/Textures/White/Fluff/Joulerk/lerk-plushie.rsi/inhand-left.png differ diff --git a/Resources/Textures/White/Fluff/Joulerk/lerk-plushie.rsi/inhand-right.png b/Resources/Textures/White/Fluff/Joulerk/lerk-plushie.rsi/inhand-right.png new file mode 100644 index 0000000000..6fb7570071 Binary files /dev/null and b/Resources/Textures/White/Fluff/Joulerk/lerk-plushie.rsi/inhand-right.png differ diff --git a/Resources/Textures/White/Fluff/Joulerk/lerk-plushie.rsi/meta.json b/Resources/Textures/White/Fluff/Joulerk/lerk-plushie.rsi/meta.json new file mode 100644 index 0000000000..bc10cd35ee --- /dev/null +++ b/Resources/Textures/White/Fluff/Joulerk/lerk-plushie.rsi/meta.json @@ -0,0 +1,22 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] + }