From 22e6f4ce074c34baa067317c25ceaf8f0b15cb80 Mon Sep 17 00:00:00 2001 From: BlitzTheSquishy <73762869+BlitzTheSquishy@users.noreply.github.com> Date: Sat, 21 Sep 2024 23:32:59 +1000 Subject: [PATCH] shark spriting progress! Please give me tips and tricks for this shit, cause i have no fucking clue with spriting --- .../Prototypes/DeltaV/Body/Parts/feroxi.yml | 135 +++++------------- .../Mobs/Customization/Markings/feroxi.yml | 60 +++++++- .../DeltaV/Entities/Mobs/Species/feroxi.yml | 2 - .../Prototypes/DeltaV/Species/feroxi.yml | 20 +-- .../DeltaV/Voice/speech_emote_sounds.yml | 2 +- .../Mobs/Customization/Markings/gauze.yml | 32 ++--- .../Mobs/Customization/Markings/tattoos.yml | 4 +- .../ear_markings.rsi/feroxi-inner-ears.png | Bin 0 -> 211 bytes .../ear_markings.rsi/feroxi-plain-ears.png | Bin 0 -> 274 bytes .../ear_markings.rsi/feroxi-plain-fin.png | Bin 0 -> 325 bytes .../ear_markings.rsi/feroxi-tips-ears.png | Bin 0 -> 233 bytes .../Feroxi/ear_markings.rsi/meta.json | 24 ++++ .../snout_markings.rsi/feroxi-plain-snout.png | Bin 0 -> 280 bytes .../Feroxi/snout_markings.rsi/meta.json | 13 ++ .../tail_markings.rsi/feroxi-plain-tail.png | Bin 0 -> 2234 bytes .../Feroxi/tail_markings.rsi/meta.json | 13 ++ .../Mobs/Species/Feroxi/parts.rsi/full.png | Bin 692 -> 394 bytes .../Mobs/Species/Feroxi/parts.rsi/head_f.png | Bin 757 -> 2226 bytes .../Mobs/Species/Feroxi/parts.rsi/head_m.png | Bin 784 -> 2226 bytes .../Mobs/Species/Feroxi/parts.rsi/icon.png | Bin 83 -> 0 bytes .../Mobs/Species/Feroxi/parts.rsi/l_arm.png | Bin 438 -> 2223 bytes .../Mobs/Species/Feroxi/parts.rsi/l_foot.png | Bin 419 -> 2238 bytes .../Mobs/Species/Feroxi/parts.rsi/l_hand.png | Bin 443 -> 2226 bytes .../Mobs/Species/Feroxi/parts.rsi/l_leg.png | Bin 366 -> 2238 bytes .../Mobs/Species/Feroxi/parts.rsi/meta.json | 127 ++++++++-------- .../Species/Feroxi/parts.rsi/overlay_husk.png | Bin 803 -> 0 bytes .../Mobs/Species/Feroxi/parts.rsi/r_arm.png | Bin 470 -> 2223 bytes .../Mobs/Species/Feroxi/parts.rsi/r_foot.png | Bin 412 -> 2238 bytes .../Mobs/Species/Feroxi/parts.rsi/r_hand.png | Bin 415 -> 2226 bytes .../Mobs/Species/Feroxi/parts.rsi/r_leg.png | Bin 375 -> 2238 bytes .../Mobs/Species/Feroxi/parts.rsi/torso_f.png | Bin 885 -> 411 bytes .../Mobs/Species/Feroxi/parts.rsi/torso_m.png | Bin 823 -> 367 bytes 32 files changed, 233 insertions(+), 199 deletions(-) create mode 100644 Resources/Textures/DeltaV/Mobs/Customization/Feroxi/ear_markings.rsi/feroxi-inner-ears.png create mode 100644 Resources/Textures/DeltaV/Mobs/Customization/Feroxi/ear_markings.rsi/feroxi-plain-ears.png create mode 100644 Resources/Textures/DeltaV/Mobs/Customization/Feroxi/ear_markings.rsi/feroxi-plain-fin.png create mode 100644 Resources/Textures/DeltaV/Mobs/Customization/Feroxi/ear_markings.rsi/feroxi-tips-ears.png create mode 100644 Resources/Textures/DeltaV/Mobs/Customization/Feroxi/ear_markings.rsi/meta.json create mode 100644 Resources/Textures/DeltaV/Mobs/Customization/Feroxi/snout_markings.rsi/feroxi-plain-snout.png create mode 100644 Resources/Textures/DeltaV/Mobs/Customization/Feroxi/snout_markings.rsi/meta.json create mode 100644 Resources/Textures/DeltaV/Mobs/Customization/Feroxi/tail_markings.rsi/feroxi-plain-tail.png create mode 100644 Resources/Textures/DeltaV/Mobs/Customization/Feroxi/tail_markings.rsi/meta.json delete mode 100644 Resources/Textures/DeltaV/Mobs/Species/Feroxi/parts.rsi/icon.png delete mode 100644 Resources/Textures/DeltaV/Mobs/Species/Feroxi/parts.rsi/overlay_husk.png diff --git a/Resources/Prototypes/DeltaV/Body/Parts/feroxi.yml b/Resources/Prototypes/DeltaV/Body/Parts/feroxi.yml index c9c04dd9524..5c449d363e6 100644 --- a/Resources/Prototypes/DeltaV/Body/Parts/feroxi.yml +++ b/Resources/Prototypes/DeltaV/Body/Parts/feroxi.yml @@ -1,186 +1,119 @@ +# TODO: Add descriptions (many) +# TODO BODY: Part damage - type: entity id: PartFeroxi - parent: BaseItem + parent: [BaseItem, BasePart] name: "feroxi body part" abstract: true components: - - type: Damageable - damageContainer: Biological - - type: BodyPart - - type: ContainerContainer - containers: - bodypart: !type:Container - ents: [] - - type: StaticPrice #DynamicPrice - price: 100 - - type: Tag - tags: - - Trash + - type: Extractable + juiceSolution: + reagents: + - ReagentId: Fat + Quantity: 3 + - ReagentId: Blood + Quantity: 10 - type: entity id: TorsoFeroxi name: "feroxi torso" - parent: PartFeroxi + parent: [PartFeroxi, BaseTorso] components: - type: Sprite - netsync: false sprite: DeltaV/Mobs/Species/Feroxi/parts.rsi state: "torso_m" - - type: Icon - sprite: DeltaV/Mobs/Species/Feroxi/parts.rsi - state: "torso_m" - - type: BodyPart - partType: Torso + - type: Extractable + juiceSolution: + reagents: + - ReagentId: Fat + Quantity: 10 + - ReagentId: Blood + Quantity: 20 - type: entity id: HeadFeroxi name: "feroxi head" - parent: PartFeroxi + parent: [PartFeroxi, BaseHead] components: - type: Sprite - netsync: false sprite: DeltaV/Mobs/Species/Feroxi/parts.rsi state: "head_m" - - type: Icon - sprite: DeltaV/Mobs/Species/Feroxi/parts.rsi - state: "head_m" - - type: BodyPart - partType: Head - vital: true - - type: Input - context: "ghost" - - type: InputMover - - type: GhostOnMove - - type: Tag - tags: - - Head + - type: Extractable + juiceSolution: + reagents: + - ReagentId: Fat + Quantity: 5 + - ReagentId: Blood + Quantity: 10 - type: entity id: LeftArmFeroxi name: "left feroxi arm" - parent: PartFeroxi + parent: [PartFeroxi, BaseLeftArm] components: - type: Sprite - netsync: false - sprite: DeltaV/Mobs/Species/Feroxi/parts.rsi - state: "l_arm" - - type: Icon sprite: DeltaV/Mobs/Species/Feroxi/parts.rsi state: "l_arm" - - type: BodyPart - partType: Arm - symmetry: Left - type: entity id: RightArmFeroxi name: "right feroxi arm" - parent: PartFeroxi + parent: [PartFeroxi, BaseRightArm] components: - type: Sprite - netsync: false - sprite: DeltaV/Mobs/Species/Feroxi/parts.rsi - state: "r_arm" - - type: Icon sprite: DeltaV/Mobs/Species/Feroxi/parts.rsi state: "r_arm" - - type: BodyPart - partType: Arm - symmetry: Right - type: entity id: LeftHandFeroxi name: "left feroxi hand" - parent: PartFeroxi + parent: [PartFeroxi, BaseLeftHand] components: - type: Sprite - netsync: false - sprite: DeltaV/Mobs/Species/Feroxi/parts.rsi - state: "l_hand" - - type: Icon sprite: DeltaV/Mobs/Species/Feroxi/parts.rsi state: "l_hand" - - type: BodyPart - partType: Hand - symmetry: Left - type: entity id: RightHandFeroxi name: "right feroxi hand" - parent: PartFeroxi + parent: [PartFeroxi, BaseRightHand] components: - type: Sprite - netsync: false sprite: DeltaV/Mobs/Species/Feroxi/parts.rsi state: "r_hand" - - type: Icon - sprite: DeltaV/Mobs/Species/Feroxi/parts.rsi - state: "r_hand" - - type: BodyPart - partType: Hand - symmetry: Right - type: entity id: LeftLegFeroxi name: "left feroxi leg" - parent: PartFeroxi + parent: [PartFeroxi, BaseLeftLeg] components: - type: Sprite - netsync: false sprite: DeltaV/Mobs/Species/Feroxi/parts.rsi state: "l_leg" - - type: Icon - sprite: DeltaV/Mobs/Species/Feroxi/parts.rsi - state: "l_leg" - - type: BodyPart - partType: Leg - symmetry: Left - - type: MovementBodyPart - type: entity id: RightLegFeroxi name: "right feroxi leg" - parent: PartFeroxi + parent: [PartFeroxi, BaseRightLeg] components: - type: Sprite - netsync: false - sprite: DeltaV/Mobs/Species/Feroxi/parts.rsi - state: "r_leg" - - type: Icon sprite: DeltaV/Mobs/Species/Feroxi/parts.rsi state: "r_leg" - - type: BodyPart - partType: Leg - symmetry: Right - - type: MovementBodyPart - type: entity id: LeftFootFeroxi name: "left feroxi foot" - parent: PartFeroxi + parent: [PartFeroxi, BaseLeftFoot] components: - type: Sprite - netsync: false - sprite: DeltaV/Mobs/Species/Feroxi/parts.rsi - state: "l_foot" - - type: Icon sprite: DeltaV/Mobs/Species/Feroxi/parts.rsi state: "l_foot" - - type: BodyPart - partType: Foot - symmetry: Left - type: entity id: RightFootFeroxi name: "right feroxi foot" - parent: PartFeroxi + parent: [PartFeroxi, BaseRightFoot] components: - type: Sprite - netsync: false - sprite: DeltaV/Mobs/Species/Feroxi/parts.rsi - state: "r_foot" - - type: Icon sprite: DeltaV/Mobs/Species/Feroxi/parts.rsi state: "r_foot" - - type: BodyPart - partType: Foot - symmetry: Right diff --git a/Resources/Prototypes/DeltaV/Entities/Mobs/Customization/Markings/feroxi.yml b/Resources/Prototypes/DeltaV/Entities/Mobs/Customization/Markings/feroxi.yml index 3b4dd4bd1b1..73086ba8c5c 100644 --- a/Resources/Prototypes/DeltaV/Entities/Mobs/Customization/Markings/feroxi.yml +++ b/Resources/Prototypes/DeltaV/Entities/Mobs/Customization/Markings/feroxi.yml @@ -1,2 +1,58 @@ -# All the Feroxi customization -# TBD after sprites +# Default +- type: marking + id: FeroxiPlainEars + bodyPart: HeadTop + markingCategory: HeadTop + speciesRestriction: [Feroxi] + sprites: + - sprite: DeltaV/Mobs/Customization/Feroxi/ear_markings.rsi + state: feroxi-plain-ears + - sprite: DeltaV/Mobs/Customization/Feroxi/ear_markings.rsi + state: feroxi-inner-ears + +- type: marking + id: FeroxiPlainTail + bodyPart: Tail + markingCategory: Tail + speciesRestriction: [Feroxi] + sprites: + - sprite: DeltaV/Mobs/Customization/Feroxi/tail_markings.rsi + state: feroxi-plain-tail + +- type: marking + id: FeroxiPlainSnout + bodyPart: Snout + markingCategory: Snout + speciesRestriction: [Feroxi] + sprites: + - sprite: DeltaV/Mobs/Customization/Feroxi/snout_markings.rsi + state: feroxi-plain-snout + + +# Ears Markings +- type: marking + id: FeroxiTipEars + bodyPart: HeadTop + markingCategory: HeadTop + speciesRestriction: [Feroxi] + sprites: + - sprite: DeltaV/Mobs/Customization/Feroxi/ear_markings.rsi + state: feroxi-plain-ears + - sprite: DeltaV/Mobs/Customization/Feroxi/ear_markings.rsi + state: feroxi-inner-ears + - sprite: DeltaV/Mobs/Customization/Feroxi/ear_markings.rsi + state: feroxi-tips-ears + +- type: marking + id: FeroxiPlainFin + bodyPart: HeadTop + markingCategory: HeadTop + speciesRestriction: [Feroxi] + sprites: + - sprite: DeltaV/Mobs/Customization/Feroxi/ear_markings.rsi + state: feroxi-plain-fin + + + +# Tail markings + diff --git a/Resources/Prototypes/DeltaV/Entities/Mobs/Species/feroxi.yml b/Resources/Prototypes/DeltaV/Entities/Mobs/Species/feroxi.yml index 8ed516e0a4b..1891d24cd67 100644 --- a/Resources/Prototypes/DeltaV/Entities/Mobs/Species/feroxi.yml +++ b/Resources/Prototypes/DeltaV/Entities/Mobs/Species/feroxi.yml @@ -92,8 +92,6 @@ - type: TypingIndicator proto: feroxi - type: FeroxiDehydrate - HydratedMetabolizer: Aquatic - DehydratedMetabolizer: AquaticDehydrated - type: entity save: false diff --git a/Resources/Prototypes/DeltaV/Species/feroxi.yml b/Resources/Prototypes/DeltaV/Species/feroxi.yml index fad76d0761e..6ac34e1887f 100644 --- a/Resources/Prototypes/DeltaV/Species/feroxi.yml +++ b/Resources/Prototypes/DeltaV/Species/feroxi.yml @@ -42,26 +42,30 @@ FacialHair: points: 1 required: false - Tail: - points: 1 - required: true - defaultMarkings: [ VulpTail ] Head: points: 3 required: false - Legs: + HeadTop: + points: 1 + required: true + defaultMarkings: [ FeroxiPlainEars ] + Snout: points: 1 + required: true + defaultMarkings: [ FeroxiPlainSnout ] + Chest: + points: 3 required: false Arms: points: 1 required: false - Snout: + Legs: points: 1 required: false - HeadTop: + Tail: points: 1 required: true - defaultMarkings: [ VulpEar ] + defaultMarkings: [ FeroxiPlainTail ] - type: humanoidBaseSprite id: MobFeroxiHead diff --git a/Resources/Prototypes/DeltaV/Voice/speech_emote_sounds.yml b/Resources/Prototypes/DeltaV/Voice/speech_emote_sounds.yml index ecaa5e39846..5f800bf429d 100644 --- a/Resources/Prototypes/DeltaV/Voice/speech_emote_sounds.yml +++ b/Resources/Prototypes/DeltaV/Voice/speech_emote_sounds.yml @@ -251,7 +251,7 @@ Weh: collection: Weh Gnash: - collection: FeroxiGnashes + path: /Audio/Effects/bite.ogg - type: emoteSounds id: FemaleFeroxi diff --git a/Resources/Prototypes/Entities/Mobs/Customization/Markings/gauze.yml b/Resources/Prototypes/Entities/Mobs/Customization/Markings/gauze.yml index 7fda98e7640..c6488e64948 100644 --- a/Resources/Prototypes/Entities/Mobs/Customization/Markings/gauze.yml +++ b/Resources/Prototypes/Entities/Mobs/Customization/Markings/gauze.yml @@ -2,7 +2,7 @@ id: GauzeLefteyePatch bodyPart: Eyes markingCategory: Overlay - speciesRestriction: [Dwarf, Human, Arachnid, Felinid, Oni, Vulpkanin, Rodentia] # Delta V - Felinid, Oni, Vulpkanin, Rodentia + speciesRestriction: [Dwarf, Human, Arachnid, Felinid, Oni, Vulpkanin, Rodentia, Feroxi] # Delta V - Felinid, Oni, Vulpkanin, Rodentia, Feroxi coloring: default: type: @@ -16,7 +16,7 @@ id: GauzeLefteyePad bodyPart: Eyes markingCategory: Overlay - speciesRestriction: [Dwarf, Human, Reptilian, Arachnid, Felinid, Oni, Vulpkanin, Rodentia] # Delta V - Felinid, Oni, Vulpkanin, Rodentia + speciesRestriction: [Dwarf, Human, Reptilian, Arachnid, Felinid, Oni, Vulpkanin, Rodentia, Feroxi] # Delta V - Felinid, Oni, Vulpkanin, Rodentia, Feroxi coloring: default: type: @@ -30,7 +30,7 @@ id: GauzeRighteyePatch bodyPart: Eyes markingCategory: Overlay - speciesRestriction: [Dwarf, Human, Arachnid, Felinid, Oni, Vulpkanin, Rodentia] # Delta V - Felinid, Oni, Vulpkanin, Rodentia + speciesRestriction: [Dwarf, Human, Arachnid, Felinid, Oni, Vulpkanin, Rodentia, Feroxi] # Delta V - Felinid, Oni, Vulpkanin, Rodentia, Feroxi coloring: default: type: @@ -44,7 +44,7 @@ id: GauzeRighteyePad bodyPart: Eyes markingCategory: Overlay - speciesRestriction: [Dwarf, Human, Reptilian, Arachnid, Felinid, Oni, Vulpkanin, Rodentia] # Delta V - Felinid, Oni, Vulpkanin, Rodentia + speciesRestriction: [Dwarf, Human, Reptilian, Arachnid, Felinid, Oni, Vulpkanin, Rodentia, Feroxi] # Delta V - Felinid, Oni, Vulpkanin, Rodentia, Feroxi coloring: default: type: @@ -58,7 +58,7 @@ id: GauzeBlindfold bodyPart: Eyes markingCategory: Overlay - speciesRestriction: [Dwarf, Human, Arachnid, Felinid, Oni, Harpy, Vulpkanin, Rodentia] # Delta V - Felinid, Oni, Harpy, Vulpkanin, Rodentia + speciesRestriction: [Dwarf, Human, Arachnid, Felinid, Oni, Harpy, Vulpkanin, Rodentia, Feroxi] # Delta V - Felinid, Oni, Harpy, Vulpkanin, Rodentia, Feroxi coloring: default: type: @@ -72,7 +72,7 @@ id: GauzeShoulder bodyPart: Chest markingCategory: Overlay - speciesRestriction: [Dwarf, Human, Reptilian, Arachnid, Felinid, Oni, Vulpkanin, Rodentia] # Delta V - Felinid, Oni, Vulpkanin, Rodentia + speciesRestriction: [Dwarf, Human, Reptilian, Arachnid, Felinid, Oni, Vulpkanin, Rodentia, Feroxi] # Delta V - Felinid, Oni, Vulpkanin, Rodentia, Feroxi coloring: default: type: @@ -86,7 +86,7 @@ id: GauzeStomach bodyPart: Chest markingCategory: Overlay - speciesRestriction: [Dwarf, Human, Reptilian, Arachnid, Felinid, Oni, Vulpkanin, Rodentia] # Delta V - Felinid, Oni, Vulpkanin, Rodentia + speciesRestriction: [Dwarf, Human, Reptilian, Arachnid, Felinid, Oni, Vulpkanin, Rodentia, Feroxi] # Delta V - Felinid, Oni, Vulpkanin, Rodentia, Feroxi coloring: default: type: @@ -100,7 +100,7 @@ id: GauzeUpperArmRight bodyPart: RArm markingCategory: Overlay - speciesRestriction: [Dwarf, Human, Reptilian, Arachnid, SlimePerson, Felinid, Oni, Vulpkanin, Rodentia] # Delta V - Felinid, Oni, Vulpkanin, Rodentia + speciesRestriction: [Dwarf, Human, Reptilian, Arachnid, SlimePerson, Felinid, Oni, Vulpkanin, Rodentia, Feroxi] # Delta V - Felinid, Oni, Vulpkanin, Rodentia, Feroxi coloring: default: type: @@ -114,7 +114,7 @@ id: GauzeLowerArmRight bodyPart: RArm, RHand markingCategory: Overlay - speciesRestriction: [Dwarf, Human, Reptilian, Arachnid, SlimePerson, Felinid, Oni, Vulpkanin, Rodentia] # Delta V - Felinid, Oni, Vulpkanin, Rodentia + speciesRestriction: [Dwarf, Human, Reptilian, Arachnid, SlimePerson, Felinid, Oni, Vulpkanin, Rodentia, Feroxi] # Delta V - Felinid, Oni, Vulpkanin, Rodentia, Feroxi coloring: default: type: @@ -128,7 +128,7 @@ id: GauzeLeftArm bodyPart: LArm, LHand markingCategory: Overlay - speciesRestriction: [Dwarf, Human, Reptilian, Arachnid, Felinid, Oni, Vulpkanin, Rodentia] # Delta V - Felinid, Oni, Vulpkanin, Rodentia + speciesRestriction: [Dwarf, Human, Reptilian, Arachnid, Felinid, Oni, Vulpkanin, Rodentia, Feroxi] # Delta V - Felinid, Oni, Vulpkanin, Rodentia, Feroxi coloring: default: type: @@ -142,7 +142,7 @@ id: GauzeLowerLegLeft bodyPart: LFoot markingCategory: Overlay - speciesRestriction: [Dwarf, Human, Arachnid, Felinid, Oni, Vulpkanin, Rodentia] # Delta V - Felinid, Oni, Vulpkanin, Rodentia + speciesRestriction: [Dwarf, Human, Arachnid, Felinid, Oni, Vulpkanin, Rodentia, Feroxi] # Delta V - Felinid, Oni, Vulpkanin, Rodentia, Feroxi coloring: default: type: @@ -156,7 +156,7 @@ id: GauzeUpperLegLeft bodyPart: LLeg markingCategory: Overlay - speciesRestriction: [Dwarf, Human, Reptilian, Arachnid, Felinid, Oni, Vulpkanin, Rodentia] # Delta V - Felinid, Oni, Vulpkanin, Rodentia + speciesRestriction: [Dwarf, Human, Reptilian, Arachnid, Felinid, Oni, Vulpkanin, Rodentia, Feroxi] # Delta V - Felinid, Oni, Vulpkanin, Rodentia, Feroxi coloring: default: type: @@ -170,7 +170,7 @@ id: GauzeUpperLegRight bodyPart: RLeg markingCategory: Overlay - speciesRestriction: [Dwarf, Human, Reptilian, Arachnid, Felinid, Oni, Vulpkanin, Rodentia] # Delta V - Felinid, Oni, Vulpkanin, Rodentia + speciesRestriction: [Dwarf, Human, Reptilian, Arachnid, Felinid, Oni, Vulpkanin, Rodentia, Feroxi] # Delta V - Felinid, Oni, Vulpkanin, Rodentia, Feroxi coloring: default: type: @@ -184,7 +184,7 @@ id: GauzeLowerLegRight bodyPart: RFoot markingCategory: Overlay - speciesRestriction: [Dwarf, Human, Arachnid, Felinid, Oni, Vulpkanin, Rodentia] # Delta V - Felinid, Oni, Vulpkanin, Rodentia + speciesRestriction: [Dwarf, Human, Arachnid, Felinid, Oni, Vulpkanin, Rodentia, Feroxi] # Delta V - Felinid, Oni, Vulpkanin, Rodentia, Feroxi coloring: default: type: @@ -198,7 +198,7 @@ id: GauzeBoxerWrapRight bodyPart: RHand markingCategory: Overlay - speciesRestriction: [Dwarf, Human, Reptilian, Arachnid, SlimePerson, Felinid, Oni, Vulpkanin, Rodentia] # Delta V - Felinid, Oni, Vulpkanin, Rodentia + speciesRestriction: [Dwarf, Human, Reptilian, Arachnid, SlimePerson, Felinid, Oni, Vulpkanin, Rodentia, Feroxi] # Delta V - Felinid, Oni, Vulpkanin, Rodentia, Feroxi coloring: default: type: @@ -212,7 +212,7 @@ id: GauzeBoxerWrapLeft bodyPart: LHand markingCategory: Overlay - speciesRestriction: [Dwarf, Human, Reptilian, Arachnid, SlimePerson, Felinid, Oni, Vulpkanin, Rodentia] # Delta V - Felinid, Oni, Vulpkanin, Rodentia + speciesRestriction: [Dwarf, Human, Reptilian, Arachnid, SlimePerson, Felinid, Oni, Vulpkanin, Rodentia, Feroxi] # Delta V - Felinid, Oni, Vulpkanin, Rodentia, Feroxi coloring: default: type: diff --git a/Resources/Prototypes/Entities/Mobs/Customization/Markings/tattoos.yml b/Resources/Prototypes/Entities/Mobs/Customization/Markings/tattoos.yml index 345115bf5aa..10997d79cee 100644 --- a/Resources/Prototypes/Entities/Mobs/Customization/Markings/tattoos.yml +++ b/Resources/Prototypes/Entities/Mobs/Customization/Markings/tattoos.yml @@ -114,7 +114,7 @@ id: TattooEyeRight bodyPart: Eyes markingCategory: Head - speciesRestriction: [Human, SlimePerson, Reptilian, Dwarf, Felinid, Vulpkanin, Oni, Harpy, Rodentia] # Delta V - Felinid, Vulpkanin, Oni, Harpy, Rodentia + speciesRestriction: [Human, SlimePerson, Reptilian, Dwarf, Felinid, Vulpkanin, Oni, Harpy, Rodentia, Feroxi] # Delta V - Felinid, Vulpkanin, Oni, Harpy, Rodentia coloring: default: type: @@ -128,7 +128,7 @@ id: TattooEyeLeft bodyPart: Eyes markingCategory: Head - speciesRestriction: [Human, SlimePerson, Reptilian, Dwarf, Felinid, Vulpkanin, Oni, Harpy, Rodentia] # Delta V - Felinid, Vulpkanin, Oni, Harpy, Rodentia + speciesRestriction: [Human, SlimePerson, Reptilian, Dwarf, Felinid, Vulpkanin, Oni, Harpy, Rodentia, Feroxi] # Delta V - Felinid, Vulpkanin, Oni, Harpy, Rodentia coloring: default: type: diff --git a/Resources/Textures/DeltaV/Mobs/Customization/Feroxi/ear_markings.rsi/feroxi-inner-ears.png b/Resources/Textures/DeltaV/Mobs/Customization/Feroxi/ear_markings.rsi/feroxi-inner-ears.png new file mode 100644 index 0000000000000000000000000000000000000000..e05811cd9a401861789c83203d1c49d4d52da8b0 GIT binary patch literal 211 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=jKx9jP7LeL$-D$|SkfJR9T^xl z_H+M9WCij$3p^r=85sBufG}g$wN6f;V1}oQV@O5Z+gpxY4GIDb4li%oop~?X6x+0h zCAoEG_o73)-WB?8Xq)r--m=*I^K-YE=`Eac$@g7medX3&<(}8RuD{9-GzAD6y5q8~ wCaui<^rHX6Y57K}gsKUQf$u@~0^P`?DZBZwnR;aJ4+jw6)78&qol`;+07a8X761SM literal 0 HcmV?d00001 diff --git a/Resources/Textures/DeltaV/Mobs/Customization/Feroxi/ear_markings.rsi/feroxi-plain-ears.png b/Resources/Textures/DeltaV/Mobs/Customization/Feroxi/ear_markings.rsi/feroxi-plain-ears.png new file mode 100644 index 0000000000000000000000000000000000000000..8a4ca1aa0ee2fbed69a3b767b2a153a81a10b9f0 GIT binary patch literal 274 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I3?%1nZ+ru!7>k44ofy`glX(f`u%tWsIx;Y9 z?C1WI$O`0h2Ka=yR#jDP+qMnJ`;om*2S_oO1o;L3|Icv!6faOM180FpWHAE+-$4*& z+%YlxEl{x8)5S3)!u{91uv@z1D6JaNB~2f>VyZ|4>-z)u3Yzopr0B5vaY5)KL literal 0 HcmV?d00001 diff --git a/Resources/Textures/DeltaV/Mobs/Customization/Feroxi/ear_markings.rsi/feroxi-plain-fin.png b/Resources/Textures/DeltaV/Mobs/Customization/Feroxi/ear_markings.rsi/feroxi-plain-fin.png new file mode 100644 index 0000000000000000000000000000000000000000..227231f7f66fa90a8ba764e97a194a65fcd883df GIT binary patch literal 325 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0L3?#3!&-4XSoB=)|t_KbrsH&=Z_wL=6QjbkQ zLB^6GzhDN3XE)M-oU*Erh!U67;^d;tf|AVqJO+k}Il*BCMWx@r1Q&e#`b5iHSL@uF z^T8WJ4K5l#c%*aQNAn~@QBUs<3*#W;%f?;`a~@4PGATqMSkv5Yt%kAsatphS8%zxE zT|DaD*=?-4d4)s@gLryWU{an|NA8KGYaYCM&a{n*;lwMs*;x`Zw*p;|;pyTSV$qwN zpul9nq-b>Zz|#ZQ7#7WxxuL+6!5=t93 zN-!S~xhyiHA%fY(Mp$hEXQ(x|+6Er4mdKI;Vst0I{QZL;wH) literal 0 HcmV?d00001 diff --git a/Resources/Textures/DeltaV/Mobs/Customization/Feroxi/ear_markings.rsi/feroxi-tips-ears.png b/Resources/Textures/DeltaV/Mobs/Customization/Feroxi/ear_markings.rsi/feroxi-tips-ears.png new file mode 100644 index 0000000000000000000000000000000000000000..c38913dd67d63c6b642751c2c88cf46f2e6a1d6d GIT binary patch literal 233 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=jKx9jP7LeL$-D$|SkfJR9T^xl z_H+M9WCij$3p^r=85sEXgD|57Yp@DXu+G!PF{C2y?X6g@76k!@gzd$ZM*I)9avyA! zTeR%fTlRhYF0QF;wKBqvOQ&qyY8NYVv-ryXNBn#FPg;JzxM}Uz&3V1@dvEU52O0$e z2UzX)#+$DHaV^R@{oN+>>mU9%gjMIiJ^A$gwA<$A=T`^c{qMVz38FUKBa>;BkNzCy Re?mvv4FO#s5QP}l$f literal 0 HcmV?d00001 diff --git a/Resources/Textures/DeltaV/Mobs/Customization/Feroxi/ear_markings.rsi/meta.json b/Resources/Textures/DeltaV/Mobs/Customization/Feroxi/ear_markings.rsi/meta.json new file mode 100644 index 00000000000..32677b72f94 --- /dev/null +++ b/Resources/Textures/DeltaV/Mobs/Customization/Feroxi/ear_markings.rsi/meta.json @@ -0,0 +1,24 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Made by BlitzTheSquishy", + "size": {"x": 32, "y": 32}, + "states": [ + { + "name": "feroxi-plain-ears", + "directions": 4 + }, + { + "name": "feroxi-tips-ears", + "directions": 4 + }, + { + "name": "feroxi-inner-ears", + "directions": 4 + }, + { + "name": "feroxi-plain-fin", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/DeltaV/Mobs/Customization/Feroxi/snout_markings.rsi/feroxi-plain-snout.png b/Resources/Textures/DeltaV/Mobs/Customization/Feroxi/snout_markings.rsi/feroxi-plain-snout.png new file mode 100644 index 0000000000000000000000000000000000000000..00944e52a8229c1766664f9c7c4f4caf2e82cbf5 GIT binary patch literal 280 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I3?%1nZ+ru!7>k44ofy`glX(f`u%tWsIx;Y9 z?C1WI$O`212l#}zZriqP$&w{iRaH}_OaY21eVHf*q*zOW{DS`j0mJWYe8E5g&H|6f zVg?4j!ywFfJby(BP_WU{#W5tp{p~bwt^*1@F3Dg1rLSvdz9!|Ud3Q>sf?AziVd|Pa zE=~L_#}7SpGMX^sts#fa&Z`G=`ZuPq_n2GOeHP|aVG#0QP?^B+CnVt``)fJ5XEld) zjyL68%seOiMPeg^b&vHyuehxoaoGtsW`>DRz-vw=m3fzxXzL&awMSWn}5 RRzSxvc)I$ztaD0e0swi#U%~(Y literal 0 HcmV?d00001 diff --git a/Resources/Textures/DeltaV/Mobs/Customization/Feroxi/snout_markings.rsi/meta.json b/Resources/Textures/DeltaV/Mobs/Customization/Feroxi/snout_markings.rsi/meta.json new file mode 100644 index 00000000000..414cf1f009a --- /dev/null +++ b/Resources/Textures/DeltaV/Mobs/Customization/Feroxi/snout_markings.rsi/meta.json @@ -0,0 +1,13 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "https://github.com/Skyrat-SS13/Skyrat-tg/tree/40e3cdbb15b8bc0d5ef2fb46133adf805bda5297, modified by BlitzTheSquishy", + "size": {"x": 32, "y": 32}, + "states": + [ + { + "name": "feroxi-plain-snout", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/DeltaV/Mobs/Customization/Feroxi/tail_markings.rsi/feroxi-plain-tail.png b/Resources/Textures/DeltaV/Mobs/Customization/Feroxi/tail_markings.rsi/feroxi-plain-tail.png new file mode 100644 index 0000000000000000000000000000000000000000..9753267fb0e6f716cda8d3cd0bfa96e2fd3af0fa GIT binary patch literal 2234 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 O&h&Kkb6Mw<&;$Tx894a> delta 772 zcmdlaIDu_~L_G%^0|UdV%))y>O0vW?q9iy!t)x7$D3!r6B|j-u!8128JvAsbF{QHb zWU37V1Jfo?7srr_TW@AFIJ2pPCatyTNYFDI!lePW&U;k`fVG2RjX`yj_`^YuO{9=15)`F_iv|5$v{W2VX!u1|WIp-b2tYSv%3{@s1_ zkao-Ck1MpNcD7GJl| z{L#fj-x(P%*X_Tbe$TnSUgr3%O5TPWSF=R_{3tM})3=b2|7)ZjbGvLeZ`RgZtrhY9 zjI0yimfiN*U7j!R!!7?eGd4i4b@7d}&p)53e$l_kV<%gJi<1u5`SthfeYov;oS!Ct z`Tciaqr&1oF}q*gHSzD3GhDNn$FTCnXZFjl*0Z$qt20h>m}WZLcRRy}IrXi+YLn0W ze*AHVNTXf+d2YrNO##z>{NH*ut@z>gsI^WXxR@(eJ^SO@Vc*8lz64m2 zmZww?s0Lh^q;j!P=639<=kbrf{cO=c{c7FwzoG%b*i+j}6i z>xKFH_^gh@s_DW4#@f^OOsh`!NMmqYc>8VKo6FrNS57=X-%jg|!gSMDkxm<}_r&Nu zZ8-LG&xFfL9VsdbLJTZD9X_st@z=H-FR%UkE%r2Hk3lWZ*_kXimE3Kt)vq&zNS)~6 zXi?^j5yt&swZ&K^8zh36br)2m3Mf_hijm7$l8&pn<{JY_z;NWp5yYKju pb&NH_Dhx~txKP9Myn0p%hCiAOyppSHRsz#GgQu&X%Q~loCIFnKRU`la diff --git a/Resources/Textures/DeltaV/Mobs/Species/Feroxi/parts.rsi/icon.png b/Resources/Textures/DeltaV/Mobs/Species/Feroxi/parts.rsi/icon.png deleted file mode 100644 index 016d8ba5a76c0112a48860254da8e5f54a1767d7..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 83 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdzDNh&2kcif|2N@ZGye5VJ>+?Ju bK+N}S0tyU_?u-jMfE)%-S3j3^P6@B`E{-7{yo?SU`@aL_MgiSJKmlPR5)&cFU<79~ z8Nivy3}XctPZ_%cWrPAa3#J83tHA7FGQqBZ39bOfK+(^@Ku`gi`cdv^2#kgR4MM=! yBmlpu%7hd!5mewpzzV`95V8Wl7e-|VWeBYK%63_4<<3Ho<2+scT-G@yGywpp>L*kH delta 407 zcmZ24xQ%&&L_G%^0|UdV%))y>O0vW?q9iy!t)x7$D3!r6B|j-u!8128JvAsbF{QHb zWU37V17n1zi(^Q|tv9z0=C&9Jv?j_dWwIz(%-*u%fVsE}^A{)14sKBe7s)vbSlb;> zYaP#!oTU2C-Ko0TXg>SnsfPD{YdrbY!K4qg4GiiT8WLUyTW?sGeKUIYB8`yZ5eZ?#~R*3XZ(8$$ErisWyuO5O6G=j`Vs`qkvQ#T4Xlsln7zhtxS!awVUD1RFzJzzBTIG zZ?P}Q+*N+?8l$S(=}ntAr)_(FUnchJiMsc-2flB+D)Hf}YyoG(GoO>MzjVz^*XEg+ zD3b25AoYje1b2pp1>S#S7UbTJ-^-Z&wpeg-aEhf}`MH@1Rtqv`J&Kszm^oHdo2P4eKV4CsTbOvUI%5Pbz7o~*MKti6belF{r5}E)^xUeh$ diff --git a/Resources/Textures/DeltaV/Mobs/Species/Feroxi/parts.rsi/l_foot.png b/Resources/Textures/DeltaV/Mobs/Species/Feroxi/parts.rsi/l_foot.png index 6b1db8f631bf4a663c7f0c3a6dc140fa37a5c39c..ce0d6b70b97897f44f9e7fa2e113199e11e43cda 100644 GIT binary patch literal 2238 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0J3?w7mbKU|e#Q>iWS0D`p2M!#ls;b(yZQGP7 zQh4RyRxq#*-%_6c`(0DuBz5GDbsSGz5lJ2$*`I xI(MlnTK+Z-U5TuMJv0^K|udS?83{1OVTnE=2$U delta 365 zcmdldxR`l@L_G%^0|UdV%))y>O0vW?q9iy!t)x7$D3!r6B|j-u!8128JvAsbF{QHb zWU37V1EZ^_i(^Q|tv9z0b~ZbR9Q!y^)wV)V`@@0`+Z%1Fk&UVqSEXF`L^M`>OyJ%8 zyUoXgW2Z}RK)YlRY?uh^d6{3)(MI^xuZO_@@W*IWZ_{^Uut#hS&1PW7Dh@t&@J JF6*2UngFqAoMZq1 diff --git a/Resources/Textures/DeltaV/Mobs/Species/Feroxi/parts.rsi/l_hand.png b/Resources/Textures/DeltaV/Mobs/Species/Feroxi/parts.rsi/l_hand.png index 645ec58d5b27fa4116b5a20bb7cedc3e846c7fc1..bc206249ea5d1c35816dc86d8d6a4733101afc24 100644 GIT binary patch literal 2226 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0J3?w7mbKU|e(Ey(i*TkHH0|yRNRaH%yGG*Jg zZA+FcNl8fwUH-WrsDQB~$S;_|;n|He1_lmqPZ!4!4_-zGj{V<(a-(201ZWci%1%&o znVc1{+F%M-;A((XfeI+Og8);A0+>c8nBc-n=u)Hn(GVC7fx#RC2`G+JF+<^kIH-k! t38sPs6fMe_3Q*)3m{8TDN{;f#2!YIrtPy&fKQw~0db;|#taD0e0s!d1D2)IB delta 409 zcmdlaxSM%`L_G%^0|UdV%))y>O0vW?q9iy!t)x7$D3!r6B|j-u!8128JvAsbF{QHb zWU37V17obGi(^Q|tv9zf_BI=cG$ig1ewM)K<+fl+k|NiOh$g`mF-DAwnpp*eM2#(e zi1_VP6YTVK_~XAwA!y#4_cz5hIrbR7I`eU{pB&Ia28Mbt2_p{teDugFaayVx2h-Ea zd9Qxo`==5pvUiGicJ3jAkkHVT%QEYVRXsm_u+J{vF^BoaxqQLsr=@nRc~hfS{V&st zuC<;uZO?A@8QQAbHh!BWt*2KsHFf19i)qel7`GkV_E695;H1-i4ZklwH9GQj+m4PE zCcghg-p$vII-iugZtLHhEDvUH+-7gX!8kEdylQ#ZX+f#V{g+=?U7x9WK*XYAPxXe! zH7rjm^PXjI=F49D|E{=e;;}-L+}l#W^A25Sths-G%cIkdFY~T9tb1)|$Ga@^)>Www yFE0nKe0_`O@P|v*EQi9AZP;NxWl-;3&A`l{qfs8#XM1P@NZ8ZW&t;ucLK6UWEUiWS0D`p2M!#ls;b(yZQGP7 zQr5)Z;OLs1Zhsldb-Ne?y?j8RMo#$p1B0uxLH1l@q-f>GvZ2#kgR zwL-wu8Py~cSG3$ovI0{K6OeO1&^E460#O6UL_G%^0|UdV%))y>O0vW?q9iy!t)x7$D3!r6B|j-u!8128JvAsbF{QHb zWU37V1EYYai(^Q|tv9#!@-`a?v^`Wl#kTH77DrgS2?%0 zZJhQ!ZdvB96``S_RSj1HUsTTHk2UEBYd$dTQP0VXg);t?%Jss}WA02#t?d8b5F%dp z+Pa~9VxeUEf%z%lH~gs9d*FA|*ygU-elpm|BNF%c#A^ZeV>TT;cs5772#$(*mr|Nlz>S OIl$A^&t;ucLK6UK35JUR diff --git a/Resources/Textures/DeltaV/Mobs/Species/Feroxi/parts.rsi/meta.json b/Resources/Textures/DeltaV/Mobs/Species/Feroxi/parts.rsi/meta.json index 026fc8b64c9..cdf0d802fea 100644 --- a/Resources/Textures/DeltaV/Mobs/Species/Feroxi/parts.rsi/meta.json +++ b/Resources/Textures/DeltaV/Mobs/Species/Feroxi/parts.rsi/meta.json @@ -1,69 +1,62 @@ { - "version": 1, - "license": "CC-BY-SA-3.0", - "copyright": "Taken from https://github.com/ParadiseSS13/Paradise edited by Floofers", - "size": { - "x": 32, - "y": 32 - }, - "states": [ - { - "name": "full" - }, - { - "name": "icon" - }, - { - "name": "head_f", - "directions": 4 - }, - { - "name": "head_m", - "directions": 4 - }, - { - "name": "l_arm", - "directions": 4 - }, - { - "name": "l_foot", - "directions": 4 - }, - { - "name": "l_hand", - "directions": 4 - }, - { - "name": "l_leg", - "directions": 4 - }, - { - "name": "r_arm", - "directions": 4 - }, - { - "name": "r_foot", - "directions": 4 - }, - { - "name": "r_hand", - "directions": 4 - }, - { - "name": "r_leg", - "directions": 4 - }, - { - "name": "torso_f", - "directions": 4 - }, - { - "name": "torso_m", - "directions": 4 - }, - { - "name": "overlay_husk", - "directions": 4 - } - ] + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "https://github.com/tgstation/tgstation/blob/8024397cc81c5f47f74cf4279e35728487d0a1a7/icons/mob/human_parts_greyscale.dmi, modified by BlitzTheSquishy", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "full" + }, + { + "name": "head_f", + "directions": 4 + }, + { + "name": "head_m", + "directions": 4 + }, + { + "name": "l_arm", + "directions": 4 + }, + { + "name": "l_foot", + "directions": 4 + }, + { + "name": "l_hand", + "directions": 4 + }, + { + "name": "l_leg", + "directions": 4 + }, + { + "name": "r_arm", + "directions": 4 + }, + { + "name": "r_foot", + "directions": 4 + }, + { + "name": "r_hand", + "directions": 4 + }, + { + "name": "r_leg", + "directions": 4 + }, + { + "name": "torso_f", + "directions": 4 + }, + { + "name": "torso_m", + "directions": 4 + } + ] } diff --git a/Resources/Textures/DeltaV/Mobs/Species/Feroxi/parts.rsi/overlay_husk.png b/Resources/Textures/DeltaV/Mobs/Species/Feroxi/parts.rsi/overlay_husk.png deleted file mode 100644 index ba3fc107bc847d535ec946357b61c8a9122b6096..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 803 zcmV+;1Kj+HP)qwhB`(h_ezU7+!rncfOyV!pJcR03*jFfb@sA06)(FC)9#5 za`B44Ye`Yak693z0Ge>M%M2!Ocx~i(5`=WqlRl#btg2(y%@46_8sNPzG82%I+l2Tx? zSZtpxk|8PP;Pq1p>-w5LFUzts=Q;oNMFBV80Iy}awFB*u@Fxj?H~%WjZO=<0tUoGv zt=pF~fcNiiJ4EE4*H0W@BQFANfSo-&0%DQe2~r1i#oohw>)Lq&I*DmO*UMe>Nt{QB z>wxE-^3+;F>TDB|1@Nx=_CacwI0gD7f@>*k2`YWV3eS95+zS+aIU_JhfIftN8-J>e z(E@mFf}|p~kBSz6Pe6tsLhN^wQlQUHOEIWUunSBAz{sHzfGBiGdSbW`i69)Cv?S&=?soxE z1n^xK?*o%sWUB)_4oc>@muOKGoWUzV*K>jdkMMUJ2AhaS)dz&(=jC|Yv7K0mQ()hL zWeY)?&M3`526Z2R@B`E{-7{yo?SU`@aL_MgcuTKmnU&NPlOt30Yf!o0ZXCdilU_b~XSU41*2#<0`Ltr!ns1^dO&c^u7 zVs*xzf8n}VofY70tPEBcLJA0)Ku7^rdq)L_TnL;KVtqWZ{_iZ1!#!R7T-G@yGywp# CTP9=x delta 456 zcmZ24c#V02L_G%^0|UdV%))y>O0vW?q9iy!t)x7$D3!r6B|j-u!8128JvAsbF{QHb zWU37V17n4!i(^Q|tv9z1u5EGS>oqqJ|qV#Zky+&EjfMFnO(;M0AR z+#!+FvtWYFx3~7S=f9cqoXtBR<(TnPaua1{Z_PR8#=Zc!oaMJjEvF+184i;6MXO8wi&T#Se zo;T@z$R4{~o(av@O5cjO7FIHx{5*N`R@Md03I%P623ZM{YgF@3{x4uZaq!l*smo7I z_;uCxe(^HL^PhX_=iH0AZp-T6E4yIY=J_fopK^b%tv|P0$J;cP?NtH$m)iU{O6mUM zcfPHiWS0H`lXZ?W#2db*7rc9Z# zZQHgbOP090y4u^@YiVhvq@)O>7*zumF_r}R1v5B2yOGAgz~Sxb;uzw=%jm$d|2t4_ z6pV(zXb2455HLEGm;QU171*5Fd5Eu=CAsYhB zu3o5aU+Rp?XLfNZKo*(hf~J6L)hbj4t5!kPEAQlayfvvI55)C!^>bP0l+XkKs9Q1j delta 346 zcmV-g0j2)F5u5{%7=H)`00020X>r~F000?uMObuGZ)S9NVRB^vL1b@YWgtmyVP|Dh zWnpA_ami&o0003#Nkl`)f ziw9>&`$8>JdMK@}h5Qf18Z7VSdkGX$ZLL*4$4Pk}000000FibZYT!wnUwLU52Gw<) zJ4Ma&+>KqI<)+u?qeAKm!%$^errNe$hqWb%707*qoM6N<$f)7uc82|tP diff --git a/Resources/Textures/DeltaV/Mobs/Species/Feroxi/parts.rsi/r_hand.png b/Resources/Textures/DeltaV/Mobs/Species/Feroxi/parts.rsi/r_hand.png index e461d8a7b54f3830aafa462623ff5eccb5e2e333..8f292ffe0d2b00cd9b6a620766c7640e7989ddc2 100644 GIT binary patch literal 2226 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0J3?w7mbKU|e(Ey(i*Hi|E0|yRNRaI@FK1!M^rTN#x6AwUVnK%towP`IO<(GVC7fx#F8De$Zgb{!jr w8&gbBgji5`AWn)CiV&s=Yzim}MmaPH0b_BN%XgZcSAmT7boFyt=akR{0Nej3m;e9( delta 374 zcmdlaIG=ffL_G%^0|UdV%))y>O0vW?q9iy!t)x7$D3!r6B|j-u!8128JvAsbF{QHb zWU37V1EZs-i(^Q|tv9zf<~BQs9Q#-;n5-bSAce)sN^H@B6ppY3i<4QjjxdRoocVBQ zbJEE`p~)5;g^&KLsH80Uy!(Fbu@maut9EH$pS`<+5ol#S5F>-@s~_Avx-HkVOUc}K z^6TIC;wCN9@UvaGNypSvX!^31uXmkGja1vMa)9mY!hg4(t2M0Mch#NAFaFx{rPsp# zo7=KWUr&{N@^AIZib)Kav)tZ4|Ihj%?NLAHiO(@|mwy`_sAB#pvUu}-hW)QEKKoEo zy8RnBtIHm)1JiHKlIM4tm?)QEKlSZ?{=*AC+hoUHFO#{J6B@cpZg-#Lk1bJ!GV`A+ zZ_qjYkm0e#JG*DvoIBp`Z%?eSwzpv1y?_3P^@jUcVIFDdzP6iznW2iWS0H`lXZ?W#2db*7rc9Z# zZQHgbOP090y4u^@YiVhvq@)O>7*zumF_r}R1v5B2yOGAgz~Sxb;uzw=%jm$d|2t4_ z6pV(z$P58yR|9m9n>r(lFuP$WFhf;filG3_1ZNBd#;7J>af2~QZa`K%${r1Y(GZ|o z2r#<_qnd@9xfvLUP=J!#85l53a9MzAg$bGlW>+)?7$y)>fNDNBjL_G%^0|UdV%))y>O0vW?q9iy!t)x7$D3!r6B|j-u!8128JvAsbF{QHb zWU37V1EZv;i(^Q|tv9#!a<&?Xv^|{ME#1*Nmw8Dk`}Gqk>mKqcMOic@q~^}dW_eh& zo2CB1p7`X&Dt2B`Y|Ww`qs6pyr!j2+?IP(VzCpO z?D3CVq;EV+>|QiM=XBGvFI`*_*F!IvJQW4&{m}an+a diff --git a/Resources/Textures/DeltaV/Mobs/Species/Feroxi/parts.rsi/torso_f.png b/Resources/Textures/DeltaV/Mobs/Species/Feroxi/parts.rsi/torso_f.png index db8a63bbd92e773be4144d70f5f3071018e747fd..8bfe93d38680720494663d7e96c5c188acd749fb 100644 GIT binary patch delta 396 zcmV;70dxNK2Aczr8Gi!+005o0f$RVP00DDSM?wIu&K&6g000DMK}|sb0I`n?{9y$E z000tDOjJdBdU~X!q?DADwzjr^e}4b~0Gb?-A^-pY26R$RQ~&?}|Nj89zofqa000Sa zNLh0L01m?d01m?e$8V@)00031Nklu z$qs$uvZU-cwEzpCdK6F!F*6keRli365R_Ug5y?F#6meUM^8=s@0lq>2<*Nt)*nCC+ zO;CtS_$i;jjior!o5fL9g6I1{Cc!Vk2%)}Xl+JL_w1PJP+D5qnAeNmdd)4A71?YtV zRlWpf{2ImIqJQs$E{o1mZwo%ozNiIQ0M!C4fa+y{_TL^N^@tyx3+LaySCZkz{rraK zLYj~O@FJ{7nE~!rfS*q@9tBJZneSlDp8{|NMH|V`M>_RZlg3NH{e`HtAb1H4FnV4I qLqKZ~YzTD9nB>p30Dl13_Yd(DN;7;yOHBX(002ovP6b4+LSTaZ*Q1;O delta 873 zcmV-v1D5=o1N8=w8Gi-<0063Kaozv`02y>eSaefwW^{L9a%BKPWN%_+AW3auXJt}l zVPtu6$z?nM00S3EL_t(|+U#1rswy!MPUK?kABYIs`2ZGnR@#WQFQAQ&V&N0mxG!L< z*l1;EA!2DKh*q{fC zj(w8^$m8)S=JUDe^?G778j0KOrbf)Mj(ztmnhJsv9`?#etly8MH0A+7I-OR=VoWBJ z4|DPo(}=?L0~0{01u3sqtBG>CELyFW8ZpN@056C-1ApApYb0?hvO&y=LmwYmhkzPH`%?6Ge=z91z~OLs8idFT z3Wb7E4}VxJ7HX_kt70;lc&VAZ0P98x;D!hjzyvS>OaK$W1TXF=hcl6T4HoPKAX)j$Y!%?RADKl7>~zJypDOu=zr$IiR}o$15CdO_!A&I?Cnq@jPU^4 z&_n|I^wg;}1-c7>OlpCLA>ply5u7(_MdRHN=1@%U(VGHf+~bXsO~ylq*gSxYC*b^1 zT!;hDwxfhc7qqCA&z#(<9!;C~2(NKDb#wr%4C z=wk9->12ukdAVGED1&MYIoaS7xd$B}OMjz4fNnwGDhH|q5a8TG2k!+Pf6kA|cu$u8 zPJ!T-!hvtQ`FfoD0ZafBzyvS>Ou+Zzw*UhGiL`*PgUY{y00000NkvXXu0mjfD4mqv diff --git a/Resources/Textures/DeltaV/Mobs/Species/Feroxi/parts.rsi/torso_m.png b/Resources/Textures/DeltaV/Mobs/Species/Feroxi/parts.rsi/torso_m.png index dfe4705aa37208fa273566b9217f5cb011bd1736..396a20064e65f70ceaa1eb3676dbdc88dfe4cb57 100644 GIT binary patch delta 351 zcmdna_MT~iWIZzj1H;_yjcNS%G|^0G|-o zs;a6bOO{NTGG*JgZT0o_K;c<36O@1yTS<^#@P80s*t~zqexL|vfk$L90|Vb-5N14{ zzaj-Fc*WDjF(ktM?X-h@Eebp?w-^1d|9|>6(`<*A3p%R}X7?StaOTH@h9E0>Ek;g* zzakDtln%8lcqaaypLJ@`jL7+hjaSxAJXzkL#`1%UamjBchK2S_IgM&;4HxDg%jMd@ z@Id_l^DDPXhJ=fAS5$Ak9>=ypnz^fvQz=2&?Ei;*fp@l$Xl-5I*W&~leSaefwW^{L9a%BKPWN%_+AW3auXJt}l zVPtu6$z?nM00P-bL_t(|+U#3Bj_N=R&Y&mJLy-n?2MX>$OG^h07vMZVMN3P=2`Fgj z=nxX3fGgzX8{v@|!EPqRv-@8BNfDXJDz?A*u`~9XEX$HQqkoaq97=!^paduZN`Mle z1k@LQLjHKMSlF0t7Y$3tCa`|Fdl}JJTjc$10W(Nz=+HM0vY?REd@U6e%pU0 zvIiWG$0wuddVlp?0({mLX;)4F);*^GbUJ2x~I^$Z3BBTNWlfsD(5 z*Wu5__W&44BXB;S?KK<@W5xm|*TK!ghfYuJpqGUtMvO7|DsycZ4`3EZ`)l@9_-(up zWK$>s|9=8PY|`<5}=`Q0X$BGvNTPT zUa#j)gOMDOstb4p=zv-Us#Aat`~9BI2ZIVE8li&8cz_p1Jc=i>SjGd8O=pqN3A%;q z@X-?50M?s78nNNa^mP&?;8hwb zW{torSngTyWK`px=LA<5kRp)3{)wr6ajuJ8g7VOQH(f% z%X_Dj6amIdN4roIDe}+~wURK9MTHt16bg%d3osHgp9pTe