+3 berets (#306)
@@ -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
|
||||
|
||||
|
After Width: | Height: | Size: 485 B |
BIN
Resources/Textures/_CP14/Clothing/Head/Beret/purple.rsi/icon.png
Normal file
|
After Width: | Height: | Size: 234 B |
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"version": 1,
|
||||
"license": "All rights reserved for the CrystallPunk14 project only",
|
||||
"copyright": "CrystallPunk14, by Prazat",
|
||||
"size": {
|
||||
"x": 32,
|
||||
"y": 32
|
||||
},
|
||||
"states": [
|
||||
{
|
||||
"name": "icon"
|
||||
},
|
||||
{
|
||||
"name": "equipped-HELMET",
|
||||
"directions": 4
|
||||
}
|
||||
]
|
||||
}
|
||||
|
After Width: | Height: | Size: 507 B |
BIN
Resources/Textures/_CP14/Clothing/Head/Beret/red.rsi/icon.png
Normal file
|
After Width: | Height: | Size: 241 B |
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"version": 1,
|
||||
"license": "All rights reserved for the CrystallPunk14 project only",
|
||||
"copyright": "CrystallPunk14, by Prazat",
|
||||
"size": {
|
||||
"x": 32,
|
||||
"y": 32
|
||||
},
|
||||
"states": [
|
||||
{
|
||||
"name": "icon"
|
||||
},
|
||||
{
|
||||
"name": "equipped-HELMET",
|
||||
"directions": 4
|
||||
}
|
||||
]
|
||||
}
|
||||
|
After Width: | Height: | Size: 473 B |
BIN
Resources/Textures/_CP14/Clothing/Head/Beret/white.rsi/icon.png
Normal file
|
After Width: | Height: | Size: 226 B |
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"version": 1,
|
||||
"license": "All rights reserved for the CrystallPunk14 project only",
|
||||
"copyright": "CrystallPunk14, by Prazat",
|
||||
"size": {
|
||||
"x": 32,
|
||||
"y": 32
|
||||
},
|
||||
"states": [
|
||||
{
|
||||
"name": "icon"
|
||||
},
|
||||
{
|
||||
"name": "equipped-HELMET",
|
||||
"directions": 4
|
||||
}
|
||||
]
|
||||
}
|
||||
|
Before Width: | Height: | Size: 926 B After Width: | Height: | Size: 931 B |
|
Before Width: | Height: | Size: 461 B After Width: | Height: | Size: 456 B |