Vampire cloak (#10073)

This commit is contained in:
Kara
2022-07-27 01:15:47 -07:00
committed by GitHub
parent a3220d0546
commit ae71b15a7d
5 changed files with 36 additions and 32 deletions

View File

@@ -2,12 +2,10 @@
parent: ClothingNeckBase
id: ClothingNeckCloakCap
name: captain's cloak
description: A pompous and comfy blue cloak with a nice gold trim, while not particularly valuable as your other posessions, it sure is fancy.
description: A pompous and comfy blue cloak with a nice gold trim, while not particularly valuable as your other possessions, it sure is fancy.
components:
- type: Sprite
sprite: Clothing/Neck/Cloaks/cap.rsi
- type: Clothing
sprite: Clothing/Neck/Cloaks/cap.rsi
- type: entity
parent: ClothingNeckBase
@@ -17,8 +15,6 @@
components:
- type: Sprite
sprite: Clothing/Neck/Cloaks/hos.rsi
- type: Clothing
sprite: Clothing/Neck/Cloaks/hos.rsi
- type: entity
parent: ClothingNeckBase
@@ -28,9 +24,6 @@
components:
- type: Sprite
sprite: Clothing/Neck/Cloaks/ce.rsi
- type: Clothing
sprite: Clothing/Neck/Cloaks/ce.rsi
- type: entity
parent: ClothingNeckBase
@@ -40,8 +33,6 @@
components:
- type: Sprite
sprite: Clothing/Neck/Cloaks/cmo.rsi
- type: Clothing
sprite: Clothing/Neck/Cloaks/cmo.rsi
- type: entity
parent: ClothingNeckBase
@@ -51,8 +42,6 @@
components:
- type: Sprite
sprite: Clothing/Neck/Cloaks/rd.rsi
- type: Clothing
sprite: Clothing/Neck/Cloaks/rd.rsi
- type: entity
parent: ClothingNeckBase
@@ -62,8 +51,6 @@
components:
- type: Sprite
sprite: Clothing/Neck/Cloaks/qm.rsi
- type: Clothing
sprite: Clothing/Neck/Cloaks/qm.rsi
- type: entity
parent: ClothingNeckBase
@@ -73,19 +60,15 @@
components:
- type: Sprite
sprite: Clothing/Neck/Cloaks/hop.rsi
- type: Clothing
sprite: Clothing/Neck/Cloaks/hop.rsi
- type: entity
parent: ClothingNeckBase
id: ClothingNeckCloakHerald
name: Herald's cloak
name: herald's cloak
description: An evil-looking red cloak with spikes on its shoulders.
components:
- type: Sprite
sprite: Clothing/Neck/Cloaks/herald.rsi
- type: Clothing
sprite: Clothing/Neck/Cloaks/herald.rsi
- type: entity
parent: ClothingNeckBase
@@ -95,9 +78,7 @@
components:
- type: Sprite
sprite: Clothing/Neck/Cloaks/nanotrasen.rsi
- type: Clothing
sprite: Clothing/Neck/Cloaks/nanotrasen.rsi
- type: entity
parent: ClothingNeckBase
id: ClothingNeckCloakCapFormal
@@ -106,27 +87,30 @@
components:
- type: Sprite
sprite: Clothing/Neck/Cloaks/capcloakformal.rsi
- type: Clothing
sprite: Clothing/Neck/Cloaks/capcloakformal.rsi
- type: entity
parent: ClothingNeckBase
id: ClothingNeckCloakAdmin
name: Admin Cloak
name: admin cloak
description: Weh!
components:
- type: Sprite
sprite: Clothing/Neck/Cloaks/admin.rsi
- type: Clothing
sprite: Clothing/Neck/Cloaks/admin.rsi
- type: entity
parent: ClothingNeckBase
id: ClothingNeckCloakMiner
name: Miner's Cloak
name: miner's cloak
description: Worn by the most skilled miners, for one who has moved mountains and filled valleys.
components:
- type: Sprite
sprite: Clothing/Neck/Cloaks/miner.rsi
- type: Clothing
sprite: Clothing/Neck/Cloaks/miner.rsi
- type: entity
parent: ClothingNeckBase
id: ClothingNeckCloakTrans
name: vampire cloak
description: Worn by high ranking vampires of the transylvanian society of vampires.
components:
- type: Sprite
sprite: Clothing/Neck/Cloaks/trans.rsi

View File

@@ -13,6 +13,8 @@
- CigarGold
- ClothingNeckCloakHerald
- ClothingHeadHelmetTemplar
- ClothingNeckCloakTrans
- ClothingNeckCloakAdmin
- ToySkeleton
- Basketball
- Football

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 557 B

View File

@@ -0,0 +1,18 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Shiptest at https://github.com/shiptest-ss13/Shiptest/commit/0116c3dc37bece6ed865daf22bb7be4ac630d081",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "equipped-NECK",
"directions": 4
}
]
}