Mopping ECS (No BucketComponents allowed!) (#6718)
Co-authored-by: mirrorcult <lunarautomaton6@gmail.com>
This commit is contained in:
@@ -11,10 +11,13 @@
|
||||
- type: Item
|
||||
size: 10
|
||||
sprite: Objects/Specific/Janitorial/mop.rsi
|
||||
- type: Mop
|
||||
- type: Absorbent
|
||||
- type: Tag
|
||||
tags:
|
||||
- Mop
|
||||
- type: SolutionContainerManager
|
||||
solutions:
|
||||
mop:
|
||||
absorbed:
|
||||
maxVol: 50
|
||||
- type: Tag
|
||||
tags:
|
||||
@@ -34,7 +37,6 @@
|
||||
- state: mopbucket_water
|
||||
drawdepth: Objects
|
||||
- type: InteractionOutline
|
||||
- type: Bucket
|
||||
- type: SolutionContainerManager
|
||||
solutions:
|
||||
bucket:
|
||||
@@ -42,6 +44,13 @@
|
||||
reagents:
|
||||
- ReagentId: Water
|
||||
Quantity: 250 # half-full at roundstart to leave room for puddles
|
||||
- type: DrainableSolution
|
||||
solution: bucket
|
||||
- type: RefillableSolution
|
||||
solution: bucket
|
||||
- type: Tag
|
||||
tags:
|
||||
- Wringer
|
||||
- type: Physics
|
||||
bodyType: Dynamic
|
||||
- type: Fixtures
|
||||
|
||||
@@ -16,7 +16,6 @@
|
||||
sprite: Objects/Tools/bucket.rsi
|
||||
Slots:
|
||||
- HEAD
|
||||
- type: Bucket
|
||||
- type: SolutionContainerManager
|
||||
solutions:
|
||||
bucket:
|
||||
|
||||
@@ -204,6 +204,9 @@
|
||||
- type: Tag
|
||||
id: MonkeyCube
|
||||
|
||||
- type: Tag
|
||||
id: Mop
|
||||
|
||||
- type: Tag
|
||||
id: NoSpinOnThrow
|
||||
|
||||
@@ -310,5 +313,8 @@
|
||||
- type: Tag
|
||||
id: Wrench
|
||||
|
||||
- type: Tag
|
||||
id: Wringer
|
||||
|
||||
- type: Tag
|
||||
id: Write
|
||||
|
||||
Reference in New Issue
Block a user