From 34f90f1bce0f4edea2ea28ea1c8cc32b6749422a Mon Sep 17 00:00:00 2001 From: Nim <128169402+Nimfar11@users.noreply.github.com> Date: Mon, 19 Aug 2024 18:41:35 +0300 Subject: [PATCH] clothing and armour package (#408) Co-authored-by: Ed <96445749+TheShuEd@users.noreply.github.com> --- .../Entities/Clothing/Cloak/basic_cloak.yml | 119 +++++++++++++++++- .../_CP14/Entities/Clothing/Head/helmets.yml | 43 ++++++- .../_CP14/Entities/Clothing/Masks/masks.yml | 21 +++- .../_CP14/Entities/Clothing/Pants/pants.yml | 24 +++- .../_CP14/Entities/Clothing/Shirt/shirt.yml | 22 ++++ .../Armor/brass_armor.rsi/equipped-CLOAK.png | Bin 0 -> 1008 bytes .../Cloak/Armor/brass_armor.rsi/icon.png | Bin 0 -> 548 bytes .../Armor/brass_armor.rsi/inhand-left.png | Bin 0 -> 763 bytes .../Armor/brass_armor.rsi/inhand-right.png | Bin 0 -> 763 bytes .../Cloak/Armor/brass_armor.rsi/meta.json | 26 ++++ .../Armor/cuirass.rsi/equipped-CLOAK.png | Bin 0 -> 708 bytes .../Clothing/Cloak/Armor/cuirass.rsi/icon.png | Bin 0 -> 386 bytes .../Cloak/Armor/cuirass.rsi/inhand-left.png | Bin 0 -> 629 bytes .../Cloak/Armor/cuirass.rsi/inhand-right.png | Bin 0 -> 644 bytes .../Cloak/Armor/cuirass.rsi/meta.json | 26 ++++ .../Armor/cuirass_leg.rsi/equipped-CLOAK.png | Bin 0 -> 1002 bytes .../Cloak/Armor/cuirass_leg.rsi/icon.png | Bin 0 -> 467 bytes .../Armor/cuirass_leg.rsi/inhand-left.png | Bin 0 -> 629 bytes .../Armor/cuirass_leg.rsi/inhand-right.png | Bin 0 -> 644 bytes .../Cloak/Armor/cuirass_leg.rsi/meta.json | 26 ++++ .../cuirass_loincloth.rsi/equipped-CLOAK.png | Bin 0 -> 895 bytes .../Armor/cuirass_loincloth.rsi/icon.png | Bin 0 -> 495 bytes .../cuirass_loincloth.rsi/inhand-left.png | Bin 0 -> 629 bytes .../cuirass_loincloth.rsi/inhand-right.png | Bin 0 -> 644 bytes .../Armor/cuirass_loincloth.rsi/meta.json | 26 ++++ .../infantry_cuirass.rsi/equipped-CLOAK.png | Bin 0 -> 664 bytes .../Cloak/Armor/infantry_cuirass.rsi/icon.png | Bin 0 -> 358 bytes .../infantry_cuirass.rsi/inhand-left.png | Bin 0 -> 629 bytes .../infantry_cuirass.rsi/inhand-right.png | Bin 0 -> 644 bytes .../Armor/infantry_cuirass.rsi/meta.json | 26 ++++ .../Cloak/cheetah_skin.rsi/equipped-CLOAK.png | Bin 0 -> 1491 bytes .../Clothing/Cloak/cheetah_skin.rsi/icon.png | Bin 0 -> 670 bytes .../Clothing/Cloak/cheetah_skin.rsi/meta.json | 18 +++ .../mercenary_beret.rsi/equipped-HELMET.png | Bin 0 -> 1053 bytes .../Head/Beret/mercenary_beret.rsi/icon.png | Bin 0 -> 404 bytes .../Head/Beret/mercenary_beret.rsi/meta.json | 18 +++ .../Helmet/capellina.rsi/equipped-HELMET.png | Bin 0 -> 798 bytes .../Head/Helmet/capellina.rsi/icon.png | Bin 0 -> 399 bytes .../Head/Helmet/capellina.rsi/inhand-left.png | Bin 0 -> 467 bytes .../Helmet/capellina.rsi/inhand-right.png | Bin 0 -> 487 bytes .../Head/Helmet/capellina.rsi/meta.json | 26 ++++ .../Head/yellow_hat.rsi/equipped-HELMET.png | Bin 0 -> 607 bytes .../Clothing/Head/yellow_hat.rsi/icon.png | Bin 0 -> 347 bytes .../Clothing/Head/yellow_hat.rsi/meta.json | 18 +++ .../Masks/steel_mask.rsi/equipped-MASK.png | Bin 0 -> 734 bytes .../Clothing/Masks/steel_mask.rsi/icon.png | Bin 0 -> 482 bytes .../Clothing/Masks/steel_mask.rsi/meta.json | 18 +++ .../equipped-PANTS.png | Bin 0 -> 581 bytes .../Dress/yellow_magician_dress.rsi/icon.png | Bin 0 -> 291 bytes .../Dress/yellow_magician_dress.rsi/meta.json | 18 +++ .../trousers_mercenary.rsi/equipped-PANTS.png | Bin 0 -> 996 bytes .../Trousers/trousers_mercenary.rsi/icon.png | Bin 0 -> 472 bytes .../trousers_mercenary.rsi/inhand-left.png | Bin 0 -> 623 bytes .../trousers_mercenary.rsi/inhand-right.png | Bin 0 -> 646 bytes .../Trousers/trousers_mercenary.rsi/meta.json | 26 ++++ .../Shirt/mercenary.rsi/equipped-SHIRT.png | Bin 0 -> 1406 bytes .../Clothing/Shirt/mercenary.rsi/icon.png | Bin 0 -> 646 bytes .../Shirt/mercenary.rsi/inhand-left.png | Bin 0 -> 717 bytes .../Shirt/mercenary.rsi/inhand-right.png | Bin 0 -> 746 bytes .../Clothing/Shirt/mercenary.rsi/meta.json | 26 ++++ .../yellow_wizard.rsi/equipped-SHIRT.png | Bin 0 -> 1327 bytes .../Clothing/Shirt/yellow_wizard.rsi/icon.png | Bin 0 -> 670 bytes .../Shirt/yellow_wizard.rsi/meta.json | 18 +++ 63 files changed, 541 insertions(+), 4 deletions(-) create mode 100644 Resources/Textures/_CP14/Clothing/Cloak/Armor/brass_armor.rsi/equipped-CLOAK.png create mode 100644 Resources/Textures/_CP14/Clothing/Cloak/Armor/brass_armor.rsi/icon.png create mode 100644 Resources/Textures/_CP14/Clothing/Cloak/Armor/brass_armor.rsi/inhand-left.png create mode 100644 Resources/Textures/_CP14/Clothing/Cloak/Armor/brass_armor.rsi/inhand-right.png create mode 100644 Resources/Textures/_CP14/Clothing/Cloak/Armor/brass_armor.rsi/meta.json create mode 100644 Resources/Textures/_CP14/Clothing/Cloak/Armor/cuirass.rsi/equipped-CLOAK.png create mode 100644 Resources/Textures/_CP14/Clothing/Cloak/Armor/cuirass.rsi/icon.png create mode 100644 Resources/Textures/_CP14/Clothing/Cloak/Armor/cuirass.rsi/inhand-left.png create mode 100644 Resources/Textures/_CP14/Clothing/Cloak/Armor/cuirass.rsi/inhand-right.png create mode 100644 Resources/Textures/_CP14/Clothing/Cloak/Armor/cuirass.rsi/meta.json create mode 100644 Resources/Textures/_CP14/Clothing/Cloak/Armor/cuirass_leg.rsi/equipped-CLOAK.png create mode 100644 Resources/Textures/_CP14/Clothing/Cloak/Armor/cuirass_leg.rsi/icon.png create mode 100644 Resources/Textures/_CP14/Clothing/Cloak/Armor/cuirass_leg.rsi/inhand-left.png create mode 100644 Resources/Textures/_CP14/Clothing/Cloak/Armor/cuirass_leg.rsi/inhand-right.png create mode 100644 Resources/Textures/_CP14/Clothing/Cloak/Armor/cuirass_leg.rsi/meta.json create mode 100644 Resources/Textures/_CP14/Clothing/Cloak/Armor/cuirass_loincloth.rsi/equipped-CLOAK.png create mode 100644 Resources/Textures/_CP14/Clothing/Cloak/Armor/cuirass_loincloth.rsi/icon.png create mode 100644 Resources/Textures/_CP14/Clothing/Cloak/Armor/cuirass_loincloth.rsi/inhand-left.png create mode 100644 Resources/Textures/_CP14/Clothing/Cloak/Armor/cuirass_loincloth.rsi/inhand-right.png create mode 100644 Resources/Textures/_CP14/Clothing/Cloak/Armor/cuirass_loincloth.rsi/meta.json create mode 100644 Resources/Textures/_CP14/Clothing/Cloak/Armor/infantry_cuirass.rsi/equipped-CLOAK.png create mode 100644 Resources/Textures/_CP14/Clothing/Cloak/Armor/infantry_cuirass.rsi/icon.png create mode 100644 Resources/Textures/_CP14/Clothing/Cloak/Armor/infantry_cuirass.rsi/inhand-left.png create mode 100644 Resources/Textures/_CP14/Clothing/Cloak/Armor/infantry_cuirass.rsi/inhand-right.png create mode 100644 Resources/Textures/_CP14/Clothing/Cloak/Armor/infantry_cuirass.rsi/meta.json create mode 100644 Resources/Textures/_CP14/Clothing/Cloak/cheetah_skin.rsi/equipped-CLOAK.png create mode 100644 Resources/Textures/_CP14/Clothing/Cloak/cheetah_skin.rsi/icon.png create mode 100644 Resources/Textures/_CP14/Clothing/Cloak/cheetah_skin.rsi/meta.json create mode 100644 Resources/Textures/_CP14/Clothing/Head/Beret/mercenary_beret.rsi/equipped-HELMET.png create mode 100644 Resources/Textures/_CP14/Clothing/Head/Beret/mercenary_beret.rsi/icon.png create mode 100644 Resources/Textures/_CP14/Clothing/Head/Beret/mercenary_beret.rsi/meta.json create mode 100644 Resources/Textures/_CP14/Clothing/Head/Helmet/capellina.rsi/equipped-HELMET.png create mode 100644 Resources/Textures/_CP14/Clothing/Head/Helmet/capellina.rsi/icon.png create mode 100644 Resources/Textures/_CP14/Clothing/Head/Helmet/capellina.rsi/inhand-left.png create mode 100644 Resources/Textures/_CP14/Clothing/Head/Helmet/capellina.rsi/inhand-right.png create mode 100644 Resources/Textures/_CP14/Clothing/Head/Helmet/capellina.rsi/meta.json create mode 100644 Resources/Textures/_CP14/Clothing/Head/yellow_hat.rsi/equipped-HELMET.png create mode 100644 Resources/Textures/_CP14/Clothing/Head/yellow_hat.rsi/icon.png create mode 100644 Resources/Textures/_CP14/Clothing/Head/yellow_hat.rsi/meta.json create mode 100644 Resources/Textures/_CP14/Clothing/Masks/steel_mask.rsi/equipped-MASK.png create mode 100644 Resources/Textures/_CP14/Clothing/Masks/steel_mask.rsi/icon.png create mode 100644 Resources/Textures/_CP14/Clothing/Masks/steel_mask.rsi/meta.json create mode 100644 Resources/Textures/_CP14/Clothing/Pants/Dress/yellow_magician_dress.rsi/equipped-PANTS.png create mode 100644 Resources/Textures/_CP14/Clothing/Pants/Dress/yellow_magician_dress.rsi/icon.png create mode 100644 Resources/Textures/_CP14/Clothing/Pants/Dress/yellow_magician_dress.rsi/meta.json create mode 100644 Resources/Textures/_CP14/Clothing/Pants/Trousers/trousers_mercenary.rsi/equipped-PANTS.png create mode 100644 Resources/Textures/_CP14/Clothing/Pants/Trousers/trousers_mercenary.rsi/icon.png create mode 100644 Resources/Textures/_CP14/Clothing/Pants/Trousers/trousers_mercenary.rsi/inhand-left.png create mode 100644 Resources/Textures/_CP14/Clothing/Pants/Trousers/trousers_mercenary.rsi/inhand-right.png create mode 100644 Resources/Textures/_CP14/Clothing/Pants/Trousers/trousers_mercenary.rsi/meta.json create mode 100644 Resources/Textures/_CP14/Clothing/Shirt/mercenary.rsi/equipped-SHIRT.png create mode 100644 Resources/Textures/_CP14/Clothing/Shirt/mercenary.rsi/icon.png create mode 100644 Resources/Textures/_CP14/Clothing/Shirt/mercenary.rsi/inhand-left.png create mode 100644 Resources/Textures/_CP14/Clothing/Shirt/mercenary.rsi/inhand-right.png create mode 100644 Resources/Textures/_CP14/Clothing/Shirt/mercenary.rsi/meta.json create mode 100644 Resources/Textures/_CP14/Clothing/Shirt/yellow_wizard.rsi/equipped-SHIRT.png create mode 100644 Resources/Textures/_CP14/Clothing/Shirt/yellow_wizard.rsi/icon.png create mode 100644 Resources/Textures/_CP14/Clothing/Shirt/yellow_wizard.rsi/meta.json diff --git a/Resources/Prototypes/_CP14/Entities/Clothing/Cloak/basic_cloak.yml b/Resources/Prototypes/_CP14/Entities/Clothing/Cloak/basic_cloak.yml index 6e613b0c00..cd6625c496 100644 --- a/Resources/Prototypes/_CP14/Entities/Clothing/Cloak/basic_cloak.yml +++ b/Resources/Prototypes/_CP14/Entities/Clothing/Cloak/basic_cloak.yml @@ -110,4 +110,121 @@ - type: Sprite sprite: _CP14/Clothing/Cloak/captain_jacket.rsi - type: Clothing - sprite: _CP14/Clothing/Cloak/captain_jacket.rsi \ No newline at end of file + sprite: _CP14/Clothing/Cloak/captain_jacket.rsi + +- type: entity + parent: CP14ClothingCloakBase + id: CP14ClothingCloakRitualAttireLeather + name: ritual attire with leather + description: The traditional attire of Southern mages who have undergone the ritual. + components: + - type: Sprite + sprite: _CP14/Clothing/Cloak/cheetah_skin.rsi + - type: Clothing + sprite: _CP14/Clothing/Cloak/cheetah_skin.rsi + +- type: entity + parent: CP14ClothingCloakBase + id: CP14ClothingCloakBrassArmor + name: brass armor + description: Quality brass armour, has good protection and is not too heavy. + components: + - type: Sprite + sprite: _CP14/Clothing/Cloak/Armor/brass_armor.rsi + - type: Clothing + sprite: _CP14/Clothing/Cloak/Armor/brass_armor.rsi + - type: Armor + modifiers: + coefficients: + Blunt: 0.70 + Slash: 0.80 + Piercing: 0.80 + Heat: 0.85 + Caustic: 0.8 + - type: ClothingSpeedModifier + walkModifier: 0.96 + sprintModifier: 0.95 + +- type: entity + parent: CP14ClothingCloakBase + id: CP14ClothingCloakCuirass + name: cuirass + description: Light armour plate on the chest, little protection, little heaviness. + components: + - type: Sprite + sprite: _CP14/Clothing/Cloak/Armor/cuirass.rsi + - type: Clothing + sprite: _CP14/Clothing/Cloak/Armor/cuirass.rsi + - type: Armor + modifiers: + coefficients: + Blunt: 0.90 + Slash: 0.90 + Piercing: 0.90 + Heat: 0.95 + - type: ClothingSpeedModifier + walkModifier: 0.98 + sprintModifier: 0.98 + +- type: entity + parent: CP14ClothingCloakBase + id: CP14ClothingCloakInfantryCuirass + name: infantry cuirass + description: The light infantry cuirass, unlike the original, also protects from the back. + components: + - type: Sprite + sprite: _CP14/Clothing/Cloak/Armor/infantry_cuirass.rsi + - type: Clothing + sprite: _CP14/Clothing/Cloak/Armor/infantry_cuirass.rsi + - type: Armor + modifiers: + coefficients: + Blunt: 0.85 + Slash: 0.85 + Piercing: 0.90 + Heat: 0.95 + - type: ClothingSpeedModifier + walkModifier: 0.97 + sprintModifier: 0.96 + +- type: entity + parent: CP14ClothingCloakBase + id: CP14ClothingCloakCuirassLoincloth + name: cuirass loincloth + description: A heavier version of the cuirass, covering only the top of the legs. + components: + - type: Sprite + sprite: _CP14/Clothing/Cloak/Armor/cuirass_loincloth.rsi + - type: Clothing + sprite: _CP14/Clothing/Cloak/Armor/cuirass_loincloth.rsi + - type: Armor + modifiers: + coefficients: + Blunt: 0.75 + Slash: 0.80 + Piercing: 0.85 + Heat: 0.90 + - type: ClothingSpeedModifier + walkModifier: 0.96 + sprintModifier: 0.94 + +- type: entity + parent: CP14ClothingCloakBase + id: CP14ClothingCloakCuirassLeg + name: cuirass leg + description: A heavier cuirass that completely covers the legs. + components: + - type: Sprite + sprite: _CP14/Clothing/Cloak/Armor/cuirass_leg.rsi + - type: Clothing + sprite: _CP14/Clothing/Cloak/Armor/cuirass_leg.rsi + - type: Armor + modifiers: + coefficients: + Blunt: 0.75 + Slash: 0.75 + Piercing: 0.80 + Heat: 0.85 + - type: ClothingSpeedModifier + walkModifier: 0.95 + sprintModifier: 0.92 diff --git a/Resources/Prototypes/_CP14/Entities/Clothing/Head/helmets.yml b/Resources/Prototypes/_CP14/Entities/Clothing/Head/helmets.yml index 6368a1d215..3f39870a00 100644 --- a/Resources/Prototypes/_CP14/Entities/Clothing/Head/helmets.yml +++ b/Resources/Prototypes/_CP14/Entities/Clothing/Head/helmets.yml @@ -111,4 +111,45 @@ - type: Sprite sprite: _CP14/Clothing/Head/captain_cap.rsi - type: Clothing - sprite: _CP14/Clothing/Head/captain_cap.rsi \ No newline at end of file + sprite: _CP14/Clothing/Head/captain_cap.rsi + +- type: entity + parent: CP14ClothingHeadBase + id: CP14ClothingHeadYellowHat + name: yellow hat + description: For some reason, the mages' favourite yellow hat. + components: + - type: Sprite + sprite: _CP14/Clothing/Head/yellow_hat.rsi + - type: Clothing + sprite: _CP14/Clothing/Head/yellow_hat.rsi + +- type: entity + parent: CP14ClothingHeadBase + id: CP14ClothingHeadMercenaryBeret + name: mercenary beret + description: A large red wool hat decorated with a feather. + components: + - type: Sprite + sprite: _CP14/Clothing/Head/Beret/mercenary_beret.rsi + - type: Clothing + sprite: _CP14/Clothing/Head/Beret/mercenary_beret.rsi + +- type: entity + parent: CP14ClothingHeadBase + id: CP14ClothingHeadCapellina + name: capellina + description: Protects against large object strikes to the head. + components: + - type: Sprite + sprite: _CP14/Clothing/Head/Helmet/capellina.rsi + - type: Clothing + sprite: _CP14/Clothing/Head/Helmet/capellina.rsi + - type: Armor + modifiers: + coefficients: + Blunt: 0.90 + Slash: 0.95 + - type: ClothingSpeedModifier + walkModifier: 0.99 + sprintModifier: 0.99 diff --git a/Resources/Prototypes/_CP14/Entities/Clothing/Masks/masks.yml b/Resources/Prototypes/_CP14/Entities/Clothing/Masks/masks.yml index daff940f49..3bcd091f8a 100644 --- a/Resources/Prototypes/_CP14/Entities/Clothing/Masks/masks.yml +++ b/Resources/Prototypes/_CP14/Entities/Clothing/Masks/masks.yml @@ -22,4 +22,23 @@ sprite: _CP14/Clothing/Masks/sinner.rsi - type: Clothing sprite: _CP14/Clothing/Masks/sinner.rsi - - type: IdentityBlocker \ No newline at end of file + - type: IdentityBlocker + +- type: entity + parent: CP14ClothingMaskBase + id: CP14ClothingMaskSteelMask + name: steel mask + description: A steel mask that protects the face from the external effects of iron. + components: + - type: Sprite + sprite: _CP14/Clothing/Masks/steel_mask.rsi + - type: Clothing + sprite: _CP14/Clothing/Masks/steel_mask.rsi + - type: IdentityBlocker + - type: Armor + modifiers: + coefficients: + Blunt: 0.95 + Slash: 0.95 + Piercing: 0.95 + Heat: 0.95 diff --git a/Resources/Prototypes/_CP14/Entities/Clothing/Pants/pants.yml b/Resources/Prototypes/_CP14/Entities/Clothing/Pants/pants.yml index 5777d8ad0d..654ca9a5bf 100644 --- a/Resources/Prototypes/_CP14/Entities/Clothing/Pants/pants.yml +++ b/Resources/Prototypes/_CP14/Entities/Clothing/Pants/pants.yml @@ -64,4 +64,26 @@ - type: Sprite sprite: _CP14/Clothing/Pants/Dress/black.rsi - type: Clothing - sprite: _CP14/Clothing/Pants/Dress/black.rsi \ No newline at end of file + sprite: _CP14/Clothing/Pants/Dress/black.rsi + +- type: entity + parent: CP14ClothingPantsBase + id: CP14ClothingPantsMercenaryTrousers + name: mercenary trousers + description: Colourful mercenary trousers. Don't tear them. + components: + - type: Sprite + sprite: _CP14/Clothing/Pants/Trousers/trousers_mercenary.rsi + - type: Clothing + sprite: _CP14/Clothing/Pants/Trousers/trousers_mercenary.rsi + +- type: entity + parent: CP14ClothingPantsBase + id: CP14ClothingPantsSouthernMagician + name: southern magician's dress + description: A traditional southern mage skirt, rather loose. + components: + - type: Sprite + sprite: _CP14/Clothing/Pants/Dress/yellow_magician_dress.rsi + - type: Clothing + sprite: _CP14/Clothing/Pants/Dress/yellow_magician_dress.rsi diff --git a/Resources/Prototypes/_CP14/Entities/Clothing/Shirt/shirt.yml b/Resources/Prototypes/_CP14/Entities/Clothing/Shirt/shirt.yml index e2221fdae6..c86d83d4d5 100644 --- a/Resources/Prototypes/_CP14/Entities/Clothing/Shirt/shirt.yml +++ b/Resources/Prototypes/_CP14/Entities/Clothing/Shirt/shirt.yml @@ -87,3 +87,25 @@ sprite: _CP14/Clothing/Shirt/steampunk.rsi - type: Clothing sprite: _CP14/Clothing/Shirt/steampunk.rsi + +- type: entity + parent: CP14ClothingShirtBase + id: CP14ClothingShirtMercenary + name: mercenary shirt + description: A mercenary's colourful shirt. + components: + - type: Sprite + sprite: _CP14/Clothing/Shirt/mercenary.rsi + - type: Clothing + sprite: _CP14/Clothing/Shirt/mercenary.rsi + +- type: entity + parent: CP14ClothingShirtBase + id: CP14ClothingShirtYellowWizard + name: yellow wizard shirt + description: A loose magician's shirt, comfortable and nice looking. + components: + - type: Sprite + sprite: _CP14/Clothing/Shirt/yellow_wizard.rsi + - type: Clothing + sprite: _CP14/Clothing/Shirt/yellow_wizard.rsi diff --git a/Resources/Textures/_CP14/Clothing/Cloak/Armor/brass_armor.rsi/equipped-CLOAK.png b/Resources/Textures/_CP14/Clothing/Cloak/Armor/brass_armor.rsi/equipped-CLOAK.png new file mode 100644 index 0000000000000000000000000000000000000000..acde4deeb7f0b0b07186132b0b1f3bc0515a0f70 GIT binary patch literal 1008 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 z zgG)oIHGMsW5JCtcgb+dqA%qY@2uU+ZOpE^yLX)FzkS;^M&=2JLH@(2~<-5c6MiCGu z?<684z<3@>Qe=dY9nwQ;EUNONQ;5u$xeE_WYTV$LC#hhf9a?$=KqnPUv_l|0?q-u^ zm42*PlFzP5S7uoiOl;}hsXl+f#D~ha#HGwzp=sFSes^NQM5{zb0O-_$iB@U)2B5fL tzVgW_J3%C%MIUmErydqe5Ry_vegk6=j5iL^_F(`3002ovPDHLkV1h*%QtAKz literal 0 HcmV?d00001 diff --git a/Resources/Textures/_CP14/Clothing/Cloak/Armor/brass_armor.rsi/meta.json b/Resources/Textures/_CP14/Clothing/Cloak/Armor/brass_armor.rsi/meta.json new file mode 100644 index 0000000000..7d632644d9 --- /dev/null +++ b/Resources/Textures/_CP14/Clothing/Cloak/Armor/brass_armor.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "CrystallPunk14, by Pato Grone(discord)", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-CLOAK", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_CP14/Clothing/Cloak/Armor/cuirass.rsi/equipped-CLOAK.png b/Resources/Textures/_CP14/Clothing/Cloak/Armor/cuirass.rsi/equipped-CLOAK.png new file mode 100644 index 0000000000000000000000000000000000000000..855eb0f0d69b20ad0634dbf3fee843e428477d50 GIT binary patch literal 708 zcmV;#0z3VQP)Px%en~_@RCr$PnmtPcK@f%~g&#;jW1&e1A!5+R#v&jAZM4;YkYDFN&`z)tL`b29 zjSx{nOrnTU2;xU^G6x%$nA|bDcY6ajS4Hn`-*=yRcdwYuK+3O7%I6OPKoXF00j$d4pqKr!dfDtULmY|R?LcP8Rz3!8*g)n;kF7%!|i{A^}iK z0IP;cz>4daizP5Wy8tWST_3<}w&Kepke9h4eEocqmmmoMiXj9vf!|ytt}YXCO8oUt z;iONU$@<4J$pB1DbACqvaITIEZ;}8PlsRii0ytO4g*Qon3(A}|BmtbOWc(GZ;IfA z;_L%bfMLrHpT|ZGwLwDypqo;}RhP&mknstlwrL`b0Vo*yd4agQ!>Fkmv{9W&umYf; z7f|i;lhb3XF~g#NblC8eRupFvtjy}|ay0HT0Sc6@rT_?wT+n^}ynxz;Cmmt4(HMVs z{E(LInFOl@pgHwv#NX6UkO`Qm^{fGyOoG!p0)SIBlJFu4NP;>iO-TT!Y9!%B5|9LS qPMVScPSr@lizFZk>YOxFpMXCSYAR3_IGCmY0000Px$JV``BR9HvtlsOB+KoEr|eZT`jVC((DS}?n#6wthFF)*E6BJg^EZZpRce`C=3yM z^?;u@aMCkyxtw7>p9tM8RK#OM6QyF=-Lek*2g)+ycu?9vr`=_y*#K+5bA*?xg=-+2 z$-!_mfbqC5e6MgJs$d3;XcEj?9gKLw5hf#K28me5?RPRztu~nvivxB_izh&PXhM{N z6alY+XW|Z(zcoM^px^Kc|JO3W2N6wppP++ZB7h$~Lkb$^0pC2oM28Q5Mk<8w=K3e! gl>tRS5%8VB9bMs=A@JhHTL1t607*qoM6N<$f?&d-kN^Mx literal 0 HcmV?d00001 diff --git a/Resources/Textures/_CP14/Clothing/Cloak/Armor/cuirass.rsi/inhand-left.png b/Resources/Textures/_CP14/Clothing/Cloak/Armor/cuirass.rsi/inhand-left.png new file mode 100644 index 0000000000000000000000000000000000000000..b4c641189c2bcf40520183e7a2493dbb5195decd GIT binary patch literal 629 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=jKx9jP7LeL$-HD>VAA(=aSW-5 zdpm2R7qg>4n|W_XY>tUxN0Nhxbaw;GmW|iUKfJ7AUYje@G~tk&h~grTGnvU&g0m-E z&e&kdKlAIeW3lBys>h8!pEv)1M{MS-&OgE3d+HW5Tw$Cjd_l0|4#O{@D}q4AoQ6J! zCu|p@9o!w<6^fYd^*Ll$+RED94PCeX6U(~R13z!hwEX<>XWl1~SkT`K9XlvnO9>gc@gW zINZE=%k8_yCtp|!_p*M`)A!k5?{}XSVo&TFsKK#I)Bf-y_i`*ke`okOtDtl7zGp#c`!g%9QVcSQs1?TqbO67_C;0=F~pEt>#u_1h+uGGAp zF^wS)W1in|Yw(^>BEzcSduMyiD~9`4N^9L^$>YQ*%|9LFc7g9f#3>FbhT}jc!-x4R zjJzceGHdLfB51V6yXcaSW-5 zdpm2R7qg>4n|W_XY>tUxN0Nhxbaw;GmW|iUKfJ7AUYjezr`X!7;p8%LMnF+LNF5hi^U1R#}oj>>gO*fygvh%?Ds0Y7TnG@Jq{2HPa3Yb5rozOj?D`3Hx z*LZ;Uz;cG|4BH(Zu_9jjX4nx=|Xj&=tN{yaQYXF2J$?wyMhIrtxWx4hF? zE7Xvgz4FOKv$Y(vpG!9I+R7*0WVBnesF$sbERLq_bv8Ah(oES0uMQkJ!?44~Ad$)O zHG@iFX+lyOLyXJ}1Hu0EEqo{by?JvAtia0PAOjDl&sC-qFE1Tv;bhhYs;x|LVn4{i qAlv%m_3Z;Kh77Wv;r9G;2lx|b#{}50sRaU)6@#a%pUXO@geCyv7!gGP literal 0 HcmV?d00001 diff --git a/Resources/Textures/_CP14/Clothing/Cloak/Armor/cuirass.rsi/meta.json b/Resources/Textures/_CP14/Clothing/Cloak/Armor/cuirass.rsi/meta.json new file mode 100644 index 0000000000..536ab1b352 --- /dev/null +++ b/Resources/Textures/_CP14/Clothing/Cloak/Armor/cuirass.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "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-CLOAK", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} \ No newline at end of file diff --git a/Resources/Textures/_CP14/Clothing/Cloak/Armor/cuirass_leg.rsi/equipped-CLOAK.png b/Resources/Textures/_CP14/Clothing/Cloak/Armor/cuirass_leg.rsi/equipped-CLOAK.png new file mode 100644 index 0000000000000000000000000000000000000000..e15293f9f55d9f45b1a2fb3c2019161ccefdda44 GIT binary patch literal 1002 zcmVPx&q)9|URCr$Pn!Sn?K@i7#13!>MIRnpKPfD>xp~#y-y8FN^mV94>uX9XK?#Hu_C)|d-!^y}1RzK! zAqjvK_A>xU1X4(_ihb8JRZ>u_02pyym>*K7Ky3RW09P*GDEj@2<@iU#FA6h1-U!{^ zf%3n>;E8(p=&q*W+-2{zp_&qya6p zVaN3?fP2#K0X6_yh0!{I-ue2wIrTaKL2%h1Kcw(Q0Bkb!Ni!rr>3vecv28!qkIhXr z_`KffADk=p%*?2F|8|R`5Bnkj`q!AgHq7`2!_ zX9dKh*~Y%I0@@h0m_BC(#H88AzOn+^7`2!_X9dKh*~Y%I0@@h0m_BC(NNLjMN6H$Y z)F-sB>X%3XFtT&|u5#;%u9Srk4hU?MQ9JAw|Ni?+RG?)8z}}y}8%xA>Aa%i@LDPT% zKv$&cs}Cd_fNQ_aELcc)WjRsS+hAunR0NUi4YB}$s7+dCu{8CzI6#=&@V0^|rK+ud zU;<|WfKi*g&3b*^05BL|oq&^)EC8;YYBB)sJTMUeGX+pOhl_JC?)Ee-QvQ);reE1k@FM zf1;)L8Ght}_9?!Nl;PG5`tXCb!K1njD=ve9H=`gL0E?WCb)iI(7K= YAG(ivUvTre_W%F@07*qoM6N<$f;^GWh5!Hn literal 0 HcmV?d00001 diff --git a/Resources/Textures/_CP14/Clothing/Cloak/Armor/cuirass_leg.rsi/icon.png b/Resources/Textures/_CP14/Clothing/Cloak/Armor/cuirass_leg.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..ca452a520f7cfee199df29b985a1e8975d76ec1d GIT binary patch literal 467 zcmV;^0WAKBP)Px$jY&j7R9HvtRl!QbKoFf?M0%?iO)a8W5T#HQDiY93&-w>`oqwQbPl6N+Ed^18 ziXt_s7kd-&5_y3s(_}+tl~4*h$Jx!iH*aQNN;Kyv%^9B@0jGddz$xGquvVa6-;ch3 zzG!)=oN{r_4~KnqUG+tv0eo+_K@X4jRH>|_2uvoQ#OGQP)&u|yAat7ysKV!k5RfV` zcsLGbcz~Q193NUKfDg`2&m-SIp)h!lfnQ#qrv$b(x9PTXL*4GRx~}>nP-+`Hk+)hS z|LB;!>Us>!M3@W|2|q?OdV5mUR$by2Tdj8FtyKw~a!3W_ShOnqi+~9{R%INh$FNug zcn5e4S@IXQ1JVUyIHo6P>xO?C0p<)hOa@35wgXu&04kVXhISFv3P65zC;tI(J+|It z9(Og4Xhi@Z=oZl%+|8H`7WANbI30o3lGOxY!E){(Bh3aQ0w@Re;qvMtw|?%0hqBJR;T#VAA(=aSW-5 zdpm2R7qg>4n|W_XY>tUxN0Nhxbaw;GmW|iUKfJ7AUYje@G~tk&h~grTGnvU&g0m-E z&e&kdKlAIeW3lBys>h8!pEv)1M{MS-&OgE3d+HW5Tw$Cjd_l0|4#O{@D}q4AoQ6J! zCu|p@9o!w<6^fYd^*Ll$+RED94PCeX6U(~R13z!hwEX<>XWl1~SkT`K9XlvnO9>gc@gW zINZE=%k8_yCtp|!_p*M`)A!k5?{}XSVo&TFsKK#I)Bf-y_i`*ke`okOtDtl7zGp#c`!g%9QVcSQs1?TqbO67_C;0=F~pEt>#u_1h+uGGAp zF^wS)W1in|Yw(^>BEzcSduMyiD~9`4N^9L^$>YQ*%|9LFc7g9f#3>FbhT}jc!-x4R zjJzceGHdLfB51V6yXcaSW-5 zdpm2R7qg>4n|W_XY>tUxN0Nhxbaw;GmW|iUKfJ7AUYjezr`X!7;p8%LMnF+LNF5hi^U1R#}oj>>gO*fygvh%?Ds0Y7TnG@Jq{2HPa3Yb5rozOj?D`3Hx z*LZ;Uz;cG|4BH(Zu_9jjX4nx=|Xj&=tN{yaQYXF2J$?wyMhIrtxWx4hF? zE7Xvgz4FOKv$Y(vpG!9I+R7*0WVBnesF$sbERLq_bv8Ah(oES0uMQkJ!?44~Ad$)O zHG@iFX+lyOLyXJ}1Hu0EEqo{by?JvAtia0PAOjDl&sC-qFE1Tv;bhhYs;x|LVn4{i qAlv%m_3Z;Kh77Wv;r9G;2lx|b#{}50sRaU)6@#a%pUXO@geCyv7!gGP literal 0 HcmV?d00001 diff --git a/Resources/Textures/_CP14/Clothing/Cloak/Armor/cuirass_leg.rsi/meta.json b/Resources/Textures/_CP14/Clothing/Cloak/Armor/cuirass_leg.rsi/meta.json new file mode 100644 index 0000000000..536ab1b352 --- /dev/null +++ b/Resources/Textures/_CP14/Clothing/Cloak/Armor/cuirass_leg.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "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-CLOAK", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} \ No newline at end of file diff --git a/Resources/Textures/_CP14/Clothing/Cloak/Armor/cuirass_loincloth.rsi/equipped-CLOAK.png b/Resources/Textures/_CP14/Clothing/Cloak/Armor/cuirass_loincloth.rsi/equipped-CLOAK.png new file mode 100644 index 0000000000000000000000000000000000000000..b07d8398a74490eabc7c0e6b849f1a4b4c8fdc21 GIT binary patch literal 895 zcmV-_1AzRAP)Px&IY~r8RCr$PTHi|)Q53#HNZ3MbMP_Ll3ZWHIporj8Pd(Is&|lYoP!B!zBuFF_ zQ7M6v=9aEhORz~uF!2qXxZJt3d(Zvh?67BEWSx7@_nq&2b7$b35jEu3$dKo+L;!KX zkSidMz>ph24ncVYIFG>e*l4zQd{Qb}zxy04+gilGcCo3}_uB;yD^ugy*B>3#i=Qnf z%K<3}a6|$A!t|7S|NBf~+nsZN)#l!QS^jY}F6JcNTy?KuG;J?_TH0LX`V=mvRoiRd8{D z{sE+O(6JGR>jGy1^y-_H?sd;4IhQpy_fY{%S8`nFEC5J?1pe9pdfjtL&}9u_m>kOf z?-G+GfJ?x-tq}q0RP4qmgs`)$Ljb7PtxctjAD< z&I2*HLlP_jbdmrkz{|H*^IIt!qdGR4r1*XGaZO=j1ea}U#6?tZ0VudWFOa%B3{2_} z$C^n962P1nz?{Id=TC!T_N&_CM^7>&A8RHdh^*PKKTQXaP@$M2KtId%x^IrGY;Ju> z+8zfN^avN`Z|Agp$71xHf*gQABtlNeV?cphfY^A!0?^O`65%u@xryuRsTb%o5Mkmv z3jk1Cf;b4dE$NWtX)m?QZQmYcTy3~P0#ucJKM|4$K+ik5fUJL7wl8xH%?;3$C?|Qu zbans{2Px$sYygZR9Hvtmdi^5Q543H1QH^I71^jgBq4fiS_m;b1JwIu zo}9ZY(YHlGoMxf0=A}~O^mtyT+iq{*-MK{En_4MRyZu77+NtQvs@ifN znx8II6LGv~46wbm@7eYSxy^HGQzV*5^ z8cz^fF{lOkc_?#0ci`gkY~T+yLxti14DH`41l`Om(&FjfSx@UUjI3B3?R@YQWr!3Jcc>L@2*;a lNa8p~3@}jgzqAnnd;o-%^C2LeDOdmi002ovPDHLkV1m#T+5i9m literal 0 HcmV?d00001 diff --git a/Resources/Textures/_CP14/Clothing/Cloak/Armor/cuirass_loincloth.rsi/inhand-left.png b/Resources/Textures/_CP14/Clothing/Cloak/Armor/cuirass_loincloth.rsi/inhand-left.png new file mode 100644 index 0000000000000000000000000000000000000000..b4c641189c2bcf40520183e7a2493dbb5195decd GIT binary patch literal 629 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=jKx9jP7LeL$-HD>VAA(=aSW-5 zdpm2R7qg>4n|W_XY>tUxN0Nhxbaw;GmW|iUKfJ7AUYje@G~tk&h~grTGnvU&g0m-E z&e&kdKlAIeW3lBys>h8!pEv)1M{MS-&OgE3d+HW5Tw$Cjd_l0|4#O{@D}q4AoQ6J! zCu|p@9o!w<6^fYd^*Ll$+RED94PCeX6U(~R13z!hwEX<>XWl1~SkT`K9XlvnO9>gc@gW zINZE=%k8_yCtp|!_p*M`)A!k5?{}XSVo&TFsKK#I)Bf-y_i`*ke`okOtDtl7zGp#c`!g%9QVcSQs1?TqbO67_C;0=F~pEt>#u_1h+uGGAp zF^wS)W1in|Yw(^>BEzcSduMyiD~9`4N^9L^$>YQ*%|9LFc7g9f#3>FbhT}jc!-x4R zjJzceGHdLfB51V6yXcaSW-5 zdpm2R7qg>4n|W_XY>tUxN0Nhxbaw;GmW|iUKfJ7AUYjezr`X!7;p8%LMnF+LNF5hi^U1R#}oj>>gO*fygvh%?Ds0Y7TnG@Jq{2HPa3Yb5rozOj?D`3Hx z*LZ;Uz;cG|4BH(Zu_9jjX4nx=|Xj&=tN{yaQYXF2J$?wyMhIrtxWx4hF? zE7Xvgz4FOKv$Y(vpG!9I+R7*0WVBnesF$sbERLq_bv8Ah(oES0uMQkJ!?44~Ad$)O zHG@iFX+lyOLyXJ}1Hu0EEqo{by?JvAtia0PAOjDl&sC-qFE1Tv;bhhYs;x|LVn4{i qAlv%m_3Z;Kh77Wv;r9G;2lx|b#{}50sRaU)6@#a%pUXO@geCyv7!gGP literal 0 HcmV?d00001 diff --git a/Resources/Textures/_CP14/Clothing/Cloak/Armor/cuirass_loincloth.rsi/meta.json b/Resources/Textures/_CP14/Clothing/Cloak/Armor/cuirass_loincloth.rsi/meta.json new file mode 100644 index 0000000000..536ab1b352 --- /dev/null +++ b/Resources/Textures/_CP14/Clothing/Cloak/Armor/cuirass_loincloth.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "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-CLOAK", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} \ No newline at end of file diff --git a/Resources/Textures/_CP14/Clothing/Cloak/Armor/infantry_cuirass.rsi/equipped-CLOAK.png b/Resources/Textures/_CP14/Clothing/Cloak/Armor/infantry_cuirass.rsi/equipped-CLOAK.png new file mode 100644 index 0000000000000000000000000000000000000000..64502669448a41b5c67053a8990fdd624885d554 GIT binary patch literal 664 zcmV;J0%!e+P)Px%Qb|NXRCr$PTCqw4K@izk`wXK<37cE;knd${-{0dNOlwbtsILDF_XjM4j>fi44! zkbL-YgqrmXOMqE}$FNTYh@nc79Mu7m>c$XT9S}p6Bsr=BB-M=}wmKk&DoJuw2S}(F}FfeV0x~!Q5F9FX zF3!DT7FqxFPx$AW1|)R9HvtmO%>vK@`WIi{!?IWfR#Fxi~0oadGAw_^3`wY7Z_VMI?6Dg`4EE zdRtG!Qg3M6)XZ^rX8ynV&3oI%AmR~=I3E;%GN2471ImE30mEo`*V_dW@nqmDPS01X zDSKb`L`=i*TD1=I#SBuZbO7LdJ^{VwLP!H(Fb3giUk6&D_n`oY7AV|t?I#X|@fn^QZ`?4ouie9LAT1E%6)dnq>_k#(9V9VAA(=aSW-5 zdpm2R7qg>4n|W_XY>tUxN0Nhxbaw;GmW|iUKfJ7AUYje@G~tk&h~grTGnvU&g0m-E z&e&kdKlAIeW3lBys>h8!pEv)1M{MS-&OgE3d+HW5Tw$Cjd_l0|4#O{@D}q4AoQ6J! zCu|p@9o!w<6^fYd^*Ll$+RED94PCeX6U(~R13z!hwEX<>XWl1~SkT`K9XlvnO9>gc@gW zINZE=%k8_yCtp|!_p*M`)A!k5?{}XSVo&TFsKK#I)Bf-y_i`*ke`okOtDtl7zGp#c`!g%9QVcSQs1?TqbO67_C;0=F~pEt>#u_1h+uGGAp zF^wS)W1in|Yw(^>BEzcSduMyiD~9`4N^9L^$>YQ*%|9LFc7g9f#3>FbhT}jc!-x4R zjJzceGHdLfB51V6yXcaSW-5 zdpm2R7qg>4n|W_XY>tUxN0Nhxbaw;GmW|iUKfJ7AUYjezr`X!7;p8%LMnF+LNF5hi^U1R#}oj>>gO*fygvh%?Ds0Y7TnG@Jq{2HPa3Yb5rozOj?D`3Hx z*LZ;Uz;cG|4BH(Zu_9jjX4nx=|Xj&=tN{yaQYXF2J$?wyMhIrtxWx4hF? zE7Xvgz4FOKv$Y(vpG!9I+R7*0WVBnesF$sbERLq_bv8Ah(oES0uMQkJ!?44~Ad$)O zHG@iFX+lyOLyXJ}1Hu0EEqo{by?JvAtia0PAOjDl&sC-qFE1Tv;bhhYs;x|LVn4{i qAlv%m_3Z;Kh77Wv;r9G;2lx|b#{}50sRaU)6@#a%pUXO@geCyv7!gGP literal 0 HcmV?d00001 diff --git a/Resources/Textures/_CP14/Clothing/Cloak/Armor/infantry_cuirass.rsi/meta.json b/Resources/Textures/_CP14/Clothing/Cloak/Armor/infantry_cuirass.rsi/meta.json new file mode 100644 index 0000000000..536ab1b352 --- /dev/null +++ b/Resources/Textures/_CP14/Clothing/Cloak/Armor/infantry_cuirass.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "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-CLOAK", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} \ No newline at end of file diff --git a/Resources/Textures/_CP14/Clothing/Cloak/cheetah_skin.rsi/equipped-CLOAK.png b/Resources/Textures/_CP14/Clothing/Cloak/cheetah_skin.rsi/equipped-CLOAK.png new file mode 100644 index 0000000000000000000000000000000000000000..2753f7b56ae42ec691048963e2e33e4779a94537 GIT binary patch literal 1491 zcmV;^1uXiBP)Px)jY&j7RCr$PT7PI&Wf*=(Ke)mr7EIcuS!#DnA!CdD5gQwWX|5&~d0|r)O03yn zXsuRemSIvYE5~4I29t(vc#Rg`+S&%TIhjst%K~lQGIO#k4P0)CM zd(OG{j-C6@fy;N^AJ6-|?>U_JNuxRbOPk~QlM8^$fH{tU+X8c(0PYZUTfoj1sI6S8 zEqc&Pue^88c3?kwYq^G4?Y3=epa}Az1@q|lYg4ucD(wP*_0|2h#%!yxZw?k}58QtT z{dN66+dz=X!!CZXZ6^q}0pLXPvOS#y!4?3VOx|e_ECY~;vQs(>1qE#3We8G_tAP$xSq~&x->D#vdMW5$@F@(z_W{lf3VGb4Ss!vBGDMj zKkIOCtzX-9euCP1hUmx>k5S#u4ElKQ1Z^7pi7HmFpgoUgP@pT!vdIAe{%Z%uDBa_s zd(%Dotv4rQG#QIgQ$ZHnKPy=D;F~#9lv!RvBhh*a?|6#*?|(uU0)Qh7yzKn9DN$|unNB6y0X z8Y^htwl+O^M20ruRzZag&urML6)yQvJZ)MIjf=$1KL9Zpjwlxu_bVMn^)YlnJusm7 zxg&z|q0V!fth@{cfp#1}pk!AiapRd!n_9GEjXS7$|5B3GH?ly+$6=sSps2ol`S{?Y zQECqM3ji>bxRm22Z9EUaM^D#Ku>G0yIza0oQfkJU4 zP`*H1@mAW`cb1jB@(i#-Tc_>?6JYy#Mlxb?8ITOrQ^}{xfK;kRGGcKVkPOuA^eNY6uql@% zwto^+4LH$Xh_IV9uH~>P;tDiuZ-GRDFdQn@rW0duVz3as^Z4fAo3FngmM>K=AlH zZPW_vi$yKloC%ayJzmYIOR&0?wjAvEo`qVZtXpUW%!^WPbyd!T0a(gHmyj7+V_B1+ z3;^hEmcL*(*m>&0En0zfVP{1WC;SVw+vyTGJ40I&tVG14KDHj0+9mj3K`ALZsgtYjyiWL5702v^TmiB&nY17NC(c0oCCfN<%D zcEWSNVgE0>R^WxYj+6iZKmmmEl9fU-*ER67Qe4Uaz=2UCkmb8a6eks`Z)6ET;KaoO tK$VWO>6{C|Y^s(MvAPU!0@c}M^M4e5^j~9}8pQwr002ovPDHLkV1ntUys-cP literal 0 HcmV?d00001 diff --git a/Resources/Textures/_CP14/Clothing/Cloak/cheetah_skin.rsi/icon.png b/Resources/Textures/_CP14/Clothing/Cloak/cheetah_skin.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..c5d21e15afa7d374726967c35ca17e6af055c79c GIT binary patch literal 670 zcmV;P0%84$P)Px%SV=@dR9Hu2WEfz;IKcKZj5=U61cp}#rC~7%Pw8w~6h%dW>EC$Jg zELWE0WVrkIJJF7y*a3YtrvG7&tgzwn-5NKpai(*$ZMi~4hvP1qCi7L;J>S< zBsjaNSx;l|R+-7L<&HnYu4QFl^LB54&T!++2a?PrN%3kAmH)M8-Y_iReTreJr4d7M zwFpCR>l=pXBXlQ=Bz%<@O@$=184qnhLTuU22kRB|M3@tAU_*PIf1AU0Qp`}fP+dp@x6foac<>~{hBY&YGMDHO0Quh0f(Km5badZhn6~;5 z!@NF!hSlruGlT{zGJq_1agt?-$XvnT<7rB?M`{RncKsF+Boo_ZK!-h7&vHF>F74g)GZSasYCL z)IWLte~?3@CHTR@z)7?R_R+Kw1?z-R~n0D>e8Fz|W46aWAK07*qoM6N<$ Eg4e|`MgRZ+ literal 0 HcmV?d00001 diff --git a/Resources/Textures/_CP14/Clothing/Cloak/cheetah_skin.rsi/meta.json b/Resources/Textures/_CP14/Clothing/Cloak/cheetah_skin.rsi/meta.json new file mode 100644 index 0000000000..4c789f7899 --- /dev/null +++ b/Resources/Textures/_CP14/Clothing/Cloak/cheetah_skin.rsi/meta.json @@ -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-CLOAK", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_CP14/Clothing/Head/Beret/mercenary_beret.rsi/equipped-HELMET.png b/Resources/Textures/_CP14/Clothing/Head/Beret/mercenary_beret.rsi/equipped-HELMET.png new file mode 100644 index 0000000000000000000000000000000000000000..9fb6579f976a09a0a6df51a8103b15c5599c9a06 GIT binary patch literal 1053 zcmeAS@N?(olHy`uVBq!ia0vp^2_VeD1|%QND7OGojKx9jP7LeL$-HD>V7~6@;uum9 z_jbZVSDw-M zA?<1Y+nAeKRZKrh-xuCh zEcx-}=2L?>_LnRzbL~(6__FVtj@)N=MhW>FlX<@7t~;l({rTI*i655O2y7E)d;RA} zTpUNZSo*a)i(04JCuY4YzQQwCV*UFYKfm&$t}D6Hx}r}5BuLbG9)}=abQSbKk&(ifw4iB;j}R$IK0oZ2r%4W++ZV2AIZHe z3$E{O-ZJm_>J`p6cB?wHYu9SEKDw85zLfps(@UEx#X@#63e4JjOE%?o#gYZ9w1pSg zFD<(W#aliH-(Rsyt^DVsHj$v6stU2Oiwm#5TTpVp&;7E8^)j>Q*?F}S zx4tfAtBhTy!4O$%?OdL><|W@G=FE$M=B7&{G`4+potIrXd7YRRGZ*NcZlrClW zOb^&>HM`er`_#WngN}cby*W?0Ha=MA|M6?rU6?aOk}J)2Cog$@HjlMqjiAQj?$w+f xrgvZMV#@gH5VQRiFb49O8R;7E;K=^Zf6ptSK<}i`Ghlva@O1TaS?83{1OO|9#ozz{ literal 0 HcmV?d00001 diff --git a/Resources/Textures/_CP14/Clothing/Head/Beret/mercenary_beret.rsi/icon.png b/Resources/Textures/_CP14/Clothing/Head/Beret/mercenary_beret.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..eefc31fa90a57691192ea987ad1c03996744d747 GIT binary patch literal 404 zcmV;F0c-w=P)Px$PDw;TRA_jvk<=+gg8@a64jo(+7wzck66j}eDuUt%(4`-v z(xscY6sitlmk#YBh+;yObgHFDA!s=VX=s{EUaW}!-*k7}-Fxp|2tY(cL_|dNpVcZQ z@p5-7ek1mT>;;3wi-iJemD1RYkS<_;ZBqdNGn<9|WMkZ&n2h3*^~|0!n)u1$QlO9{ z`%#G^-mu6nG&MsUoaJ#^V9)*AJL+!Vn-^P_bo@v$XDo=jS$%YgfHbY54qiNEdMP`mAgv7Q`SKHTCuKVFgUjYEY9p&aG?Td71c;{}ljW ydG}CsoMvEMP3m~KIQ@~BL_|bHL_|dN$9w|b#cxb9f9mf50000V7lSy;uum9 z_jcC)Y>_~Loz444ok1AtkN7mgVIB3H6RF+G}%ik``_? zYwFO#`Dx|PEsy4GKK{1a`2No`<=baoKiP8q%$cV$ z(Yx*zA3b;QLAGRK_3vbN3BNsi-u_WK`1!N>r_PTjbABB<>h$B?J-^5U{~Y%>EaY@l z-p_I1R`XXG*Z=wqQa^7pidMb&Q}^HdWkdP<`(k`MOsuExt@+v` zJN-9b#?y4p)~_o*^opO?HeLKqZ%kXRgqfDc9 z9RH3bXCGVnRlYGAYjBkywOrPISLeU~Fo&eBd^{Ih+r{KY?8 z`lM&`Hb~Fd-KT93Bi<}s9XE9{FT?C)&ZP6NMb_?hXHmFz_eSyCq*q7886BE#zVp~; z`lB-G{{4UJm9?JA88S2#eEYI8==t{e{hPHkG`UyKUM<$J>!i-RVg|9@lY%B&E2!pn z@4UlE634-7_uHR)Ozf{sX8R*&w_HK?e7DR3!}-&h96oADC0p(~RJgaqOp^&HlrPPY zU{kZ@+`8_)0oiu?j10Wva@ZFc1iW{Iyq-etUI zy=3iq*#*8gs%pv`zVcy0<{Q380~kJi^#Ue%22WQ%mvv4FO#qo- Ba~S{t literal 0 HcmV?d00001 diff --git a/Resources/Textures/_CP14/Clothing/Head/Helmet/capellina.rsi/icon.png b/Resources/Textures/_CP14/Clothing/Head/Helmet/capellina.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..bba38c20d55c9d72490dfe544166a787b005dd44 GIT binary patch literal 399 zcmV;A0dW3_P)Px$Nl8ROR9Hu2WEfz;IKcKZj5=U61V%$(Gz5lb2&kwS{s)zyf`UTeg7p3ScklxB z&Yklld5R>(AX`jLo&QTpNHHiXD1$A%|KKj%^5-v}fgMANBS>~Yes05mkfn5Y04UgD zL2hMX%OEKw4fgr-XHVfFaO}ika0r0Z5gQUjg#gTQSkQwk!UjN=YH8{~97bex5aj^m zcnA3$+1Idi0E!ayr~x_R^y$5L?I6klu*3(VL7`w}Wrq>~AP2!5266<*Vh|u?IYluYo^m+46{U&D z3HHfHv(0&ae*R>|{nJ?fZ*BUn&*H$`B>aGjMZAIEaUDarf(7F`hXTeQVh^|qSRoP* z>h3cwzPRSamff48^v_Lu_4VTq{ojB2vUImdXnlEode4dfMxMunUzSu)N@u^Bv)_f0 zM^4ULgQGf;Az-2CBGZ2xYxJwHJexoN-nr{s%D(oBHx*qkEIhkJW#%-7D^2t7=LZ@G zoXsxeV7MK4H!>w->nV-}(%W|#FobRByU=lWza&G-4y&w#yepJVKFP5(EP1(6jQ4|u zX-b+DW$a4*t-t;z7QS@sa+6pv|MJ_(JLd-P_+rvo&2U}rOaU)Lp}}EOhT3N_)w7P+ zGE{#Evz>8Kf+6(2153cvnBafz%(IM6uBvS@f575?f45_-;Dpz}SYq&W^>bP0l+XkK DK!?Hj literal 0 HcmV?d00001 diff --git a/Resources/Textures/_CP14/Clothing/Head/Helmet/capellina.rsi/inhand-right.png b/Resources/Textures/_CP14/Clothing/Head/Helmet/capellina.rsi/inhand-right.png new file mode 100644 index 0000000000000000000000000000000000000000..89320aa9e372fe305eef26637bf62c203c118140 GIT binary patch literal 487 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=jKx9jP7LeL$-D%z7kaulhE&A8 zowd=A$x)!K-TeU9hKmQd113laYiH|j+4%5f1(U(CQ*M*HIa_-#wuODrJ$FXc*&|}d z+{r07XV&j-K6&q)`TYVFbKRnSQRhCZGc+)s<6OWxhr2=EaSKD#0ZYa$4aJNfL>#z* zg2E2m7UBo41t%CtOndu{^Xzl|sW-QqKQ8*ZJ0`xpYwu>(Svk`#srh|-{d=;+fu~1B zORJY}iTW4t@t@mWzy7rT$qDNY^3Tqj#&sa0B(~_%o_X_@i?T$1FXzt|NILe+ay!GH z^vxj*Klat+t^4vba{sD*YZg^3t<4oMS@1GVlkvpfr*De(de{D}d!HPz`=%kog?Wts znYSESbM!Dnw&>Mo%#^bmZghRxb0FzsB40#^labCw%Zvm1e$MZ2CpXG@$LKcPX;a;j zkR9J|K6lRrIhD|wwTzbh-bWnPvMS7uke$}SCg5y*T!P`m#;kT5V;&2Yvoha{@(;+* Y%AV!earNB}V9YUiy85}Sb4q9e0Q*DP{Qv*} literal 0 HcmV?d00001 diff --git a/Resources/Textures/_CP14/Clothing/Head/Helmet/capellina.rsi/meta.json b/Resources/Textures/_CP14/Clothing/Head/Helmet/capellina.rsi/meta.json new file mode 100644 index 0000000000..4148f7572b --- /dev/null +++ b/Resources/Textures/_CP14/Clothing/Head/Helmet/capellina.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "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 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_CP14/Clothing/Head/yellow_hat.rsi/equipped-HELMET.png b/Resources/Textures/_CP14/Clothing/Head/yellow_hat.rsi/equipped-HELMET.png new file mode 100644 index 0000000000000000000000000000000000000000..98043eb18163133310865d0412060793476128db GIT binary patch literal 607 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=jKx9jP7LeL$-HD>V3PE7aSW-5 zdmE(~#Ox@rM;=eCv z&zP6qY5z7{bwM}VqPdKWi!2|VW#{}5W+NphByd(R-_E09`=g5=CNyO9ReW}2+9TTE z*3RNmd}KDi(1W!VCN?Sxvy|`EOkl`Ay7-|Y<3*W|&ze~(wB>luPiZKzn}6=bHvacM z&of;s_uP!$Px$6-h)vR9Hvtm7xy8Fc5}2gCr;%Q+)y?kHKpo2v0%~yZ{e?#-Xq%V4C6S;uum9 z_cm&y*Wmz>y-F4#tyxDpg0?E~$!>jcMX9c7atgi2 zo4nr6t1$W4(d9ua_3oWb6aE#*vWa15%(>IgKPTKSQ)qf@5wJ33LDbqw&%cH;Jri=i z_vRDVj&-*m&OMv9Fl=?{JKfVwt0yP#$l0GI%=po`c>c@isQV3%gVl6eGlHosxSULg=q?l!oMCTuLTdMk? zxT1vTZ5g-RyZjTMOLV%7Hme`fICLe&=)lgs)vrz;eauuP)Ue3ld$}vaJHD6C)HyG# zHTeE>64{*Pa~cZ54_x_JF=vJslgn-P@BNwaQyJ|kN%6p!owdNEcGzn zUu^U1_m0%+i*ZhyzFrJJz-`SuWm%Wd&GoyOcGK_xqbq9{z1n#d(S;prg1ZoaMobE>FKn z43o2pk4$1IC^@R4?%CkE)iTMG$zoU1q{%7=mfVursKO`{Yk1OAC?P1fFJcly-?|x3 hR5%S*nz^qje?9ewV~J3!Brw4;c)I$ztaD0e0sy4xQ<4Ax literal 0 HcmV?d00001 diff --git a/Resources/Textures/_CP14/Clothing/Masks/steel_mask.rsi/icon.png b/Resources/Textures/_CP14/Clothing/Masks/steel_mask.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..7088485a39adcd93647486c36a5a4e9a3d208590 GIT binary patch literal 482 zcmV<80UiE{P)Px$oJmAMR9HvtmN84iKorMc7l&FAjSx^{4Hcwu?Ig65i{g?m5O6YnBI6|F3uF;p zoLX?|YKmZ~ZBz&tMXViMPTs)_Ay9frkUCtZYx?f}fA@cXj+9`|PifBjAOWNU(gEo} zAqOnWVsw$YuA8e@u1zGYXuQ7iZz~c4}n5GGy=W$)zw!v{6 zzNYuzPmf?!HMr^ZXC827LAAWVu-WH$3@_0K2WT`JaCLplMbA!8;QZo}uaA!opxf;N z0&FNNuw1DCLJucDQ+0#@u-RP@@>CBlFbsyG(=vcC zzVFXG81)q{qz$WU>uj%H0}LXKf$YZs-uL?O{`M-|SGbS>Hn(=!Wb(!5oxX?=s9aux z=h1_3U*W>!D3UJF`#h(|y}1BzBW6KSl$a}uqD-^Toq=>Hi~i2-Kv7}ofOJ4Q@NXRW Y1yK~DAxI#Wr~m)}07*qoM6N<$f;#xm3IG5A literal 0 HcmV?d00001 diff --git a/Resources/Textures/_CP14/Clothing/Masks/steel_mask.rsi/meta.json b/Resources/Textures/_CP14/Clothing/Masks/steel_mask.rsi/meta.json new file mode 100644 index 0000000000..4f2ea0737a --- /dev/null +++ b/Resources/Textures/_CP14/Clothing/Masks/steel_mask.rsi/meta.json @@ -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-MASK", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_CP14/Clothing/Pants/Dress/yellow_magician_dress.rsi/equipped-PANTS.png b/Resources/Textures/_CP14/Clothing/Pants/Dress/yellow_magician_dress.rsi/equipped-PANTS.png new file mode 100644 index 0000000000000000000000000000000000000000..b5e1e57bbc375100c96b5bf616c1951ef5dc185e GIT binary patch literal 581 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=jKx9jP7LeL$-D%z|9iSPhE&A8 zjZ*YuaTJ(ie1e;cb@?||7FM>-gCBTV9;&h&G&hh?VH0`Cx|&aq z?%urh809jd$xB> z&~eaXTFG?erM2bld~Q+2EgzmA@4vro!xqO)3_CfNa4EcQX%oE~ZPhs=&I!#8?O$e8$1wGHGSrH(I#@RxOJ};kx8UPUhAqq)HEIlR8KmZO zk|JEch2_Pbb4D}1h^#mEI?b|!KYas3&<=(Qx65*jk2JTwk=Ht+z_{x>Yl@4lD^rS% zT>K;nr6$jYia&pT72G~@8lkVjIU%&r|9<{$;rsj@mXQW$m@1Oe6raStHa(=;F#UmdKI;Vst0EMgX?f?J) literal 0 HcmV?d00001 diff --git a/Resources/Textures/_CP14/Clothing/Pants/Dress/yellow_magician_dress.rsi/icon.png b/Resources/Textures/_CP14/Clothing/Pants/Dress/yellow_magician_dress.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..4e8240f894917401e01dddc926be299dc384b164 GIT binary patch literal 291 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}cRgJkLn7Rh zQzQ}&SRD9f++&qs!s6x(BiiCPOpdJnBmU&z8t41+~ocPeT*k3KjK&<%g|LHu_3zpM1wAqB}>}Ji?aR? zE;@Oc2)tzoSj23}lwzS_a^W)LiR%WHLAPeASTdv;oKY&7CDNUkb+U-TQtaU+<5vwA g1tfSIFA6X)I2RQt%KkL*0D6?c)78&qol`;+0JcDF2mk;8 literal 0 HcmV?d00001 diff --git a/Resources/Textures/_CP14/Clothing/Pants/Dress/yellow_magician_dress.rsi/meta.json b/Resources/Textures/_CP14/Clothing/Pants/Dress/yellow_magician_dress.rsi/meta.json new file mode 100644 index 0000000000..9e00f3b8e9 --- /dev/null +++ b/Resources/Textures/_CP14/Clothing/Pants/Dress/yellow_magician_dress.rsi/meta.json @@ -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-PANTS", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_CP14/Clothing/Pants/Trousers/trousers_mercenary.rsi/equipped-PANTS.png b/Resources/Textures/_CP14/Clothing/Pants/Trousers/trousers_mercenary.rsi/equipped-PANTS.png new file mode 100644 index 0000000000000000000000000000000000000000..be960d242b94a5b0ab2c8193fb275dcf2e3a9db3 GIT binary patch literal 996 zcmVPx&o=HSORCr$PT2V_BQ4~H)%7%$#^{~n=2^%RDMN-frk>Eoh5kv?^LH&c!UJUff zhkDXq5Y$5?^cEQe21Y~+Nm4{;Bp8ZqP#R*=VlnYuI?HX`UFO_zhLO4Rvb(eQ&iT%F zzH{$o&PhVXJ0C1Qtf>8d9{rS|EJpuTRq8KrJm4e^Vw| zqdtQsfbGDkd!r5=9d1+pF|KmK*)jt59lz}CZpu)qF-?V)MS4F{pwY80=wN*L~$+)=XE_w+O!=}(pL{P?m!-=^=2?2867fIEkK2*ws4)Y7%i zNdhRoCj}rOfE9RSIj_jRJK0I;OB;lsoOm;4q(CtNJ$rYmXb;!4(7T}-y4shZuemEK z3Ns&Gi6h{Z0Cv9ZP)^xtoqt|Rf%8A-2)G`8|0O2DGXYqD&NU>J{BVsdt*Lwmu=Z0I z)IFrd((LQ9i=c z0H7QJP=Luo3Nsh`M9PheggE;okl zG1-g-zfBHdMg*9GkK#N_Kop}ACMK(ZFxifxEvtYiMkP#4RsmtM9YtGK0a1)fn3${r z!el#&wyXl87?m(FSp|g2b`)({1w=6_VPdih2$St7+Oi7p8x?+6&%FXcmdAk=g&4gr z!Q@rA?z3+N9Oxc!P#K;Wnxd}UgweZsNf1Ez@_2^EFXmO1`sU|3Uq1MnjH1MB%Nf-v zf-*V22iYG0qF{4+Ppc};qdVo%uB@+8oG}5n_GcZ`2T_hnbPojD8{k$5>Vdci=g}I2 z28mBkZX5X`p5!h@f`qB|-oW|-%B2U_11Fj~l=IxOV^WzG5dg#e&Gr9bLYdsJ3?*v- zkLC2!dlO6=G(-gG(PtpsCt%`)-#PA{0h9g&5drQt8Iz6-zfSA(-CZMrD}Zy4J4H;I zlD3iny>W`8FKy5eDS)>jcEax=WUI(<_Y6p$D<(kl@a-_x60jYj6ePyjE8s7s^!`vz S>coct0000|sc_iT?s17>)1SND zmw9AjHYIrLU%i*mq2D6$@!fZJwpuwswjf!@Nz6N@%ssg8|Hrq6H!j(njOMY<|JZQT zX$@1tuNS}7Rc3llN}9mDZA zPb(;D9RBd=uW*}ot-i#syZpv0K5j6&^Xt>>hmX$h-_qN}!P)x%*PAmu#ao>v?QH7L zd`Pj>c5XV%$dxZ`g))7g)@xTnvDL} z{P9Ult`0{Px%DM>^@RCr$Pn!ic|K@i3#cqxt?F(jlAi%2SM`~!j@2!c-`+V}!uFZdw7fM8=~ zVP`AYsFf*Fq%g=4&@+-Erzf*=;fxV3?6Azbb4^0X&3^NnZ|1I;0yusZ9M2yFfH=T$ z0@4DG8$gDjw1BjL;{>Dy95;YG1*8R}1so?JEx^$Lv&-8F>UzDu{!yUadObM{L(-y= z21DVKL}M~}g=37j@CgcjS=HvFeXBHXR4Pdn$FS=Axnt!iE*XHV@T_PQF^%w<=DMnW zGKiG^!?_k*wF33M?0M?*=H-PPQt3*#jzTAIA3bDnkqE51?v{j6^_%sSuCn#+r#0=0YUIR2>bp1=*ggC{q$b4 z89*%@Px%KuJVFRCr$Pn!iiKP!PwjnhwPp3nfS$I&`R$x(Kdr4o)tD|A2pp;4c0HE{cDJ zAP9mW_+!zj*g+ghOD!oG8mZial(b39yU_BI_byAz<8rzC-1puK&^Env6+_!Qt4;1)2P0Jnfn0yuG;;ccrmR@Ala{UPS~`+gr= z?AS$ggg3=Go90M0NR0W_^T4(&cvcwv;1*rw7j#LA{9luyCiZEQ)9Vwue&x^IjU@+Ry z!?8y8fTWI80|=fU9DP9xgio@#7^l7oQXQoQ05uMN6{Zr?&7KvYTSck)umY&WbhBp# z=vGl`KCA#LG2QH00lHO`nhz_0N=!F#fUs1li-Ck$!v`_}sJ4+( zKvri4WZ+5z$l}bvLI7lGW?-%Wk_;cn1fbeRss*w>GcXIX6o9~ijxz%!0IKD>i03na gMNrL>PvaHv5At_oP$Qv9x&QzG07*qoM6N<$f?x_CqW}N^ literal 0 HcmV?d00001 diff --git a/Resources/Textures/_CP14/Clothing/Pants/Trousers/trousers_mercenary.rsi/meta.json b/Resources/Textures/_CP14/Clothing/Pants/Trousers/trousers_mercenary.rsi/meta.json new file mode 100644 index 0000000000..eab1c79ec7 --- /dev/null +++ b/Resources/Textures/_CP14/Clothing/Pants/Trousers/trousers_mercenary.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "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-PANTS", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_CP14/Clothing/Shirt/mercenary.rsi/equipped-SHIRT.png b/Resources/Textures/_CP14/Clothing/Shirt/mercenary.rsi/equipped-SHIRT.png new file mode 100644 index 0000000000000000000000000000000000000000..49b09d3c05a9836438004ef05413f012c400bad8 GIT binary patch literal 1406 zcmV-^1%djBP)Px)I7vi7RCr$PT4_jBQ4~I{wqaR8lZ<2-nFWH&_Y4b z4p|ZPqo9Q-C=7~dfl?w`6f)arF|dpVGia4I+g^M(&g1!dGjs1uZ?ay_!#0bK`wLy0B6U=lIf%VM*<%tYHKZ|)qI+FOQ@-r2=QkG^R%vi1bMZ22ij$QhSPwbvTWpGdw-vX550tEPJ` zzvx6$gH-&mix3=}4(!%}R`r`Hk^>0<;Ln{*f$B>F2$Ba$=f^IiruP8>Ru)7k5w4+1&Bg`eABoS~r-`%UgymdAebx}5WxuG%45Gp9Y;`R!_`*%Uo1LGr#5sJ zq%*!5pX(`*ztSWtToFQ^=jq8wX62Fa*{&HvX8XV2771Db_$zk^dDf+m7lg198tZO_ z>>I(7$C*#f9A#D>6$JrlN$tfk11UpSHdATET9GV1|I*wxI5}=e&Js~IoR`$!^ zeiO-|2|@u#ZrR5(0IUH?g9hhGSHXz{tNNZisuIbe!GT~DVAt@) zba`D3U6@rZen$aNAglpNMZG#nsW7Ah01TTUd9Y|D1wjuNY@z!*k_7-hpO74?2ND1p zuTVEfC9ucQELU$8%kMSI@ECC{I8U-)0~ zl?jjq>Xmhx0IyWaEu2~bZZYeXeYFC-QYp7^Y6ZB(tXKBc3h+v$+`_39;1;u9*;gyT zE0uB!r&fSl%z9;CtpKl7$}OB)0d6ttm3@^Jz{3e&Y6D?vVMncxt$0Y{)64)5Q9syMnlmPQ+4AWVRoKYh0TUu54+8~{=vAguN(9)avpX9<(el)8rdI%Cs&Iw`)r9TqF`&gr zjExbs)u$;Zx6mBXtJ-s<2>|nU!vtGm*ed|LN;HlT8FEmB!&fG>@+BbYNKF~i1h6+? z!NYR%{9DZm@Cu+RYhKh#?1wa6d0eZ5~aa%0|X$PcNn9d zRc4rO5qJe~E@Pnp#D_J8jS-uD+k|Ng@$ph=gh~X!o`x4+eQcP3K?+`hg3%R99=%8u zfJXfGTv{t%0#}=j5x5y-o3S(jn94f2JwQUis~e^&+StMs&Px%KuJVFR9Hu2WEfz;IKcKZj5=U61V%%EtPoh0%<$jHR+{15;in8RI&3a^If`fp zSPRPhKQE-tkjB54;l(or27PvBhL^&38Ma7NFnoCam?4I7DZ}aeG7KO!-|p@u+FYU( zMo1|92U*xFWWg}aXeq?{mH-VYeE&P6kP`}Bfgfx}*gbz2n}&KO029rWh> zQliWzs7S;x`hW4e6AWrRtPJJy0bs*HjsOL{jD;)1lM}naQ30|XSriy*|2$xrs~rlqprzwCgT+J#29N_mV&cb_Fub&k zVd#9g0q$5rA%W8Ypg8y8V~6`3WZ@=mWd<%j35J=!&Vnu25w@6Nbv*~z*D`y17#{!p z!*El<9_%1kNIbiF8gH7w=>SmB3rNa>eY5)Q53u2&1O^HLkl}?FrZ9M~wP0{*HUYCi z4g!S$NDau58d{d%P`mi^FW#uY8v>x35|r3LmLGlpgb~?M{RTM<3tZb7E_U-WfY`{E zaVb0h2RQXJsRC|LVz7S!bsp1oYL5}V?l3WYY3`-a2bpbK)jV)wIb^s~CON`o42aJZm gXb6mkz-R~n0M`HyFjANE0{{R307*qoM6N<$g7y6p?*IS* literal 0 HcmV?d00001 diff --git a/Resources/Textures/_CP14/Clothing/Shirt/mercenary.rsi/inhand-left.png b/Resources/Textures/_CP14/Clothing/Shirt/mercenary.rsi/inhand-left.png new file mode 100644 index 0000000000000000000000000000000000000000..c33bdf1927df0d5b6bcfd79060f43c11ea8daf1a GIT binary patch literal 717 zcmV;;0y6!HP)Px%he4-Z&_uEU;1b;%3|h~MiZEB-f#BCqSd5mTs;wI*yB|?E_5>5Tq7(wZP)r; z2O#pCqAAwfKma}ed^9^mZ3+@k5mr|Cr{_P-?IygT;=58d}~|Be*^ z1y>=O>*6U6I{;2`Dq;x$6_j;eLmZ%Uc2sB+2dJQ|^BUp+owK7tn>auPWu4a$2k4v~ z723oBDk$r`hB!dy?5NNt4p2c^=QYFuI%h|PHgSLo%8#{1zIg;%iyp1r_vw+b4#+o; z;DDw_?Drj_FcLt%d4$^jqULdd}U0o00000NkvXXu0mjftsFkx literal 0 HcmV?d00001 diff --git a/Resources/Textures/_CP14/Clothing/Shirt/mercenary.rsi/inhand-right.png b/Resources/Textures/_CP14/Clothing/Shirt/mercenary.rsi/inhand-right.png new file mode 100644 index 0000000000000000000000000000000000000000..6d1da0b7f0c4cd00db5810656fe4c7bf2d0b24bf GIT binary patch literal 746 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=jKx9jP7LeL$-HD>U|Qno;uum9 zmz*N;u%WQ!_xwZ?2Djh?9Q=(Jbqo#(AIMO&n8oV08A(9b07)Q5s9|Trf&Y&l@be@V z2XdFCsZRc1|9wOq6!sx{-y@FxFryBQrgzAUflq!Oxqb zZ2Rx;dBD(-G`%IAH>G^h5(cm(H`G@0o_k*U=n;?Ts%JdQt7k}j`z6o5d425eV+>mI z4p|AQ%=Z`;9NEyw!7yR&f}+z;?#fow>EC#NZo$-_l5u(sPdv0(PJ%*&Aw_@1vqPb5 z6GC|>CEsvhb7&Mi{QvQHmIHnfR*kbA_j(GQIVWmy*x;eeJ3skryC%jQW;0?)__}Z6 zT9d;&5Bp0dm{c9+xZ7(H?Xkd(Wn~+03B!cs{~7TOa{{FOs(?{f(B)h7$7mMQ3C^t# zm!zAp@+`lha$JA0CYcJ_Ux+Zwsyt}6*Cm7TPy)ZsA|{4yX$-Y>b7!z}INLE?xXyFn z+0A!46aM+1VQNVfWN^+s%b?llXTZ&K)RZ}dzhU8yw1yiF3Nx4-*a9~(G)A=ZOtAu* z@x-D?T!ClG@s6$2Uoc3l%4XwWWx2@6V3c98PEtXWfur?Vz!Z7jhJ_N@S4xZ-UT@wO VkhkJj88GoOc)I$ztaD0e0s#BFI1~T? literal 0 HcmV?d00001 diff --git a/Resources/Textures/_CP14/Clothing/Shirt/mercenary.rsi/meta.json b/Resources/Textures/_CP14/Clothing/Shirt/mercenary.rsi/meta.json new file mode 100644 index 0000000000..b4e9d22983 --- /dev/null +++ b/Resources/Textures/_CP14/Clothing/Shirt/mercenary.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "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-SHIRT", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_CP14/Clothing/Shirt/yellow_wizard.rsi/equipped-SHIRT.png b/Resources/Textures/_CP14/Clothing/Shirt/yellow_wizard.rsi/equipped-SHIRT.png new file mode 100644 index 0000000000000000000000000000000000000000..3b1e395dfc360ba3c51ee663537b6d5bb84b0485 GIT binary patch literal 1327 zcmV+~1Px(=}AOERCr$PT5o8TRTzKn3Qef}%WY)y;$*IE5^0!CZLXP;kP0dYGeL}kWNca= zieP?n5cwhhAx1_bR0AOeHBcRP-jsRByDb9dvffO$QHw0Y^sJ6hd-OsX{oujnv zKxZInd#elC%))e9_twwGi52)wgDdFR(Sr}zU$i`-$MkBtZ1EC~M3BR=k4;KEJ7zhBq#v ztS>ImFBJW6g|s^Cueql9l;93I2oNe>mN%jUPyWpM3<60kpKdjCLIz zrL@cfO3R#0<0Cg{e58xs*^o}(HMfu$M50;}t%7Ly2pR;V)cprI@KM}R#g9ADVNgte zWTfJauV~ed>pb|htS4xE_zzCPshxAE>Ch|uDQhIIf%hp!>jo zwYG%M82>@=pYOZs;j3cC{S3;6o_;dSilz(_NbsLaA6L^)L)mos_xof`!~y8u>u#K->0kTj5d&2ECo3(A240_N0BTU{&>gp1-oR@_P zVi7rKO#>Gx;LMx%l$O0jiD+y4jqe7aOSpcbikp$Q(mEt)IV?7|0F-y}r>ib{dVwvG zh?Y%V5)Nl%Fri6U*|6Y0dIZ?g-9{@r8!h-~dV$LJA!VDo!Q*~oX*LVeBnaJr4hhQ6 zMiVRe^#WLw_BGci+f0Oj8Rh$#SjtAzBw$GzPs}CbDmfdJee~Vz$_7s_0G&YZ$yG`= z6A2z~@>ic?LYM(f!i~l%9ca$tSnZ56EfiU-CI1pfQ<@xVb)} zA^=7~f-vqEObERIN^+tt8pdmB~(L@>WQ&pIuOn?wez_`2sy?F9PhAO}*IaoL0 z+hO=|b!$DxL-rS}{?>~DOIrM2N0^~ZKv2&v%bm)O&&}gM|6iM75$M`0{d8_%EU6fh zdMv~eHZ%diHX+JLihx8XxrukCHqw)p08^q2M}UcPv|%IVTfmekW74*Osj71Xm|}9W l+Hn;ySu=yt4002ovPDHLkV1jQ@e>ngE literal 0 HcmV?d00001 diff --git a/Resources/Textures/_CP14/Clothing/Shirt/yellow_wizard.rsi/icon.png b/Resources/Textures/_CP14/Clothing/Shirt/yellow_wizard.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..cb9c706dc2df017275f6ff462687ca8ad7ecb001 GIT binary patch literal 670 zcmV;P0%84$P)Px%SV=@dR9Hu2WEfz;IKcKZj5=U61V%%EtPq%(t@0l|`{qx*LzY=YYg*TD^#Adl zPYjP<{$P+3=fEgFVB)eWd<;Q_=ZH3!D1{))9^LuGu;jQogW|u&l$$1Y0Py18`{+c|7k1dlJzEoy2`0aH8TaK)b7)RiB z04TA6;uIFFpfvDbqZVwj;lWc3@1rak1eYCWIB#zTb_nB*W(IWigc2uC2cY{NWck6@ zt_*gz77SghJ~1!}C^9e!C^7u|aF5~Nhx-g=VSEgS4xeDK7u^ka1Sqr!g#u0ozdQ@1ks)ZPYL&Lk+w@bCR|up_oKt1=v%?G0B43JGMrxN2R3Q2^4YvHvH7 z`?bf6pip_ll8-Y4YZMR5Co)C369LzOf@Y