Space Asshole Gear (#21243)

* Add Space Asshole Coat

* Add sledgehammer

* Adjust sledgehammer damage values

* Add copyright string to sledgehammer
This commit is contained in:
Psychpsyo
2023-10-30 01:09:18 +01:00
committed by GitHub
parent 5349f326fe
commit e22d3a4cb0
13 changed files with 89 additions and 0 deletions

View File

@@ -344,3 +344,14 @@
modifiers:
coefficients:
Caustic: 0.75
- type: entity
parent: ClothingOuterStorageBase
id: ClothingOuterCoatSpaceAsshole
name: the coat of space asshole
description: And there he was...
components:
- type: Sprite
sprite: Clothing/OuterClothing/Coats/space_asshole.rsi
- type: Clothing
sprite: Clothing/OuterClothing/Coats/space_asshole.rsi

View File

@@ -0,0 +1,22 @@
- type: entity
name: sledgehammer
parent: BaseItem
id: Sledgehammer
description: The perfect tool for wanton carnage.
components:
- type: Sprite
sprite: Objects/Weapons/Melee/sledgehammer.rsi
state: icon
- type: MeleeWeapon
damage:
types:
Blunt: 14
Structural: 15
- type: Wieldable
- type: IncreaseDamageOnWield
damage:
types:
Blunt: 10
Structural: 60
- type: Item
size: 80