Co-authored-by: Kara <lunarautomaton6@gmail.com>
This commit is contained in:
Rane
2022-04-23 21:04:49 -04:00
committed by GitHub
parent 9730e8f193
commit 18220b6488
9 changed files with 182 additions and 5 deletions

Binary file not shown.

View File

@@ -4,3 +4,4 @@ gas_hiss - https://freesound.org/people/geodylabs/sounds/122803/ - CC-BY-3.0
gas_vent - https://freesound.org/people/kyles/sounds/453642/ - CC0-1.0
flowing_water_open - https://freesound.org/people/sterferny/sounds/382322/ - CC0-1.0
server_fans - https://freesound.org/people/DeVern/sounds/610761/ - CC-BY-3.0
drain.ogg - https://freesound.org/people/PhreaKsAccount/sounds/46266/ - CC-BY-3.0 (by PhreaKsAccount)

View File

@@ -18,7 +18,7 @@
maxVol: 50
- type: Tag
tags:
- DroneUsable #No bucket because it holds chems, they can drag the thing around instead
- DroneUsable #No bucket because it holds chems, they can drag the cart or use a drain
- Mop
- type: entity
@@ -42,6 +42,7 @@
reagents:
- ReagentId: Water
Quantity: 250 # half-full at roundstart to leave room for puddles
- type: Spillable
- type: DrainableSolution
solution: bucket
- type: RefillableSolution
@@ -128,6 +129,7 @@
mask:
- VaultImpassable
mass: 100
- type: Spillable
- type: SolutionContainerManager
solutions:
bucket:
@@ -203,3 +205,37 @@
maxFillLevels: 3
fillBaseName: cart_water_
changeColor: false
- type: entity
id: FloorDrain
name: drain
description: Drains puddles around it. Useful for dumping mop buckets or keeping certain rooms clean.
placement:
mode: SnapgridCenter
components:
- type: Sprite
netsync: false
drawdepth: FloorObjects
sprite: Objects/Specific/Janitorial/drain.rsi
state: icon
- type: InteractionOutline
- type: Clickable
- type: Transform
anchored: true
- type: Physics
bodyType: Static
- type: Drain
- type: AmbientSound
enabled: false
volume: -8
range: 8
sound:
path: /Audio/Ambience/Objects/drain.ogg
- type: SolutionContainerManager
solutions:
drainBuffer:
maxVol: 500
- type: DrainableSolution
solution: drainBuffer

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

View File

@@ -0,0 +1,15 @@
{
"version":1,
"size":{
"x":32,
"y":32
},
"license":"CC-BY-SA-3.0",
"copyright":"Created by EmoGarbage",
"states":[
{
"name":"icon",
"directions": 4
}
]
}