Skip to content

Commit

Permalink
lolkekhatholy
Browse files Browse the repository at this point in the history
alalalla
  • Loading branch information
ravage123321 committed Sep 18, 2024
1 parent 21bd9df commit 431f045
Show file tree
Hide file tree
Showing 7 changed files with 45 additions and 0 deletions.
15 changes: 15 additions & 0 deletions Resources/Prototypes/Entities/Clothing/Head/hats.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2088,6 +2088,10 @@
- type: SliceableFood
count: 5
slice: FoodHolymelonSlice
- type: Butcherable
butcheringType: Knife
spawned:
- id: ClothingHeadHatHolyWatermelon
- type: Tag
tags:
- Fruit
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
26 changes: 26 additions & 0 deletions Resources/Textures/Clothing/Head/Hats/holyhatmelon.rsi/meta.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"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
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
}
]
}

0 comments on commit 431f045

Please sign in to comment.