Space Asshole Gear (#21243)
* Add Space Asshole Coat * Add sledgehammer * Adjust sledgehammer damage values * Add copyright string to sledgehammer
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user