Adds the central commanders cloak. (#23666)
* Adds the central commanders cloak. * Adds it to CentDrobe, and also matches it to other naming schemes * oops fucked up a capital letter. fixed
This commit is contained in:
@@ -16,3 +16,4 @@
|
||||
ClothingHeadsetCentCom: 3
|
||||
ClothingOuterWinterCentcom: 3
|
||||
ClothingNeckScarfStripedCentcom: 3
|
||||
ClothingNeckCloakCentcom: 3
|
||||
|
||||
@@ -1,3 +1,14 @@
|
||||
- type: entity
|
||||
parent: ClothingNeckBase
|
||||
id: ClothingNeckCloakCentcom
|
||||
name: central commander's cloak
|
||||
description: A pompous and elite green cloak with a nice gold trim, tailored specifically to the Central Commander. It's so heavy, the gold trim might be real.
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: Clothing/Neck/Cloaks/centcomcloakformal.rsi
|
||||
- type: StealTarget
|
||||
stealGroup: HeadCloak # leaving this here because I suppose it might be interesting?
|
||||
|
||||
- type: entity
|
||||
parent: ClothingNeckBase
|
||||
id: ClothingNeckCloakCap
|
||||
|
||||
Reference in New Issue
Block a user