New: Added an Avali Plushie ! (#5761)
* *avali noises* * uhm I like this sprite better
This commit is contained in:
parent
87cf1d4b03
commit
481075e8da
|
|
@ -51,6 +51,7 @@
|
|||
- id: PlushieChitinid
|
||||
- id: PlushieKitsune
|
||||
- id: PlushieThaven # IMP port
|
||||
- id: PlushieAvali
|
||||
# End DeltaV
|
||||
- !type:GroupSelector
|
||||
children:
|
||||
|
|
|
|||
|
|
@ -309,3 +309,40 @@
|
|||
requiresSpecialDigestion: true
|
||||
useSound:
|
||||
collection: KitsuneSqueal
|
||||
|
||||
- type: entity
|
||||
parent: BasePlushie
|
||||
id: PlushieAvali
|
||||
name: avali plushie
|
||||
description: A stuffed toy that resembles an avali. The arms are lined with soft feathers.
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: _DV/Objects/Fun/Toys/avaliplush.rsi
|
||||
state: icon
|
||||
- type: Item
|
||||
size: Normal
|
||||
sprite: _DV/Objects/Fun/Toys/avaliplush.rsi
|
||||
- type: Clothing
|
||||
quickEquip: false
|
||||
sprite: _DV/Objects/Fun/Toys/avaliplush.rsi
|
||||
slots:
|
||||
- HEAD
|
||||
- type: EmitSoundOnUse
|
||||
sound:
|
||||
path: /Audio/_RMC14/Voice/Avali/avali_1.ogg
|
||||
- type: EmitSoundOnLand
|
||||
sound:
|
||||
path: /Audio/_RMC14/Voice/Avali/avali_scream.ogg
|
||||
- type: EmitSoundOnActivate
|
||||
sound:
|
||||
path: /Audio/_RMC14/Voice/Avali/avali_1_exclaim.ogg
|
||||
- type: EmitSoundOnTrigger
|
||||
sound:
|
||||
path: /Audio/_RMC14/Voice/Avali/avali_2.ogg
|
||||
- type: MeleeWeapon
|
||||
soundHit:
|
||||
path: /Audio/_RMC14/Voice/Avali/avali_1_exclaim.ogg
|
||||
- type: Edible
|
||||
requiresSpecialDigestion: true
|
||||
useSound:
|
||||
path: /Audio/_RMC14/Voice/Avali/avali_2_ask.ogg
|
||||
|
|
|
|||
|
|
@ -714,6 +714,8 @@
|
|||
orGroup: Plushie
|
||||
- id: PlushieThaven
|
||||
orGroup: Plushie
|
||||
- id: PlushieAvali
|
||||
orGroup: Plushie
|
||||
|
||||
# Random snacks, replaces MailChocolate (lousy animal organs)
|
||||
- type: entity
|
||||
|
|
|
|||
Binary file not shown.
|
After Width: | Height: | Size: 1.1 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 1008 B |
Binary file not shown.
|
After Width: | Height: | Size: 999 B |
Binary file not shown.
|
After Width: | Height: | Size: 1007 B |
|
|
@ -0,0 +1,26 @@
|
|||
{
|
||||
"version": 1,
|
||||
"license": "CC-BY-SA-3.0",
|
||||
"copyright": "Made by @Stxcking (github).",
|
||||
"size": {
|
||||
"x": 32,
|
||||
"y": 32
|
||||
},
|
||||
"states": [
|
||||
{
|
||||
"name": "icon"
|
||||
},
|
||||
{
|
||||
"name": "inhand-left",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "inhand-right",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "equipped-HELMET",
|
||||
"directions": 4
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Reference in New Issue