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 parent: ClothingNeckBase
id: ClothingNeckCloakCap id: ClothingNeckCloakCap
name: captain's cloak 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: components:
- type: Sprite - type: Sprite
sprite: Clothing/Neck/Cloaks/cap.rsi sprite: Clothing/Neck/Cloaks/cap.rsi
- type: Clothing
sprite: Clothing/Neck/Cloaks/cap.rsi
- type: entity - type: entity
parent: ClothingNeckBase parent: ClothingNeckBase
@@ -17,8 +15,6 @@
components: components:
- type: Sprite - type: Sprite
sprite: Clothing/Neck/Cloaks/hos.rsi sprite: Clothing/Neck/Cloaks/hos.rsi
- type: Clothing
sprite: Clothing/Neck/Cloaks/hos.rsi
- type: entity - type: entity
parent: ClothingNeckBase parent: ClothingNeckBase
@@ -28,9 +24,6 @@
components: components:
- type: Sprite - type: Sprite
sprite: Clothing/Neck/Cloaks/ce.rsi sprite: Clothing/Neck/Cloaks/ce.rsi
- type: Clothing
sprite: Clothing/Neck/Cloaks/ce.rsi
- type: entity - type: entity
parent: ClothingNeckBase parent: ClothingNeckBase
@@ -40,8 +33,6 @@
components: components:
- type: Sprite - type: Sprite
sprite: Clothing/Neck/Cloaks/cmo.rsi sprite: Clothing/Neck/Cloaks/cmo.rsi
- type: Clothing
sprite: Clothing/Neck/Cloaks/cmo.rsi
- type: entity - type: entity
parent: ClothingNeckBase parent: ClothingNeckBase
@@ -51,8 +42,6 @@
components: components:
- type: Sprite - type: Sprite
sprite: Clothing/Neck/Cloaks/rd.rsi sprite: Clothing/Neck/Cloaks/rd.rsi
- type: Clothing
sprite: Clothing/Neck/Cloaks/rd.rsi
- type: entity - type: entity
parent: ClothingNeckBase parent: ClothingNeckBase
@@ -62,8 +51,6 @@
components: components:
- type: Sprite - type: Sprite
sprite: Clothing/Neck/Cloaks/qm.rsi sprite: Clothing/Neck/Cloaks/qm.rsi
- type: Clothing
sprite: Clothing/Neck/Cloaks/qm.rsi
- type: entity - type: entity
parent: ClothingNeckBase parent: ClothingNeckBase
@@ -73,19 +60,15 @@
components: components:
- type: Sprite - type: Sprite
sprite: Clothing/Neck/Cloaks/hop.rsi sprite: Clothing/Neck/Cloaks/hop.rsi
- type: Clothing
sprite: Clothing/Neck/Cloaks/hop.rsi
- type: entity - type: entity
parent: ClothingNeckBase parent: ClothingNeckBase
id: ClothingNeckCloakHerald id: ClothingNeckCloakHerald
name: Herald's cloak name: herald's cloak
description: An evil-looking red cloak with spikes on its shoulders. description: An evil-looking red cloak with spikes on its shoulders.
components: components:
- type: Sprite - type: Sprite
sprite: Clothing/Neck/Cloaks/herald.rsi sprite: Clothing/Neck/Cloaks/herald.rsi
- type: Clothing
sprite: Clothing/Neck/Cloaks/herald.rsi
- type: entity - type: entity
parent: ClothingNeckBase parent: ClothingNeckBase
@@ -95,8 +78,6 @@
components: components:
- type: Sprite - type: Sprite
sprite: Clothing/Neck/Cloaks/nanotrasen.rsi sprite: Clothing/Neck/Cloaks/nanotrasen.rsi
- type: Clothing
sprite: Clothing/Neck/Cloaks/nanotrasen.rsi
- type: entity - type: entity
parent: ClothingNeckBase parent: ClothingNeckBase
@@ -106,27 +87,30 @@
components: components:
- type: Sprite - type: Sprite
sprite: Clothing/Neck/Cloaks/capcloakformal.rsi sprite: Clothing/Neck/Cloaks/capcloakformal.rsi
- type: Clothing
sprite: Clothing/Neck/Cloaks/capcloakformal.rsi
- type: entity - type: entity
parent: ClothingNeckBase parent: ClothingNeckBase
id: ClothingNeckCloakAdmin id: ClothingNeckCloakAdmin
name: Admin Cloak name: admin cloak
description: Weh! description: Weh!
components: components:
- type: Sprite - type: Sprite
sprite: Clothing/Neck/Cloaks/admin.rsi sprite: Clothing/Neck/Cloaks/admin.rsi
- type: Clothing
sprite: Clothing/Neck/Cloaks/admin.rsi
- type: entity - type: entity
parent: ClothingNeckBase parent: ClothingNeckBase
id: ClothingNeckCloakMiner 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. description: Worn by the most skilled miners, for one who has moved mountains and filled valleys.
components: components:
- type: Sprite - type: Sprite
sprite: Clothing/Neck/Cloaks/miner.rsi 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 - CigarGold
- ClothingNeckCloakHerald - ClothingNeckCloakHerald
- ClothingHeadHelmetTemplar - ClothingHeadHelmetTemplar
- ClothingNeckCloakTrans
- ClothingNeckCloakAdmin
- ToySkeleton - ToySkeleton
- Basketball - Basketball
- Football - 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
}
]
}