diff --git a/Resources/Locale/ru-RU/_CP14/_PROTO/entities/clothing.ftl b/Resources/Locale/ru-RU/_CP14/_PROTO/entities/clothing.ftl index 297e75d253..3a804445de 100644 --- a/Resources/Locale/ru-RU/_CP14/_PROTO/entities/clothing.ftl +++ b/Resources/Locale/ru-RU/_CP14/_PROTO/entities/clothing.ftl @@ -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 = Белая рубашка, укрепленная латунными вставками. diff --git a/Resources/Prototypes/_CP14/Entities/Clothing/Cloak/cloak.yml b/Resources/Prototypes/_CP14/Entities/Clothing/Cloak/cloak.yml index 401e2f5b6c..bdbefd1a58 100644 --- a/Resources/Prototypes/_CP14/Entities/Clothing/Cloak/cloak.yml +++ b/Resources/Prototypes/_CP14/Entities/Clothing/Cloak/cloak.yml @@ -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 {} \ No newline at end of file + 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 \ No newline at end of file diff --git a/Resources/Prototypes/_CP14/Entities/Clothing/Head/helmets.yml b/Resources/Prototypes/_CP14/Entities/Clothing/Head/helmets.yml index 2095617b3b..05db42f07e 100644 --- a/Resources/Prototypes/_CP14/Entities/Clothing/Head/helmets.yml +++ b/Resources/Prototypes/_CP14/Entities/Clothing/Head/helmets.yml @@ -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 diff --git a/Resources/Prototypes/_CP14/Entities/Clothing/Pants/pants.yml b/Resources/Prototypes/_CP14/Entities/Clothing/Pants/pants.yml index 6ff16d072f..9b17f39f5f 100644 --- a/Resources/Prototypes/_CP14/Entities/Clothing/Pants/pants.yml +++ b/Resources/Prototypes/_CP14/Entities/Clothing/Pants/pants.yml @@ -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 diff --git a/Resources/Prototypes/_CP14/Entities/Clothing/Shirt/shirt.yml b/Resources/Prototypes/_CP14/Entities/Clothing/Shirt/shirt.yml index 93a5a50a2e..0b8f48dc5e 100644 --- a/Resources/Prototypes/_CP14/Entities/Clothing/Shirt/shirt.yml +++ b/Resources/Prototypes/_CP14/Entities/Clothing/Shirt/shirt.yml @@ -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 diff --git a/Resources/Prototypes/_CP14/Entities/Mobs/Species/base.yml b/Resources/Prototypes/_CP14/Entities/Mobs/Species/base.yml index fe88f63bf5..b864007ec8 100644 --- a/Resources/Prototypes/_CP14/Entities/Mobs/Species/base.yml +++ b/Resources/Prototypes/_CP14/Entities/Mobs/Species/base.yml @@ -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" ] diff --git a/Resources/Prototypes/_CP14/Loadouts/Jobs/Mercenary/adventurer.yml b/Resources/Prototypes/_CP14/Loadouts/Jobs/Mercenary/adventurer.yml index e228d10f71..c70d5d7e08 100644 --- a/Resources/Prototypes/_CP14/Loadouts/Jobs/Mercenary/adventurer.yml +++ b/Resources/Prototypes/_CP14/Loadouts/Jobs/Mercenary/adventurer.yml @@ -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 diff --git a/Resources/Prototypes/_CP14/Loadouts/loadout_groups.yml b/Resources/Prototypes/_CP14/Loadouts/loadout_groups.yml index ea86b58ee9..59b0fb27f9 100644 --- a/Resources/Prototypes/_CP14/Loadouts/loadout_groups.yml +++ b/Resources/Prototypes/_CP14/Loadouts/loadout_groups.yml @@ -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 diff --git a/Resources/Prototypes/_CP14/Roles/Jobs/Fun/misc_startinggear.yml b/Resources/Prototypes/_CP14/Roles/Jobs/Fun/misc_startinggear.yml index 10cc62f25b..690029225d 100644 --- a/Resources/Prototypes/_CP14/Roles/Jobs/Fun/misc_startinggear.yml +++ b/Resources/Prototypes/_CP14/Roles/Jobs/Fun/misc_startinggear.yml @@ -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 \ No newline at end of file diff --git a/Resources/Textures/_CP14/Clothing/Cloak/Simple/dark_blue.rsi/equipped-CLOAK.png b/Resources/Textures/_CP14/Clothing/Cloak/Simple/dark_blue.rsi/equipped-CLOAK.png new file mode 100644 index 0000000000..fec4e0d648 Binary files /dev/null and b/Resources/Textures/_CP14/Clothing/Cloak/Simple/dark_blue.rsi/equipped-CLOAK.png differ diff --git a/Resources/Textures/_CP14/Clothing/Cloak/Simple/dark_blue.rsi/icon.png b/Resources/Textures/_CP14/Clothing/Cloak/Simple/dark_blue.rsi/icon.png new file mode 100644 index 0000000000..449eb14cc2 Binary files /dev/null and b/Resources/Textures/_CP14/Clothing/Cloak/Simple/dark_blue.rsi/icon.png differ diff --git a/Resources/Textures/_CP14/Clothing/Cloak/yellowhoodie.rsi/meta.json b/Resources/Textures/_CP14/Clothing/Cloak/Simple/dark_blue.rsi/meta.json similarity index 86% rename from Resources/Textures/_CP14/Clothing/Cloak/yellowhoodie.rsi/meta.json rename to Resources/Textures/_CP14/Clothing/Cloak/Simple/dark_blue.rsi/meta.json index ae0f0bd806..e19dbe65a9 100644 --- a/Resources/Textures/_CP14/Clothing/Cloak/yellowhoodie.rsi/meta.json +++ b/Resources/Textures/_CP14/Clothing/Cloak/Simple/dark_blue.rsi/meta.json @@ -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 diff --git a/Resources/Textures/_CP14/Clothing/Cloak/Simple/white.rsi/equipped-CLOAK.png b/Resources/Textures/_CP14/Clothing/Cloak/Simple/white.rsi/equipped-CLOAK.png new file mode 100644 index 0000000000..68c7b91148 Binary files /dev/null and b/Resources/Textures/_CP14/Clothing/Cloak/Simple/white.rsi/equipped-CLOAK.png differ diff --git a/Resources/Textures/_CP14/Clothing/Cloak/Simple/white.rsi/icon.png b/Resources/Textures/_CP14/Clothing/Cloak/Simple/white.rsi/icon.png new file mode 100644 index 0000000000..f7b2269157 Binary files /dev/null and b/Resources/Textures/_CP14/Clothing/Cloak/Simple/white.rsi/icon.png differ diff --git a/Resources/Textures/_CP14/Clothing/Head/yellowhoodie.rsi/meta.json b/Resources/Textures/_CP14/Clothing/Cloak/Simple/white.rsi/meta.json similarity index 75% rename from Resources/Textures/_CP14/Clothing/Head/yellowhoodie.rsi/meta.json rename to Resources/Textures/_CP14/Clothing/Cloak/Simple/white.rsi/meta.json index 9cc30d21f2..e19dbe65a9 100644 --- a/Resources/Textures/_CP14/Clothing/Head/yellowhoodie.rsi/meta.json +++ b/Resources/Textures/_CP14/Clothing/Cloak/Simple/white.rsi/meta.json @@ -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 } ] diff --git a/Resources/Textures/_CP14/Clothing/Cloak/furcape.rsi/equipped-CLOAK.png b/Resources/Textures/_CP14/Clothing/Cloak/furcape.rsi/equipped-CLOAK.png index e0f4b5df7b..a57695ea54 100644 Binary files a/Resources/Textures/_CP14/Clothing/Cloak/furcape.rsi/equipped-CLOAK.png and b/Resources/Textures/_CP14/Clothing/Cloak/furcape.rsi/equipped-CLOAK.png differ diff --git a/Resources/Textures/_CP14/Clothing/Cloak/furcape.rsi/icon.png b/Resources/Textures/_CP14/Clothing/Cloak/furcape.rsi/icon.png index 5ddc4302f4..0584398c46 100644 Binary files a/Resources/Textures/_CP14/Clothing/Cloak/furcape.rsi/icon.png and b/Resources/Textures/_CP14/Clothing/Cloak/furcape.rsi/icon.png differ diff --git a/Resources/Textures/_CP14/Clothing/Cloak/yellowhoodie.rsi/equipped-CLOAK.png b/Resources/Textures/_CP14/Clothing/Cloak/yellowhoodie.rsi/equipped-CLOAK.png deleted file mode 100644 index 14ec4a5405..0000000000 Binary files a/Resources/Textures/_CP14/Clothing/Cloak/yellowhoodie.rsi/equipped-CLOAK.png and /dev/null differ diff --git a/Resources/Textures/_CP14/Clothing/Cloak/yellowhoodie.rsi/icon.png b/Resources/Textures/_CP14/Clothing/Cloak/yellowhoodie.rsi/icon.png deleted file mode 100644 index 71c30d9798..0000000000 Binary files a/Resources/Textures/_CP14/Clothing/Cloak/yellowhoodie.rsi/icon.png and /dev/null differ diff --git a/Resources/Textures/_CP14/Clothing/Eyes/alchemy_glasses.rsi/equipped-EYES.png b/Resources/Textures/_CP14/Clothing/Eyes/alchemy_glasses.rsi/equipped-EYES.png index 982d2e0047..5ed9ec1118 100644 Binary files a/Resources/Textures/_CP14/Clothing/Eyes/alchemy_glasses.rsi/equipped-EYES.png and b/Resources/Textures/_CP14/Clothing/Eyes/alchemy_glasses.rsi/equipped-EYES.png differ diff --git a/Resources/Textures/_CP14/Clothing/Eyes/alchemy_glasses.rsi/flipped-equipped-EYES.png b/Resources/Textures/_CP14/Clothing/Eyes/alchemy_glasses.rsi/flipped-equipped-EYES.png index 0d6ba1a0bd..7e59703781 100644 Binary files a/Resources/Textures/_CP14/Clothing/Eyes/alchemy_glasses.rsi/flipped-equipped-EYES.png and b/Resources/Textures/_CP14/Clothing/Eyes/alchemy_glasses.rsi/flipped-equipped-EYES.png differ diff --git a/Resources/Textures/_CP14/Clothing/Eyes/alchemy_glasses.rsi/icon.png b/Resources/Textures/_CP14/Clothing/Eyes/alchemy_glasses.rsi/icon.png index 08ffad743a..5a98b77aed 100644 Binary files a/Resources/Textures/_CP14/Clothing/Eyes/alchemy_glasses.rsi/icon.png and b/Resources/Textures/_CP14/Clothing/Eyes/alchemy_glasses.rsi/icon.png differ diff --git a/Resources/Textures/_CP14/Clothing/Eyes/alchemy_glasses.rsi/meta.json b/Resources/Textures/_CP14/Clothing/Eyes/alchemy_glasses.rsi/meta.json index dd3a027246..a3741863bb 100644 --- a/Resources/Textures/_CP14/Clothing/Eyes/alchemy_glasses.rsi/meta.json +++ b/Resources/Textures/_CP14/Clothing/Eyes/alchemy_glasses.rsi/meta.json @@ -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 diff --git a/Resources/Textures/_CP14/Clothing/Eyes/gold_glasses.rsi/equipped-EYES.png b/Resources/Textures/_CP14/Clothing/Eyes/gold_glasses.rsi/equipped-EYES.png index ca06756107..5a88088f7e 100644 Binary files a/Resources/Textures/_CP14/Clothing/Eyes/gold_glasses.rsi/equipped-EYES.png and b/Resources/Textures/_CP14/Clothing/Eyes/gold_glasses.rsi/equipped-EYES.png differ diff --git a/Resources/Textures/_CP14/Clothing/Eyes/gold_glasses.rsi/flipped-equipped-EYES.png b/Resources/Textures/_CP14/Clothing/Eyes/gold_glasses.rsi/flipped-equipped-EYES.png index 1b995658a8..e4896be4af 100644 Binary files a/Resources/Textures/_CP14/Clothing/Eyes/gold_glasses.rsi/flipped-equipped-EYES.png and b/Resources/Textures/_CP14/Clothing/Eyes/gold_glasses.rsi/flipped-equipped-EYES.png differ diff --git a/Resources/Textures/_CP14/Clothing/Eyes/gold_glasses.rsi/icon.png b/Resources/Textures/_CP14/Clothing/Eyes/gold_glasses.rsi/icon.png index ae0846993a..2b67970a80 100644 Binary files a/Resources/Textures/_CP14/Clothing/Eyes/gold_glasses.rsi/icon.png and b/Resources/Textures/_CP14/Clothing/Eyes/gold_glasses.rsi/icon.png differ diff --git a/Resources/Textures/_CP14/Clothing/Eyes/gold_glasses.rsi/meta.json b/Resources/Textures/_CP14/Clothing/Eyes/gold_glasses.rsi/meta.json index dd3a027246..7b7c7805e2 100644 --- a/Resources/Textures/_CP14/Clothing/Eyes/gold_glasses.rsi/meta.json +++ b/Resources/Textures/_CP14/Clothing/Eyes/gold_glasses.rsi/meta.json @@ -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 diff --git a/Resources/Textures/_CP14/Clothing/Eyes/monocle.rsi/equipped-EYES.png b/Resources/Textures/_CP14/Clothing/Eyes/monocle.rsi/equipped-EYES.png index 8e5d962731..7aeb34f28e 100644 Binary files a/Resources/Textures/_CP14/Clothing/Eyes/monocle.rsi/equipped-EYES.png and b/Resources/Textures/_CP14/Clothing/Eyes/monocle.rsi/equipped-EYES.png differ diff --git a/Resources/Textures/_CP14/Clothing/Eyes/monocle.rsi/icon.png b/Resources/Textures/_CP14/Clothing/Eyes/monocle.rsi/icon.png index 887ebd97a3..64bb6324ec 100644 Binary files a/Resources/Textures/_CP14/Clothing/Eyes/monocle.rsi/icon.png and b/Resources/Textures/_CP14/Clothing/Eyes/monocle.rsi/icon.png differ diff --git a/Resources/Textures/_CP14/Clothing/Eyes/monocle.rsi/meta.json b/Resources/Textures/_CP14/Clothing/Eyes/monocle.rsi/meta.json index f24ee270ef..e58a25bc66 100644 --- a/Resources/Textures/_CP14/Clothing/Eyes/monocle.rsi/meta.json +++ b/Resources/Textures/_CP14/Clothing/Eyes/monocle.rsi/meta.json @@ -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 diff --git a/Resources/Textures/_CP14/Clothing/Head/yellowhoodie.rsi/equipped-HELMET.png b/Resources/Textures/_CP14/Clothing/Head/yellowhoodie.rsi/equipped-HELMET.png deleted file mode 100644 index cd7a38e715..0000000000 Binary files a/Resources/Textures/_CP14/Clothing/Head/yellowhoodie.rsi/equipped-HELMET.png and /dev/null differ diff --git a/Resources/Textures/_CP14/Clothing/Head/yellowhoodie.rsi/icon.png b/Resources/Textures/_CP14/Clothing/Head/yellowhoodie.rsi/icon.png deleted file mode 100644 index 9c4e3743d7..0000000000 Binary files a/Resources/Textures/_CP14/Clothing/Head/yellowhoodie.rsi/icon.png and /dev/null differ diff --git a/Resources/Textures/_CP14/Clothing/Pants/Trousers/dark_blue.rsi/equipped-PANTS.png b/Resources/Textures/_CP14/Clothing/Pants/Trousers/dark_blue.rsi/equipped-PANTS.png new file mode 100644 index 0000000000..1f39f33089 Binary files /dev/null and b/Resources/Textures/_CP14/Clothing/Pants/Trousers/dark_blue.rsi/equipped-PANTS.png differ diff --git a/Resources/Textures/_CP14/Clothing/Pants/Trousers/dark_blue.rsi/icon.png b/Resources/Textures/_CP14/Clothing/Pants/Trousers/dark_blue.rsi/icon.png new file mode 100644 index 0000000000..f11337da56 Binary files /dev/null and b/Resources/Textures/_CP14/Clothing/Pants/Trousers/dark_blue.rsi/icon.png differ diff --git a/Resources/Textures/_CP14/Clothing/Pants/harlequin.rsi/meta.json b/Resources/Textures/_CP14/Clothing/Pants/Trousers/dark_blue.rsi/meta.json similarity index 86% rename from Resources/Textures/_CP14/Clothing/Pants/harlequin.rsi/meta.json rename to Resources/Textures/_CP14/Clothing/Pants/Trousers/dark_blue.rsi/meta.json index 98cc8e2fac..270bdd7dcd 100644 --- a/Resources/Textures/_CP14/Clothing/Pants/harlequin.rsi/meta.json +++ b/Resources/Textures/_CP14/Clothing/Pants/Trousers/dark_blue.rsi/meta.json @@ -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 diff --git a/Resources/Textures/_CP14/Clothing/Pants/Trousers/white.rsi/equipped-PANTS.png b/Resources/Textures/_CP14/Clothing/Pants/Trousers/white.rsi/equipped-PANTS.png new file mode 100644 index 0000000000..450e0e0b23 Binary files /dev/null and b/Resources/Textures/_CP14/Clothing/Pants/Trousers/white.rsi/equipped-PANTS.png differ diff --git a/Resources/Textures/_CP14/Clothing/Pants/Trousers/white.rsi/icon.png b/Resources/Textures/_CP14/Clothing/Pants/Trousers/white.rsi/icon.png new file mode 100644 index 0000000000..09e08f833b Binary files /dev/null and b/Resources/Textures/_CP14/Clothing/Pants/Trousers/white.rsi/icon.png differ diff --git a/Resources/Textures/_CP14/Clothing/Pants/Trousers/white.rsi/meta.json b/Resources/Textures/_CP14/Clothing/Pants/Trousers/white.rsi/meta.json new file mode 100644 index 0000000000..270bdd7dcd --- /dev/null +++ b/Resources/Textures/_CP14/Clothing/Pants/Trousers/white.rsi/meta.json @@ -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 + } + ] +} diff --git a/Resources/Textures/_CP14/Clothing/Pants/aristocratic.rsi/equipped-PANTS.png b/Resources/Textures/_CP14/Clothing/Pants/aristocratic.rsi/equipped-PANTS.png index 1364c5a4a6..5bbc1f91e6 100644 Binary files a/Resources/Textures/_CP14/Clothing/Pants/aristocratic.rsi/equipped-PANTS.png and b/Resources/Textures/_CP14/Clothing/Pants/aristocratic.rsi/equipped-PANTS.png differ diff --git a/Resources/Textures/_CP14/Clothing/Pants/harlequin.rsi/equipped-PANTS.png b/Resources/Textures/_CP14/Clothing/Pants/harlequin.rsi/equipped-PANTS.png deleted file mode 100644 index 1811517d8b..0000000000 Binary files a/Resources/Textures/_CP14/Clothing/Pants/harlequin.rsi/equipped-PANTS.png and /dev/null differ diff --git a/Resources/Textures/_CP14/Clothing/Pants/harlequin.rsi/icon.png b/Resources/Textures/_CP14/Clothing/Pants/harlequin.rsi/icon.png deleted file mode 100644 index 4d326fb5cb..0000000000 Binary files a/Resources/Textures/_CP14/Clothing/Pants/harlequin.rsi/icon.png and /dev/null differ diff --git a/Resources/Textures/_CP14/Clothing/Pants/loincloth.rsi/equipped-PANTS.png b/Resources/Textures/_CP14/Clothing/Pants/loincloth.rsi/equipped-PANTS.png index 16f3628bd8..2a3434b037 100644 Binary files a/Resources/Textures/_CP14/Clothing/Pants/loincloth.rsi/equipped-PANTS.png and b/Resources/Textures/_CP14/Clothing/Pants/loincloth.rsi/equipped-PANTS.png differ diff --git a/Resources/Textures/_CP14/Clothing/Shirt/Cotton/blue.rsi/equipped-SHIRT.png b/Resources/Textures/_CP14/Clothing/Shirt/Cotton/blue.rsi/equipped-SHIRT.png new file mode 100644 index 0000000000..ebe5e90999 Binary files /dev/null and b/Resources/Textures/_CP14/Clothing/Shirt/Cotton/blue.rsi/equipped-SHIRT.png differ diff --git a/Resources/Textures/_CP14/Clothing/Shirt/Cotton/blue.rsi/icon.png b/Resources/Textures/_CP14/Clothing/Shirt/Cotton/blue.rsi/icon.png new file mode 100644 index 0000000000..db72d4fa09 Binary files /dev/null and b/Resources/Textures/_CP14/Clothing/Shirt/Cotton/blue.rsi/icon.png differ diff --git a/Resources/Textures/_CP14/Clothing/Shirt/harlequine_red.rsi/meta.json b/Resources/Textures/_CP14/Clothing/Shirt/Cotton/blue.rsi/meta.json similarity index 86% rename from Resources/Textures/_CP14/Clothing/Shirt/harlequine_red.rsi/meta.json rename to Resources/Textures/_CP14/Clothing/Shirt/Cotton/blue.rsi/meta.json index e0add1cfdd..8163f4aba3 100644 --- a/Resources/Textures/_CP14/Clothing/Shirt/harlequine_red.rsi/meta.json +++ b/Resources/Textures/_CP14/Clothing/Shirt/Cotton/blue.rsi/meta.json @@ -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 diff --git a/Resources/Textures/_CP14/Clothing/Shirt/Cotton/dark_blue.rsi/equipped-SHIRT.png b/Resources/Textures/_CP14/Clothing/Shirt/Cotton/dark_blue.rsi/equipped-SHIRT.png new file mode 100644 index 0000000000..40f4f7bfeb Binary files /dev/null and b/Resources/Textures/_CP14/Clothing/Shirt/Cotton/dark_blue.rsi/equipped-SHIRT.png differ diff --git a/Resources/Textures/_CP14/Clothing/Shirt/Cotton/dark_blue.rsi/icon.png b/Resources/Textures/_CP14/Clothing/Shirt/Cotton/dark_blue.rsi/icon.png new file mode 100644 index 0000000000..6dc30cd7f1 Binary files /dev/null and b/Resources/Textures/_CP14/Clothing/Shirt/Cotton/dark_blue.rsi/icon.png differ diff --git a/Resources/Textures/_CP14/Clothing/Shirt/Cotton/dark_blue.rsi/meta.json b/Resources/Textures/_CP14/Clothing/Shirt/Cotton/dark_blue.rsi/meta.json new file mode 100644 index 0000000000..8163f4aba3 --- /dev/null +++ b/Resources/Textures/_CP14/Clothing/Shirt/Cotton/dark_blue.rsi/meta.json @@ -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 + } + ] +} diff --git a/Resources/Textures/_CP14/Clothing/Shirt/Cotton/purple.rsi/equipped-SHIRT.png b/Resources/Textures/_CP14/Clothing/Shirt/Cotton/purple.rsi/equipped-SHIRT.png new file mode 100644 index 0000000000..fac9624f97 Binary files /dev/null and b/Resources/Textures/_CP14/Clothing/Shirt/Cotton/purple.rsi/equipped-SHIRT.png differ diff --git a/Resources/Textures/_CP14/Clothing/Shirt/Cotton/purple.rsi/icon.png b/Resources/Textures/_CP14/Clothing/Shirt/Cotton/purple.rsi/icon.png new file mode 100644 index 0000000000..25eed696a9 Binary files /dev/null and b/Resources/Textures/_CP14/Clothing/Shirt/Cotton/purple.rsi/icon.png differ diff --git a/Resources/Textures/_CP14/Clothing/Shirt/Cotton/purple.rsi/meta.json b/Resources/Textures/_CP14/Clothing/Shirt/Cotton/purple.rsi/meta.json new file mode 100644 index 0000000000..8163f4aba3 --- /dev/null +++ b/Resources/Textures/_CP14/Clothing/Shirt/Cotton/purple.rsi/meta.json @@ -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 + } + ] +} diff --git a/Resources/Textures/_CP14/Clothing/Shirt/Cotton/red.rsi/equipped-SHIRT.png b/Resources/Textures/_CP14/Clothing/Shirt/Cotton/red.rsi/equipped-SHIRT.png new file mode 100644 index 0000000000..5a057d26b0 Binary files /dev/null and b/Resources/Textures/_CP14/Clothing/Shirt/Cotton/red.rsi/equipped-SHIRT.png differ diff --git a/Resources/Textures/_CP14/Clothing/Shirt/Cotton/red.rsi/icon.png b/Resources/Textures/_CP14/Clothing/Shirt/Cotton/red.rsi/icon.png new file mode 100644 index 0000000000..23d48eaf88 Binary files /dev/null and b/Resources/Textures/_CP14/Clothing/Shirt/Cotton/red.rsi/icon.png differ diff --git a/Resources/Textures/_CP14/Clothing/Shirt/Cotton/red.rsi/meta.json b/Resources/Textures/_CP14/Clothing/Shirt/Cotton/red.rsi/meta.json new file mode 100644 index 0000000000..8163f4aba3 --- /dev/null +++ b/Resources/Textures/_CP14/Clothing/Shirt/Cotton/red.rsi/meta.json @@ -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 + } + ] +} diff --git a/Resources/Textures/_CP14/Clothing/Shirt/Cotton/white.rsi/equipped-SHIRT.png b/Resources/Textures/_CP14/Clothing/Shirt/Cotton/white.rsi/equipped-SHIRT.png new file mode 100644 index 0000000000..92477ae563 Binary files /dev/null and b/Resources/Textures/_CP14/Clothing/Shirt/Cotton/white.rsi/equipped-SHIRT.png differ diff --git a/Resources/Textures/_CP14/Clothing/Shirt/Cotton/white.rsi/icon.png b/Resources/Textures/_CP14/Clothing/Shirt/Cotton/white.rsi/icon.png new file mode 100644 index 0000000000..4f80e412fa Binary files /dev/null and b/Resources/Textures/_CP14/Clothing/Shirt/Cotton/white.rsi/icon.png differ diff --git a/Resources/Textures/_CP14/Clothing/Shirt/Cotton/white.rsi/meta.json b/Resources/Textures/_CP14/Clothing/Shirt/Cotton/white.rsi/meta.json new file mode 100644 index 0000000000..8163f4aba3 --- /dev/null +++ b/Resources/Textures/_CP14/Clothing/Shirt/Cotton/white.rsi/meta.json @@ -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 + } + ] +} diff --git a/Resources/Textures/_CP14/Clothing/Shirt/Cotton/yellow.rsi/equipped-SHIRT.png b/Resources/Textures/_CP14/Clothing/Shirt/Cotton/yellow.rsi/equipped-SHIRT.png new file mode 100644 index 0000000000..1fad199156 Binary files /dev/null and b/Resources/Textures/_CP14/Clothing/Shirt/Cotton/yellow.rsi/equipped-SHIRT.png differ diff --git a/Resources/Textures/_CP14/Clothing/Shirt/Cotton/yellow.rsi/icon.png b/Resources/Textures/_CP14/Clothing/Shirt/Cotton/yellow.rsi/icon.png new file mode 100644 index 0000000000..e630ec51c7 Binary files /dev/null and b/Resources/Textures/_CP14/Clothing/Shirt/Cotton/yellow.rsi/icon.png differ diff --git a/Resources/Textures/_CP14/Clothing/Shirt/Cotton/yellow.rsi/meta.json b/Resources/Textures/_CP14/Clothing/Shirt/Cotton/yellow.rsi/meta.json new file mode 100644 index 0000000000..8163f4aba3 --- /dev/null +++ b/Resources/Textures/_CP14/Clothing/Shirt/Cotton/yellow.rsi/meta.json @@ -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 + } + ] +} diff --git a/Resources/Textures/_CP14/Clothing/Shirt/harlequine_red.rsi/equipped-SHIRT.png b/Resources/Textures/_CP14/Clothing/Shirt/harlequine_red.rsi/equipped-SHIRT.png deleted file mode 100644 index 1ce430d87d..0000000000 Binary files a/Resources/Textures/_CP14/Clothing/Shirt/harlequine_red.rsi/equipped-SHIRT.png and /dev/null differ diff --git a/Resources/Textures/_CP14/Clothing/Shirt/harlequine_red.rsi/icon.png b/Resources/Textures/_CP14/Clothing/Shirt/harlequine_red.rsi/icon.png deleted file mode 100644 index 8530cf24a3..0000000000 Binary files a/Resources/Textures/_CP14/Clothing/Shirt/harlequine_red.rsi/icon.png and /dev/null differ diff --git a/Resources/migration.yml b/Resources/migration.yml index 0f6faa6160..92a8964978 100644 --- a/Resources/migration.yml +++ b/Resources/migration.yml @@ -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