Vulp Plushie (#40303)
* Textures * Plushie * Fix sprites and add entity tables * Copyright info * Fix food sequence * I'm dum * head sprite update --------- Co-authored-by: Princess Cheeseballs <66055347+Pronana@users.noreply.github.com>
This commit is contained in:
parent
4677ec0294
commit
eb971395de
|
|
@ -156,6 +156,7 @@ food-sequence-cotton-burger-content-plushie-xeno = xeno
|
|||
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
|
||||
|
||||
|
|
|
|||
|
|
@ -315,6 +315,9 @@
|
|||
- id: PlushieMoth
|
||||
prob: 0.01
|
||||
orGroup: Plushies
|
||||
- id: PlushieVulp
|
||||
prob: 0.01
|
||||
orGroup: Plushies
|
||||
- id: PlushieArachind
|
||||
prob: 0.01
|
||||
orGroup: Plushies
|
||||
|
|
|
|||
|
|
@ -40,11 +40,12 @@
|
|||
- id: PlushieXeno
|
||||
- id: PlushieHampter
|
||||
- id: PlushieMoth
|
||||
- id: PlushieMothRandom # Nyano - random moth plushies
|
||||
- id: PlushieMothRandom # Nyano - random moth plushies
|
||||
- id: PlushieArachind
|
||||
- id: PlushiePenguin
|
||||
# Begin DeltaV,- see Resources/Prototypes/_DV/Entities/Objects/Fun/toys.yml
|
||||
- id: PlushieVulp
|
||||
# Begin DeltaV - see Resources/Prototypes/_DV/Entities/Objects/Fun/toys.yml
|
||||
- id: PlushieMothRandom # Nyano - random moth plushies
|
||||
- id: PlushieMothRandom # Nyano - random moth plushies
|
||||
- id: PlushieMort
|
||||
- id: PlushieIPC
|
||||
- id: PlushieFelinid
|
||||
|
|
@ -54,8 +55,8 @@
|
|||
- id: PlushieFeroxi
|
||||
- id: PlushieChitinid
|
||||
- id: PlushieKitsune
|
||||
# End DeltaV
|
||||
- id: PlushieThaven # IMP port
|
||||
# End DeltaV
|
||||
|
||||
- type: entity
|
||||
id: CrateFunPlushie
|
||||
|
|
|
|||
|
|
@ -1199,3 +1199,44 @@
|
|||
- type: Construction # DeltaV - Mothroach hide craft, see Prototypes/Nyanotrasen/Recipes/Crafting/Graphs/fun/mothplushie.yml
|
||||
graph: MothPlushie
|
||||
node: plush
|
||||
|
||||
- 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
|
||||
|
|
|
|||
|
|
@ -114,6 +114,7 @@
|
|||
- PlushieSnake
|
||||
- PlushieArachind
|
||||
- PlushieMoth
|
||||
- PlushieVulp
|
||||
- PlushieHampter
|
||||
- PlushiePenguin
|
||||
- PlushieHuman
|
||||
|
|
|
|||
|
|
@ -1547,6 +1547,16 @@
|
|||
- 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
|
||||
|
|
|
|||
Binary file not shown.
|
After Width: | Height: | Size: 8.2 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 6.7 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 8.7 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 9.4 KiB |
|
|
@ -0,0 +1,26 @@
|
|||
{
|
||||
"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
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Reference in New Issue