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:
committed by
GitHub
parent
388d66c046
commit
871e7a1eae
@@ -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
|
||||
|
||||
|
||||
@@ -313,6 +313,9 @@
|
||||
- id: PlushieMoth
|
||||
prob: 0.01
|
||||
orGroup: Plushies
|
||||
- id: PlushieVulp
|
||||
prob: 0.01
|
||||
orGroup: Plushies
|
||||
- id: PlushieArachind
|
||||
prob: 0.01
|
||||
orGroup: Plushies
|
||||
|
||||
@@ -42,6 +42,7 @@
|
||||
- id: PlushieMoth
|
||||
- id: PlushieArachind
|
||||
- id: PlushiePenguin
|
||||
- id: PlushieVulp
|
||||
|
||||
- type: entityTable
|
||||
id: AllPottedPlantsTable
|
||||
|
||||
@@ -1184,3 +1184,44 @@
|
||||
- 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
|
||||
|
||||
@@ -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 |
BIN
Resources/Textures/Objects/Fun/Plushies/vulp.rsi/icon.png
Normal file
BIN
Resources/Textures/Objects/Fun/Plushies/vulp.rsi/icon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 6.7 KiB |
BIN
Resources/Textures/Objects/Fun/Plushies/vulp.rsi/inhand-left.png
Normal file
BIN
Resources/Textures/Objects/Fun/Plushies/vulp.rsi/inhand-left.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 8.7 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 9.4 KiB |
26
Resources/Textures/Objects/Fun/Plushies/vulp.rsi/meta.json
Normal file
26
Resources/Textures/Objects/Fun/Plushies/vulp.rsi/meta.json
Normal file
@@ -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
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user