Adding a holy watermelon helmet (#32272)

* lolkekhatholy

alalalla

* animationcreate

blelebleblbeleb
This commit is contained in:
ravage
2024-09-22 13:33:08 +03:00
committed by GitHub
parent 8ed779bc02
commit 1aea1ae76f
7 changed files with 71 additions and 0 deletions

View File

@@ -791,6 +791,21 @@
coefficients:
Blunt: 0.95
- type: entity
parent: ClothingHeadBase
id: ClothingHeadHatHolyWatermelon
name: watermelon halo
description: Holy moly.
components:
- type: Sprite
sprite: Clothing/Head/Hats/holyhatmelon.rsi
- type: Clothing
sprite: Clothing/Head/Hats/holyhatmelon.rsi
- type: Armor
modifiers:
coefficients:
Caustic: 0.95
- type: entity
parent: [ClothingHeadBase, BaseSyndicateContraband]
id: ClothingHeadHatSyndie

View File

@@ -2088,6 +2088,10 @@
- type: SliceableFood
count: 5
slice: FoodHolymelonSlice
- type: Butcherable
butcheringType: Knife
spawned:
- id: ClothingHeadHatHolyWatermelon
- type: Tag
tags:
- Fruit

Binary file not shown.

After

Width:  |  Height:  |  Size: 593 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 334 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 491 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 502 B

View File

@@ -0,0 +1,52 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Taken from https://github.com/vgstation-coders/vgstation13/commit/b459ea3fdee965bdc3e93e7983ad7fa610d05c12 and https://github.com/tgstation/tgstation/commit/ead6d8d59753ef033efdfad17f337df268038ff3 and modified by ravage",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "equipped-HELMET",
"directions": 4,
"delays": [
[
0.5,
0.5,
0.5,
0.5
],
[
0.5,
0.5,
0.5,
0.5
],
[
0.5,
0.5,
0.5,
0.5
],
[
0.5,
0.5,
0.5,
0.5
]
]
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
}
]
}