Janitor Tool: Wire Brush (#38667)
* Wow! It's -brush- * spacing. * Update Resources/Prototypes/Entities/Objects/Specific/Janitorial/janitor.yml Co-authored-by: slarticodefast <161409025+slarticodefast@users.noreply.github.com> * Update Resources/Prototypes/Entities/Objects/Specific/Janitorial/janitor.yml Co-authored-by: slarticodefast <161409025+slarticodefast@users.noreply.github.com> * fixed changes --------- Co-authored-by: slarticodefast <161409025+slarticodefast@users.noreply.github.com>
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
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:
|
||||
@@ -20,6 +20,8 @@
|
||||
- id: Plunger
|
||||
amount: 2
|
||||
- id: BoxCleanerGrenades
|
||||
- id: WireBrush
|
||||
amount: 2
|
||||
|
||||
- type: entity
|
||||
id: CrateServiceCleanerGrenades
|
||||
|
||||
@@ -84,6 +84,7 @@
|
||||
amount: 2
|
||||
- id: FlashlightLantern
|
||||
- id: LightReplacer
|
||||
- id: WireBrush
|
||||
|
||||
- type: entity
|
||||
id: ClothingBeltMedicalFilled
|
||||
|
||||
@@ -78,6 +78,8 @@
|
||||
amount: 2
|
||||
- id: Plunger
|
||||
amount: 2
|
||||
- id: WireBrush
|
||||
amount: 2
|
||||
|
||||
- type: entity
|
||||
id: ClosetLegalFilled
|
||||
|
||||
@@ -229,6 +229,7 @@
|
||||
- WetFloorSign
|
||||
- HolosignProjector
|
||||
- Plunger
|
||||
- WireBrush
|
||||
components:
|
||||
- LightReplacer
|
||||
- SmokeOnTrigger
|
||||
|
||||
@@ -352,3 +352,39 @@
|
||||
- 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"
|
||||
|
||||
@@ -510,6 +510,10 @@
|
||||
steps:
|
||||
- tool: Welding
|
||||
doAfter: 5
|
||||
- to: wall
|
||||
steps:
|
||||
- tool: Brushing
|
||||
doAfter: 12
|
||||
|
||||
- node: reinforcedWallRust
|
||||
entity: WallReinforcedRust
|
||||
@@ -518,3 +522,7 @@
|
||||
steps:
|
||||
- tool: Welding
|
||||
doAfter: 5
|
||||
- to: reinforcedWall
|
||||
steps:
|
||||
- tool: Brushing
|
||||
doAfter: 12
|
||||
|
||||
@@ -25,6 +25,7 @@
|
||||
- MopItem
|
||||
- Holoprojector
|
||||
- WetFloorSign
|
||||
- WireBrush
|
||||
|
||||
- type: latheRecipePack
|
||||
id: ServiceBoardsStatic
|
||||
|
||||
@@ -104,3 +104,11 @@
|
||||
materials:
|
||||
Steel: 250
|
||||
Glass: 1000
|
||||
|
||||
- type: latheRecipe
|
||||
id: WireBrush
|
||||
result: WireBrush
|
||||
completetime: 2
|
||||
materials:
|
||||
Steel: 100
|
||||
Plastic: 100
|
||||
|
||||
@@ -1473,6 +1473,9 @@
|
||||
- type: Tag
|
||||
id: Wine
|
||||
|
||||
- type: Tag
|
||||
id: WireBrush
|
||||
|
||||
- type: Tag
|
||||
id: Wirecutter
|
||||
|
||||
|
||||
@@ -67,3 +67,10 @@
|
||||
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 }
|
||||
|
||||
Reference in New Issue
Block a user