Clothing update (#231)

* added cotton shirts

* pants update

* add new cloaks

* Update misc_startinggear.yml

* glasses update

* Update migration.yml

* remove yellow hoodie helmet
This commit is contained in:
Ed
2024-06-11 13:48:01 +03:00
committed by GitHub
parent 50470c3aaa
commit 36da152d73
63 changed files with 343 additions and 115 deletions

View File

@@ -7,8 +7,10 @@ ent-CP14ClothingCloakFurcapeBlack = меховая накидка
.desc = Брутальная, выделанная из шерсти, накидка на плечи.
ent-CP14ClothingCloakFurcapeBlue = { ent-CP14ClothingCloakFurcapeBlack }
.desc = { ent-CP14ClothingCloakFurcapeBlack.desc }
ent-CP14ClothingCloakHoodieYellow = желтый короткий плащ с капюшоном
.desc = Защищает ваши плечи и голову от холода и интереса противоположного пола.
ent-CP14ClothingCloakSimpleWhite = белый плащ
.desc = Длинный плащ с высоким воротником.
ent-CP14ClothingCloakSimpleDarkBlue = { ent-CP14ClothingCloakSimpleWhite }
.desc = { ent-CP14ClothingCloakSimpleWhite.desc }
# Eyes
ent-CP14ClothingEyesMonocle = монокль
@@ -23,8 +25,6 @@ ent-CP14ClothingGlovesGirdles = железные наручи
.desc = Бронированные боевые наручи из металла.
# Helmet
ent-CP14ClothingHeadHoodieYellow = желтый капюшон
.desc = Вы получаете +2 к броскам скрытности от внимания противоположного пола.
ent-CP14ClothingHeadMetalHeadband = металлический обруч
.desc = Вероятность, что он защитит от попадания в голову, крайне мала.
@@ -33,16 +33,12 @@ ent-CP14ClothingMaskSinner = маска грешника
.desc = Маска предназначенная для ношения не самыми светлыми личностями. Палачи надевают их на себя и на жертву перед казнью.
# Pants
ent-CP14ClothingPantsHarlequinRed = красно-желтые штаны арлекина
.desc = С одной стороны кроваво красные, с другой стороны солнечно желтые. Дуальность жизни и смерти всегда хороший повод для шуток.
ent-CP14ClothingPantsAristocratic = штаны аристократа
.desc = Они из достаточно дорогой ткани, чтобы вы не хотели в них шляться по пещерам.
ent-CP14ClothingPantsLoincloth = набедренная повязка
.desc = Свободные, ничего не мешает, да еще и выглядят экстремально брутально
# Shirt
ent-CP14ClothingShirtHarlequineRed = красная рубаха арлекина
.desc = На ней не видно пятен крови, которые остаются после неудачных шуток.
ent-CP14ClothingShirtSteampunk = укрепленная латунью рубашка
.desc = Белая рубашка, укрепленная латунными вставками.

View File

@@ -46,7 +46,7 @@
parent: CP14ClothingCloakBase
id: CP14ClothingCloakFurcapeBlack
name: furcape
description: Brutal woolen wool cape
description: Brutal woolen wool cape.
components:
- type: Sprite
sprite: _CP14/Clothing/Cloak/furcape2.rsi
@@ -57,7 +57,7 @@
parent: CP14ClothingCloakBase
id: CP14ClothingCloakFurcapeBlue
name: furcape
description: Brutal woolen wool cape
description: Brutal woolen wool cape.
components:
- type: Sprite
sprite: _CP14/Clothing/Cloak/furcape.rsi
@@ -66,19 +66,22 @@
- type: entity
parent: CP14ClothingCloakBase
id: CP14ClothingCloakHoodieYellow
name: yellow short hooded cape
description: Protects your shoulders and head from the cold and the interest of the opposite sex.
id: CP14ClothingCloakSimpleWhite
name: white cloak
description: Long coat with a high collar.
components:
- type: Sprite
sprite: _CP14/Clothing/Cloak/yellowhoodie.rsi
sprite: _CP14/Clothing/Cloak/Simple/white.rsi
- type: Clothing
sprite: _CP14/Clothing/Cloak/yellowhoodie.rsi
- type: ToggleableClothing
clothingPrototype: CP14ClothingHeadHoodieYellow
requiredSlot:
- cloak
slot: head
- type: ContainerContainer
containers:
toggleable-clothing: !type:ContainerSlot {}
sprite: _CP14/Clothing/Cloak/Simple/white.rsi
- type: entity
parent: CP14ClothingCloakBase
id: CP14ClothingCloakSimpleDarkBlue
name: dark cloak
description: Long coat with a high collar.
components:
- type: Sprite
sprite: _CP14/Clothing/Cloak/Simple/dark_blue.rsi
- type: Clothing
sprite: _CP14/Clothing/Cloak/Simple/dark_blue.rsi

View File

@@ -14,21 +14,6 @@
size: Small
storedRotation: -90
- type: entity
parent: CP14ClothingHeadBase
id: CP14ClothingHeadHoodieYellow
noSpawn: true
name: yellow hood
description: You gain +2 to stealth rolls against the attention of the opposite sex.
components:
- type: Sprite
sprite: _CP14/Clothing/Head/yellowhoodie.rsi
- type: Clothing
sprite: _CP14/Clothing/Head/yellowhoodie.rsi
- type: Tag
tags:
- HidesHair
- type: entity
parent: CP14ClothingHeadBase
id: CP14ClothingHeadMetalHeadband

View File

@@ -13,14 +13,25 @@
- type: entity
parent: CP14ClothingPantsBase
id: CP14ClothingPantsHarlequinRed
name: red-and-yellow harlequin pants
description: Blood red on one side, sunny yellow on the other. The duality of life and death is always a good joke.
id: CP14ClothingPantsTrouserWhite
name: white trouser
description: Wide, loose pants made of plain canvas cloth.
components:
- type: Sprite
sprite: _CP14/Clothing/Pants/harlequin.rsi
sprite: _CP14/Clothing/Pants/Trousers/white.rsi
- type: Clothing
sprite: _CP14/Clothing/Pants/harlequin.rsi
sprite: _CP14/Clothing/Pants/Trousers/white.rsi
- type: entity
parent: CP14ClothingPantsBase
id: CP14ClothingPantsTrouserDarkBlue
name: dark trouser
description: Wide, loose pants made of plain canvas cloth.
components:
- type: Sprite
sprite: _CP14/Clothing/Pants/Trousers/dark_blue.rsi
- type: Clothing
sprite: _CP14/Clothing/Pants/Trousers/dark_blue.rsi
- type: entity
parent: CP14ClothingPantsBase

View File

@@ -13,14 +13,69 @@
- type: entity
parent: CP14ClothingShirtBase
id: CP14ClothingShirtHarlequineRed
name: red harlequin shirt
description: It doesn't show the bloodstains that are left behind after bad jokes.
id: CP14ClothingShirtCottonBlue
name: cotton blue shirt
description: Pleasant to the touch material, in a comfortable loose shirt shape.
components:
- type: Sprite
sprite: _CP14/Clothing/Shirt/harlequine_red.rsi
sprite: _CP14/Clothing/Shirt/Cotton/blue.rsi
- type: Clothing
sprite: _CP14/Clothing/Shirt/harlequine_red.rsi
sprite: _CP14/Clothing/Shirt/Cotton/blue.rsi
- type: entity
parent: CP14ClothingShirtBase
id: CP14ClothingShirtCottonBlueDark
name: cotton dark shirt
description: Pleasant to the touch material, in a comfortable loose shirt shape.
components:
- type: Sprite
sprite: _CP14/Clothing/Shirt/Cotton/dark_blue.rsi
- type: Clothing
sprite: _CP14/Clothing/Shirt/Cotton/dark_blue.rsi
- type: entity
parent: CP14ClothingShirtBase
id: CP14ClothingShirtCottonPurple
name: cotton purple shirt
description: Pleasant to the touch material, in a comfortable loose shirt shape.
components:
- type: Sprite
sprite: _CP14/Clothing/Shirt/Cotton/purple.rsi
- type: Clothing
sprite: _CP14/Clothing/Shirt/Cotton/purple.rsi
- type: entity
parent: CP14ClothingShirtBase
id: CP14ClothingShirtCottonRed
name: cotton red shirt
description: Pleasant to the touch material, in a comfortable loose shirt shape.
components:
- type: Sprite
sprite: _CP14/Clothing/Shirt/Cotton/red.rsi
- type: Clothing
sprite: _CP14/Clothing/Shirt/Cotton/red.rsi
- type: entity
parent: CP14ClothingShirtBase
id: CP14ClothingShirtCottonWhite
name: cotton white shirt
description: Pleasant to the touch material, in a comfortable loose shirt shape.
components:
- type: Sprite
sprite: _CP14/Clothing/Shirt/Cotton/white.rsi
- type: Clothing
sprite: _CP14/Clothing/Shirt/Cotton/white.rsi
- type: entity
parent: CP14ClothingShirtBase
id: CP14ClothingShirtCottonYellow
name: cotton yellow shirt
description: Pleasant to the touch material, in a comfortable loose shirt shape.
components:
- type: Sprite
sprite: _CP14/Clothing/Shirt/Cotton/yellow.rsi
- type: Clothing
sprite: _CP14/Clothing/Shirt/Cotton/yellow.rsi
- type: entity
parent: CP14ClothingShirtBase

View File

@@ -25,8 +25,8 @@
sprite: Mobs/Customization/masking_helpers.rsi
state: unisex_full
visible: false
- map: [ "pants" ]
- map: [ "shirt" ]
- map: [ "pants" ]
- map: [ "enum.HumanoidVisualLayers.LFoot" ]
- map: [ "enum.HumanoidVisualLayers.RFoot" ]
- map: [ "enum.HumanoidVisualLayers.LHand" ]
@@ -315,16 +315,8 @@
- map: [ "enum.HumanoidVisualLayers.LArm" ]
- map: [ "enum.HumanoidVisualLayers.RLeg" ]
- map: [ "enum.HumanoidVisualLayers.LLeg" ]
#- shader: StencilClear
# sprite: _CP14/Mobs/Species/Human/parts.rsi
# state: l_leg
#- shader: StencilMask
# map: [ "enum.HumanoidVisualLayers.StencilMask" ]
# sprite: Mobs/Customization/masking_helpers.rsi
# state: unisex_full
# visible: false
- map: [ "pants" ]
- map: [ "shirt" ]
- map: [ "pants" ]
- map: [ "enum.HumanoidVisualLayers.LFoot" ]
- map: [ "enum.HumanoidVisualLayers.RFoot" ]
- map: [ "enum.HumanoidVisualLayers.LHand" ]

View File

@@ -1,40 +1,53 @@
# Cloak
- type: loadout
id: CP14HoodieYellow
equipment: CP14HoodieYellow
id: CP14ClothingCloakBlacksmithArpon
equipment: CP14ClothingCloakBlacksmithArpon
- type: startingGear
id: CP14HoodieYellow
equipment:
cloak: CP14ClothingCloakHoodieYellow
- type: loadout
id: CP14BlacksmithArpon
equipment: CP14BlacksmithArpon
- type: startingGear
id: CP14BlacksmithArpon
id: CP14ClothingCloakBlacksmithArpon
equipment:
cloak: CP14ClothingCloakBlacksmithArpon
- type: loadout
id: CP14FurcapeBlack
equipment: CP14FurcapeBlack
id: CP14ClothingCloakFurcapeBlack
equipment: CP14ClothingCloakFurcapeBlack
- type: startingGear
id: CP14FurcapeBlack
id: CP14ClothingCloakFurcapeBlack
equipment:
cloak: CP14ClothingCloakFurcapeBlack
- type: loadout
id: CP14FurcapeBlue
equipment: CP14FurcapeBlue
id: CP14ClothingCloakFurcapeBlue
equipment: CP14ClothingCloakFurcapeBlue
- type: startingGear
id: CP14FurcapeBlue
id: CP14ClothingCloakFurcapeBlue
equipment:
cloak: CP14ClothingCloakFurcapeBlue
- type: loadout
id: CP14ClothingCloakSimpleWhite
equipment: CP14ClothingCloakSimpleWhite
- type: startingGear
id: CP14ClothingCloakSimpleWhite
equipment:
cloak: CP14ClothingCloakSimpleWhite
- type: loadout
id: CP14ClothingCloakSimpleDarkBlue
equipment: CP14ClothingCloakSimpleDarkBlue
- type: startingGear
id: CP14ClothingCloakSimpleDarkBlue
equipment:
cloak: CP14ClothingCloakSimpleDarkBlue
# Eyes
- type: loadout
@@ -91,51 +104,104 @@
# Pants
- type: loadout
id: CP14HarlequinRed
equipment: CP14HarlequinRed
id: CP14ClothingPantsTrouserWhite
equipment: CP14ClothingPantsTrouserWhite
- type: startingGear
id: CP14HarlequinRed
id: CP14ClothingPantsTrouserWhite
equipment:
pants: CP14ClothingPantsHarlequinRed
pants: CP14ClothingPantsTrouserWhite
- type: loadout
id: CP14Aristocratic
equipment: CP14Aristocratic
id: CP14ClothingPantsTrouserDarkBlue
equipment: CP14ClothingPantsTrouserDarkBlue
- type: startingGear
id: CP14Aristocratic
id: CP14ClothingPantsTrouserDarkBlue
equipment:
pants: CP14ClothingPantsTrouserDarkBlue
- type: loadout
id: CP14ClothingPantsAristocratic
equipment: CP14ClothingPantsAristocratic
- type: startingGear
id: CP14ClothingPantsAristocratic
equipment:
pants: CP14ClothingPantsAristocratic
- type: loadout
id: CP14Loincloth
equipment: CP14Loincloth
id: CP14ClothingPantsLoincloth
equipment: CP14ClothingPantsLoincloth
- type: startingGear
id: CP14Loincloth
id: CP14ClothingPantsLoincloth
equipment:
pants: CP14ClothingPantsLoincloth
# Shirt
- type: loadout
id: CP14ShirtHarlequineRed
equipment: CP14ShirtHarlequineRed
id: CP14ClothingShirtCottonBlue
equipment: CP14ClothingShirtCottonBlue
- type: startingGear
id: CP14ShirtHarlequineRed
id: CP14ClothingShirtCottonBlue
equipment:
shirt: CP14ClothingShirtHarlequineRed
shirt: CP14ClothingShirtCottonBlue
- type: loadout
id: CP14ShirtSteampunk
equipment: CP14ShirtSteampunk
id: CP14ClothingShirtCottonBlueDark
equipment: CP14ClothingShirtCottonBlueDark
- type: startingGear
id: CP14ShirtSteampunk
id: CP14ClothingShirtCottonBlueDark
equipment:
shirt: CP14ClothingShirtSteampunk
shirt: CP14ClothingShirtCottonBlueDark
- type: loadout
id: CP14ClothingShirtCottonPurple
equipment: CP14ClothingShirtCottonPurple
- type: startingGear
id: CP14ClothingShirtCottonPurple
equipment:
shirt: CP14ClothingShirtCottonPurple
- type: loadout
id: CP14ClothingShirtCottonRed
equipment: CP14ClothingShirtCottonRed
- type: startingGear
id: CP14ClothingShirtCottonRed
equipment:
shirt: CP14ClothingShirtCottonRed
- type: loadout
id: CP14ClothingShirtCottonWhite
equipment: CP14ClothingShirtCottonWhite
- type: startingGear
id: CP14ClothingShirtCottonWhite
equipment:
shirt: CP14ClothingShirtCottonWhite
- type: loadout
id: CP14ClothingShirtCottonYellow
equipment: CP14ClothingShirtCottonYellow
- type: startingGear
id: CP14ClothingShirtCottonYellow
equipment:
shirt: CP14ClothingShirtCottonYellow
# Shoes

View File

@@ -3,10 +3,11 @@
name: cp14-loadout-test-cloak
minLimit: 0
loadouts:
- CP14HoodieYellow
- CP14BlacksmithArpon
- CP14FurcapeBlack
- CP14FurcapeBlue
- CP14ClothingCloakSimpleWhite
- CP14ClothingCloakSimpleDarkBlue
- CP14ClothingCloakBlacksmithArpon
- CP14ClothingCloakFurcapeBlack
- CP14ClothingCloakFurcapeBlue
- type: loadoutGroup
id: CP14TestEyes
@@ -41,16 +42,21 @@
id: CP14TestPants
name: cp14-loadout-test-pants
loadouts:
- CP14HarlequinRed
- CP14Aristocratic
- CP14Loincloth
- CP14ClothingPantsTrouserWhite
- CP14ClothingPantsTrouserDarkBlue
- CP14ClothingPantsAristocratic
- CP14ClothingPantsLoincloth
- type: loadoutGroup
id: CP14TestShirt
name: cp14-loadout-test-shirt
loadouts:
- CP14ShirtSteampunk
- CP14ShirtHarlequineRed
- CP14ClothingShirtCottonWhite
- CP14ClothingShirtCottonBlue
- CP14ClothingShirtCottonBlueDark
- CP14ClothingShirtCottonPurple
- CP14ClothingShirtCottonRed
- CP14ClothingShirtCottonYellow
- type: loadoutGroup
id: CP14TestShoes

View File

@@ -1,9 +1,10 @@
- type: startingGear
id: CP14DeathMatchGear
equipment:
shirt: CP14ClothingShirtHarlequineRed
pants: CP14ClothingPantsHarlequinRed
shoes: CP14ClothingShoesBlack
cloak: CP14ClothingCloakFurcapeBlue
shirt: CP14ClothingShirtCottonBlueDark
pants: CP14ClothingPantsLoincloth
shoes: CP14ClothingShoesSandals
inhand:
- CP14BaseDagger
- CP14BaseDagger

Binary file not shown.

After

Width:  |  Height:  |  Size: 1012 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 498 B

View File

@@ -1,7 +1,7 @@
{
"version": 1,
"license": "All rights reserved for the CrystallPunk14 project only",
"copyright": "CrystallPunk14, by KBAS5",
"copyright": "CrystallPunk14, by TheShuEd",
"size": {
"x": 32,
"y": 32

Binary file not shown.

After

Width:  |  Height:  |  Size: 1020 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 519 B

View File

@@ -1,7 +1,7 @@
{
"version": 1,
"license": "All rights reserved for the CrystallPunk14 project only",
"copyright": "CrystallPunk14, by KBAS5",
"copyright": "CrystallPunk14, by TheShuEd",
"size": {
"x": 32,
"y": 32
@@ -11,7 +11,7 @@
"name": "icon"
},
{
"name": "equipped-HELMET",
"name": "equipped-CLOAK",
"directions": 4
}
]

Binary file not shown.

Before

Width:  |  Height:  |  Size: 479 B

After

Width:  |  Height:  |  Size: 962 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 325 B

After

Width:  |  Height:  |  Size: 527 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 778 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 388 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 348 B

After

Width:  |  Height:  |  Size: 501 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 360 B

After

Width:  |  Height:  |  Size: 525 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 266 B

After

Width:  |  Height:  |  Size: 327 B

View File

@@ -1,7 +1,7 @@
{
"version": 1,
"license": "All rights reserved for the CrystallPunk14 project only",
"copyright": "Created by KBAS5",
"copyright": "Created by KBAS5, Edited by TheShuEd",
"size": {
"x": 32,
"y": 32

Binary file not shown.

Before

Width:  |  Height:  |  Size: 293 B

After

Width:  |  Height:  |  Size: 370 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 297 B

After

Width:  |  Height:  |  Size: 361 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 245 B

After

Width:  |  Height:  |  Size: 265 B

View File

@@ -1,7 +1,7 @@
{
"version": 1,
"license": "All rights reserved for the CrystallPunk14 project only",
"copyright": "Created by KBAS5",
"copyright": "Created by TheShuEd",
"size": {
"x": 32,
"y": 32

Binary file not shown.

Before

Width:  |  Height:  |  Size: 232 B

After

Width:  |  Height:  |  Size: 267 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 226 B

After

Width:  |  Height:  |  Size: 202 B

View File

@@ -1,7 +1,7 @@
{
"version": 1,
"license": "All rights reserved for the CrystallPunk14 project only",
"copyright": "Created by KBAS5",
"copyright": "Created by KBAS5, Edited by TheShuEd",
"size": {
"x": 32,
"y": 32

Binary file not shown.

Before

Width:  |  Height:  |  Size: 638 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 231 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 719 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 373 B

View File

@@ -1,7 +1,7 @@
{
"version": 1,
"license": "All rights reserved for the CrystallPunk14 project only",
"copyright": "CrystallPunk14, by KBAS5",
"copyright": "CrystallPunk14, by TheShuEd",
"size": {
"x": 32,
"y": 32

Binary file not shown.

After

Width:  |  Height:  |  Size: 753 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 400 B

View File

@@ -0,0 +1,18 @@
{
"version": 1,
"license": "All rights reserved for the CrystallPunk14 project only",
"copyright": "CrystallPunk14, by TheShuEd",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "equipped-PANTS",
"directions": 4
}
]
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 455 B

After

Width:  |  Height:  |  Size: 683 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 824 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 395 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 470 B

After

Width:  |  Height:  |  Size: 795 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 852 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 425 B

View File

@@ -1,7 +1,7 @@
{
"version": 1,
"license": "All rights reserved for the CrystallPunk14 project only",
"copyright": "CrystallPunk14, by KBAS5",
"copyright": "CrystallPunk14, by TheShuEd",
"size": {
"x": 32,
"y": 32

Binary file not shown.

After

Width:  |  Height:  |  Size: 888 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 435 B

View File

@@ -0,0 +1,18 @@
{
"version": 1,
"license": "All rights reserved for the CrystallPunk14 project only",
"copyright": "CrystallPunk14, by TheShuEd",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "equipped-SHIRT",
"directions": 4
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 879 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 447 B

View File

@@ -0,0 +1,18 @@
{
"version": 1,
"license": "All rights reserved for the CrystallPunk14 project only",
"copyright": "CrystallPunk14, by TheShuEd",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "equipped-SHIRT",
"directions": 4
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 926 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 461 B

View File

@@ -0,0 +1,18 @@
{
"version": 1,
"license": "All rights reserved for the CrystallPunk14 project only",
"copyright": "CrystallPunk14, by TheShuEd",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "equipped-SHIRT",
"directions": 4
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 839 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 429 B

View File

@@ -0,0 +1,18 @@
{
"version": 1,
"license": "All rights reserved for the CrystallPunk14 project only",
"copyright": "CrystallPunk14, by TheShuEd",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "equipped-SHIRT",
"directions": 4
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 868 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 449 B

View File

@@ -0,0 +1,18 @@
{
"version": 1,
"license": "All rights reserved for the CrystallPunk14 project only",
"copyright": "CrystallPunk14, by TheShuEd",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "equipped-SHIRT",
"directions": 4
}
]
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 489 B

View File

@@ -16,12 +16,17 @@ CP14CaveStoneWall: CP14WallStone
CP14CaveStoneWallSilverOre: CP14WallStoneSilverOre
CP14CaveStoneWallGoldOre: CP14WallStoneGoldOre
# 2024-07-06-2024
# 2024-06-07
CP14GatherableBloodgrass2: CP14GatherableBloodgrass
CP14GatherableBloodgrass3: CP14GatherableBloodgrass
CP14GatherableBloodgrass4: CP14GatherableBloodgrass
CP14GatherableBloodgrass5: CP14GatherableBloodgrass
# 2024-06-10
CP14ClothingCloakHoodieYellow: CP14ClothingCloakSimpleWhite
CP14ClothingPantsHarlequinRed: CP14ClothingPantsTrouserDarkBlue
CP14ClothingShirtHarlequineRed: CP14ClothingShirtCottonBlueDark
# <---> CrystallPunk migration zone end