Ports goliath cloaks from TG (#13283)
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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 {}
|
||||
|
||||
@@ -16,6 +16,7 @@
|
||||
- ClothingHeadHelmetTemplar
|
||||
- ClothingNeckCloakTrans
|
||||
- ClothingNeckCloakAdmin
|
||||
- ClothingNeckCloakGoliathCloak
|
||||
- ToySkeleton
|
||||
- Basketball
|
||||
- Football
|
||||
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 759 B |
BIN
Resources/Textures/Clothing/Head/Hoods/goliathcloak.rsi/icon.png
Normal file
BIN
Resources/Textures/Clothing/Head/Hoods/goliathcloak.rsi/icon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 180 B |
@@ -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 |
@@ -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
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user