sprite: Clothing/Head/Hats/beret_cmo.rsi
- type: Clothing
sprite: Clothing/Head/Hats/beret_cmo.rsi
+
+- type: entity
+ parent: ClothingHeadBase
+ id: ClothingHeadClothingHeadHatWatermelon
+ name: watermelon helmet
+ description: A carelessly cut half of a watermelon, gutted from the inside, to be worn as a helmet. It can soften the blow to the head.
+ components:
+ - type: Sprite
+ sprite: Clothing/Head/Hats/melon.rsi
+ - type: Clothing
+ sprite: Clothing/Head/Hats/melon.rsi
+ - type: Armor
+ modifiers:
+ coefficients:
+ Blunt: 0.95
--- /dev/null
+{
+ "version": 1,
+ "license": "CC-BY-SA-3.0",
+ "copyright": "Made by PuroSlavKing (github) for SS14",
+ "size": {
+ "x": 32,
+ "y": 32
+ },
+ "states": [
+ {
+ "name": "icon"
+ },
+ {
+ "name": "equipped-HELMET",
+ "directions": 4
+ },
+ {
+ "name": "inhand-left",
+ "directions": 4
+ },
+ {
+ "name": "inhand-right",
+ "directions": 4
+ }
+ ]
+}
\ No newline at end of file