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 state: blue
- type: Item - type: Item
heldPrefix: blue heldPrefix: blue
- type: Tag
tags:
- PlushieSharkBlue
- type: entity - type: entity
parent: PlushieSharkBlue parent: PlushieSharkBlue
@@ -293,6 +296,9 @@
state: pink state: pink
- type: Item - type: Item
heldPrefix: pink heldPrefix: pink
- type: Tag
tags:
- PlushieSharkPink
- type: entity - type: entity
parent: PlushieSharkBlue parent: PlushieSharkBlue
@@ -305,6 +311,9 @@
state: grey state: grey
- type: Item - type: Item
heldPrefix: grey heldPrefix: grey
- type: Tag
tags:
- PlushieSharkGrey
- type: entity - type: entity
parent: BasePlushie parent: BasePlushie

View File

@@ -111,10 +111,35 @@
- type: Tag - type: Tag
tags: tags:
- Wringer - 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 - type: Physics
bodyType: Dynamic bodyType: Dynamic
- type: Transform - type: Transform
noRot: true noRot: true
- type: ItemSlots
slots:
shark_slot:
name: Shark
whitelist:
tags:
- PlushieSharkBlue
- PlushieSharkPink
- PlushieSharkGrey
priority: 3 # Higher than drinking priority
- type: Fixtures - type: Fixtures
fixtures: fixtures:
fix1: fix1:
@@ -134,6 +159,11 @@
- type: SolutionContainerVisuals - type: SolutionContainerVisuals
maxFillLevels: 3 maxFillLevels: 3
fillBaseName: mopbucket_water- fillBaseName: mopbucket_water-
- type: ContainerContainer
containers:
storagebase: !type:Container
ents: []
shark_slot: !type:ContainerSlot {}
- type: GuideHelp - type: GuideHelp
guides: guides:
- Janitorial - Janitorial

View File

@@ -795,6 +795,14 @@
- type: Tag - type: Tag
id: PlushieGhost id: PlushieGhost
- type: Tag
id: PlushieSharkBlue
- type: Tag
id: PlushieSharkPink
- type: Tag
id: PlushieSharkGrey
- type: Tag - type: Tag
id: PowerCellSmall 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, "version": 1,
"license": "CC-BY-SA-3.0", "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": { "size": {
"x": 32, "x": 32,
"y": 32 "y": 32
@@ -39,6 +39,15 @@
{ {
"name": "grey-inhand-right", "name": "grey-inhand-right",
"directions": 4 "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