adds damp rag (#15553)

Co-authored-by: metalgearsloth <comedian_vs_clown@hotmail.com>
This commit is contained in:
Lei Yunxing
2023-05-04 01:01:55 +08:00
committed by GitHub
parent 90eeef337b
commit b1391b35ef
6 changed files with 78 additions and 0 deletions

View File

@@ -17,6 +17,8 @@
prob: 0.5
- id: BoxBeanbag
amount: 2
- id: RagItem
amound: 2
#- type: entity
# id: LockerFormalFilled

View File

@@ -374,3 +374,39 @@
- !type:PlaySoundBehavior
sound:
path: /Audio/Effects/metalbreak.ogg
- type: entity
parent: BaseItem
name: damp rag
id: RagItem
description: For cleaning up messes, you suppose.
components:
- type: Sprite
sprite: Objects/Specific/Janitorial/rag.rsi
state: rag
- type: Spillable
solution: absorbed
- type: MeleeWeapon
soundNoDamage:
path: "/Audio/Effects/Fluids/splat.ogg"
damage:
types:
Blunt: 0
- type: Item
size: 10
sprite: Objects/Specific/Janitorial/rag.rsi
- type: Absorbent
pickupAmount: 15
- type: Construction
graph: Rag
node: rag
- type: SolutionContainerManager
solutions:
absorbed:
maxVol: 30
- type: UseDelay
delay: 1.5
- type: Tag
tags:
- DroneUsable
- Mop

View File

@@ -0,0 +1,13 @@
- type: constructionGraph
id: Rag
start: start
graph:
- node: start
edges:
- to: rag
steps:
- material: Cloth
amount: 1
doAfter: 3
- node: rag
entity: RagItem

View File

@@ -99,3 +99,16 @@
sprite: Clothing/Head/Misc/flower-crown.rsi
state: icon
objectType: Item
- type: construction
name: damp rag
id: rag
graph: Rag
startNode: start
targetNode: rag
category: construction-category-tools
objectType: Item
description: A damp rag to clean up the ground. Better than slipping around all day.
icon:
sprite: Objects/Specific/Janitorial/rag.rsi
state: rag

View File

@@ -0,0 +1,14 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Taken from tgstation at https://github.com/tgstation/tgstation/commit/1b8c53516ce8b14828b7147b0fa344b7b57724e9",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "rag"
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 279 B