diff --git a/Resources/Prototypes/White/Fluff/fluff1.yml b/Resources/Prototypes/White/Fluff/fluff1.yml new file mode 100644 index 0000000000..e9e45dece2 --- /dev/null +++ b/Resources/Prototypes/White/Fluff/fluff1.yml @@ -0,0 +1,24 @@ +# Forg +- type: entity + parent: PlushieLizard + id: PlushieRyanForg + name: Райан Клуня + suffix: fluff + description: Он гонял на тачке также, как клуня на шлюховозке от СБ. Плюшевая кукла. + components: + - type: Sprite + sprite: White/Fluff/Forg/ryan.rsi + state: icon + scale: 0.7, 0.7 + - type: EmitSoundOnUse + sound: + path: /Textures/White/Fluff/Forg/ryan.ogg + - type: EmitSoundOnLand + sound: + path: /Audio/Items/Toys/weh.ogg + - type: EmitSoundOnActivate + sound: + path: /Textures/White/Fluff/Forg/ryan.ogg + - type: MeleeWeapon + soundHit: + path: /Audio/Items/Toys/weh.ogg diff --git a/Resources/Prototypes/White/Fluff/sponsor.yml b/Resources/Prototypes/White/Fluff/sponsor.yml index 0c127b41f9..9f1a447628 100644 --- a/Resources/Prototypes/White/Fluff/sponsor.yml +++ b/Resources/Prototypes/White/Fluff/sponsor.yml @@ -368,3 +368,9 @@ id: AntohagGasMaskLoadout entity: AntohagGasMaskFluff sponsorOnly: true + +# Forg +- type: loadout + id: ForgPlushieRyan + entity: PlushieRyanForg + sponsorOnly: true diff --git a/Resources/Textures/White/Fluff/Forg/ryan.ogg b/Resources/Textures/White/Fluff/Forg/ryan.ogg new file mode 100644 index 0000000000..88bcdc331f Binary files /dev/null and b/Resources/Textures/White/Fluff/Forg/ryan.ogg differ diff --git a/Resources/Textures/White/Fluff/Forg/ryan.rsi/icon.png b/Resources/Textures/White/Fluff/Forg/ryan.rsi/icon.png new file mode 100644 index 0000000000..b6f9c7f81a Binary files /dev/null and b/Resources/Textures/White/Fluff/Forg/ryan.rsi/icon.png differ diff --git a/Resources/Textures/White/Fluff/Forg/ryan.rsi/meta.json b/Resources/Textures/White/Fluff/Forg/ryan.rsi/meta.json new file mode 100644 index 0000000000..6d15310d0e --- /dev/null +++ b/Resources/Textures/White/Fluff/Forg/ryan.rsi/meta.json @@ -0,0 +1,15 @@ +{ + "version": 1, + "copyright": "@aposto0.1.9", + "license": "CC-BY-SA-4.0", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon", + "directions": 4 + } + ] +}