+3 berets (#306)
This commit is contained in:
@@ -45,4 +45,37 @@
|
||||
- type: Sprite
|
||||
sprite: _CP14/Clothing/Head/triangularhat_golden.rsi
|
||||
- type: Clothing
|
||||
sprite: _CP14/Clothing/Head/triangularhat_golden.rsi
|
||||
sprite: _CP14/Clothing/Head/triangularhat_golden.rsi
|
||||
|
||||
- type: entity
|
||||
parent: CP14ClothingHeadBase
|
||||
id: CP14ClothingHeadRedBeret
|
||||
name: red beret
|
||||
description: this is beret.
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: _CP14/Clothing/Head/Beret/red.rsi
|
||||
- type: Clothing
|
||||
sprite: _CP14/Clothing/Head/Beret/red.rsi
|
||||
|
||||
- type: entity
|
||||
parent: CP14ClothingHeadBase
|
||||
id: CP14ClothingHeadPurpleBeret
|
||||
name: purple beret
|
||||
description: this is beret.
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: _CP14/Clothing/Head/Beret/purple.rsi
|
||||
- type: Clothing
|
||||
sprite: _CP14/Clothing/Head/Beret/purple.rsi
|
||||
|
||||
- type: entity
|
||||
parent: CP14ClothingHeadBase
|
||||
id: CP14ClothingHeadWhiteBeret
|
||||
name: white beret
|
||||
description: this is beret.
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: _CP14/Clothing/Head/Beret/white.rsi
|
||||
- type: Clothing
|
||||
sprite: _CP14/Clothing/Head/Beret/white.rsi
|
||||
@@ -108,6 +108,33 @@
|
||||
equipment:
|
||||
head: CP14ClothingHeadTriangularHatGolden
|
||||
|
||||
- type: loadout
|
||||
id: CP14ClothingHeadRedBeret
|
||||
equipment: CP14ClothingHeadRedBeret
|
||||
|
||||
- type: startingGear
|
||||
id: CP14ClothingHeadRedBeret
|
||||
equipment:
|
||||
head: CP14ClothingHeadRedBeret
|
||||
|
||||
- type: loadout
|
||||
id: CP14ClothingHeadPurpleBeret
|
||||
equipment: CP14ClothingHeadPurpleBeret
|
||||
|
||||
- type: startingGear
|
||||
id: CP14ClothingHeadPurpleBeret
|
||||
equipment:
|
||||
head: CP14ClothingHeadPurpleBeret
|
||||
|
||||
- type: loadout
|
||||
id: CP14ClothingHeadWhiteBeret
|
||||
equipment: CP14ClothingHeadWhiteBeret
|
||||
|
||||
- type: startingGear
|
||||
id: CP14ClothingHeadWhiteBeret
|
||||
equipment:
|
||||
head: CP14ClothingHeadWhiteBeret
|
||||
|
||||
# Mask
|
||||
|
||||
- type: loadout
|
||||
|
||||
@@ -32,6 +32,9 @@
|
||||
- CP14ClothingHeadMetalHeadband
|
||||
- CP14ClothingHeadTriangularHat
|
||||
- CP14ClothingHeadTriangularHatGolden
|
||||
- CP14ClothingHeadRedBeret
|
||||
- CP14ClothingHeadPurpleBeret
|
||||
- CP14ClothingHeadWhiteBeret
|
||||
|
||||
- type: loadoutGroup
|
||||
id: CP14TestMask
|
||||
|
||||
Reference in New Issue
Block a user