Blue Shark Soft Toy! (#12047)
@@ -183,6 +183,7 @@
|
||||
- id: PlushieCarp
|
||||
- id: PlushieNuke
|
||||
- id: PlushieLizard
|
||||
- id: PlushieSharkBlue
|
||||
|
||||
- type: entity
|
||||
parent: ClothingBackpackDuffelSyndicateBundle
|
||||
|
||||
@@ -26,6 +26,8 @@
|
||||
amount: 1
|
||||
- id: PlushieRatvar
|
||||
amount: 1
|
||||
- id: PlushieSharkBlue
|
||||
amount: 1
|
||||
|
||||
- type: entity
|
||||
id: CrateFunInstruments
|
||||
|
||||
@@ -192,6 +192,8 @@
|
||||
- id: ClothingShoesBootsJack
|
||||
- id: CigarGoldCase
|
||||
prob: 0.50
|
||||
- id: PlushieSharkPink
|
||||
prob: 0.1
|
||||
- id: DoorRemoteSecurity
|
||||
- id: ClothingUniformJumpskirtHosFormal
|
||||
- id: ClothingUniformJumpsuitHosFormal
|
||||
|
||||
@@ -24,6 +24,9 @@
|
||||
- PlushieSpaceLizard
|
||||
- PlushieRouny
|
||||
- PlushieLamp
|
||||
- PlushieSharkBlue
|
||||
- PlushieSharkPink
|
||||
- PlushieSharkGrey
|
||||
- ToyAmongPequeno
|
||||
- ToyMouse
|
||||
chance: 0.5
|
||||
|
||||
@@ -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
|
||||
|
||||
|
After Width: | Height: | Size: 818 B |
|
After Width: | Height: | Size: 825 B |
BIN
Resources/Textures/Objects/Fun/sharkplush.rsi/blue.png
Normal file
|
After Width: | Height: | Size: 377 B |
|
After Width: | Height: | Size: 791 B |
|
After Width: | Height: | Size: 792 B |
BIN
Resources/Textures/Objects/Fun/sharkplush.rsi/grey.png
Normal file
|
After Width: | Height: | Size: 360 B |
44
Resources/Textures/Objects/Fun/sharkplush.rsi/meta.json
Normal 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
|
||||
}
|
||||
]
|
||||
}
|
||||
|
After Width: | Height: | Size: 805 B |
|
After Width: | Height: | Size: 808 B |
BIN
Resources/Textures/Objects/Fun/sharkplush.rsi/pink.png
Normal file
|
After Width: | Height: | Size: 353 B |