[Clothing] watermelon helmet (#15025)
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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 |
BIN
Resources/Textures/Clothing/Head/Hats/melon.rsi/icon.png
Normal file
BIN
Resources/Textures/Clothing/Head/Hats/melon.rsi/icon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 279 B |
BIN
Resources/Textures/Clothing/Head/Hats/melon.rsi/inhand-left.png
Normal file
BIN
Resources/Textures/Clothing/Head/Hats/melon.rsi/inhand-left.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 583 B |
BIN
Resources/Textures/Clothing/Head/Hats/melon.rsi/inhand-right.png
Normal file
BIN
Resources/Textures/Clothing/Head/Hats/melon.rsi/inhand-right.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 582 B |
26
Resources/Textures/Clothing/Head/Hats/melon.rsi/meta.json
Normal file
26
Resources/Textures/Clothing/Head/Hats/melon.rsi/meta.json
Normal 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
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user