[Clothing] watermelon helmet (#15025)

This commit is contained in:
Puro
2023-04-03 09:25:14 +03:00
committed by GitHub
parent c1a700b88b
commit 88f0b3d4ed
7 changed files with 45 additions and 0 deletions

View File

@@ -538,3 +538,18 @@
sprite: Clothing/Head/Hats/beret_cmo.rsi sprite: Clothing/Head/Hats/beret_cmo.rsi
- type: Clothing - type: Clothing
sprite: Clothing/Head/Hats/beret_cmo.rsi 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

View File

@@ -1093,6 +1093,10 @@
- type: SliceableFood - type: SliceableFood
count: 5 count: 5
slice: FoodWatermelonSlice slice: FoodWatermelonSlice
- type: Butcherable
butcheringType: Knife
spawned:
- id: ClothingHeadClothingHeadHatWatermelon
- type: entity - type: entity
name: watermelon name: watermelon

Binary file not shown.

After

Width:  |  Height:  |  Size: 750 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 279 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 583 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 582 B

View File

@@ -0,0 +1,26 @@
{
"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
}
]
}