+3 berets (#306)

This commit is contained in:
Ed
2024-07-05 08:56:38 +03:00
committed by GitHub
parent d9fc93e0c5
commit 01f97a8aaa
14 changed files with 118 additions and 1 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -32,6 +32,9 @@
- CP14ClothingHeadMetalHeadband
- CP14ClothingHeadTriangularHat
- CP14ClothingHeadTriangularHatGolden
- CP14ClothingHeadRedBeret
- CP14ClothingHeadPurpleBeret
- CP14ClothingHeadWhiteBeret
- type: loadoutGroup
id: CP14TestMask

Binary file not shown.

After

Width:  |  Height:  |  Size: 485 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 234 B

View File

@@ -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
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 507 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 241 B

View File

@@ -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
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 473 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 226 B

View File

@@ -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
}
]
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 926 B

After

Width:  |  Height:  |  Size: 931 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 461 B

After

Width:  |  Height:  |  Size: 456 B