Ports goliath cloaks from TG (#13283)

This commit is contained in:
nmajask
2023-01-11 22:46:47 -05:00
committed by GitHub
parent 466384b081
commit ed97cb7569
9 changed files with 64 additions and 0 deletions

View File

@@ -128,3 +128,14 @@
coefficients:
Heat: 0.95
Radiation: 0.65
- type: entity
parent: ClothingHeadBase
id: ClothingHeadHatHoodGoliathCloak
name: goliath cloak hood
description: A hood of a goliath cloak, it is made from the hide of resilient fauna from a distant planet.
components:
- type: Sprite
sprite: Clothing/Head/Hoods/goliathcloak.rsi
- type: Clothing
sprite: Clothing/Head/Hoods/goliathcloak.rsi

View File

@@ -114,3 +114,19 @@
components:
- type: Sprite
sprite: Clothing/Neck/Cloaks/trans.rsi
- type: entity
parent: ClothingNeckBase
id: ClothingNeckCloakGoliathCloak
name: goliath cloak
description: A cloak made from the hide of resilient fauna from a distant planet, though its protective value has faded with its age.
components:
- type: Sprite
sprite: Clothing/Neck/Cloaks/goliathcloak.rsi
- type: ToggleableClothing
clothingPrototype: ClothingHeadHatHoodGoliathCloak
requiredSlot:
- neck
- type: ContainerContainer
containers:
toggleable-clothing: !type:ContainerSlot {}

View File

@@ -16,6 +16,7 @@
- ClothingHeadHelmetTemplar
- ClothingNeckCloakTrans
- ClothingNeckCloakAdmin
- ClothingNeckCloakGoliathCloak
- ToySkeleton
- Basketball
- Football

Binary file not shown.

After

Width:  |  Height:  |  Size: 759 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 180 B

View File

@@ -0,0 +1,18 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Taken from TGstation from this PR https://github.com/tgstation/tgstation/pull/27537, original sprite by TechnoAlchemisto (https://github.com/TechnoAlchemisto) and modified sprite by FantasticFwoosh (https://github.com/FantasticFwoosh)",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "equipped-HELMET",
"directions": 4
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 601 B

View File

@@ -0,0 +1,18 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Taken from TGstation from this PR https://github.com/tgstation/tgstation/pull/27537, original sprite by TechnoAlchemisto (https://github.com/TechnoAlchemisto) and modified sprite by FantasticFwoosh (https://github.com/FantasticFwoosh)",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "equipped-NECK",
"directions": 4
}
]
}