[Sponsor] Fluff Forg (#567)

* [Sponsor] Fluff Forg

* fix size

* sound
This commit is contained in:
HitPanda
2023-11-16 17:13:52 +03:00
committed by Aviu00
parent 390a879d1a
commit b90510cb21
5 changed files with 45 additions and 0 deletions

View File

@@ -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

View File

@@ -368,3 +368,9 @@
id: AntohagGasMaskLoadout id: AntohagGasMaskLoadout
entity: AntohagGasMaskFluff entity: AntohagGasMaskFluff
sponsorOnly: true sponsorOnly: true
# Forg
- type: loadout
id: ForgPlushieRyan
entity: PlushieRyanForg
sponsorOnly: true

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

View File

@@ -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
}
]
}