adds damp rag (#15553)
Co-authored-by: metalgearsloth <comedian_vs_clown@hotmail.com>
This commit is contained in:
@@ -17,6 +17,8 @@
|
|||||||
prob: 0.5
|
prob: 0.5
|
||||||
- id: BoxBeanbag
|
- id: BoxBeanbag
|
||||||
amount: 2
|
amount: 2
|
||||||
|
- id: RagItem
|
||||||
|
amound: 2
|
||||||
|
|
||||||
#- type: entity
|
#- type: entity
|
||||||
# id: LockerFormalFilled
|
# id: LockerFormalFilled
|
||||||
|
|||||||
@@ -374,3 +374,39 @@
|
|||||||
- !type:PlaySoundBehavior
|
- !type:PlaySoundBehavior
|
||||||
sound:
|
sound:
|
||||||
path: /Audio/Effects/metalbreak.ogg
|
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
|
||||||
|
|||||||
@@ -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
|
||||||
@@ -99,3 +99,16 @@
|
|||||||
sprite: Clothing/Head/Misc/flower-crown.rsi
|
sprite: Clothing/Head/Misc/flower-crown.rsi
|
||||||
state: icon
|
state: icon
|
||||||
objectType: Item
|
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
|
||||||
|
|||||||
@@ -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"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
BIN
Resources/Textures/Objects/Specific/Janitorial/rag.rsi/rag.png
Normal file
BIN
Resources/Textures/Objects/Specific/Janitorial/rag.rsi/rag.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 279 B |
Reference in New Issue
Block a user