food-sequence-cotton-burger-content-plushie-penguin = peng
food-sequence-cotton-burger-content-plushie-human = uristmc
food-sequence-cotton-burger-content-plushie-moth = fluff
+food-sequence-cotton-burger-content-plushie-vulp = vulp
food-sequence-cotton-burger-content-plushie-ian = corgi
food-sequence-cotton-burger-content-among-pequeno = sus
- type: FoodSequenceElement
entries:
CottonBurger: MothPlushie
+
+- type: entity
+ parent: BasePlushie
+ id: PlushieVulp
+ name: vulpkanin plushie
+ description: An adorable stuffed toy that resembles a vulpkanin. Yip! Yap!
+ components:
+ - type: Sprite
+ sprite: Objects/Fun/Plushies/vulp.rsi
+ state: icon
+ - type: EmitSoundOnUse
+ sound: &PlushieVulpSound
+ path: /Audio/Voice/Vulpkanin/howl.ogg
+ params:
+ volume: -5
+ - type: EmitSoundOnLand
+ sound: *PlushieVulpSound
+ - type: EmitSoundOnActivate
+ sound: *PlushieVulpSound
+ - type: EmitSoundOnTrigger
+ sound: *PlushieVulpSound
+ - type: Edible
+ requiresSpecialDigestion: true
+ useSound:
+ path: /Audio/Voice/Vulpkanin/vulp_scream4.ogg
+ params:
+ volume: -5
+ - type: MeleeWeapon
+ soundHit: *PlushieVulpSound
+ - type: Clothing
+ quickEquip: false
+ sprite: Objects/Fun/Plushies/vulp.rsi
+ slots:
+ - HEAD
+ clothingVisuals:
+ head:
+ - state: equipped-HELMET
+ offset: "0, 0.0625"
+ - type: FoodSequenceElement
+ entries:
+ CottonBurger: PlushieVulp
- sprite: Objects/Fun/Plushies/moth.rsi
state: icon
+#Vulp Plushie
+
+- type: foodSequenceElement
+ id: PlushieVulp
+ scale: 0.8, 0.8
+ name: food-sequence-cotton-burger-content-plushie-vulp
+ sprites:
+ - sprite: Objects/Fun/Plushies/vulp.rsi
+ state: icon
+
#Ian Toy
- type: foodSequenceElement
--- /dev/null
+{
+ "version": 1,
+ "license": "CC-BY-NC-SA-3.0",
+ "copyright": "Sprite by Princess Cheeseballs (github)",
+ "size": {
+ "x": 32,
+ "y": 32
+ },
+ "states": [
+ {
+ "name": "icon"
+ },
+ {
+ "name": "equipped-HELMET",
+ "directions": 4
+ },
+ {
+ "name": "inhand-left",
+ "directions": 4
+ },
+ {
+ "name": "inhand-right",
+ "directions": 4
+ }
+ ]
+}