plushie (#14962)
This commit is contained in:
BIN
Resources/Audio/Items/Toys/toy_rustle.ogg
Normal file
BIN
Resources/Audio/Items/Toys/toy_rustle.ogg
Normal file
Binary file not shown.
@@ -129,6 +129,66 @@
|
|||||||
soundHit:
|
soundHit:
|
||||||
path: /Audio/Items/Toys/muffled_weh.ogg
|
path: /Audio/Items/Toys/muffled_weh.ogg
|
||||||
|
|
||||||
|
- type: entity
|
||||||
|
parent: BasePlushie
|
||||||
|
id: PlushieDiona
|
||||||
|
name: diona plushie
|
||||||
|
description: An adorable stuffed toy that resembles a diona. Love water and cuddles. Do not wet!
|
||||||
|
components:
|
||||||
|
- type: Sprite
|
||||||
|
layers:
|
||||||
|
- state: plushie_diona
|
||||||
|
- state: plushie_diona1
|
||||||
|
map: [ "enum.SolutionContainerLayers.Fill" ]
|
||||||
|
visible: false
|
||||||
|
- type: EmitSoundOnUse
|
||||||
|
sound:
|
||||||
|
path: /Audio/Items/Toys/toy_rustle.ogg
|
||||||
|
- type: EmitSoundOnLand
|
||||||
|
sound:
|
||||||
|
path: /Audio/Items/Toys/toy_rustle.ogg
|
||||||
|
- type: EmitSoundOnActivate
|
||||||
|
sound:
|
||||||
|
path: /Audio/Items/Toys/toy_rustle.ogg
|
||||||
|
- type: MeleeWeapon
|
||||||
|
soundHit:
|
||||||
|
path: /Audio/Items/Toys/toy_rustle.ogg
|
||||||
|
- type: SolutionContainerManager
|
||||||
|
solutions:
|
||||||
|
plushie:
|
||||||
|
maxVol: 1
|
||||||
|
- type: RefillableSolution
|
||||||
|
solution: plushie
|
||||||
|
- type: SolutionContainerVisuals
|
||||||
|
maxFillLevels: 1
|
||||||
|
fillBaseName: plushie_diona
|
||||||
|
changeColor: false
|
||||||
|
- type: Appearance
|
||||||
|
- type: Reactive
|
||||||
|
reactions:
|
||||||
|
- reagents: [ Water ]
|
||||||
|
methods: [ Touch ]
|
||||||
|
effects:
|
||||||
|
- !type:AddToSolutionReaction
|
||||||
|
solution: plushie
|
||||||
|
- type: Fixtures
|
||||||
|
fixtures:
|
||||||
|
- shape:
|
||||||
|
!type:PhysShapeAabb
|
||||||
|
bounds: "-0.3,-0.3,0.3,0.3"
|
||||||
|
density: 15
|
||||||
|
mask:
|
||||||
|
- ItemMask
|
||||||
|
- shape:
|
||||||
|
!type:PhysShapeAabb
|
||||||
|
bounds: "-0.3,-0.3,0.3,0.3"
|
||||||
|
id: "rehydrate"
|
||||||
|
hard: false
|
||||||
|
layer:
|
||||||
|
- LowImpassable
|
||||||
|
- type: CollisionWake
|
||||||
|
enabled: false
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
parent: BasePlushie
|
parent: BasePlushie
|
||||||
id: PlushieSharkBlue
|
id: PlushieSharkBlue
|
||||||
@@ -588,7 +648,7 @@
|
|||||||
revolver-ammo: !type:Container
|
revolver-ammo: !type:Container
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
parent: RevolverCapGun
|
parent: RevolverCapGun
|
||||||
id: RevolverCapGunFake
|
id: RevolverCapGunFake
|
||||||
name: cap gun
|
name: cap gun
|
||||||
description: Looks almost like the real thing! Ages 8 and up.
|
description: Looks almost like the real thing! Ages 8 and up.
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"version": 1,
|
"version": 1,
|
||||||
"license": "CC-BY-SA-3.0",
|
"license": "CC-BY-SA-3.0",
|
||||||
"copyright": "Taken from tgstation at https://github.com/tgstation/tgstation/commit/e1142f20f5e4661cb6845cfcf2dd69f864d67432, orb, orb-inhand-left and orb-inhand-right created by Pancake",
|
"copyright": "Taken from tgstation at https://github.com/tgstation/tgstation/commit/e1142f20f5e4661cb6845cfcf2dd69f864d67432, orb, orb-inhand-left and orb-inhand-right created by Pancake, plushie_diona and plushie_diona1 created by discord user Deos#5630 ",
|
||||||
"size": {
|
"size": {
|
||||||
"x": 32,
|
"x": 32,
|
||||||
"y": 32
|
"y": 32
|
||||||
@@ -46,6 +46,12 @@
|
|||||||
{
|
{
|
||||||
"name": "plushie_vox"
|
"name": "plushie_vox"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "plushie_diona"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "plushie_diona1"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "doll"
|
"name": "doll"
|
||||||
},
|
},
|
||||||
|
|||||||
BIN
Resources/Textures/Objects/Fun/toys.rsi/plushie_diona.png
Normal file
BIN
Resources/Textures/Objects/Fun/toys.rsi/plushie_diona.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.2 KiB |
BIN
Resources/Textures/Objects/Fun/toys.rsi/plushie_diona1.png
Normal file
BIN
Resources/Textures/Objects/Fun/toys.rsi/plushie_diona1.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 411 B |
Reference in New Issue
Block a user