Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 12 additions & 3 deletions Resources/Prototypes/Entities/Objects/Tools/toolbox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -166,16 +166,25 @@
Blunt: 20

- type: entity
name: golden toolbox
parent: ToolboxBase
name: golden toolbox # Funky Station, changed to have the statline of the suspicous toolbox
parent: [ToolboxBase, BaseCommandContraband]
id: ToolboxGolden
description: A solid gold toolbox. A rapper would kill for this.
description: A solid gold toolbox. A tider would kill for this.
components:
- type: Sprite
sprite: Objects/Tools/Toolboxes/toolbox_gold.rsi
state: icon
- type: Item
sprite: Objects/Tools/Toolboxes/toolbox_gold.rsi
- type: Storage
maxItemSize: Huge
grid:
- 0,0,7,3
- type: MeleeWeapon
autoAttack: true # And also this because funny
damage:
types:
Blunt: 20

- type: entity
name: foolbox
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
name: Deckard
parent: [BaseWeaponRevolver, BaseSecurityCommandContraband]
id: WeaponRevolverDeckard
description: A beautifully machined, custom-built revolver. Used when there is no time for the Voight-Kampff test. Loads 5 rounds of .45 magnum.
description: A beautifully machined, custom-built revolver. Used when there is no time for the Voight-Kampff test. Loads 5 rounds of .50 shotgun shells.
components:
- type: Sprite
sprite: Objects/Weapons/Guns/Revolvers/deckard.rsi
Expand All @@ -108,6 +108,10 @@
capacity: 5
chambers: [ True, True, True, True, True ]
ammoSlots: [ null, null, null, null, null ]
proto: ShellShotgun # Funky Station, Deckard is shotgun revolver.
whitelist:
tags:
- ShellShotgun
- type: MagazineVisuals
magState: mag
steps: 4
Expand Down
Loading