Blue Shark Soft Toy! (#12047)

This commit is contained in:
Willhelm53
2022-10-22 16:58:18 -05:00
committed by GitHub
parent 2366089300
commit a6be9e75dc
15 changed files with 88 additions and 0 deletions

View File

@@ -183,6 +183,7 @@
- id: PlushieCarp
- id: PlushieNuke
- id: PlushieLizard
- id: PlushieSharkBlue
- type: entity
parent: ClothingBackpackDuffelSyndicateBundle

View File

@@ -26,6 +26,8 @@
amount: 1
- id: PlushieRatvar
amount: 1
- id: PlushieSharkBlue
amount: 1
- type: entity
id: CrateFunInstruments

View File

@@ -192,6 +192,8 @@
- id: ClothingShoesBootsJack
- id: CigarGoldCase
prob: 0.50
- id: PlushieSharkPink
prob: 0.1
- id: DoorRemoteSecurity
- id: ClothingUniformJumpskirtHosFormal
- id: ClothingUniformJumpsuitHosFormal

View File

@@ -24,6 +24,9 @@
- PlushieSpaceLizard
- PlushieRouny
- PlushieLamp
- PlushieSharkBlue
- PlushieSharkPink
- PlushieSharkGrey
- ToyAmongPequeno
- ToyMouse
chance: 0.5

View File

@@ -129,6 +129,42 @@
soundHit:
path: /Audio/Items/Toys/muffled_weh.ogg
- type: entity
parent: BasePlushie
id: PlushieSharkBlue
name: blue shark soft toy
description: Big and safe to have by your side if you want to discover the world below the surface of the ocean.
components:
- type: Sprite
sprite: Objects/Fun/sharkplush.rsi
state: blue
- type: Item
heldPrefix: blue
- type: entity
parent: PlushieSharkBlue
id: PlushieSharkPink
name: pink shark soft toy
description: Hehe shonk :)
components:
- type: Sprite
sprite: Objects/Fun/sharkplush.rsi
state: pink
- type: Item
heldPrefix: pink
- type: entity
parent: PlushieSharkBlue
id: PlushieSharkGrey
name: grey shark soft toy
description: A quiet, reserved kind of shonk. Loves to ride the grey tide.
components:
- type: Sprite
sprite: Objects/Fun/sharkplush.rsi
state: grey
- type: Item
heldPrefix: grey
- type: entity
parent: BasePlushie
id: PlushieRatvar

Binary file not shown.

After

Width:  |  Height:  |  Size: 818 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 825 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 377 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 791 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 792 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 360 B

View File

@@ -0,0 +1,44 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Sprited for SS14 by GitHub user Willhelm53",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "blue"
},
{
"name": "blue-inhand-left",
"directions": 4
},
{
"name": "blue-inhand-right",
"directions": 4
},
{
"name": "pink"
},
{
"name": "pink-inhand-left",
"directions": 4
},
{
"name": "pink-inhand-right",
"directions": 4
},
{
"name": "grey"
},
{
"name": "grey-inhand-left",
"directions": 4
},
{
"name": "grey-inhand-right",
"directions": 4
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 805 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 808 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 353 B