Skip to content

Commit

Permalink
Headslime Variants (cosmatic-drift-14#223)
Browse files Browse the repository at this point in the history
  • Loading branch information
Pizzy0 authored Apr 17, 2024
1 parent 2a8f445 commit 14b319b
Show file tree
Hide file tree
Showing 17 changed files with 115 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,10 @@
ClothingHeadHatFedoraGrey: 2
ClothingHeadHatBoaterhat: 2
ClothingHeadSafari: 2
ClothingHeadHatAnimalHeadslime: 2
ClothingHeadHatAnimalHeadslimeYellow: 2
ClothingHeadHatAnimalHeadslimePurple: 2
ClothingHeadHatAnimalHeadslimeLightgreen: 2
ClothingEyesBlindfold: 3
ClothingEyesEyepatch: 3
ClothingEyesGlassesJamjar: 2
Expand Down
33 changes: 33 additions & 0 deletions Resources/Prototypes/_CD/Entities/Clothing/Head/hats.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,37 @@
sprite: _CD/Clothing/Head/Hats/boaterhat.rsi
- type: Clothing
sprite: _CD/Clothing/Head/Hats/boaterhat.rsi

- type: entity
parent: ClothingHeadBase
id: ClothingHeadHatAnimalHeadslimeYellow
name: yellow headslime hat
description: A yellow, sticky headslime, you put it on your head.
components:
- type: Sprite
sprite: _CD/Clothing/Head/Hats/Animals/headslimeyellow.rsi
- type: Clothing
sprite: _CD/Clothing/Head/Hats/Animals/headslimeyellow.rsi

- type: entity
parent: ClothingHeadBase
id: ClothingHeadHatAnimalHeadslimeLightgreen
name: lime headslime hat
description: A light green, sticky headslime, you put it on your head.
components:
- type: Sprite
sprite: _CD/Clothing/Head/Hats/Animals/headslimelightgreen.rsi
- type: Clothing
sprite: _CD/Clothing/Head/Hats/Animals/headslimelightgreen.rsi

- type: entity
parent: ClothingHeadBase
id: ClothingHeadHatAnimalHeadslimePurple
name: purple headslime hat
description: A purple, sticky headslime, you put it on your head.
components:
- type: Sprite
sprite: _CD/Clothing/Head/Hats/Animals/headslimepurple.rsi
- type: Clothing
sprite: _CD/Clothing/Head/Hats/Animals/headslimepurple.rsi

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.
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 tgstation at commit https://github.com/tgstation/tgstation/commit/4f6190e2895e09116663ef282d3ce1d8b35c032e , edited by Pizzy0 (Github)",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "equipped-HELMET",
"directions": 4
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
}
]
}
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.
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 tgstation at commit https://github.com/tgstation/tgstation/commit/4f6190e2895e09116663ef282d3ce1d8b35c032e , edited by Pizzy0 (Github)",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "equipped-HELMET",
"directions": 4
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
}
]
}
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.
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 tgstation at commit https://github.com/tgstation/tgstation/commit/4f6190e2895e09116663ef282d3ce1d8b35c032e , edited by Pizzy0 (Github)",
"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 14b319b

Please sign in to comment.