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
--- /dev/null
+- 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
--- /dev/null
+{
+ "version": 1,
+ "license": "CC0-1.0",
+ "copyright": "Made by Github user Psychpsyo for Space Station 14",
+ "size": {
+ "x": 32,
+ "y": 32
+ },
+ "states": [
+ {
+ "name": "icon"
+ },
+ {
+ "name": "equipped-OUTERCLOTHING",
+ "directions": 4
+ },
+ {
+ "name": "inhand-left",
+ "directions": 4
+ },
+ {
+ "name": "inhand-right",
+ "directions": 4
+ }
+ ]
+}
--- /dev/null
+{
+ "version": 1,
+ "license": "CC0-1.0",
+ "copyright": "Made by Github user Psychpsyo for Space Station 14",
+ "size": {
+ "x": 32,
+ "y": 32
+ },
+ "states": [
+ {
+ "name": "icon"
+ },
+ {
+ "name": "inhand-left",
+ "directions": 4
+ },
+ {
+ "name": "inhand-right",
+ "directions": 4
+ },
+ {
+ "name": "wielded-inhand-left",
+ "directions": 4
+ },
+ {
+ "name": "wielded-inhand-right",
+ "directions": 4
+ }
+ ]
+}