Make Shark Plush Janitor-Bucketable (#20123)

This commit is contained in:
Psychpsyo
2023-09-14 09:17:44 +02:00
committed by GitHub
parent 3753fed920
commit 11972a0066
16 changed files with 57 additions and 1 deletions

View File

@@ -281,6 +281,9 @@
state: blue
- type: Item
heldPrefix: blue
- type: Tag
tags:
- PlushieSharkBlue
- type: entity
parent: PlushieSharkBlue
@@ -293,6 +296,9 @@
state: pink
- type: Item
heldPrefix: pink
- type: Tag
tags:
- PlushieSharkPink
- type: entity
parent: PlushieSharkBlue
@@ -305,6 +311,9 @@
state: grey
- type: Item
heldPrefix: grey
- type: Tag
tags:
- PlushieSharkGrey
- type: entity
parent: BasePlushie

View File

@@ -111,10 +111,35 @@
- type: Tag
tags:
- Wringer
- type: ItemMapper
mapLayers:
mopbucket_shark_blue:
whitelist:
tags:
- PlushieSharkBlue
mopbucket_shark_pink:
whitelist:
tags:
- PlushieSharkPink
mopbucket_shark_grey:
whitelist:
tags:
- PlushieSharkGrey
sprite: Objects/Fun/sharkplush.rsi
- type: Physics
bodyType: Dynamic
- type: Transform
noRot: true
- type: ItemSlots
slots:
shark_slot:
name: Shark
whitelist:
tags:
- PlushieSharkBlue
- PlushieSharkPink
- PlushieSharkGrey
priority: 3 # Higher than drinking priority
- type: Fixtures
fixtures:
fix1:
@@ -134,6 +159,11 @@
- type: SolutionContainerVisuals
maxFillLevels: 3
fillBaseName: mopbucket_water-
- type: ContainerContainer
containers:
storagebase: !type:Container
ents: []
shark_slot: !type:ContainerSlot {}
- type: GuideHelp
guides:
- Janitorial

View File

@@ -795,6 +795,14 @@
- type: Tag
id: PlushieGhost
- type: Tag
id: PlushieSharkBlue
- type: Tag
id: PlushieSharkPink
- type: Tag
id: PlushieSharkGrey
- type: Tag
id: PowerCellSmall

Binary file not shown.

Before

Width:  |  Height:  |  Size: 818 B

After

Width:  |  Height:  |  Size: 627 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 825 B

After

Width:  |  Height:  |  Size: 637 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 377 B

After

Width:  |  Height:  |  Size: 350 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 791 B

After

Width:  |  Height:  |  Size: 627 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 792 B

After

Width:  |  Height:  |  Size: 637 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 360 B

After

Width:  |  Height:  |  Size: 350 B

View File

@@ -1,7 +1,7 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Sprited for SS14 by GitHub user Willhelm53",
"copyright": "Sprited for SS14 by GitHub user Willhelm53, later overhauledby GitHub user Psychpsyo",
"size": {
"x": 32,
"y": 32
@@ -39,6 +39,15 @@
{
"name": "grey-inhand-right",
"directions": 4
},
{
"name": "mopbucket_shark_blue"
},
{
"name": "mopbucket_shark_pink"
},
{
"name": "mopbucket_shark_grey"
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 330 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 330 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 325 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 805 B

After

Width:  |  Height:  |  Size: 623 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 808 B

After

Width:  |  Height:  |  Size: 633 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 353 B

After

Width:  |  Height:  |  Size: 345 B