Co-authored-by: metalgearsloth <comedian_vs_clown@hotmail.com>
prob: 0.5
- id: BoxBeanbag
amount: 2
+ - id: RagItem
+ amound: 2
#- type: entity
# id: LockerFormalFilled
- !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
--- /dev/null
+- type: constructionGraph
+ id: Rag
+ start: start
+ graph:
+ - node: start
+ edges:
+ - to: rag
+ steps:
+ - material: Cloth
+ amount: 1
+ doAfter: 3
+ - node: rag
+ entity: RagItem
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
--- /dev/null
+{
+ "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"
+ }
+ ]
+}
\ No newline at end of file