license: "CC-BY-NC-4.0"
copyright: "Original sound by QEDionium on freesound.org. Coverted to ogg and edited by Prole0 (GitHub)"
source: "https://freesound.org/s/489803/"
+
+- files: ["wirebrushing.ogg"]
+ license: "CC0-1.0"
+ copyright: "Created by romulofs, converted to OGG, and edited by TiniestShark (Github)"
+ source: "https://freesound.org/s/127541/"
tool-quality-rolling-tool-name = Rolling Pin
tool-quality-digging-name = Digging
-tool-quality-digging-tool-name = Shovel
\ No newline at end of file
+tool-quality-digging-tool-name = Shovel
+
+tool-quality-brushing-name = Brushing
+tool-quality-brushing-tool-name = Wire Brush
id: CrateServiceJanitorialSupplies
parent: CratePlastic
name: janitorial supplies crate
- description: Fight back against dirt and grime with Nanotrasen's Janitorial Essentials(tm)! Contains three buckets, caution signs, and cleaner grenades. Also has a single mop, broom, spray cleaner, rag, and trash bag.
+ description: Fight back against dirt and grime with Nanotrasen's Janitorial Essentials(tm)! Contains three buckets, caution signs, and cleaner grenades. Also has a single mop, broom, spray cleaner, wire brush, rag, and trash bag.
components:
- type: StorageFill
contents:
- id: Plunger
amount: 2
- id: BoxCleanerGrenades
+ - id: WireBrush
+ amount: 2
- type: entity
id: CrateServiceCleanerGrenades
amount: 2
- id: FlashlightLantern
- id: LightReplacer
+ - id: WireBrush
- type: entity
id: ClothingBeltMedicalFilled
amount: 2
- id: Plunger
amount: 2
+ - id: WireBrush
+ amount: 2
- type: entity
id: ClosetLegalFilled
- WetFloorSign
- HolosignProjector
- Plunger
+ - WireBrush
components:
- LightReplacer
- SmokeOnTrigger
- type: Fiber
fiberColor: fibers-white
- type: DnaSubstanceTrace
+
+- type: entity
+ parent: BaseItem
+ id: WireBrush
+ name: wire brush
+ description: A bristly steel wire brush, perfect for scraping away even the toughest patches of rust.
+ components:
+ - type: Sprite
+ sprite: Objects/Specific/Janitorial/wirebrush.rsi
+ state: icon
+ - type: Item
+ storedSprite:
+ sprite: Objects/Specific/Janitorial/wirebrush.rsi
+ state: storage
+ size: Small
+ - type: Tag
+ tags:
+ - WireBrush
+ - type: PhysicalComposition
+ materialComposition:
+ Steel: 50
+ Plastic: 50
+ - type: Tool
+ qualities:
+ - Brushing
+ useSound:
+ path: /Audio/Items/wirebrushing.ogg
+ - type: StaticPrice
+ price: 22
+ - type: MeleeWeapon
+ wideAnimationRotation: 45
+ damage:
+ types:
+ Piercing: 3
+ soundHit:
+ path: "/Audio/Weapons/bladeslice.ogg"
steps:
- tool: Welding
doAfter: 5
+ - to: wall
+ steps:
+ - tool: Brushing
+ doAfter: 12
- node: reinforcedWallRust
entity: WallReinforcedRust
steps:
- tool: Welding
doAfter: 5
+ - to: reinforcedWall
+ steps:
+ - tool: Brushing
+ doAfter: 12
- MopItem
- Holoprojector
- WetFloorSign
+ - WireBrush
- type: latheRecipePack
id: ServiceBoardsStatic
materials:
Steel: 250
Glass: 1000
+
+- type: latheRecipe
+ id: WireBrush
+ result: WireBrush
+ completetime: 2
+ materials:
+ Steel: 100
+ Plastic: 100
- type: Tag
id: Wine
+- type: Tag
+ id: WireBrush
+
- type: Tag
id: Wirecutter
toolName: tool-quality-rolling-tool-name
spawn: RollingPin
icon: { sprite: Objects/Tools/rolling_pin.rsi, state: icon }
+
+- type: tool
+ id: Brushing
+ name: tool-quality-brushing-name
+ toolName: tool-quality-brushing-tool-name
+ spawn: WireBrush
+ icon: { sprite: Objects/Specific/Janitorial/wirebrush.rsi, state: icon }
<GuideEntityEmbed Entity="WetFloorSign"/>
<GuideEntityEmbed Entity="Holoprojector" Caption="holosign projector"/>
<GuideEntityEmbed Entity="LightReplacer"/>
+<GuideEntityEmbed Entity="WireBrush"/>
</Box>
<Box>
<GuideEntityEmbed Entity="AdvMopItem" Caption="Advanced mop, ask in R&D"/>
--- /dev/null
+{
+ "version": 1,
+ "license": "CC-BY-SA-4.0",
+ "copyright": "Sprites by TiniestShark (Github)",
+ "size": {
+ "x": 32,
+ "y": 32
+ },
+ "states": [
+ {
+ "name": "icon"
+ },
+ {
+ "name": "storage"
+ },
+ {
+ "name": "inhand-left",
+ "directions": 4
+ },
+ {
+ "name": "inhand-right",
+ "directions": 4
+ }
+ ]
+}