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 0000000000..acde4deeb7 Binary files /dev/null and b/Resources/Textures/_CP14/Clothing/Cloak/Armor/brass_armor.rsi/equipped-CLOAK.png differ diff --git a/Resources/Textures/_CP14/Clothing/Cloak/Armor/brass_armor.rsi/icon.png b/Resources/Textures/_CP14/Clothing/Cloak/Armor/brass_armor.rsi/icon.png new file mode 100644 index 0000000000..3310b18956 Binary files /dev/null and b/Resources/Textures/_CP14/Clothing/Cloak/Armor/brass_armor.rsi/icon.png differ diff --git a/Resources/Textures/_CP14/Clothing/Cloak/Armor/brass_armor.rsi/inhand-left.png b/Resources/Textures/_CP14/Clothing/Cloak/Armor/brass_armor.rsi/inhand-left.png new file mode 100644 index 0000000000..6f56c1b8ce Binary files /dev/null and b/Resources/Textures/_CP14/Clothing/Cloak/Armor/brass_armor.rsi/inhand-left.png differ diff --git a/Resources/Textures/_CP14/Clothing/Cloak/Armor/brass_armor.rsi/inhand-right.png b/Resources/Textures/_CP14/Clothing/Cloak/Armor/brass_armor.rsi/inhand-right.png new file mode 100644 index 0000000000..6a2b48f849 Binary files /dev/null and b/Resources/Textures/_CP14/Clothing/Cloak/Armor/brass_armor.rsi/inhand-right.png differ 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 0000000000..855eb0f0d6 Binary files /dev/null and b/Resources/Textures/_CP14/Clothing/Cloak/Armor/cuirass.rsi/equipped-CLOAK.png differ diff --git a/Resources/Textures/_CP14/Clothing/Cloak/Armor/cuirass.rsi/icon.png b/Resources/Textures/_CP14/Clothing/Cloak/Armor/cuirass.rsi/icon.png new file mode 100644 index 0000000000..108aa439d8 Binary files /dev/null and b/Resources/Textures/_CP14/Clothing/Cloak/Armor/cuirass.rsi/icon.png differ 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 0000000000..b4c641189c Binary files /dev/null and b/Resources/Textures/_CP14/Clothing/Cloak/Armor/cuirass.rsi/inhand-left.png differ diff --git a/Resources/Textures/_CP14/Clothing/Cloak/Armor/cuirass.rsi/inhand-right.png b/Resources/Textures/_CP14/Clothing/Cloak/Armor/cuirass.rsi/inhand-right.png new file mode 100644 index 0000000000..12ed535e52 Binary files /dev/null and b/Resources/Textures/_CP14/Clothing/Cloak/Armor/cuirass.rsi/inhand-right.png differ 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 0000000000..e15293f9f5 Binary files /dev/null and b/Resources/Textures/_CP14/Clothing/Cloak/Armor/cuirass_leg.rsi/equipped-CLOAK.png differ 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 0000000000..ca452a520f Binary files /dev/null and b/Resources/Textures/_CP14/Clothing/Cloak/Armor/cuirass_leg.rsi/icon.png differ diff --git a/Resources/Textures/_CP14/Clothing/Cloak/Armor/cuirass_leg.rsi/inhand-left.png b/Resources/Textures/_CP14/Clothing/Cloak/Armor/cuirass_leg.rsi/inhand-left.png new file mode 100644 index 0000000000..b4c641189c Binary files /dev/null and b/Resources/Textures/_CP14/Clothing/Cloak/Armor/cuirass_leg.rsi/inhand-left.png differ diff --git a/Resources/Textures/_CP14/Clothing/Cloak/Armor/cuirass_leg.rsi/inhand-right.png b/Resources/Textures/_CP14/Clothing/Cloak/Armor/cuirass_leg.rsi/inhand-right.png new file mode 100644 index 0000000000..12ed535e52 Binary files /dev/null and b/Resources/Textures/_CP14/Clothing/Cloak/Armor/cuirass_leg.rsi/inhand-right.png differ 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 0000000000..b07d8398a7 Binary files /dev/null and b/Resources/Textures/_CP14/Clothing/Cloak/Armor/cuirass_loincloth.rsi/equipped-CLOAK.png differ diff --git a/Resources/Textures/_CP14/Clothing/Cloak/Armor/cuirass_loincloth.rsi/icon.png b/Resources/Textures/_CP14/Clothing/Cloak/Armor/cuirass_loincloth.rsi/icon.png new file mode 100644 index 0000000000..e92bdf63d5 Binary files /dev/null and b/Resources/Textures/_CP14/Clothing/Cloak/Armor/cuirass_loincloth.rsi/icon.png differ 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 0000000000..b4c641189c Binary files /dev/null and b/Resources/Textures/_CP14/Clothing/Cloak/Armor/cuirass_loincloth.rsi/inhand-left.png differ diff --git a/Resources/Textures/_CP14/Clothing/Cloak/Armor/cuirass_loincloth.rsi/inhand-right.png b/Resources/Textures/_CP14/Clothing/Cloak/Armor/cuirass_loincloth.rsi/inhand-right.png new file mode 100644 index 0000000000..12ed535e52 Binary files /dev/null and b/Resources/Textures/_CP14/Clothing/Cloak/Armor/cuirass_loincloth.rsi/inhand-right.png differ 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 0000000000..6450266944 Binary files /dev/null and b/Resources/Textures/_CP14/Clothing/Cloak/Armor/infantry_cuirass.rsi/equipped-CLOAK.png differ diff --git a/Resources/Textures/_CP14/Clothing/Cloak/Armor/infantry_cuirass.rsi/icon.png b/Resources/Textures/_CP14/Clothing/Cloak/Armor/infantry_cuirass.rsi/icon.png new file mode 100644 index 0000000000..5a8ce6d78f Binary files /dev/null and b/Resources/Textures/_CP14/Clothing/Cloak/Armor/infantry_cuirass.rsi/icon.png differ diff --git a/Resources/Textures/_CP14/Clothing/Cloak/Armor/infantry_cuirass.rsi/inhand-left.png b/Resources/Textures/_CP14/Clothing/Cloak/Armor/infantry_cuirass.rsi/inhand-left.png new file mode 100644 index 0000000000..b4c641189c Binary files /dev/null and b/Resources/Textures/_CP14/Clothing/Cloak/Armor/infantry_cuirass.rsi/inhand-left.png differ diff --git a/Resources/Textures/_CP14/Clothing/Cloak/Armor/infantry_cuirass.rsi/inhand-right.png b/Resources/Textures/_CP14/Clothing/Cloak/Armor/infantry_cuirass.rsi/inhand-right.png new file mode 100644 index 0000000000..12ed535e52 Binary files /dev/null and b/Resources/Textures/_CP14/Clothing/Cloak/Armor/infantry_cuirass.rsi/inhand-right.png differ 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 0000000000..2753f7b56a Binary files /dev/null and b/Resources/Textures/_CP14/Clothing/Cloak/cheetah_skin.rsi/equipped-CLOAK.png differ 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 0000000000..c5d21e15af Binary files /dev/null and b/Resources/Textures/_CP14/Clothing/Cloak/cheetah_skin.rsi/icon.png differ 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 0000000000..9fb6579f97 Binary files /dev/null and b/Resources/Textures/_CP14/Clothing/Head/Beret/mercenary_beret.rsi/equipped-HELMET.png differ 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 0000000000..eefc31fa90 Binary files /dev/null and b/Resources/Textures/_CP14/Clothing/Head/Beret/mercenary_beret.rsi/icon.png differ diff --git a/Resources/Textures/_CP14/Clothing/Head/Beret/mercenary_beret.rsi/meta.json b/Resources/Textures/_CP14/Clothing/Head/Beret/mercenary_beret.rsi/meta.json new file mode 100644 index 0000000000..a30211e67e --- /dev/null +++ b/Resources/Textures/_CP14/Clothing/Head/Beret/mercenary_beret.rsi/meta.json @@ -0,0 +1,18 @@ +{ + "version": 1, + "license": "All rights reserved for the CrystallPunk14 project only", + "copyright": "CrystallPunk14, by Prazat", + "size": { + "x": 48, + "y": 48 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-HELMET", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_CP14/Clothing/Head/Helmet/capellina.rsi/equipped-HELMET.png b/Resources/Textures/_CP14/Clothing/Head/Helmet/capellina.rsi/equipped-HELMET.png new file mode 100644 index 0000000000..7ad0613395 Binary files /dev/null and b/Resources/Textures/_CP14/Clothing/Head/Helmet/capellina.rsi/equipped-HELMET.png differ 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 0000000000..bba38c20d5 Binary files /dev/null and b/Resources/Textures/_CP14/Clothing/Head/Helmet/capellina.rsi/icon.png differ diff --git a/Resources/Textures/_CP14/Clothing/Head/Helmet/capellina.rsi/inhand-left.png b/Resources/Textures/_CP14/Clothing/Head/Helmet/capellina.rsi/inhand-left.png new file mode 100644 index 0000000000..19219191c9 Binary files /dev/null and b/Resources/Textures/_CP14/Clothing/Head/Helmet/capellina.rsi/inhand-left.png differ 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 0000000000..89320aa9e3 Binary files /dev/null and b/Resources/Textures/_CP14/Clothing/Head/Helmet/capellina.rsi/inhand-right.png differ 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 0000000000..98043eb181 Binary files /dev/null and b/Resources/Textures/_CP14/Clothing/Head/yellow_hat.rsi/equipped-HELMET.png differ diff --git a/Resources/Textures/_CP14/Clothing/Head/yellow_hat.rsi/icon.png b/Resources/Textures/_CP14/Clothing/Head/yellow_hat.rsi/icon.png new file mode 100644 index 0000000000..47ffe52dfa Binary files /dev/null and b/Resources/Textures/_CP14/Clothing/Head/yellow_hat.rsi/icon.png differ diff --git a/Resources/Textures/_CP14/Clothing/Head/yellow_hat.rsi/meta.json b/Resources/Textures/_CP14/Clothing/Head/yellow_hat.rsi/meta.json new file mode 100644 index 0000000000..e6f822d30d --- /dev/null +++ b/Resources/Textures/_CP14/Clothing/Head/yellow_hat.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-HELMET", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_CP14/Clothing/Masks/steel_mask.rsi/equipped-MASK.png b/Resources/Textures/_CP14/Clothing/Masks/steel_mask.rsi/equipped-MASK.png new file mode 100644 index 0000000000..33e3778720 Binary files /dev/null and b/Resources/Textures/_CP14/Clothing/Masks/steel_mask.rsi/equipped-MASK.png differ 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 0000000000..7088485a39 Binary files /dev/null and b/Resources/Textures/_CP14/Clothing/Masks/steel_mask.rsi/icon.png differ 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 0000000000..b5e1e57bbc Binary files /dev/null and b/Resources/Textures/_CP14/Clothing/Pants/Dress/yellow_magician_dress.rsi/equipped-PANTS.png differ 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 0000000000..4e8240f894 Binary files /dev/null and b/Resources/Textures/_CP14/Clothing/Pants/Dress/yellow_magician_dress.rsi/icon.png differ 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 0000000000..be960d242b Binary files /dev/null and b/Resources/Textures/_CP14/Clothing/Pants/Trousers/trousers_mercenary.rsi/equipped-PANTS.png differ diff --git a/Resources/Textures/_CP14/Clothing/Pants/Trousers/trousers_mercenary.rsi/icon.png b/Resources/Textures/_CP14/Clothing/Pants/Trousers/trousers_mercenary.rsi/icon.png new file mode 100644 index 0000000000..add6c27a72 Binary files /dev/null and b/Resources/Textures/_CP14/Clothing/Pants/Trousers/trousers_mercenary.rsi/icon.png differ diff --git a/Resources/Textures/_CP14/Clothing/Pants/Trousers/trousers_mercenary.rsi/inhand-left.png b/Resources/Textures/_CP14/Clothing/Pants/Trousers/trousers_mercenary.rsi/inhand-left.png new file mode 100644 index 0000000000..982f8e25e1 Binary files /dev/null and b/Resources/Textures/_CP14/Clothing/Pants/Trousers/trousers_mercenary.rsi/inhand-left.png differ diff --git a/Resources/Textures/_CP14/Clothing/Pants/Trousers/trousers_mercenary.rsi/inhand-right.png b/Resources/Textures/_CP14/Clothing/Pants/Trousers/trousers_mercenary.rsi/inhand-right.png new file mode 100644 index 0000000000..7c5c409459 Binary files /dev/null and b/Resources/Textures/_CP14/Clothing/Pants/Trousers/trousers_mercenary.rsi/inhand-right.png differ 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 0000000000..49b09d3c05 Binary files /dev/null and b/Resources/Textures/_CP14/Clothing/Shirt/mercenary.rsi/equipped-SHIRT.png differ diff --git a/Resources/Textures/_CP14/Clothing/Shirt/mercenary.rsi/icon.png b/Resources/Textures/_CP14/Clothing/Shirt/mercenary.rsi/icon.png new file mode 100644 index 0000000000..f35a36dad4 Binary files /dev/null and b/Resources/Textures/_CP14/Clothing/Shirt/mercenary.rsi/icon.png differ 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 0000000000..c33bdf1927 Binary files /dev/null and b/Resources/Textures/_CP14/Clothing/Shirt/mercenary.rsi/inhand-left.png differ 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 0000000000..6d1da0b7f0 Binary files /dev/null and b/Resources/Textures/_CP14/Clothing/Shirt/mercenary.rsi/inhand-right.png differ 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 0000000000..3b1e395dfc Binary files /dev/null and b/Resources/Textures/_CP14/Clothing/Shirt/yellow_wizard.rsi/equipped-SHIRT.png differ 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 0000000000..cb9c706dc2 Binary files /dev/null and b/Resources/Textures/_CP14/Clothing/Shirt/yellow_wizard.rsi/icon.png differ diff --git a/Resources/Textures/_CP14/Clothing/Shirt/yellow_wizard.rsi/meta.json b/Resources/Textures/_CP14/Clothing/Shirt/yellow_wizard.rsi/meta.json new file mode 100644 index 0000000000..dcfae0f0f5 --- /dev/null +++ b/Resources/Textures/_CP14/Clothing/Shirt/yellow_wizard.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-SHIRT", + "directions": 4 + } + ] +}