From 3adad04bf9b34c35d8200ca783a2f1f2d1920165 Mon Sep 17 00:00:00 2001 From: lpeapnni Date: Fri, 4 Oct 2024 17:41:59 -0500 Subject: [PATCH] adds aquatics, adds special shit to anthromorphs --- .../Locale/en-US/Floof/species/species.ftl | 3 +- .../Mobs/Customization/Markings/felinid.yml | 6 +- .../Mobs/Customization/Markings/rodentia.yml | 98 ++++----- .../Mobs/Customization/Markings/vulpkanin.yml | 84 +++---- .../Mobs/Customization/Markings/gauze.yml | 32 +-- .../Markings/kemonomimi_ears.yml | 8 +- .../Markings/kemonomimi_tails.yml | 18 +- .../Mobs/Customization/Markings/scars.yml | 4 +- .../Mobs/Customization/Markings/tattoos.yml | 4 +- .../Floof/Body/Parts/anthromorph.yml | 22 +- .../Prototypes/Floof/Body/Parts/aquatic.yml | 160 ++++++++++++++ .../Floof/Body/Prototypes/aquatic.yml | 49 +++++ Resources/Prototypes/Floof/Damage/species.yml | 6 + .../Customization/Markings/anthromorph.yml | 208 +++++++++--------- .../Floof/Entities/Mobs/Player/aquatic.yml | 5 + .../Entities/Mobs/Species/anthromorph.yml | 13 +- .../Floof/Entities/Mobs/Species/aquatic.yml | 63 ++++++ .../Prototypes/Floof/Species/anthromorph.yml | 2 +- .../Prototypes/Floof/Species/aquatic.yml | 167 ++++++++++++++ .../Mobs/Customization/Markings/felinid.yml | 24 +- Resources/Prototypes/Traits/physical.yml | 3 + .../Mobs/Species/Aquatic/parts.rsi/full.png | Bin 0 -> 692 bytes .../Mobs/Species/Aquatic/parts.rsi/head_f.png | Bin 0 -> 566 bytes .../Mobs/Species/Aquatic/parts.rsi/head_m.png | Bin 0 -> 566 bytes .../Mobs/Species/Aquatic/parts.rsi/l_arm.png | Bin 0 -> 338 bytes .../Mobs/Species/Aquatic/parts.rsi/l_foot.png | Bin 0 -> 268 bytes .../Mobs/Species/Aquatic/parts.rsi/l_hand.png | Bin 0 -> 348 bytes .../Mobs/Species/Aquatic/parts.rsi/l_leg.png | Bin 0 -> 269 bytes .../Mobs/Species/Aquatic/parts.rsi/meta.json | 66 ++++++ .../Aquatic/parts.rsi/overlay_husk.png | Bin 0 -> 646 bytes .../Mobs/Species/Aquatic/parts.rsi/r_arm.png | Bin 0 -> 342 bytes .../Mobs/Species/Aquatic/parts.rsi/r_foot.png | Bin 0 -> 278 bytes .../Mobs/Species/Aquatic/parts.rsi/r_hand.png | Bin 0 -> 353 bytes .../Mobs/Species/Aquatic/parts.rsi/r_leg.png | Bin 0 -> 257 bytes .../Species/Aquatic/parts.rsi/torso_f.png | Bin 0 -> 849 bytes .../Species/Aquatic/parts.rsi/torso_m.png | Bin 0 -> 768 bytes 36 files changed, 786 insertions(+), 259 deletions(-) create mode 100644 Resources/Prototypes/Floof/Body/Parts/aquatic.yml create mode 100644 Resources/Prototypes/Floof/Body/Prototypes/aquatic.yml create mode 100644 Resources/Prototypes/Floof/Damage/species.yml create mode 100644 Resources/Prototypes/Floof/Entities/Mobs/Player/aquatic.yml create mode 100644 Resources/Prototypes/Floof/Entities/Mobs/Species/aquatic.yml create mode 100644 Resources/Prototypes/Floof/Species/aquatic.yml create mode 100644 Resources/Textures/Floof/Mobs/Species/Aquatic/parts.rsi/full.png create mode 100644 Resources/Textures/Floof/Mobs/Species/Aquatic/parts.rsi/head_f.png create mode 100644 Resources/Textures/Floof/Mobs/Species/Aquatic/parts.rsi/head_m.png create mode 100644 Resources/Textures/Floof/Mobs/Species/Aquatic/parts.rsi/l_arm.png create mode 100644 Resources/Textures/Floof/Mobs/Species/Aquatic/parts.rsi/l_foot.png create mode 100644 Resources/Textures/Floof/Mobs/Species/Aquatic/parts.rsi/l_hand.png create mode 100644 Resources/Textures/Floof/Mobs/Species/Aquatic/parts.rsi/l_leg.png create mode 100644 Resources/Textures/Floof/Mobs/Species/Aquatic/parts.rsi/meta.json create mode 100644 Resources/Textures/Floof/Mobs/Species/Aquatic/parts.rsi/overlay_husk.png create mode 100644 Resources/Textures/Floof/Mobs/Species/Aquatic/parts.rsi/r_arm.png create mode 100644 Resources/Textures/Floof/Mobs/Species/Aquatic/parts.rsi/r_foot.png create mode 100644 Resources/Textures/Floof/Mobs/Species/Aquatic/parts.rsi/r_hand.png create mode 100644 Resources/Textures/Floof/Mobs/Species/Aquatic/parts.rsi/r_leg.png create mode 100644 Resources/Textures/Floof/Mobs/Species/Aquatic/parts.rsi/torso_f.png create mode 100644 Resources/Textures/Floof/Mobs/Species/Aquatic/parts.rsi/torso_m.png diff --git a/Resources/Locale/en-US/Floof/species/species.ftl b/Resources/Locale/en-US/Floof/species/species.ftl index 7686c7f970f..f3a1143086d 100644 --- a/Resources/Locale/en-US/Floof/species/species.ftl +++ b/Resources/Locale/en-US/Floof/species/species.ftl @@ -1,3 +1,4 @@ ## Species Names -species-name-anthromorph = Anthromorph +species-name-anthromorph = Furred Anthro +species-name-aquatic = Aquatic Anthro diff --git a/Resources/Prototypes/DeltaV/Entities/Mobs/Customization/Markings/felinid.yml b/Resources/Prototypes/DeltaV/Entities/Mobs/Customization/Markings/felinid.yml index 064b2ead72e..954885d11a0 100644 --- a/Resources/Prototypes/DeltaV/Entities/Mobs/Customization/Markings/felinid.yml +++ b/Resources/Prototypes/DeltaV/Entities/Mobs/Customization/Markings/felinid.yml @@ -2,7 +2,7 @@ id: FelinidFluffyTailRings bodyPart: Tail markingCategory: Tail - speciesRestriction: [Felinid, Anthromorph] # Floof - Anthromorphs + speciesRestriction: [Felinid, Anthromorph, Aquatic] # Floof - Anthromorphs sprites: - sprite: DeltaV/Mobs/Customization/Felinid/felinid_tails.rsi state: Felinid_fluffy_tail_full @@ -13,7 +13,7 @@ id: FelinidFluffyTail bodyPart: Tail markingCategory: Tail - speciesRestriction: [Felinid, Anthromorph] # Floof - Anthromorphs + speciesRestriction: [Felinid, Anthromorph, Aquatic] # Floof - Anthromorphs sprites: - sprite: DeltaV/Mobs/Customization/Felinid/felinid_tails.rsi state: Felinid_fluffy_tail_full @@ -22,7 +22,7 @@ id: FelinidAlternativeTail bodyPart: Tail markingCategory: Tail - speciesRestriction: [Felinid, Anthromorph] # Floof - Anthromorphs + speciesRestriction: [Felinid, Anthromorph, Aquatic] # Floof - Anthromorphs sprites: - sprite: DeltaV/Mobs/Customization/Felinid/alternative_tail.rsi state: m_waggingtail_cat_FRONT diff --git a/Resources/Prototypes/DeltaV/Entities/Mobs/Customization/Markings/rodentia.yml b/Resources/Prototypes/DeltaV/Entities/Mobs/Customization/Markings/rodentia.yml index ea77a2499dc..95205848286 100644 --- a/Resources/Prototypes/DeltaV/Entities/Mobs/Customization/Markings/rodentia.yml +++ b/Resources/Prototypes/DeltaV/Entities/Mobs/Customization/Markings/rodentia.yml @@ -34,7 +34,7 @@ id: RodentiaHeadTopEarBat markingCategory: HeadTop bodyPart: HeadTop - speciesRestriction: [Rodentia, Anthromorph] # Floof - Anthromorphs + speciesRestriction: [Rodentia, Anthromorph, Aquatic] # Floof - Anthromorphs sprites: - sprite: DeltaV/Mobs/Customization/Rodentia/ear_markings.rsi state: bat @@ -43,7 +43,7 @@ id: RodentiaHeadTopEarBatLarge markingCategory: HeadTop bodyPart: HeadTop - speciesRestriction: [Rodentia, Anthromorph] # Floof - Anthromorphs + speciesRestriction: [Rodentia, Anthromorph, Aquatic] # Floof - Anthromorphs sprites: - sprite: DeltaV/Mobs/Customization/Rodentia/ear_markings.rsi state: bat_large @@ -52,7 +52,7 @@ id: RodentiaHeadTopEarHamster markingCategory: HeadTop bodyPart: HeadTop - speciesRestriction: [Rodentia, Anthromorph] # Floof - Anthromorphs + speciesRestriction: [Rodentia, Anthromorph, Aquatic] # Floof - Anthromorphs sprites: - sprite: DeltaV/Mobs/Customization/Rodentia/ear_markings.rsi state: hamster @@ -63,7 +63,7 @@ id: RodentiaHeadTopEarLong markingCategory: HeadTop bodyPart: HeadTop - speciesRestriction: [Rodentia, Anthromorph] # Floof - Anthromorphs + speciesRestriction: [Rodentia, Anthromorph, Aquatic] # Floof - Anthromorphs sprites: - sprite: DeltaV/Mobs/Customization/Rodentia/ear_markings.rsi state: long @@ -74,7 +74,7 @@ id: RodentiaHeadTopEarMouse markingCategory: HeadTop bodyPart: HeadTop - speciesRestriction: [Rodentia, Anthromorph] # Floof - Anthromorphs + speciesRestriction: [Rodentia, Anthromorph, Aquatic] # Floof - Anthromorphs sprites: - sprite: DeltaV/Mobs/Customization/Rodentia/ear_markings.rsi state: mouse @@ -85,7 +85,7 @@ id: RodentiaHeadTopEarMouseLarge markingCategory: HeadTop bodyPart: HeadTop - speciesRestriction: [Rodentia, Anthromorph] # Floof - Anthromorphs + speciesRestriction: [Rodentia, Anthromorph, Aquatic] # Floof - Anthromorphs sprites: - sprite: DeltaV/Mobs/Customization/Rodentia/ear_markings.rsi state: mouse_large @@ -105,7 +105,7 @@ id: RodentiaHeadTopEarPointy markingCategory: HeadTop bodyPart: HeadTop - speciesRestriction: [Rodentia, Anthromorph] # Floof - Anthromorphs + speciesRestriction: [Rodentia, Anthromorph, Aquatic] # Floof - Anthromorphs sprites: - sprite: DeltaV/Mobs/Customization/Rodentia/ear_markings.rsi state: pointy @@ -114,7 +114,7 @@ id: RodentiaHeadTopEarRabbit markingCategory: HeadTop bodyPart: HeadTop - speciesRestriction: [Rodentia, Anthromorph] # Floof - Anthromorphs + speciesRestriction: [Rodentia, Anthromorph, Aquatic] # Floof - Anthromorphs sprites: - sprite: DeltaV/Mobs/Customization/Rodentia/ear_markings.rsi state: rabbit @@ -125,7 +125,7 @@ id: RodentiaHeadTopEarSmall markingCategory: HeadTop bodyPart: HeadTop - speciesRestriction: [Rodentia, Anthromorph] # Floof - Anthromorphs + speciesRestriction: [Rodentia, Anthromorph, Aquatic] # Floof - Anthromorphs sprites: - sprite: DeltaV/Mobs/Customization/Rodentia/ear_markings.rsi state: small @@ -136,7 +136,7 @@ id: RodentiaSnoutBat markingCategory: Snout bodyPart: Snout - speciesRestriction: [Rodentia, Anthromorph] # Floof - Anthromorphs + speciesRestriction: [Rodentia, Anthromorph, Aquatic] # Floof - Anthromorphs sprites: - sprite: DeltaV/Mobs/Customization/Rodentia/snout_markings.rsi state: bat @@ -147,7 +147,7 @@ id: RodentiaSnoutBatCounter markingCategory: Snout bodyPart: Snout - speciesRestriction: [Rodentia, Anthromorph] # Floof - Anthromorphs + speciesRestriction: [Rodentia, Anthromorph, Aquatic] # Floof - Anthromorphs sprites: - sprite: DeltaV/Mobs/Customization/Rodentia/snout_markings.rsi state: bat @@ -160,7 +160,7 @@ id: RodentiaSnoutFlat markingCategory: Snout bodyPart: Snout - speciesRestriction: [Rodentia, Anthromorph] # Floof - Anthromorphs + speciesRestriction: [Rodentia, Anthromorph, Aquatic] # Floof - Anthromorphs sprites: - sprite: DeltaV/Mobs/Customization/Rodentia/snout_markings.rsi state: flat @@ -171,7 +171,7 @@ id: RodentiaSnoutFlatCounter markingCategory: Snout bodyPart: Snout - speciesRestriction: [Rodentia, Anthromorph] # Floof - Anthromorphs + speciesRestriction: [Rodentia, Anthromorph, Aquatic] # Floof - Anthromorphs sprites: - sprite: DeltaV/Mobs/Customization/Rodentia/snout_markings.rsi state: flat @@ -184,7 +184,7 @@ id: RodentiaSnoutRound markingCategory: Snout bodyPart: Snout - speciesRestriction: [Rodentia, Anthromorph] # Floof - Anthromorphs + speciesRestriction: [Rodentia, Anthromorph, Aquatic] # Floof - Anthromorphs sprites: - sprite: DeltaV/Mobs/Customization/Rodentia/snout_markings.rsi state: round @@ -195,7 +195,7 @@ id: RodentiaSnoutRoundCounter markingCategory: Snout bodyPart: Snout - speciesRestriction: [Rodentia, Anthromorph] # Floof - Anthromorphs + speciesRestriction: [Rodentia, Anthromorph, Aquatic] # Floof - Anthromorphs sprites: - sprite: DeltaV/Mobs/Customization/Rodentia/snout_markings.rsi state: round @@ -210,7 +210,7 @@ id: RodentiaCheeksRound markingCategory: HeadSide bodyPart: HeadSide - speciesRestriction: [Rodentia, Anthromorph] # Floof - Anthromorphs + speciesRestriction: [Rodentia, Anthromorph, Aquatic] # Floof - Anthromorphs sprites: - sprite: DeltaV/Mobs/Customization/Rodentia/cheek_markings.rsi state: cheeks @@ -219,7 +219,7 @@ id: RodentiaCheeksRoundCounter markingCategory: HeadSide bodyPart: HeadSide - speciesRestriction: [Rodentia, Anthromorph] # Floof - Anthromorphs + speciesRestriction: [Rodentia, Anthromorph, Aquatic] # Floof - Anthromorphs sprites: - sprite: DeltaV/Mobs/Customization/Rodentia/cheek_markings.rsi state: cheeks @@ -230,7 +230,7 @@ id: RodentiaCheeksFluff markingCategory: HeadSide bodyPart: HeadSide - speciesRestriction: [Rodentia, Anthromorph] # Floof - Anthromorphs + speciesRestriction: [Rodentia, Anthromorph, Aquatic] # Floof - Anthromorphs sprites: - sprite: DeltaV/Mobs/Customization/Rodentia/cheek_markings.rsi state: fluff @@ -239,7 +239,7 @@ id: RodentiaCheeksFluffCounter markingCategory: HeadSide bodyPart: HeadSide - speciesRestriction: [Rodentia, Anthromorph] # Floof - Anthromorphs + speciesRestriction: [Rodentia, Anthromorph, Aquatic] # Floof - Anthromorphs sprites: - sprite: DeltaV/Mobs/Customization/Rodentia/cheek_markings.rsi state: fluff @@ -250,7 +250,7 @@ id: RodentiaCheeksFluffAlt markingCategory: HeadSide bodyPart: HeadSide - speciesRestriction: [Rodentia, Anthromorph] # Floof - Anthromorphs + speciesRestriction: [Rodentia, Anthromorph, Aquatic] # Floof - Anthromorphs sprites: - sprite: DeltaV/Mobs/Customization/Rodentia/cheek_markings.rsi state: fluff_alt @@ -259,7 +259,7 @@ id: RodentiaCheeksFluffAltCounter markingCategory: HeadSide bodyPart: HeadSide - speciesRestriction: [Rodentia, Anthromorph] # Floof - Anthromorphs + speciesRestriction: [Rodentia, Anthromorph, Aquatic] # Floof - Anthromorphs sprites: - sprite: DeltaV/Mobs/Customization/Rodentia/cheek_markings.rsi state: fluff_alt @@ -270,7 +270,7 @@ id: RodentiaCheeksWhiskers markingCategory: Head # for no-cost markings bodyPart: HeadTop # for layering - speciesRestriction: [Rodentia, Anthromorph] # Floof - Anthromorphs + speciesRestriction: [Rodentia, Anthromorph, Aquatic] # Floof - Anthromorphs sprites: - sprite: DeltaV/Mobs/Customization/Rodentia/cheek_markings.rsi state: whiskers @@ -283,7 +283,7 @@ id: RodentiaTailBeaver markingCategory: Tail bodyPart: Tail - speciesRestriction: [Rodentia, Anthromorph] # Floof - Anthromorphs + speciesRestriction: [Rodentia, Anthromorph, Aquatic] # Floof - Anthromorphs sprites: - sprite: DeltaV/Mobs/Customization/Rodentia/tail_markings.rsi state: beaver @@ -292,7 +292,7 @@ id: RodentiaTailHamster markingCategory: Tail bodyPart: Tail - speciesRestriction: [Rodentia, Anthromorph] # Floof - Anthromorphs + speciesRestriction: [Rodentia, Anthromorph, Aquatic] # Floof - Anthromorphs sprites: - sprite: DeltaV/Mobs/Customization/Rodentia/tail_markings.rsi state: hamster @@ -301,7 +301,7 @@ id: RodentiaTailLong markingCategory: Tail bodyPart: Tail - speciesRestriction: [Rodentia, Anthromorph] # Floof - Anthromorphs + speciesRestriction: [Rodentia, Anthromorph, Aquatic] # Floof - Anthromorphs sprites: - sprite: DeltaV/Mobs/Customization/Rodentia/tail_markings.rsi state: long @@ -310,7 +310,7 @@ id: RodentiaTailLongCounter markingCategory: Tail bodyPart: Tail - speciesRestriction: [Rodentia, Anthromorph] # Floof - Anthromorphs + speciesRestriction: [Rodentia, Anthromorph, Aquatic] # Floof - Anthromorphs sprites: - sprite: DeltaV/Mobs/Customization/Rodentia/tail_markings.rsi state: long @@ -321,7 +321,7 @@ id: RodentiaTailLongCounterTip markingCategory: Tail bodyPart: Tail - speciesRestriction: [Rodentia, Anthromorph] # Floof - Anthromorphs + speciesRestriction: [Rodentia, Anthromorph, Aquatic] # Floof - Anthromorphs sprites: - sprite: DeltaV/Mobs/Customization/Rodentia/tail_markings.rsi state: long @@ -334,7 +334,7 @@ id: RodentiaTailMouse markingCategory: Tail bodyPart: Tail - speciesRestriction: [Rodentia, Anthromorph] # Floof - Anthromorphs + speciesRestriction: [Rodentia, Anthromorph, Aquatic] # Floof - Anthromorphs sprites: - sprite: DeltaV/Mobs/Customization/Rodentia/tail_markings.rsi state: mouse @@ -343,7 +343,7 @@ id: RodentiaTailRabbit markingCategory: Tail bodyPart: Tail - speciesRestriction: [Rodentia, Anthromorph] # Floof - Anthromorphs + speciesRestriction: [Rodentia, Anthromorph, Aquatic] # Floof - Anthromorphs sprites: - sprite: DeltaV/Mobs/Customization/Rodentia/tail_markings.rsi state: rabbit @@ -352,7 +352,7 @@ id: RodentiaTailRabbitCounter markingCategory: Tail bodyPart: Tail - speciesRestriction: [Rodentia, Anthromorph] # Floof - Anthromorphs + speciesRestriction: [Rodentia, Anthromorph, Aquatic] # Floof - Anthromorphs sprites: - sprite: DeltaV/Mobs/Customization/Rodentia/tail_markings.rsi state: rabbit @@ -363,7 +363,7 @@ id: RodentiaTailShort markingCategory: Tail bodyPart: Tail - speciesRestriction: [Rodentia, Anthromorph] # Floof - Anthromorphs + speciesRestriction: [Rodentia, Anthromorph, Aquatic] # Floof - Anthromorphs sprites: - sprite: DeltaV/Mobs/Customization/Rodentia/tail_markings.rsi state: short @@ -372,7 +372,7 @@ id: RodentiaTailSquirrel markingCategory: Tail bodyPart: Tail - speciesRestriction: [Rodentia, Anthromorph] # Floof - Anthromorphs + speciesRestriction: [Rodentia, Anthromorph, Aquatic] # Floof - Anthromorphs sprites: - sprite: DeltaV/Mobs/Customization/Rodentia/tail_markings.rsi state: squirrel @@ -381,7 +381,7 @@ id: RodentiaTailSquirrelBicolor markingCategory: Tail bodyPart: Tail - speciesRestriction: [Rodentia, Anthromorph] # Floof - Anthromorphs + speciesRestriction: [Rodentia, Anthromorph, Aquatic] # Floof - Anthromorphs sprites: - sprite: DeltaV/Mobs/Customization/Rodentia/tail_markings.rsi state: squirrel @@ -394,7 +394,7 @@ id: RodentiaChestCountershade markingCategory: Chest bodyPart: Chest - speciesRestriction: [Rodentia, Anthromorph] # Floof - Anthromorphs + speciesRestriction: [Rodentia, Anthromorph, Aquatic] # Floof - Anthromorphs sexRestriction: Male sprites: - sprite: DeltaV/Mobs/Customization/Rodentia/body_markings.rsi @@ -404,7 +404,7 @@ id: RodentiaChestCountershadeF markingCategory: Chest bodyPart: Chest - speciesRestriction: [Rodentia, Anthromorph] # Floof - Anthromorphs + speciesRestriction: [Rodentia, Anthromorph, Aquatic] # Floof - Anthromorphs sexRestriction: Female sprites: - sprite: DeltaV/Mobs/Customization/Rodentia/body_markings.rsi @@ -414,7 +414,7 @@ id: RodentiaLegLeftCountershade markingCategory: LeftLeg bodyPart: LLeg - speciesRestriction: [Rodentia, Anthromorph] # Floof - Anthromorphs + speciesRestriction: [Rodentia, Anthromorph, Aquatic] # Floof - Anthromorphs sprites: - sprite: DeltaV/Mobs/Species/Rodentia/parts.rsi state: l_leg @@ -425,7 +425,7 @@ id: RodentiaLegRightCountershade markingCategory: RightLeg bodyPart: RLeg - speciesRestriction: [Rodentia, Anthromorph] # Floof - Anthromorphs + speciesRestriction: [Rodentia, Anthromorph, Aquatic] # Floof - Anthromorphs sprites: - sprite: DeltaV/Mobs/Species/Rodentia/parts.rsi state: r_leg @@ -436,7 +436,7 @@ id: RodentiaChestFawn markingCategory: Chest bodyPart: Chest - speciesRestriction: [Rodentia, Anthromorph] # Floof - Anthromorphs + speciesRestriction: [Rodentia, Anthromorph, Aquatic] # Floof - Anthromorphs sprites: - sprite: DeltaV/Mobs/Customization/Rodentia/body_markings.rsi state: fawn @@ -445,7 +445,7 @@ id: RodentiaChestHooded markingCategory: Chest bodyPart: Chest - speciesRestriction: [Rodentia, Anthromorph] # Floof - Anthromorphs + speciesRestriction: [Rodentia, Anthromorph, Aquatic] # Floof - Anthromorphs sexRestriction: Male sprites: - sprite: DeltaV/Mobs/Customization/Rodentia/body_markings.rsi @@ -455,7 +455,7 @@ id: RodentiaChestHoodedF markingCategory: Chest bodyPart: Chest - speciesRestriction: [Rodentia, Anthromorph] # Floof - Anthromorphs + speciesRestriction: [Rodentia, Anthromorph, Aquatic] # Floof - Anthromorphs sexRestriction: Female sprites: - sprite: DeltaV/Mobs/Customization/Rodentia/body_markings.rsi @@ -493,7 +493,7 @@ id: RodentiaHeadBasic markingCategory: Head bodyPart: Head - speciesRestriction: [Rodentia, Anthromorph] # Floof - Anthromorphs + speciesRestriction: [Rodentia, Anthromorph, Aquatic] # Floof - Anthromorphs sprites: - sprite: DeltaV/Mobs/Species/Rodentia/parts.rsi state: head_m @@ -504,7 +504,7 @@ id: RodentiaArmLeftBasic markingCategory: LeftArm bodyPart: LArm - speciesRestriction: [Rodentia, Anthromorph] # Floof - Anthromorphs + speciesRestriction: [Rodentia, Anthromorph, Aquatic] # Floof - Anthromorphs sprites: - sprite: DeltaV/Mobs/Species/Rodentia/parts.rsi state: l_arm @@ -513,7 +513,7 @@ id: RodentiaArmRightBasic markingCategory: RightArm bodyPart: RArm - speciesRestriction: [Rodentia, Anthromorph] # Floof - Anthromorphs + speciesRestriction: [Rodentia, Anthromorph, Aquatic] # Floof - Anthromorphs sprites: - sprite: DeltaV/Mobs/Species/Rodentia/parts.rsi state: r_arm @@ -524,7 +524,7 @@ id: RodentiaLegLeftBasic markingCategory: LeftLeg bodyPart: LLeg - speciesRestriction: [Rodentia, Anthromorph] # Floof - Anthromorphs + speciesRestriction: [Rodentia, Anthromorph, Aquatic] # Floof - Anthromorphs sprites: - sprite: DeltaV/Mobs/Species/Rodentia/parts.rsi state: l_leg @@ -533,7 +533,7 @@ id: RodentiaLegRightBasic markingCategory: RightLeg bodyPart: RLeg - speciesRestriction: [Rodentia, Anthromorph] # Floof - Anthromorphs + speciesRestriction: [Rodentia, Anthromorph, Aquatic] # Floof - Anthromorphs sprites: - sprite: DeltaV/Mobs/Species/Rodentia/parts.rsi state: r_leg @@ -544,7 +544,7 @@ id: RodentiaHandLeftBasic markingCategory: LeftHand bodyPart: LHand - speciesRestriction: [Rodentia, Anthromorph] # Floof - Anthromorphs + speciesRestriction: [Rodentia, Anthromorph, Aquatic] # Floof - Anthromorphs sprites: - sprite: DeltaV/Mobs/Species/Rodentia/parts.rsi state: l_hand @@ -553,7 +553,7 @@ id: RodentiaHandRightBasic markingCategory: RightHand bodyPart: RHand - speciesRestriction: [Rodentia, Anthromorph] # Floof - Anthromorphs + speciesRestriction: [Rodentia, Anthromorph, Aquatic] # Floof - Anthromorphs sprites: - sprite: DeltaV/Mobs/Species/Rodentia/parts.rsi state: r_hand @@ -564,7 +564,7 @@ id: RodentiaFootLeftBasic markingCategory: LeftFoot bodyPart: LFoot - speciesRestriction: [Rodentia, Anthromorph] # Floof - Anthromorphs + speciesRestriction: [Rodentia, Anthromorph, Aquatic] # Floof - Anthromorphs sprites: - sprite: DeltaV/Mobs/Species/Rodentia/parts.rsi state: l_foot @@ -573,7 +573,7 @@ id: RodentiaFootRightBasic markingCategory: RightFoot bodyPart: RFoot - speciesRestriction: [Rodentia, Anthromorph] # Floof - Anthromorphs + speciesRestriction: [Rodentia, Anthromorph, Aquatic] # Floof - Anthromorphs sprites: - sprite: DeltaV/Mobs/Species/Rodentia/parts.rsi state: r_foot diff --git a/Resources/Prototypes/DeltaV/Entities/Mobs/Customization/Markings/vulpkanin.yml b/Resources/Prototypes/DeltaV/Entities/Mobs/Customization/Markings/vulpkanin.yml index a5501b2f91f..e7da531017f 100644 --- a/Resources/Prototypes/DeltaV/Entities/Mobs/Customization/Markings/vulpkanin.yml +++ b/Resources/Prototypes/DeltaV/Entities/Mobs/Customization/Markings/vulpkanin.yml @@ -5,7 +5,7 @@ id: VulpEar bodyPart: HeadTop markingCategory: HeadTop - speciesRestriction: [Vulpkanin, Anthromorph] # Floof - Anthromorphs + speciesRestriction: [Vulpkanin, Anthromorph, Aquatic] # Floof - Anthromorphs sprites: - sprite: DeltaV/Mobs/Customization/Vulpkanin/ear_markings.rsi state: vulp @@ -16,7 +16,7 @@ id: VulpEarFade bodyPart: HeadTop markingCategory: HeadTop - speciesRestriction: [Vulpkanin, Anthromorph] # Floof - Anthromorphs + speciesRestriction: [Vulpkanin, Anthromorph, Aquatic] # Floof - Anthromorphs sprites: - sprite: DeltaV/Mobs/Customization/Vulpkanin/ear_markings.rsi state: vulp @@ -27,7 +27,7 @@ id: VulpEarSharp bodyPart: HeadTop markingCategory: HeadTop - speciesRestriction: [Vulpkanin, Anthromorph] # Floof - Anthromorphs + speciesRestriction: [Vulpkanin, Anthromorph, Aquatic] # Floof - Anthromorphs sprites: - sprite: DeltaV/Mobs/Customization/Vulpkanin/ear_markings.rsi state: vulp @@ -38,7 +38,7 @@ id: VulpEarJackal bodyPart: HeadTop markingCategory: HeadTop - speciesRestriction: [Vulpkanin, Anthromorph] # Floof - Anthromorphs + speciesRestriction: [Vulpkanin, Anthromorph, Aquatic] # Floof - Anthromorphs sprites: - sprite: DeltaV/Mobs/Customization/Vulpkanin/ear_markings.rsi state: jackal @@ -49,7 +49,7 @@ id: VulpEarTerrier bodyPart: HeadTop markingCategory: HeadTop - speciesRestriction: [Vulpkanin, Anthromorph] # Floof - Anthromorphs + speciesRestriction: [Vulpkanin, Anthromorph, Aquatic] # Floof - Anthromorphs sprites: - sprite: DeltaV/Mobs/Customization/Vulpkanin/ear_markings.rsi state: terrier @@ -60,7 +60,7 @@ id: VulpEarWolf bodyPart: HeadTop markingCategory: HeadTop - speciesRestriction: [Vulpkanin, Anthromorph] # Floof - Anthromorphs + speciesRestriction: [Vulpkanin, Anthromorph, Aquatic] # Floof - Anthromorphs sprites: - sprite: DeltaV/Mobs/Customization/Vulpkanin/ear_markings.rsi state: wolf @@ -71,7 +71,7 @@ id: VulpEarFennec bodyPart: HeadTop markingCategory: HeadTop - speciesRestriction: [Vulpkanin, Anthromorph] # Floof - Anthromorphs + speciesRestriction: [Vulpkanin, Anthromorph, Aquatic] # Floof - Anthromorphs sprites: - sprite: DeltaV/Mobs/Customization/Vulpkanin/ear_markings.rsi state: fennec @@ -82,7 +82,7 @@ id: VulpEarFox bodyPart: HeadTop markingCategory: HeadTop - speciesRestriction: [Vulpkanin, Anthromorph] # Floof - Anthromorphs + speciesRestriction: [Vulpkanin, Anthromorph, Aquatic] # Floof - Anthromorphs sprites: - sprite: DeltaV/Mobs/Customization/Vulpkanin/ear_markings.rsi state: fox @@ -91,7 +91,7 @@ id: VulpEarOtie bodyPart: HeadTop markingCategory: HeadTop - speciesRestriction: [Vulpkanin, Anthromorph] # Floof - Anthromorphs + speciesRestriction: [Vulpkanin, Anthromorph, Aquatic] # Floof - Anthromorphs sprites: - sprite: DeltaV/Mobs/Customization/Vulpkanin/ear_markings.rsi state: otie @@ -102,7 +102,7 @@ id: VulpEarTajaran bodyPart: HeadTop markingCategory: HeadTop - speciesRestriction: [Vulpkanin, Anthromorph] # Floof - Anthromorphs + speciesRestriction: [Vulpkanin, Anthromorph, Aquatic] # Floof - Anthromorphs sprites: - sprite: DeltaV/Mobs/Customization/Vulpkanin/ear_markings.rsi state: msai @@ -113,7 +113,7 @@ id: VulpEarShock bodyPart: HeadTop markingCategory: HeadTop - speciesRestriction: [Vulpkanin, Anthromorph] # Floof - Anthromorphs + speciesRestriction: [Vulpkanin, Anthromorph, Aquatic] # Floof - Anthromorphs sprites: - sprite: DeltaV/Mobs/Customization/Vulpkanin/ear_markings.rsi state: shock @@ -122,7 +122,7 @@ id: VulpEarCoyote bodyPart: HeadTop markingCategory: HeadTop - speciesRestriction: [Vulpkanin, Anthromorph] # Floof - Anthromorphs + speciesRestriction: [Vulpkanin, Anthromorph, Aquatic] # Floof - Anthromorphs sprites: - sprite: DeltaV/Mobs/Customization/Vulpkanin/ear_markings.rsi state: coyote @@ -131,7 +131,7 @@ id: VulpEarDalmatian bodyPart: HeadTop markingCategory: HeadTop - speciesRestriction: [Vulpkanin, Anthromorph] # Floof - Anthromorphs + speciesRestriction: [Vulpkanin, Anthromorph, Aquatic] # Floof - Anthromorphs sprites: - sprite: DeltaV/Mobs/Customization/Vulpkanin/ear_markings.rsi state: dalmatian @@ -272,7 +272,7 @@ id: VulpTail bodyPart: Tail markingCategory: Tail - speciesRestriction: [Vulpkanin, Anthromorph] # Floof - Anthromorphs + speciesRestriction: [Vulpkanin, Anthromorph, Aquatic] # Floof - Anthromorphs sprites: - sprite: DeltaV/Mobs/Customization/Vulpkanin/tail_markings.rsi state: vulp @@ -294,7 +294,7 @@ id: VulpTailTip bodyPart: Tail markingCategory: Tail - speciesRestriction: [Vulpkanin, Anthromorph] # Floof - Anthromorphs + speciesRestriction: [Vulpkanin, Anthromorph, Aquatic] # Floof - Anthromorphs sprites: - sprite: DeltaV/Mobs/Customization/Vulpkanin/tail_markings.rsi state: vulp @@ -316,7 +316,7 @@ id: VulpTailAlt bodyPart: Tail markingCategory: Tail - speciesRestriction: [Vulpkanin, Anthromorph] # Floof - Anthromorphs + speciesRestriction: [Vulpkanin, Anthromorph, Aquatic] # Floof - Anthromorphs sprites: - sprite: DeltaV/Mobs/Customization/Vulpkanin/tail_markings.rsi state: vulp_alt @@ -327,7 +327,7 @@ id: VulpTailAltTip bodyPart: Tail markingCategory: Tail - speciesRestriction: [Vulpkanin, Anthromorph] # Floof - Anthromorphs + speciesRestriction: [Vulpkanin, Anthromorph, Aquatic] # Floof - Anthromorphs sprites: - sprite: DeltaV/Mobs/Customization/Vulpkanin/tail_markings.rsi state: vulp_alt @@ -338,7 +338,7 @@ id: VulpTailLong bodyPart: Tail markingCategory: Tail - speciesRestriction: [Vulpkanin, Anthromorph] # Floof - Anthromorphs + speciesRestriction: [Vulpkanin, Anthromorph, Aquatic] # Floof - Anthromorphs sprites: - sprite: DeltaV/Mobs/Customization/Vulpkanin/tail_markings.rsi state: long @@ -349,7 +349,7 @@ id: VulpTailFox bodyPart: Tail markingCategory: Tail - speciesRestriction: [Vulpkanin, Anthromorph] # Floof - Anthromorphs + speciesRestriction: [Vulpkanin, Anthromorph, Aquatic] # Floof - Anthromorphs sprites: - sprite: DeltaV/Mobs/Customization/Vulpkanin/tail_markings.rsi state: fox @@ -371,7 +371,7 @@ id: VulpTailFoxTip bodyPart: Tail markingCategory: Tail - speciesRestriction: [Vulpkanin, Anthromorph] # Floof - Anthromorphs + speciesRestriction: [Vulpkanin, Anthromorph, Aquatic] # Floof - Anthromorphs sprites: - sprite: DeltaV/Mobs/Customization/Vulpkanin/tail_markings.rsi state: fox @@ -393,7 +393,7 @@ id: VulpTailBushy bodyPart: Tail markingCategory: Tail - speciesRestriction: [Vulpkanin, Anthromorph] # Floof - Anthromorphs + speciesRestriction: [Vulpkanin, Anthromorph, Aquatic] # Floof - Anthromorphs sprites: - sprite: DeltaV/Mobs/Customization/Vulpkanin/tail_markings.rsi state: bushfluff @@ -411,7 +411,7 @@ id: VulpTailCoyote bodyPart: Tail markingCategory: Tail - speciesRestriction: [Vulpkanin, Anthromorph] # Floof - Anthromorphs + speciesRestriction: [Vulpkanin, Anthromorph, Aquatic] # Floof - Anthromorphs sprites: - sprite: DeltaV/Mobs/Customization/Vulpkanin/tail_markings.rsi state: coyote @@ -429,7 +429,7 @@ id: VulpTailCorgi bodyPart: Tail markingCategory: Tail - speciesRestriction: [Vulpkanin, Anthromorph] # Floof - Anthromorphs + speciesRestriction: [Vulpkanin, Anthromorph, Aquatic] # Floof - Anthromorphs sprites: - sprite: DeltaV/Mobs/Customization/Vulpkanin/tail_markings.rsi state: corgi @@ -447,7 +447,7 @@ id: VulpTailHusky bodyPart: Tail markingCategory: Tail - speciesRestriction: [Vulpkanin, Anthromorph] # Floof - Anthromorphs + speciesRestriction: [Vulpkanin, Anthromorph, Aquatic] # Floof - Anthromorphs sprites: - sprite: DeltaV/Mobs/Customization/Vulpkanin/tail_markings.rsi state: husky-inner @@ -458,7 +458,7 @@ id: VulpTailHuskyAlt bodyPart: Tail markingCategory: Tail - speciesRestriction: [Vulpkanin, Anthromorph] # Floof - Anthromorphs + speciesRestriction: [Vulpkanin, Anthromorph, Aquatic] # Floof - Anthromorphs sprites: - sprite: DeltaV/Mobs/Customization/Vulpkanin/tail_markings.rsi state: husky @@ -467,7 +467,7 @@ id: VulpTailFox2 bodyPart: Tail markingCategory: Tail - speciesRestriction: [Vulpkanin, Anthromorph] # Floof - Anthromorphs + speciesRestriction: [Vulpkanin, Anthromorph, Aquatic] # Floof - Anthromorphs sprites: - sprite: DeltaV/Mobs/Customization/Vulpkanin/tail_markings.rsi state: fox2 @@ -476,7 +476,7 @@ id: VulpTailFox3 bodyPart: Tail markingCategory: Tail - speciesRestriction: [Vulpkanin, Anthromorph] # Floof - Anthromorphs + speciesRestriction: [Vulpkanin, Anthromorph, Aquatic] # Floof - Anthromorphs sprites: - sprite: DeltaV/Mobs/Customization/Vulpkanin/tail_markings.rsi state: fox3 @@ -487,7 +487,7 @@ id: VulpTailFennec bodyPart: Tail markingCategory: Tail - speciesRestriction: [Vulpkanin, Anthromorph] # Floof - Anthromorphs + speciesRestriction: [Vulpkanin, Anthromorph, Aquatic] # Floof - Anthromorphs sprites: - sprite: DeltaV/Mobs/Customization/Vulpkanin/tail_markings.rsi state: fennec @@ -496,7 +496,7 @@ id: VulpTailOtie bodyPart: Tail markingCategory: Tail - speciesRestriction: [Vulpkanin, Anthromorph] # Floof - Anthromorphs + speciesRestriction: [Vulpkanin, Anthromorph, Aquatic] # Floof - Anthromorphs sprites: - sprite: DeltaV/Mobs/Customization/Vulpkanin/tail_markings.rsi state: otie @@ -505,7 +505,7 @@ id: VulpTailFluffy bodyPart: Tail markingCategory: Tail - speciesRestriction: [Vulpkanin, Anthromorph] # Floof - Anthromorphs + speciesRestriction: [Vulpkanin, Anthromorph, Aquatic] # Floof - Anthromorphs sprites: - sprite: DeltaV/Mobs/Customization/Vulpkanin/tail_markings.rsi state: fluffy @@ -514,7 +514,7 @@ id: VulpTailDalmatian bodyPart: Tail markingCategory: Tail - speciesRestriction: [Vulpkanin, Anthromorph] # Floof - Anthromorphs + speciesRestriction: [Vulpkanin, Anthromorph, Aquatic] # Floof - Anthromorphs sprites: - sprite: DeltaV/Mobs/Customization/Vulpkanin/tail_markings.rsi state: dalmatian @@ -533,7 +533,7 @@ id: VulpBellyCrest bodyPart: Chest markingCategory: Chest - speciesRestriction: [Vulpkanin, Anthromorph] # Floof - Anthromorphs + speciesRestriction: [Vulpkanin, Anthromorph, Aquatic] # Floof - Anthromorphs sprites: - sprite: DeltaV/Mobs/Customization/Vulpkanin/body_markings.rsi state: belly_crest @@ -542,7 +542,7 @@ id: VulpBellyFull bodyPart: Chest markingCategory: Chest - speciesRestriction: [Vulpkanin, Anthromorph] # Floof - Anthromorphs + speciesRestriction: [Vulpkanin, Anthromorph, Aquatic] # Floof - Anthromorphs sprites: - sprite: DeltaV/Mobs/Customization/Vulpkanin/body_markings.rsi state: belly_full @@ -551,7 +551,7 @@ id: VulpBellyFox bodyPart: Chest markingCategory: Chest - speciesRestriction: [Vulpkanin, Anthromorph] # Floof - Anthromorphs + speciesRestriction: [Vulpkanin, Anthromorph, Aquatic] # Floof - Anthromorphs sprites: - sprite: DeltaV/Mobs/Customization/Vulpkanin/body_markings.rsi state: belly_fox @@ -590,7 +590,7 @@ id: VulpPointsFeet markingCategory: RightFoot bodyPart: RFoot - speciesRestriction: [Vulpkanin, Anthromorph] # Floof - Anthromorphs + speciesRestriction: [Vulpkanin, Anthromorph, Aquatic] # Floof - Anthromorphs sprites: - sprite: DeltaV/Mobs/Customization/Vulpkanin/body_markings.rsi state: points_feet @@ -599,7 +599,7 @@ id: VulpPointsCrestLegs markingCategory: LeftLeg bodyPart: LLeg - speciesRestriction: [Vulpkanin, Anthromorph] # Floof - Anthromorphs + speciesRestriction: [Vulpkanin, Anthromorph, Aquatic] # Floof - Anthromorphs sprites: - sprite: DeltaV/Mobs/Customization/Vulpkanin/body_markings.rsi state: points_crest-legs @@ -608,7 +608,7 @@ id: VulpPointsFadeLegs markingCategory: LeftLeg bodyPart: LLeg - speciesRestriction: [Vulpkanin, Anthromorph] # Floof - Anthromorphs + speciesRestriction: [Vulpkanin, Anthromorph, Aquatic] # Floof - Anthromorphs sprites: - sprite: DeltaV/Mobs/Customization/Vulpkanin/body_markings.rsi state: points_fade-legs @@ -617,7 +617,7 @@ id: VulpPointsSharpLegs markingCategory: LeftLeg bodyPart: LLeg - speciesRestriction: [Vulpkanin, Anthromorph] # Floof - Anthromorphs + speciesRestriction: [Vulpkanin, Anthromorph, Aquatic] # Floof - Anthromorphs sprites: - sprite: DeltaV/Mobs/Customization/Vulpkanin/body_markings.rsi state: points_sharp-legs @@ -627,7 +627,7 @@ id: VulpPointsHands markingCategory: RightHand bodyPart: RHand - speciesRestriction: [Vulpkanin, Anthromorph] # Floof - Anthromorphs + speciesRestriction: [Vulpkanin, Anthromorph, Aquatic] # Floof - Anthromorphs sprites: - sprite: DeltaV/Mobs/Customization/Vulpkanin/body_markings.rsi state: points_hands @@ -636,7 +636,7 @@ id: VulpPointsCrestArms markingCategory: LeftArm bodyPart: LArm - speciesRestriction: [Vulpkanin, Anthromorph] # Floof - Anthromorphs + speciesRestriction: [Vulpkanin, Anthromorph, Aquatic] # Floof - Anthromorphs sprites: - sprite: DeltaV/Mobs/Customization/Vulpkanin/body_markings.rsi state: points_crest-arms @@ -645,7 +645,7 @@ id: VulpPointsFadeArms markingCategory: LeftArm bodyPart: LArm - speciesRestriction: [Vulpkanin, Anthromorph] # Floof - Anthromorphs + speciesRestriction: [Vulpkanin, Anthromorph, Aquatic] # Floof - Anthromorphs sprites: - sprite: DeltaV/Mobs/Customization/Vulpkanin/body_markings.rsi state: points_fade-arms @@ -654,7 +654,7 @@ id: VulpPointsSharpArms markingCategory: LeftArm bodyPart: LArm - speciesRestriction: [Vulpkanin, Anthromorph] # Floof - Anthromorphs + speciesRestriction: [Vulpkanin, Anthromorph, Aquatic] # Floof - Anthromorphs sprites: - sprite: DeltaV/Mobs/Customization/Vulpkanin/body_markings.rsi state: points_sharp-arms diff --git a/Resources/Prototypes/Entities/Mobs/Customization/Markings/gauze.yml b/Resources/Prototypes/Entities/Mobs/Customization/Markings/gauze.yml index 7ee7b9b8e94..67980edcd82 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, Harpy, Rodentia, Anthromorph] # Delta V - Felinid, Oni, Vulpkanin, Rodentia # Floof - Anthromorph + speciesRestriction: [Dwarf, Human, Arachnid, Felinid, Oni, Vulpkanin, Harpy, Rodentia, Anthromorph, Aquatic] # Delta V - Felinid, Oni, Vulpkanin, Rodentia # Floof - Anthromorph coloring: default: type: @@ -16,7 +16,7 @@ id: GauzeLefteyePad bodyPart: Eyes markingCategory: Overlay - speciesRestriction: [Dwarf, Human, Reptilian, Arachnid, Felinid, Oni, Vulpkanin, Harpy, Rodentia, Anthromorph] # Delta V - Felinid, Oni, Vulpkanin, Rodentia # Floof - Anthromorph + speciesRestriction: [Dwarf, Human, Reptilian, Arachnid, Felinid, Oni, Vulpkanin, Harpy, Rodentia, Anthromorph, Aquatic] # Delta V - Felinid, Oni, Vulpkanin, Rodentia # Floof - Anthromorph coloring: default: type: @@ -30,7 +30,7 @@ id: GauzeRighteyePatch bodyPart: Eyes markingCategory: Overlay - speciesRestriction: [Dwarf, Human, Arachnid, Felinid, Oni, Vulpkanin, Harpy, Rodentia, Anthromorph] # Delta V - Felinid, Oni, Vulpkanin, Rodentia # Floof - Anthromorph + speciesRestriction: [Dwarf, Human, Arachnid, Felinid, Oni, Vulpkanin, Harpy, Rodentia, Anthromorph, Aquatic] # Delta V - Felinid, Oni, Vulpkanin, Rodentia # Floof - Anthromorph coloring: default: type: @@ -44,7 +44,7 @@ id: GauzeRighteyePad bodyPart: Eyes markingCategory: Overlay - speciesRestriction: [Dwarf, Human, Reptilian, Arachnid, Felinid, Oni, Vulpkanin, Harpy, Rodentia, Anthromorph] # Delta V - Felinid, Oni, Vulpkanin, Rodentia # Floof - Anthromorph + speciesRestriction: [Dwarf, Human, Reptilian, Arachnid, Felinid, Oni, Vulpkanin, Harpy, Rodentia, Anthromorph, Aquatic] # Delta V - Felinid, Oni, Vulpkanin, Rodentia # Floof - Anthromorph coloring: default: type: @@ -58,7 +58,7 @@ id: GauzeBlindfold bodyPart: Eyes markingCategory: Overlay - speciesRestriction: [Dwarf, Human, Arachnid, Felinid, Oni, Harpy, Vulpkanin, Rodentia, Anthromorph] # Delta V - Felinid, Oni, Harpy, Vulpkanin, Rodentia # Floof - Anthromorph + speciesRestriction: [Dwarf, Human, Arachnid, Felinid, Oni, Harpy, Vulpkanin, Rodentia, Anthromorph, Aquatic] # Delta V - Felinid, Oni, Harpy, Vulpkanin, Rodentia # Floof - Anthromorph coloring: default: type: @@ -72,7 +72,7 @@ id: GauzeShoulder bodyPart: Chest markingCategory: Overlay - speciesRestriction: [Dwarf, Human, Reptilian, Arachnid, Felinid, Oni, Vulpkanin, Rodentia, Anthromorph] # Delta V - Felinid, Oni, Vulpkanin, Rodentia # Floof - Anthromorph + speciesRestriction: [Dwarf, Human, Reptilian, Arachnid, Felinid, Oni, Vulpkanin, Rodentia, Anthromorph, Aquatic] # Delta V - Felinid, Oni, Vulpkanin, Rodentia # Floof - Anthromorph coloring: default: type: @@ -86,7 +86,7 @@ id: GauzeStomach bodyPart: Chest markingCategory: Overlay - speciesRestriction: [Dwarf, Human, Reptilian, Arachnid, Felinid, Oni, Vulpkanin, Rodentia, Anthromorph] # Delta V - Felinid, Oni, Vulpkanin, Rodentia # Floof - Anthromorph + speciesRestriction: [Dwarf, Human, Reptilian, Arachnid, Felinid, Oni, Vulpkanin, Rodentia, Anthromorph, Aquatic] # Delta V - Felinid, Oni, Vulpkanin, Rodentia # Floof - Anthromorph coloring: default: type: @@ -100,7 +100,7 @@ id: GauzeUpperArmRight bodyPart: RArm markingCategory: Overlay - speciesRestriction: [Dwarf, Human, Reptilian, Arachnid, SlimePerson, Felinid, Oni, Vulpkanin, Rodentia, Anthromorph] # Delta V - Felinid, Oni, Vulpkanin, Rodentia # Floof - Anthromorph + speciesRestriction: [Dwarf, Human, Reptilian, Arachnid, SlimePerson, Felinid, Oni, Vulpkanin, Rodentia, Anthromorph, Aquatic] # Delta V - Felinid, Oni, Vulpkanin, Rodentia # Floof - Anthromorph coloring: default: type: @@ -114,7 +114,7 @@ id: GauzeLowerArmRight bodyPart: RArm, RHand markingCategory: Overlay - speciesRestriction: [Dwarf, Human, Reptilian, Arachnid, SlimePerson, Felinid, Oni, Vulpkanin, Rodentia, Anthromorph] # Delta V - Felinid, Oni, Vulpkanin, Rodentia # Floof - Anthromorph + speciesRestriction: [Dwarf, Human, Reptilian, Arachnid, SlimePerson, Felinid, Oni, Vulpkanin, Rodentia, Anthromorph, Aquatic] # Delta V - Felinid, Oni, Vulpkanin, Rodentia # Floof - Anthromorph coloring: default: type: @@ -128,7 +128,7 @@ id: GauzeLeftArm bodyPart: LArm, LHand markingCategory: Overlay - speciesRestriction: [Dwarf, Human, Reptilian, Arachnid, Felinid, Oni, Vulpkanin, Rodentia, Anthromorph] # Delta V - Felinid, Oni, Vulpkanin, Rodentia # Floof - Anthromorph + speciesRestriction: [Dwarf, Human, Reptilian, Arachnid, Felinid, Oni, Vulpkanin, Rodentia, Anthromorph, Aquatic] # Delta V - Felinid, Oni, Vulpkanin, Rodentia # Floof - Anthromorph coloring: default: type: @@ -142,7 +142,7 @@ id: GauzeLowerLegLeft bodyPart: LFoot markingCategory: Overlay - speciesRestriction: [Dwarf, Human, Arachnid, Felinid, Oni, Vulpkanin, Rodentia, Anthromorph] # Delta V - Felinid, Oni, Vulpkanin, Rodentia # Floof - Anthromorph + speciesRestriction: [Dwarf, Human, Arachnid, Felinid, Oni, Vulpkanin, Rodentia, Anthromorph, Aquatic] # Delta V - Felinid, Oni, Vulpkanin, Rodentia # Floof - Anthromorph coloring: default: type: @@ -156,7 +156,7 @@ id: GauzeUpperLegLeft bodyPart: LLeg markingCategory: Overlay - speciesRestriction: [Dwarf, Human, Reptilian, Arachnid, Felinid, Oni, Vulpkanin, Rodentia, Anthromorph] # Delta V - Felinid, Oni, Vulpkanin, Rodentia # Floof - Anthromorph + speciesRestriction: [Dwarf, Human, Reptilian, Arachnid, Felinid, Oni, Vulpkanin, Rodentia, Anthromorph, Aquatic] # Delta V - Felinid, Oni, Vulpkanin, Rodentia # Floof - Anthromorph coloring: default: type: @@ -170,7 +170,7 @@ id: GauzeUpperLegRight bodyPart: RLeg markingCategory: Overlay - speciesRestriction: [Dwarf, Human, Reptilian, Arachnid, Felinid, Oni, Vulpkanin, Rodentia, Anthromorph] # Delta V - Felinid, Oni, Vulpkanin, Rodentia # Floof - Anthromorph + speciesRestriction: [Dwarf, Human, Reptilian, Arachnid, Felinid, Oni, Vulpkanin, Rodentia, Anthromorph, Aquatic] # Delta V - Felinid, Oni, Vulpkanin, Rodentia # Floof - Anthromorph coloring: default: type: @@ -184,7 +184,7 @@ id: GauzeLowerLegRight bodyPart: RFoot markingCategory: Overlay - speciesRestriction: [Dwarf, Human, Arachnid, Felinid, Oni, Vulpkanin, Rodentia, Anthromorph] # Delta V - Felinid, Oni, Vulpkanin, Rodentia # Floof - Anthromorph + speciesRestriction: [Dwarf, Human, Arachnid, Felinid, Oni, Vulpkanin, Rodentia, Anthromorph, Aquatic] # Delta V - Felinid, Oni, Vulpkanin, Rodentia # Floof - Anthromorph coloring: default: type: @@ -198,7 +198,7 @@ id: GauzeBoxerWrapRight bodyPart: RHand markingCategory: Overlay - speciesRestriction: [Dwarf, Human, Reptilian, Arachnid, SlimePerson, Felinid, Oni, Vulpkanin, Rodentia, Anthromorph] # Delta V - Felinid, Oni, Vulpkanin, Rodentia # Floof - Anthromorph + speciesRestriction: [Dwarf, Human, Reptilian, Arachnid, SlimePerson, Felinid, Oni, Vulpkanin, Rodentia, Anthromorph, Aquatic] # Delta V - Felinid, Oni, Vulpkanin, Rodentia # Floof - Anthromorph coloring: default: type: @@ -212,7 +212,7 @@ id: GauzeBoxerWrapLeft bodyPart: LHand markingCategory: Overlay - speciesRestriction: [Dwarf, Human, Reptilian, Arachnid, SlimePerson, Felinid, Oni, Vulpkanin, Rodentia, Anthromorph] # Delta V - Felinid, Oni, Vulpkanin, Rodentia # Floof - Anthromorph + speciesRestriction: [Dwarf, Human, Reptilian, Arachnid, SlimePerson, Felinid, Oni, Vulpkanin, Rodentia, Anthromorph, Aquatic] # Delta V - Felinid, Oni, Vulpkanin, Rodentia # Floof - Anthromorph coloring: default: type: diff --git a/Resources/Prototypes/Entities/Mobs/Customization/Markings/kemonomimi_ears.yml b/Resources/Prototypes/Entities/Mobs/Customization/Markings/kemonomimi_ears.yml index a1b95c02992..30e8ccc63ee 100644 --- a/Resources/Prototypes/Entities/Mobs/Customization/Markings/kemonomimi_ears.yml +++ b/Resources/Prototypes/Entities/Mobs/Customization/Markings/kemonomimi_ears.yml @@ -2,7 +2,7 @@ id: BullishHorns bodyPart: HeadTop markingCategory: HeadTop - speciesRestriction: [Felinid, Anthromorph] # Floof - Anthromorphs + speciesRestriction: [Felinid, Anthromorph, Aquatic] # Floof - Anthromorphs sprites: - sprite: Mobs/Customization/kemonomimi-ears.rsi state: bullishhorns @@ -11,7 +11,7 @@ id: BunnyEars bodyPart: HeadTop markingCategory: HeadTop - speciesRestriction: [Felinid, Anthromorph] # Floof - Anthromorphs + speciesRestriction: [Felinid, Anthromorph, Aquatic] # Floof - Anthromorphs sprites: - sprite: Mobs/Customization/kemonomimi-ears.rsi state: bunnyearstone1 @@ -22,7 +22,7 @@ id: FoxEars bodyPart: HeadTop markingCategory: HeadTop - speciesRestriction: [Felinid, Anthromorph] # Floof - Anthromorphs + speciesRestriction: [Felinid, Anthromorph, Aquatic] # Floof - Anthromorphs sprites: - sprite: Mobs/Customization/kemonomimi-ears.rsi state: foxears @@ -31,7 +31,7 @@ id: GoatHorns bodyPart: HeadTop markingCategory: HeadTop - speciesRestriction: [Felinid, Anthromorph] # Floof - Anthromorphs + speciesRestriction: [Felinid, Anthromorph, Aquatic] # Floof - Anthromorphs sprites: - sprite: Mobs/Customization/kemonomimi-ears.rsi state: goathornstone1 diff --git a/Resources/Prototypes/Entities/Mobs/Customization/Markings/kemonomimi_tails.yml b/Resources/Prototypes/Entities/Mobs/Customization/Markings/kemonomimi_tails.yml index 30de441833b..fcd9bc3ac1b 100644 --- a/Resources/Prototypes/Entities/Mobs/Customization/Markings/kemonomimi_tails.yml +++ b/Resources/Prototypes/Entities/Mobs/Customization/Markings/kemonomimi_tails.yml @@ -2,7 +2,7 @@ id: BunnyTail bodyPart: Tail markingCategory: Tail - speciesRestriction: [Felinid, Anthromorph] # Floof - Anthromorphs + speciesRestriction: [Felinid, Anthromorph, Aquatic] # Floof - Anthromorphs sprites: - sprite: Mobs/Customization/kemonomimi-tails.rsi state: bunnytail @@ -11,7 +11,7 @@ id: DobleFur bodyPart: Tail markingCategory: Tail - speciesRestriction: [Felinid, Anthromorph] # Floof - Anthromorphs + speciesRestriction: [Felinid, Anthromorph, Aquatic] # Floof - Anthromorphs sprites: - sprite: Mobs/Customization/kemonomimi-tails.rsi state: doblefurtailtone1 @@ -22,7 +22,7 @@ id: FluffyTail bodyPart: Tail markingCategory: Tail - speciesRestriction: [Felinid, Anthromorph] # Floof - Anthromorphs + speciesRestriction: [Felinid, Anthromorph, Aquatic] # Floof - Anthromorphs sprites: - sprite: Mobs/Customization/kemonomimi-tails.rsi state: fluffytail @@ -31,7 +31,7 @@ id: FoxNineTails bodyPart: Tail markingCategory: Tail - speciesRestriction: [Felinid, Anthromorph] # Floof - Anthromorphs + speciesRestriction: [Felinid, Anthromorph, Aquatic] # Floof - Anthromorphs sprites: - sprite: Mobs/Customization/kemonomimi-tails.rsi state: foxninetailstone1 @@ -42,7 +42,7 @@ id: FoxThreeTails bodyPart: Tail markingCategory: Tail - speciesRestriction: [Felinid, Anthromorph] # Floof - Anthromorphs + speciesRestriction: [Felinid, Anthromorph, Aquatic] # Floof - Anthromorphs sprites: - sprite: Mobs/Customization/kemonomimi-tails.rsi state: foxthreetailstone1 @@ -53,7 +53,7 @@ id: HorseTailCulty bodyPart: Tail markingCategory: Tail - speciesRestriction: [Felinid, Anthromorph] # Floof - Anthromorphs + speciesRestriction: [Felinid, Anthromorph, Aquatic] # Floof - Anthromorphs sprites: - sprite: Mobs/Customization/kemonomimi-tails.rsi state: horsetailculty @@ -62,7 +62,7 @@ id: HorseTailLong bodyPart: Tail markingCategory: Tail - speciesRestriction: [Felinid, Anthromorph] # Floof - Anthromorphs + speciesRestriction: [Felinid, Anthromorph, Aquatic] # Floof - Anthromorphs sprites: - sprite: Mobs/Customization/kemonomimi-tails.rsi state: horsetaillong @@ -71,7 +71,7 @@ id: SharkTail bodyPart: Tail markingCategory: Tail - speciesRestriction: [Felinid, Anthromorph] # Floof - Anthromorphs + speciesRestriction: [Felinid, Anthromorph, Aquatic] # Floof - Anthromorphs sprites: - sprite: Mobs/Customization/kemonomimi-tails.rsi state: sharktail @@ -80,7 +80,7 @@ id: TasselTail bodyPart: Tail markingCategory: Tail - speciesRestriction: [Felinid, Anthromorph] # Floof - Anthromorphs + speciesRestriction: [Felinid, Anthromorph, Aquatic] # Floof - Anthromorphs sprites: - sprite: Mobs/Customization/kemonomimi-tails.rsi state: tasseltailtone1 diff --git a/Resources/Prototypes/Entities/Mobs/Customization/Markings/scars.yml b/Resources/Prototypes/Entities/Mobs/Customization/Markings/scars.yml index 78477104e08..91f5cb9fe8b 100644 --- a/Resources/Prototypes/Entities/Mobs/Customization/Markings/scars.yml +++ b/Resources/Prototypes/Entities/Mobs/Customization/Markings/scars.yml @@ -2,7 +2,7 @@ id: ScarEyeRight bodyPart: Head markingCategory: Head - speciesRestriction: [Human, Dwarf, Felinid, Harpy, Oni, Rodentia, Anthromorph] # Delta V - Felinid, Oni, Harpy, Rodentia # Floof - Anthromorph + speciesRestriction: [Human, Dwarf, Felinid, Harpy, Oni, Rodentia, Anthromorph, Aquatic] # Delta V - Felinid, Oni, Harpy, Rodentia # Floof - Anthromorph followSkinColor: true sprites: - sprite: Mobs/Customization/scars.rsi @@ -12,7 +12,7 @@ id: ScarEyeLeft bodyPart: Head markingCategory: Head - speciesRestriction: [Human, Dwarf, Felinid, Harpy, Oni, Rodentia, Anthromorph] # Delta V - Felinid, Oni, Harpy, Rodentia # Floof - Anthromorph + speciesRestriction: [Human, Dwarf, Felinid, Harpy, Oni, Rodentia, Anthromorph, Aquatic] # Delta V - Felinid, Oni, Harpy, Rodentia # Floof - Anthromorph followSkinColor: true sprites: - sprite: Mobs/Customization/scars.rsi diff --git a/Resources/Prototypes/Entities/Mobs/Customization/Markings/tattoos.yml b/Resources/Prototypes/Entities/Mobs/Customization/Markings/tattoos.yml index 9db64d77703..174fc654d24 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, Oni, Harpy, Rodentia, Anthromorph] # Delta V - Felinid, Oni, Harpy, Rodentia # Floof - Anthromorph + speciesRestriction: [Human, SlimePerson, Reptilian, Dwarf, Felinid, Oni, Harpy, Rodentia, Anthromorph, Aquatic] # Delta V - Felinid, Oni, Harpy, Rodentia # Floof - Anthromorph coloring: default: type: @@ -128,7 +128,7 @@ id: TattooEyeLeft bodyPart: Eyes markingCategory: Head - speciesRestriction: [Human, SlimePerson, Reptilian, Dwarf, Felinid, Oni, Harpy, Rodentia, Anthromorph] # Delta V - Felinid, Oni, Harpy, Rodentia # Floof - Anthromorph + speciesRestriction: [Human, SlimePerson, Reptilian, Dwarf, Felinid, Oni, Harpy, Rodentia, Anthromorph, Aquatic] # Delta V - Felinid, Oni, Harpy, Rodentia # Floof - Anthromorph coloring: default: type: diff --git a/Resources/Prototypes/Floof/Body/Parts/anthromorph.yml b/Resources/Prototypes/Floof/Body/Parts/anthromorph.yml index c84c81d9f31..fdf89e9c3c3 100644 --- a/Resources/Prototypes/Floof/Body/Parts/anthromorph.yml +++ b/Resources/Prototypes/Floof/Body/Parts/anthromorph.yml @@ -1,7 +1,7 @@ - type: entity id: PartAnthromorph parent: BaseItem - name: "anthro body part" + name: "furred body part" abstract: true components: - type: Sprite @@ -23,7 +23,7 @@ - type: entity id: TorsoAnthromorph - name: "anthro torso" + name: "furred torso" parent: PartAnthromorph components: - type: Sprite @@ -35,7 +35,7 @@ - type: entity id: HeadAnthromorph - name: "anthro head" + name: "furred head" parent: PartAnthromorph components: - type: Sprite @@ -55,7 +55,7 @@ - type: entity id: LeftArmAnthromorph - name: "left anthro arm" + name: "left furred arm" parent: PartAnthromorph components: - type: Sprite @@ -68,7 +68,7 @@ - type: entity id: RightArmAnthromorph - name: "right anthro arm" + name: "right furred arm" parent: PartAnthromorph components: - type: Sprite @@ -81,7 +81,7 @@ - type: entity id: LeftHandAnthromorph - name: "left anthro hand" + name: "left furred hand" parent: PartAnthromorph components: - type: Sprite @@ -94,7 +94,7 @@ - type: entity id: RightHandAnthromorph - name: "right anthro hand" + name: "right furred hand" parent: PartAnthromorph components: - type: Sprite @@ -107,7 +107,7 @@ - type: entity id: LeftLegAnthromorph - name: "left anthro leg" + name: "left furred leg" parent: PartAnthromorph components: - type: Sprite @@ -121,7 +121,7 @@ - type: entity id: RightLegAnthromorph - name: "right anthro leg" + name: "right furred leg" parent: PartAnthromorph components: - type: Sprite @@ -135,7 +135,7 @@ - type: entity id: LeftFootAnthromorph - name: "left anthro foot" + name: "left furred foot" parent: PartAnthromorph components: - type: Sprite @@ -148,7 +148,7 @@ - type: entity id: RightFootAnthromorph - name: "right anthro foot" + name: "right furred foot" parent: PartAnthromorph components: - type: Sprite diff --git a/Resources/Prototypes/Floof/Body/Parts/aquatic.yml b/Resources/Prototypes/Floof/Body/Parts/aquatic.yml new file mode 100644 index 00000000000..9a14285aa72 --- /dev/null +++ b/Resources/Prototypes/Floof/Body/Parts/aquatic.yml @@ -0,0 +1,160 @@ +- type: entity + id: PartAquatic + parent: BaseItem + name: "aquatic body part" + abstract: true + components: + - type: Sprite + sprite: Floof/Mobs/Species/Aquatic/parts.rsi + - type: Icon + sprite: Floof/Mobs/Species/Aquatic/parts.rsi + - type: Damageable + damageContainer: Biological + - type: BodyPart + - type: ContainerContainer + containers: + bodypart: !type:Container + ents: [] + - type: StaticPrice #DynamicPrice + price: 100 + - type: Tag + tags: + - Trash + +- type: entity + id: TorsoAquatic + name: "aquatic torso" + parent: PartAquatic + components: + - type: Sprite + state: "torso_m" + - type: Icon + state: "torso_m" + - type: BodyPart + partType: Torso + +- type: entity + id: HeadAquatic + name: "aquatic head" + parent: PartAquatic + components: + - type: Sprite + state: "head_m" + - type: Icon + state: "head_m" + - type: BodyPart + partType: Head + vital: true + - type: Input + context: "ghost" + - type: InputMover + - type: GhostOnMove + - type: Tag + tags: + - Head + +- type: entity + id: LeftArmAquatic + name: "left aquatic arm" + parent: PartAquatic + components: + - type: Sprite + state: "l_arm" + - type: Icon + state: "l_arm" + - type: BodyPart + partType: Arm + symmetry: Left + +- type: entity + id: RightArmAquatic + name: "right aquatic arm" + parent: PartAquatic + components: + - type: Sprite + state: "r_arm" + - type: Icon + state: "r_arm" + - type: BodyPart + partType: Arm + symmetry: Right + +- type: entity + id: LeftHandAquatic + name: "left aquatic hand" + parent: PartAquatic + components: + - type: Sprite + state: "l_hand" + - type: Icon + state: "l_hand" + - type: BodyPart + partType: Hand + symmetry: Left + +- type: entity + id: RightHandAquatic + name: "right aquatic hand" + parent: PartAquatic + components: + - type: Sprite + state: "r_hand" + - type: Icon + state: "r_hand" + - type: BodyPart + partType: Hand + symmetry: Right + +- type: entity + id: LeftLegAquatic + name: "left aquatic leg" + parent: PartAquatic + components: + - type: Sprite + state: "l_leg" + - type: Icon + state: "l_leg" + - type: BodyPart + partType: Leg + symmetry: Left + - type: MovementBodyPart + +- type: entity + id: RightLegAquatic + name: "right aquatic leg" + parent: PartAquatic + components: + - type: Sprite + state: "r_leg" + - type: Icon + state: "r_leg" + - type: BodyPart + partType: Leg + symmetry: Right + - type: MovementBodyPart + +- type: entity + id: LeftFootAquatic + name: "left aquatic foot" + parent: PartAquatic + components: + - type: Sprite + state: "l_foot" + - type: Icon + state: "l_foot" + - type: BodyPart + partType: Foot + symmetry: Left + +- type: entity + id: RightFootAquatic + name: "right aquatic foot" + parent: PartAquatic + components: + - type: Sprite + state: "r_foot" + - type: Icon + state: "r_foot" + - type: BodyPart + partType: Foot + symmetry: Right diff --git a/Resources/Prototypes/Floof/Body/Prototypes/aquatic.yml b/Resources/Prototypes/Floof/Body/Prototypes/aquatic.yml new file mode 100644 index 00000000000..9a2b600a7a0 --- /dev/null +++ b/Resources/Prototypes/Floof/Body/Prototypes/aquatic.yml @@ -0,0 +1,49 @@ +- type: body + name: species-name-aquatic + id: Aquatic + root: torso + slots: + head: + part: HeadAquatic + connections: + - torso + organs: + brain: OrganHumanBrain + eyes: OrganHumanEyes + torso: + part: TorsoAquatic + organs: + heart: OrganAnimalHeart + lungs: OrganHumanLungs + stomach: OrganAnimalStomach + liver: OrganAnimalLiver + kidneys: OrganHumanKidneys + connections: + - right arm + - left arm + - right leg + - left leg + right arm: + part: RightArmAquatic + connections: + - right hand + left arm: + part: LeftArmAquatic + connections: + - left hand + right hand: + part: RightHandAquatic + left hand: + part: LeftHandAquatic + right leg: + part: RightLegAquatic + connections: + - right foot + left leg: + part: LeftLegAquatic + connections: + - left foot + right foot: + part: RightFootAquatic + left foot: + part: LeftFootAquatic diff --git a/Resources/Prototypes/Floof/Damage/species.yml b/Resources/Prototypes/Floof/Damage/species.yml new file mode 100644 index 00000000000..4308ac9a3b5 --- /dev/null +++ b/Resources/Prototypes/Floof/Damage/species.yml @@ -0,0 +1,6 @@ +- type: damageModifierSet + id: Aquatic # Cold blooded, weak to electricity (water conducts electricity, right?) + coefficients: + Heat: 0.7 + Cold: 1.3 + Shock: 1.3 diff --git a/Resources/Prototypes/Floof/Entities/Mobs/Customization/Markings/anthromorph.yml b/Resources/Prototypes/Floof/Entities/Mobs/Customization/Markings/anthromorph.yml index e4410a3735f..f2a37c872cc 100644 --- a/Resources/Prototypes/Floof/Entities/Mobs/Customization/Markings/anthromorph.yml +++ b/Resources/Prototypes/Floof/Entities/Mobs/Customization/Markings/anthromorph.yml @@ -7,7 +7,7 @@ id: AnthroSnoutBird bodyPart: Snout markingCategory: Snout - speciesRestriction: [Anthromorph] + speciesRestriction: [Anthromorph, Aquatic] sprites: - sprite: Floof/Mobs/Customization/Anthromorph/head_markings.rsi state: bird_beak @@ -20,7 +20,7 @@ id: AnthroSnoutBigBeak bodyPart: Snout markingCategory: Snout - speciesRestriction: [Anthromorph] + speciesRestriction: [Anthromorph, Aquatic] sprites: - sprite: Floof/Mobs/Customization/Anthromorph/head_markings.rsi state: bigbeak @@ -29,7 +29,7 @@ id: AnthroSnoutBigBeakShort bodyPart: Snout markingCategory: Snout - speciesRestriction: [Anthromorph] + speciesRestriction: [Anthromorph, Aquatic] sprites: - sprite: Floof/Mobs/Customization/Anthromorph/head_markings.rsi state: bigbeak_short @@ -38,7 +38,7 @@ id: AnthroSnoutSlimBeak bodyPart: Snout markingCategory: Snout - speciesRestriction: [Anthromorph] + speciesRestriction: [Anthromorph, Aquatic] sprites: - sprite: Floof/Mobs/Customization/Anthromorph/head_markings.rsi state: slimbeak @@ -47,7 +47,7 @@ id: AnthroSnoutSlimBeakShort bodyPart: Snout markingCategory: Snout - speciesRestriction: [Anthromorph] + speciesRestriction: [Anthromorph, Aquatic] sprites: - sprite: Floof/Mobs/Customization/Anthromorph/head_markings.rsi state: slimbeak_short @@ -56,7 +56,7 @@ id: AnthroSnoutSlimBeakAlt bodyPart: Snout markingCategory: Snout - speciesRestriction: [Anthromorph] + speciesRestriction: [Anthromorph, Aquatic] sprites: - sprite: Floof/Mobs/Customization/Anthromorph/head_markings.rsi state: slimbeak_alt @@ -65,7 +65,7 @@ id: AnthroSnoutHookBeak bodyPart: Snout markingCategory: Snout - speciesRestriction: [Anthromorph] + speciesRestriction: [Anthromorph, Aquatic] sprites: - sprite: Floof/Mobs/Customization/Anthromorph/head_markings.rsi state: hookbeak @@ -74,7 +74,7 @@ id: AnthroSnoutHookBeakBig bodyPart: Snout markingCategory: Snout - speciesRestriction: [Anthromorph] + speciesRestriction: [Anthromorph, Aquatic] sprites: - sprite: Floof/Mobs/Customization/Anthromorph/head_markings.rsi state: hookbeak_big @@ -83,7 +83,7 @@ id: AnthroSnoutBug bodyPart: Snout markingCategory: Snout - speciesRestriction: [Anthromorph] + speciesRestriction: [Anthromorph, Aquatic] sprites: - sprite: Floof/Mobs/Customization/Anthromorph/head_markings.rsi state: bug_snout @@ -94,7 +94,7 @@ id: AnthroSnoutElephant bodyPart: Snout markingCategory: Snout - speciesRestriction: [Anthromorph] + speciesRestriction: [Anthromorph, Aquatic] sprites: - sprite: Floof/Mobs/Customization/Anthromorph/head_markings.rsi state: elephant_snout @@ -105,7 +105,7 @@ id: AnthroSnoutHusky bodyPart: Snout markingCategory: Snout - speciesRestriction: [Anthromorph] + speciesRestriction: [Anthromorph, Aquatic] sprites: - sprite: Floof/Mobs/Customization/Anthromorph/head_markings.rsi state: husky_snout @@ -116,7 +116,7 @@ id: AnthroSnoutRhino bodyPart: Snout markingCategory: Snout - speciesRestriction: [Anthromorph] + speciesRestriction: [Anthromorph, Aquatic] sprites: - sprite: Floof/Mobs/Customization/Anthromorph/head_markings.rsi state: rhino_snout @@ -129,7 +129,7 @@ id: AnthroSnoutBovine bodyPart: Snout markingCategory: Snout - speciesRestriction: [Anthromorph] + speciesRestriction: [Anthromorph, Aquatic] sprites: - sprite: Floof/Mobs/Customization/Anthromorph/head_markings.rsi state: bovine_snout @@ -142,7 +142,7 @@ id: AnthroSnoutRodent bodyPart: Snout markingCategory: Snout - speciesRestriction: [Anthromorph] + speciesRestriction: [Anthromorph, Aquatic] sprites: - sprite: Floof/Mobs/Customization/Anthromorph/head_markings.rsi state: rodent @@ -151,7 +151,7 @@ id: AnthroSnoutMammalLong bodyPart: Snout markingCategory: Snout - speciesRestriction: [Anthromorph] + speciesRestriction: [Anthromorph, Aquatic] sprites: - sprite: Floof/Mobs/Customization/Anthromorph/head_markings.rsi state: lcanid @@ -160,7 +160,7 @@ id: AnthroSnoutMammalLongAlt bodyPart: Snout markingCategory: Snout - speciesRestriction: [Anthromorph] + speciesRestriction: [Anthromorph, Aquatic] sprites: - sprite: Floof/Mobs/Customization/Anthromorph/head_markings.rsi state: lcanidalt @@ -169,7 +169,7 @@ id: AnthroSnoutMammalLongStripe bodyPart: Snout markingCategory: Snout - speciesRestriction: [Anthromorph] + speciesRestriction: [Anthromorph, Aquatic] sprites: - sprite: Floof/Mobs/Customization/Anthromorph/head_markings.rsi state: lcanidstripe_snout @@ -180,7 +180,7 @@ id: AnthroSnoutMammalShort bodyPart: Snout markingCategory: Snout - speciesRestriction: [Anthromorph] + speciesRestriction: [Anthromorph, Aquatic] sprites: - sprite: Floof/Mobs/Customization/Anthromorph/head_markings.rsi state: scanid_snout @@ -191,7 +191,7 @@ id: AnthroSnoutMammalShortAlt bodyPart: Snout markingCategory: Snout - speciesRestriction: [Anthromorph] + speciesRestriction: [Anthromorph, Aquatic] sprites: - sprite: Floof/Mobs/Customization/Anthromorph/head_markings.rsi state: scanidalt2 @@ -200,7 +200,7 @@ id: AnthroSnoutMammalShortAlt2 bodyPart: Snout markingCategory: Snout - speciesRestriction: [Anthromorph] + speciesRestriction: [Anthromorph, Aquatic] sprites: - sprite: Floof/Mobs/Customization/Anthromorph/head_markings.rsi state: scanidalt3_snout @@ -211,7 +211,7 @@ id: AnthroSnoutMammalThick bodyPart: Snout markingCategory: Snout - speciesRestriction: [Anthromorph] + speciesRestriction: [Anthromorph, Aquatic] sprites: - sprite: Floof/Mobs/Customization/Anthromorph/head_markings.rsi state: wolf_snout @@ -222,7 +222,7 @@ id: AnthroSnoutMammalThickAlt bodyPart: Snout markingCategory: Snout - speciesRestriction: [Anthromorph] + speciesRestriction: [Anthromorph, Aquatic] sprites: - sprite: Floof/Mobs/Customization/Anthromorph/head_markings.rsi state: wolfalt @@ -231,7 +231,7 @@ id: AnthroSnoutTajaran bodyPart: Snout markingCategory: Snout - speciesRestriction: [Anthromorph] + speciesRestriction: [Anthromorph, Aquatic] sprites: - sprite: Floof/Mobs/Customization/Anthromorph/head_markings.rsi state: tajaran @@ -240,7 +240,7 @@ id: AnthroSnoutLeporid bodyPart: Snout markingCategory: Snout - speciesRestriction: [Anthromorph] + speciesRestriction: [Anthromorph, Aquatic] sprites: - sprite: Floof/Mobs/Customization/Anthromorph/head_markings.rsi state: leporid_snout @@ -251,7 +251,7 @@ id: AnthroSnoutOtie bodyPart: Snout markingCategory: Snout - speciesRestriction: [Anthromorph] + speciesRestriction: [Anthromorph, Aquatic] sprites: - sprite: Floof/Mobs/Customization/Anthromorph/head_markings.rsi state: otie_snout @@ -262,7 +262,7 @@ id: AnthroSnoutOtieSmile bodyPart: Snout markingCategory: Snout - speciesRestriction: [Anthromorph] + speciesRestriction: [Anthromorph, Aquatic] sprites: - sprite: Floof/Mobs/Customization/Anthromorph/head_markings.rsi state: otiesmile_snout @@ -273,7 +273,7 @@ id: AnthroSnoutScolipede bodyPart: Snout markingCategory: Snout - speciesRestriction: [Anthromorph] + speciesRestriction: [Anthromorph, Aquatic] sprites: - sprite: Floof/Mobs/Customization/Anthromorph/head_markings.rsi state: pede_snout @@ -284,7 +284,7 @@ id: AnthroSnoutSergal bodyPart: Snout markingCategory: Snout - speciesRestriction: [Anthromorph] + speciesRestriction: [Anthromorph, Aquatic] sprites: - sprite: Floof/Mobs/Customization/Anthromorph/head_markings.rsi state: sergal_snout @@ -295,7 +295,7 @@ id: AnthroSnoutShark bodyPart: Snout markingCategory: Snout - speciesRestriction: [Anthromorph] + speciesRestriction: [Anthromorph, Aquatic] sprites: - sprite: Floof/Mobs/Customization/Anthromorph/head_markings.rsi state: shark_snout @@ -306,7 +306,7 @@ id: AnthroSnoutToucan bodyPart: Snout markingCategory: Snout - speciesRestriction: [Anthromorph] + speciesRestriction: [Anthromorph, Aquatic] sprites: - sprite: Floof/Mobs/Customization/Anthromorph/head_markings.rsi state: toucan_snout @@ -317,7 +317,7 @@ id: AnthroSnoutWah bodyPart: Snout markingCategory: Snout - speciesRestriction: [Anthromorph] + speciesRestriction: [Anthromorph, Aquatic] sprites: - sprite: Floof/Mobs/Customization/Anthromorph/head_markings.rsi state: wah_snout @@ -330,7 +330,7 @@ id: AnthroSnoutWahAlt bodyPart: Snout markingCategory: Snout - speciesRestriction: [Anthromorph] + speciesRestriction: [Anthromorph, Aquatic] sprites: - sprite: Floof/Mobs/Customization/Anthromorph/head_markings.rsi state: wahalt_snout @@ -341,7 +341,7 @@ id: AnthroSnoutSkulldog bodyPart: Snout markingCategory: Snout - speciesRestriction: [Anthromorph] + speciesRestriction: [Anthromorph, Aquatic] sprites: - sprite: Floof/Mobs/Customization/Anthromorph/head_markings.rsi state: skulldog_snout @@ -354,7 +354,7 @@ id: AnthroSnoutAnabus bodyPart: Snout markingCategory: Snout - speciesRestriction: [Anthromorph] + speciesRestriction: [Anthromorph, Aquatic] sprites: - sprite: Floof/Mobs/Customization/Anthromorph/head_markings.rsi state: anabus_snout @@ -365,7 +365,7 @@ id: AnthroSnoutPanda bodyPart: Snout markingCategory: Snout - speciesRestriction: [Anthromorph] + speciesRestriction: [Anthromorph, Aquatic] sprites: - sprite: Floof/Mobs/Customization/Anthromorph/head_markings.rsi state: panda_snout @@ -376,7 +376,7 @@ id: AnthroSnoutJackal bodyPart: Snout markingCategory: Snout - speciesRestriction: [Anthromorph] + speciesRestriction: [Anthromorph, Aquatic] sprites: - sprite: Floof/Mobs/Customization/Anthromorph/head_markings.rsi state: jackal_snout @@ -387,7 +387,7 @@ id: AnthroSnoutHyena bodyPart: Snout markingCategory: Snout - speciesRestriction: [Anthromorph] + speciesRestriction: [Anthromorph, Aquatic] sprites: - sprite: Floof/Mobs/Customization/Anthromorph/head_markings.rsi state: hyena_snout @@ -398,7 +398,7 @@ id: AnthroSnoutHorse bodyPart: Snout markingCategory: Snout - speciesRestriction: [Anthromorph] + speciesRestriction: [Anthromorph, Aquatic] sprites: - sprite: Floof/Mobs/Customization/Anthromorph/head_markings.rsi state: horse_snout @@ -409,7 +409,7 @@ id: AnthroSnoutZebra bodyPart: Snout markingCategory: Snout - speciesRestriction: [Anthromorph] + speciesRestriction: [Anthromorph, Aquatic] sprites: - sprite: Floof/Mobs/Customization/Anthromorph/head_markings.rsi state: zebra_snout @@ -422,7 +422,7 @@ id: AnthroHeadFloof bodyPart: Head markingCategory: Head - speciesRestriction: [Anthromorph] + speciesRestriction: [Anthromorph, Aquatic] sprites: - sprite: Floof/Mobs/Customization/Anthromorph/secondary_markings.rsi state: floof_head @@ -435,7 +435,7 @@ id: AnthroChestBackspots markingCategory: Chest bodyPart: Chest - speciesRestriction: [Anthromorph] + speciesRestriction: [Anthromorph, Aquatic] sexRestriction: Male sprites: - sprite: Floof/Mobs/Customization/Anthromorph/chest_markings.rsi @@ -445,7 +445,7 @@ id: AnthroChestBackspotsF markingCategory: Chest bodyPart: Chest - speciesRestriction: [Anthromorph] + speciesRestriction: [Anthromorph, Aquatic] sexRestriction: Female sprites: - sprite: Floof/Mobs/Customization/Anthromorph/chest_markings.rsi @@ -455,7 +455,7 @@ id: AnthroChestBat markingCategory: Chest bodyPart: Chest - speciesRestriction: [Anthromorph] + speciesRestriction: [Anthromorph, Aquatic] sexRestriction: Male sprites: - sprite: Floof/Mobs/Customization/Anthromorph/chest_markings.rsi @@ -465,7 +465,7 @@ id: AnthroChestBatF markingCategory: Chest bodyPart: Chest - speciesRestriction: [Anthromorph] + speciesRestriction: [Anthromorph, Aquatic] sexRestriction: Female sprites: - sprite: Floof/Mobs/Customization/Anthromorph/chest_markings.rsi @@ -475,7 +475,7 @@ id: AnthroChestBelly markingCategory: Chest bodyPart: Chest - speciesRestriction: [Anthromorph] + speciesRestriction: [Anthromorph, Aquatic] sexRestriction: Male sprites: - sprite: Floof/Mobs/Customization/Anthromorph/chest_markings.rsi @@ -485,7 +485,7 @@ id: AnthroChestBellyF markingCategory: Chest bodyPart: Chest - speciesRestriction: [Anthromorph] + speciesRestriction: [Anthromorph, Aquatic] sexRestriction: Female sprites: - sprite: Floof/Mobs/Customization/Anthromorph/chest_markings.rsi @@ -495,7 +495,7 @@ id: AnthroChestBellySlim markingCategory: Chest bodyPart: Chest - speciesRestriction: [Anthromorph] + speciesRestriction: [Anthromorph, Aquatic] sexRestriction: Male sprites: - sprite: Floof/Mobs/Customization/Anthromorph/chest_markings.rsi @@ -505,7 +505,7 @@ id: AnthroChestBellySlimF markingCategory: Chest bodyPart: Chest - speciesRestriction: [Anthromorph] + speciesRestriction: [Anthromorph, Aquatic] sexRestriction: Female sprites: - sprite: Floof/Mobs/Customization/Anthromorph/chest_markings.rsi @@ -515,7 +515,7 @@ id: AnthroChestButt markingCategory: Chest bodyPart: Chest - speciesRestriction: [Anthromorph] + speciesRestriction: [Anthromorph, Aquatic] sexRestriction: Male sprites: - sprite: Floof/Mobs/Customization/Anthromorph/chest_markings.rsi @@ -525,7 +525,7 @@ id: AnthroChestButtF markingCategory: Chest bodyPart: Chest - speciesRestriction: [Anthromorph] + speciesRestriction: [Anthromorph, Aquatic] sexRestriction: Female sprites: - sprite: Floof/Mobs/Customization/Anthromorph/chest_markings.rsi @@ -535,7 +535,7 @@ id: AnthroChestFront markingCategory: Chest bodyPart: Chest - speciesRestriction: [Anthromorph] + speciesRestriction: [Anthromorph, Aquatic] sexRestriction: Male sprites: - sprite: Floof/Mobs/Customization/Anthromorph/chest_markings.rsi @@ -545,7 +545,7 @@ id: AnthroChestFrontF markingCategory: Chest bodyPart: Chest - speciesRestriction: [Anthromorph] + speciesRestriction: [Anthromorph, Aquatic] sexRestriction: Female sprites: - sprite: Floof/Mobs/Customization/Anthromorph/chest_markings.rsi @@ -555,7 +555,7 @@ id: AnthroChestTie markingCategory: Chest bodyPart: Chest - speciesRestriction: [Anthromorph] + speciesRestriction: [Anthromorph, Aquatic] sexRestriction: Male sprites: - sprite: Floof/Mobs/Customization/Anthromorph/chest_markings.rsi @@ -565,7 +565,7 @@ id: AnthroChestTieF markingCategory: Chest bodyPart: Chest - speciesRestriction: [Anthromorph] + speciesRestriction: [Anthromorph, Aquatic] sexRestriction: Female sprites: - sprite: Floof/Mobs/Customization/Anthromorph/chest_markings.rsi @@ -575,7 +575,7 @@ id: AnthroChestTieSmall markingCategory: Chest bodyPart: Chest - speciesRestriction: [Anthromorph] + speciesRestriction: [Anthromorph, Aquatic] sexRestriction: Male sprites: - sprite: Floof/Mobs/Customization/Anthromorph/chest_markings.rsi @@ -585,7 +585,7 @@ id: AnthroChestTieSmallF markingCategory: Chest bodyPart: Chest - speciesRestriction: [Anthromorph] + speciesRestriction: [Anthromorph, Aquatic] sexRestriction: Female sprites: - sprite: Floof/Mobs/Customization/Anthromorph/chest_markings.rsi @@ -595,7 +595,7 @@ id: AnthroChestWolf markingCategory: Chest bodyPart: Chest - speciesRestriction: [Anthromorph] + speciesRestriction: [Anthromorph, Aquatic] sexRestriction: Male sprites: - sprite: Floof/Mobs/Customization/Anthromorph/chest_markings.rsi @@ -605,7 +605,7 @@ id: AnthroChestWolfF markingCategory: Chest bodyPart: Chest - speciesRestriction: [Anthromorph] + speciesRestriction: [Anthromorph, Aquatic] sexRestriction: Female sprites: - sprite: Floof/Mobs/Customization/Anthromorph/chest_markings.rsi @@ -615,7 +615,7 @@ id: AnthroChestFloof markingCategory: Chest bodyPart: Chest - speciesRestriction: [Anthromorph] + speciesRestriction: [Anthromorph, Aquatic] sexRestriction: Male sprites: - sprite: Floof/Mobs/Customization/Anthromorph/secondary_markings.rsi @@ -625,7 +625,7 @@ id: AnthroChestFloofF markingCategory: Chest bodyPart: Chest - speciesRestriction: [Anthromorph] + speciesRestriction: [Anthromorph, Aquatic] sexRestriction: Female sprites: - sprite: Floof/Mobs/Customization/Anthromorph/secondary_markings.rsi @@ -635,7 +635,7 @@ id: AnthroChestDTiger markingCategory: Chest bodyPart: Chest - speciesRestriction: [Anthromorph] + speciesRestriction: [Anthromorph, Aquatic] sexRestriction: Male sprites: - sprite: Floof/Mobs/Customization/Anthromorph/tiger_markings.rsi @@ -645,7 +645,7 @@ id: AnthroChestDTigerF markingCategory: Chest bodyPart: Chest - speciesRestriction: [Anthromorph] + speciesRestriction: [Anthromorph, Aquatic] sexRestriction: Female sprites: - sprite: Floof/Mobs/Customization/Anthromorph/tiger_markings.rsi @@ -655,7 +655,7 @@ id: AnthroChestLTiger markingCategory: Chest bodyPart: Chest - speciesRestriction: [Anthromorph] + speciesRestriction: [Anthromorph, Aquatic] sexRestriction: Male sprites: - sprite: Floof/Mobs/Customization/Anthromorph/tiger_markings.rsi @@ -665,7 +665,7 @@ id: AnthroChestLTigerF markingCategory: Chest bodyPart: Chest - speciesRestriction: [Anthromorph] + speciesRestriction: [Anthromorph, Aquatic] sexRestriction: Female sprites: - sprite: Floof/Mobs/Customization/Anthromorph/tiger_markings.rsi @@ -677,7 +677,7 @@ id: AnthroArmLeftSockLonger markingCategory: LeftArm bodyPart: LArm - speciesRestriction: [Anthromorph] + speciesRestriction: [Anthromorph, Aquatic] sexRestriction: Male sprites: - sprite: Floof/Mobs/Customization/Anthromorph/sock_markings.rsi @@ -687,7 +687,7 @@ id: AnthroArmLeftSockLongerF markingCategory: LeftArm bodyPart: LArm - speciesRestriction: [Anthromorph] + speciesRestriction: [Anthromorph, Aquatic] sexRestriction: Female sprites: - sprite: Floof/Mobs/Customization/Anthromorph/sock_markings.rsi @@ -697,7 +697,7 @@ id: AnthroArmRightSockLonger markingCategory: RightArm bodyPart: RArm - speciesRestriction: [Anthromorph] + speciesRestriction: [Anthromorph, Aquatic] sexRestriction: Male sprites: - sprite: Floof/Mobs/Customization/Anthromorph/sock_markings.rsi @@ -707,7 +707,7 @@ id: AnthroArmRightSockLongerF markingCategory: RightArm bodyPart: RArm - speciesRestriction: [Anthromorph] + speciesRestriction: [Anthromorph, Aquatic] sexRestriction: Female sprites: - sprite: Floof/Mobs/Customization/Anthromorph/sock_markings.rsi @@ -718,7 +718,7 @@ id: AnthroArmLeftLTiger markingCategory: LeftArm bodyPart: LArm - speciesRestriction: [Anthromorph] + speciesRestriction: [Anthromorph, Aquatic] sexRestriction: Male sprites: - sprite: Floof/Mobs/Customization/Anthromorph/tiger_markings.rsi @@ -728,7 +728,7 @@ id: AnthroArmLeftLTigerF markingCategory: LeftArm bodyPart: LArm - speciesRestriction: [Anthromorph] + speciesRestriction: [Anthromorph, Aquatic] sexRestriction: Female sprites: - sprite: Floof/Mobs/Customization/Anthromorph/tiger_markings.rsi @@ -738,7 +738,7 @@ id: AnthroArmRightLTiger markingCategory: RightArm bodyPart: RArm - speciesRestriction: [Anthromorph] + speciesRestriction: [Anthromorph, Aquatic] sexRestriction: Male sprites: - sprite: Floof/Mobs/Customization/Anthromorph/tiger_markings.rsi @@ -748,7 +748,7 @@ id: AnthroArmRightLTigerF markingCategory: RightArm bodyPart: RArm - speciesRestriction: [Anthromorph] + speciesRestriction: [Anthromorph, Aquatic] sexRestriction: Female sprites: - sprite: Floof/Mobs/Customization/Anthromorph/tiger_markings.rsi @@ -760,7 +760,7 @@ id: AnthroHandLeftSock markingCategory: LeftHand bodyPart: LHand - speciesRestriction: [Anthromorph] + speciesRestriction: [Anthromorph, Aquatic] sexRestriction: Male sprites: - sprite: Floof/Mobs/Customization/Anthromorph/sock_markings.rsi @@ -770,7 +770,7 @@ id: AnthroHandLeftSockF markingCategory: LeftHand bodyPart: LHand - speciesRestriction: [Anthromorph] + speciesRestriction: [Anthromorph, Aquatic] sexRestriction: Female sprites: - sprite: Floof/Mobs/Customization/Anthromorph/sock_markings.rsi @@ -780,7 +780,7 @@ id: AnthroHandRightSock markingCategory: RightHand bodyPart: RHand - speciesRestriction: [Anthromorph] + speciesRestriction: [Anthromorph, Aquatic] sexRestriction: Male sprites: - sprite: Floof/Mobs/Customization/Anthromorph/sock_markings.rsi @@ -790,7 +790,7 @@ id: AnthroHandRightSockF markingCategory: RightHand bodyPart: RHand - speciesRestriction: [Anthromorph] + speciesRestriction: [Anthromorph, Aquatic] sexRestriction: Female sprites: - sprite: Floof/Mobs/Customization/Anthromorph/sock_markings.rsi @@ -801,7 +801,7 @@ id: AnthroHandLeftTips markingCategory: LeftHand bodyPart: LHand - speciesRestriction: [Anthromorph] + speciesRestriction: [Anthromorph, Aquatic] sexRestriction: Male sprites: - sprite: Floof/Mobs/Customization/Anthromorph/tips_markings.rsi @@ -811,7 +811,7 @@ id: AnthroHandLeftTipsF markingCategory: LeftHand bodyPart: LHand - speciesRestriction: [Anthromorph] + speciesRestriction: [Anthromorph, Aquatic] sexRestriction: Female sprites: - sprite: Floof/Mobs/Customization/Anthromorph/tips_markings.rsi @@ -821,7 +821,7 @@ id: AnthroHandRightTips markingCategory: RightHand bodyPart: RHand - speciesRestriction: [Anthromorph] + speciesRestriction: [Anthromorph, Aquatic] sexRestriction: Male sprites: - sprite: Floof/Mobs/Customization/Anthromorph/tips_markings.rsi @@ -831,7 +831,7 @@ id: AnthroHandRightTipsF markingCategory: RightHand bodyPart: RHand - speciesRestriction: [Anthromorph] + speciesRestriction: [Anthromorph, Aquatic] sexRestriction: Female sprites: - sprite: Floof/Mobs/Customization/Anthromorph/tips_markings.rsi @@ -843,7 +843,7 @@ id: AnthroLegLeftSock markingCategory: LeftLeg bodyPart: LLeg - speciesRestriction: [Anthromorph] + speciesRestriction: [Anthromorph, Aquatic] sexRestriction: Male sprites: - sprite: Floof/Mobs/Customization/Anthromorph/sock_markings.rsi @@ -853,7 +853,7 @@ id: AnthroLegLeftSockF markingCategory: LeftLeg bodyPart: LLeg - speciesRestriction: [Anthromorph] + speciesRestriction: [Anthromorph, Aquatic] sexRestriction: Female sprites: - sprite: Floof/Mobs/Customization/Anthromorph/sock_markings.rsi @@ -863,7 +863,7 @@ id: AnthroLegRightSock markingCategory: RightLeg bodyPart: RLeg - speciesRestriction: [Anthromorph] + speciesRestriction: [Anthromorph, Aquatic] sexRestriction: Male sprites: - sprite: Floof/Mobs/Customization/Anthromorph/sock_markings.rsi @@ -873,7 +873,7 @@ id: AnthroLegRightSockF markingCategory: RightLeg bodyPart: RLeg - speciesRestriction: [Anthromorph] + speciesRestriction: [Anthromorph, Aquatic] sexRestriction: Female sprites: - sprite: Floof/Mobs/Customization/Anthromorph/sock_markings.rsi @@ -884,7 +884,7 @@ id: AnthroLegLeftSockLonger markingCategory: LeftLeg bodyPart: LLeg - speciesRestriction: [Anthromorph] + speciesRestriction: [Anthromorph, Aquatic] sexRestriction: Male sprites: - sprite: Floof/Mobs/Customization/Anthromorph/sock_markings.rsi @@ -894,7 +894,7 @@ id: AnthroLegLeftSockLongerF markingCategory: LeftLeg bodyPart: LLeg - speciesRestriction: [Anthromorph] + speciesRestriction: [Anthromorph, Aquatic] sexRestriction: Female sprites: - sprite: Floof/Mobs/Customization/Anthromorph/sock_markings.rsi @@ -904,7 +904,7 @@ id: AnthroLegRightSockLonger markingCategory: RightLeg bodyPart: RLeg - speciesRestriction: [Anthromorph] + speciesRestriction: [Anthromorph, Aquatic] sexRestriction: Male sprites: - sprite: Floof/Mobs/Customization/Anthromorph/sock_markings.rsi @@ -914,7 +914,7 @@ id: AnthroLegRightSockLongerF markingCategory: RightLeg bodyPart: RLeg - speciesRestriction: [Anthromorph] + speciesRestriction: [Anthromorph, Aquatic] sexRestriction: Female sprites: - sprite: Floof/Mobs/Customization/Anthromorph/sock_markings.rsi @@ -925,7 +925,7 @@ id: AnthroLegLeftLTiger markingCategory: LeftLeg bodyPart: LLeg - speciesRestriction: [Anthromorph] + speciesRestriction: [Anthromorph, Aquatic] sexRestriction: Male sprites: - sprite: Floof/Mobs/Customization/Anthromorph/tiger_markings.rsi @@ -935,7 +935,7 @@ id: AnthroLegLeftLTigerF markingCategory: LeftLeg bodyPart: LLeg - speciesRestriction: [Anthromorph] + speciesRestriction: [Anthromorph, Aquatic] sexRestriction: Female sprites: - sprite: Floof/Mobs/Customization/Anthromorph/tiger_markings.rsi @@ -945,7 +945,7 @@ id: AnthroLegRightLTiger markingCategory: RightLeg bodyPart: RLeg - speciesRestriction: [Anthromorph] + speciesRestriction: [Anthromorph, Aquatic] sexRestriction: Male sprites: - sprite: Floof/Mobs/Customization/Anthromorph/tiger_markings.rsi @@ -955,7 +955,7 @@ id: AnthroLegRightLTigerF markingCategory: RightLeg bodyPart: RLeg - speciesRestriction: [Anthromorph] + speciesRestriction: [Anthromorph, Aquatic] sexRestriction: Female sprites: - sprite: Floof/Mobs/Customization/Anthromorph/tiger_markings.rsi @@ -967,7 +967,7 @@ id: AnthroFootLeftSock markingCategory: LeftFoot bodyPart: LFoot - speciesRestriction: [Anthromorph] + speciesRestriction: [Anthromorph, Aquatic] sexRestriction: Male sprites: - sprite: Floof/Mobs/Customization/Anthromorph/sock_markings.rsi @@ -977,7 +977,7 @@ id: AnthroFootLeftSockF markingCategory: LeftFoot bodyPart: LFoot - speciesRestriction: [Anthromorph] + speciesRestriction: [Anthromorph, Aquatic] sexRestriction: Female sprites: - sprite: Floof/Mobs/Customization/Anthromorph/sock_markings.rsi @@ -987,7 +987,7 @@ id: AnthroFootRightSock markingCategory: RightFoot bodyPart: RFoot - speciesRestriction: [Anthromorph] + speciesRestriction: [Anthromorph, Aquatic] sexRestriction: Male sprites: - sprite: Floof/Mobs/Customization/Anthromorph/sock_markings.rsi @@ -997,7 +997,7 @@ id: AnthroFootRightSockF markingCategory: RightFoot bodyPart: RFoot - speciesRestriction: [Anthromorph] + speciesRestriction: [Anthromorph, Aquatic] sexRestriction: Female sprites: - sprite: Floof/Mobs/Customization/Anthromorph/sock_markings.rsi @@ -1008,7 +1008,7 @@ id: AnthroFootLeftSockLonger markingCategory: LeftFoot bodyPart: LFoot - speciesRestriction: [Anthromorph] + speciesRestriction: [Anthromorph, Aquatic] sexRestriction: Male sprites: - sprite: Floof/Mobs/Customization/Anthromorph/sock_markings.rsi @@ -1018,7 +1018,7 @@ id: AnthroFootLeftSockLongerF markingCategory: LeftFoot bodyPart: LFoot - speciesRestriction: [Anthromorph] + speciesRestriction: [Anthromorph, Aquatic] sexRestriction: Female sprites: - sprite: Floof/Mobs/Customization/Anthromorph/sock_markings.rsi @@ -1028,7 +1028,7 @@ id: AnthroFootRightSockLonger markingCategory: RightFoot bodyPart: RFoot - speciesRestriction: [Anthromorph] + speciesRestriction: [Anthromorph, Aquatic] sexRestriction: Male sprites: - sprite: Floof/Mobs/Customization/Anthromorph/sock_markings.rsi @@ -1038,7 +1038,7 @@ id: AnthroFootRightSockLongerF markingCategory: RightFoot bodyPart: RFoot - speciesRestriction: [Anthromorph] + speciesRestriction: [Anthromorph, Aquatic] sexRestriction: Female sprites: - sprite: Floof/Mobs/Customization/Anthromorph/sock_markings.rsi @@ -1049,7 +1049,7 @@ id: AnthroFootLeftTips markingCategory: LeftFoot bodyPart: LFoot - speciesRestriction: [Anthromorph] + speciesRestriction: [Anthromorph, Aquatic] sexRestriction: Male sprites: - sprite: Floof/Mobs/Customization/Anthromorph/tips_markings.rsi @@ -1059,7 +1059,7 @@ id: AnthroFootLeftTipsF markingCategory: LeftFoot bodyPart: LFoot - speciesRestriction: [Anthromorph] + speciesRestriction: [Anthromorph, Aquatic] sexRestriction: Female sprites: - sprite: Floof/Mobs/Customization/Anthromorph/tips_markings.rsi @@ -1069,7 +1069,7 @@ id: AnthroFootRightTips markingCategory: RightFoot bodyPart: RFoot - speciesRestriction: [Anthromorph] + speciesRestriction: [Anthromorph, Aquatic] sexRestriction: Male sprites: - sprite: Floof/Mobs/Customization/Anthromorph/tips_markings.rsi @@ -1079,7 +1079,7 @@ id: AnthroFootRightTipsF markingCategory: RightFoot bodyPart: RFoot - speciesRestriction: [Anthromorph] + speciesRestriction: [Anthromorph, Aquatic] sexRestriction: Female sprites: - sprite: Floof/Mobs/Customization/Anthromorph/tips_markings.rsi diff --git a/Resources/Prototypes/Floof/Entities/Mobs/Player/aquatic.yml b/Resources/Prototypes/Floof/Entities/Mobs/Player/aquatic.yml new file mode 100644 index 00000000000..d6d751d8601 --- /dev/null +++ b/Resources/Prototypes/Floof/Entities/Mobs/Player/aquatic.yml @@ -0,0 +1,5 @@ +- type: entity + save: false + name: Urist McAquatic + parent: BaseMobAquatic + id: MobAquatic diff --git a/Resources/Prototypes/Floof/Entities/Mobs/Species/anthromorph.yml b/Resources/Prototypes/Floof/Entities/Mobs/Species/anthromorph.yml index a46edb4e3b7..231bef9e6e0 100644 --- a/Resources/Prototypes/Floof/Entities/Mobs/Species/anthromorph.yml +++ b/Resources/Prototypes/Floof/Entities/Mobs/Species/anthromorph.yml @@ -22,8 +22,14 @@ types: Blunt: 2 Slash: 3 + - type: Perishable + - type: Damageable + damageModifierSet: Vulpkanin # resistant to cold, weak to heat + - type: TemperatureProtection + coefficient: 0.1 - type: Thirst - type: Carriable # Carrying system from nyanotrasen. + - type: Wagging - type: Butcherable butcheringType: Spike spawned: @@ -32,14 +38,15 @@ - type: LanguageKnowledge speaks: - TauCetiBasic - - SolCommon understands: - TauCetiBasic - - SolCommon + - type: Flammable + fireStackIncreaseMultiplier: 1.25 + - type: entity save: false - name: Anthromorph Dummy + name: Furred Anthro Dummy parent: MobHumanDummy id: MobAnthromorphDummy noSpawn: true diff --git a/Resources/Prototypes/Floof/Entities/Mobs/Species/aquatic.yml b/Resources/Prototypes/Floof/Entities/Mobs/Species/aquatic.yml new file mode 100644 index 00000000000..7895e175c4c --- /dev/null +++ b/Resources/Prototypes/Floof/Entities/Mobs/Species/aquatic.yml @@ -0,0 +1,63 @@ +- type: entity + save: false + name: Urist McAquatic + parent: BaseMobSpeciesOrganic + id: BaseMobAquatic + abstract: true + components: + - type: HumanoidAppearance + species: Aquatic + - type: Icon + sprite: Floof/Mobs/Species/Aquatic/parts.rsi + state: full + - type: Body + prototype: Aquatic + - type: MeleeWeapon + hidden: true + soundHit: + path: /Audio/Weapons/pierce.ogg + angle: 30 + animation: WeaponArcClaw + damage: + types: + Blunt: 2 + Slash: 3 + - type: Perishable + - type: Damageable + damageModifierSet: Aquatic # weak to cold and shock, resistant to heat + - type: Temperature + heatDamageThreshold: 400 + coldDamageThreshold: 285 + currentTemperature: 310.15 + specificHeat: 42 + coldDamage: + types: + Cold : 0.1 #per second, scales with temperature & other constants + heatDamage: + types: + Heat : 1.5 #per second, scales with temperature & other constants + - type: Thirst + - type: Carriable # Carrying system from nyanotrasen. + - type: Butcherable + butcheringType: Spike + spawned: + - id: FoodMeatFish + amount: 5 + - type: LanguageKnowledge + speaks: + - TauCetiBasic + understands: + - TauCetiBasic + +- type: entity + save: false + name: Aquatic Anthro Dummy + parent: MobHumanDummy + id: MobAquaticDummy + noSpawn: true + description: A dummy aquatic meant to be used in character setup. + components: + - type: HumanoidAppearance + species: Aquatic + - type: Inventory + speciesId: aquatic diff --git a/Resources/Prototypes/Floof/Species/anthromorph.yml b/Resources/Prototypes/Floof/Species/anthromorph.yml index 68a1839e87f..58ec839ecf6 100644 --- a/Resources/Prototypes/Floof/Species/anthromorph.yml +++ b/Resources/Prototypes/Floof/Species/anthromorph.yml @@ -70,7 +70,7 @@ points: 2 required: false Snout: - points: 2 # for vulp snouts + points: 1 required: false HeadTop: points: 1 diff --git a/Resources/Prototypes/Floof/Species/aquatic.yml b/Resources/Prototypes/Floof/Species/aquatic.yml new file mode 100644 index 00000000000..1ff6a34eb7d --- /dev/null +++ b/Resources/Prototypes/Floof/Species/aquatic.yml @@ -0,0 +1,167 @@ +- type: species + id: Aquatic + name: species-name-aquatic + roundStart: true + prototype: MobAquatic + sprites: MobAquaticSprites + defaultSkinTone: "#747474" + markingLimits: MobAquaticMarkingLimits + dollPrototype: MobAquaticDummy + skinColoration: Hues + +- type: speciesBaseSprites + id: MobAquaticSprites + sprites: + Head: MobAquaticHead + Hair: MobHumanoidAnyMarking + FacialHair: MobHumanoidAnyMarking + Snout: MobHumanoidAnyMarking + Chest: MobAquaticTorso + HeadTop: MobHumanoidAnyMarking + HeadSide: MobHumanoidAnyMarking + Tail: MobHumanoidAnyMarking + Eyes: MobHumanoidEyes + LArm: MobAquaticLArm + RArm: MobAquaticRArm + LHand: MobAquaticLHand + RHand: MobAquaticRHand + LLeg: MobAquaticLLeg + RLeg: MobAquaticRLeg + LFoot: MobAquaticLFoot + RFoot: MobAquaticRFoot + +- type: markingPoints + id: MobAquaticMarkingLimits + points: + Hair: + points: 1 + required: false + FacialHair: + points: 1 + required: false + Tail: + points: 1 + required: false + Head: + points: 1 + required: false + RightLeg: + points: 2 + required: false + RightFoot: + points: 2 + required: false + LeftLeg: + points: 2 + required: false + LeftFoot: + points: 2 + required: false + RightArm: + points: 2 + required: false + RightHand: + points: 2 + required: false + LeftArm: + points: 2 + required: false + LeftHand: + points: 2 + required: false + Snout: + points: 1 + required: false + HeadTop: + points: 1 + required: false + HeadSide: + points: 1 + required: false + Chest: + points: 2 + required: false + +- type: humanoidBaseSprite + id: MobAquaticHead + baseSprite: + sprite: Floof/Mobs/Species/Aquatic/parts.rsi + state: head_m + +- type: humanoidBaseSprite + id: MobAquaticHeadMale + baseSprite: + sprite: Floof/Mobs/Species/Aquatic/parts.rsi + state: head_m + +- type: humanoidBaseSprite + id: MobAquaticHeadFemale + baseSprite: + sprite: Floof/Mobs/Species/Aquatic/parts.rsi + state: head_f + +- type: humanoidBaseSprite + id: MobAquaticTorso + baseSprite: + sprite: Floof/Mobs/Species/Aquatic/parts.rsi + state: torso_m + +- type: humanoidBaseSprite + id: MobAquaticTorsoMale + baseSprite: + sprite: Floof/Mobs/Species/Aquatic/parts.rsi + state: torso_m + +- type: humanoidBaseSprite + id: MobAquaticTorsoFemale + baseSprite: + sprite: Floof/Mobs/Species/Aquatic/parts.rsi + state: torso_f + +- type: humanoidBaseSprite + id: MobAquaticLLeg + baseSprite: + sprite: Floof/Mobs/Species/Aquatic/parts.rsi + state: l_leg + +- type: humanoidBaseSprite + id: MobAquaticLHand + baseSprite: + sprite: Floof/Mobs/Species/Aquatic/parts.rsi + state: l_hand + +- type: humanoidBaseSprite + id: MobAquaticLArm + baseSprite: + sprite: Floof/Mobs/Species/Aquatic/parts.rsi + state: l_arm + +- type: humanoidBaseSprite + id: MobAquaticLFoot + baseSprite: + sprite: Floof/Mobs/Species/Aquatic/parts.rsi + state: l_foot + +- type: humanoidBaseSprite + id: MobAquaticRLeg + baseSprite: + sprite: Floof/Mobs/Species/Aquatic/parts.rsi + state: r_leg + +- type: humanoidBaseSprite + id: MobAquaticRHand + baseSprite: + sprite: Floof/Mobs/Species/Aquatic/parts.rsi + state: r_hand + +- type: humanoidBaseSprite + id: MobAquaticRArm + baseSprite: + sprite: Floof/Mobs/Species/Aquatic/parts.rsi + state: r_arm + +- type: humanoidBaseSprite + id: MobAquaticRFoot + baseSprite: + sprite: Floof/Mobs/Species/Aquatic/parts.rsi + state: r_foot diff --git a/Resources/Prototypes/Nyanotrasen/Entities/Mobs/Customization/Markings/felinid.yml b/Resources/Prototypes/Nyanotrasen/Entities/Mobs/Customization/Markings/felinid.yml index 3f77d128083..7e2e6aa2d78 100644 --- a/Resources/Prototypes/Nyanotrasen/Entities/Mobs/Customization/Markings/felinid.yml +++ b/Resources/Prototypes/Nyanotrasen/Entities/Mobs/Customization/Markings/felinid.yml @@ -4,7 +4,7 @@ id: FelinidEarsBasic bodyPart: HeadTop markingCategory: HeadTop - speciesRestriction: [Felinid, Anthromorph] # Floof - Anthromorphs + speciesRestriction: [Felinid, Anthromorph, Aquatic] # Floof - Anthromorphs sprites: - sprite: Nyanotrasen/Mobs/Customization/felinid_ears.rsi state: basic_outer @@ -15,7 +15,7 @@ id: FelinidEarsCurled bodyPart: HeadTop markingCategory: HeadTop - speciesRestriction: [Felinid, Anthromorph] # Floof - Anthromorphs + speciesRestriction: [Felinid, Anthromorph, Aquatic] # Floof - Anthromorphs sprites: - sprite: Nyanotrasen/Mobs/Customization/felinid_ears.rsi state: curled_outer @@ -26,7 +26,7 @@ id: FelinidEarsDroopy bodyPart: HeadTop markingCategory: HeadTop - speciesRestriction: [Felinid, Anthromorph] # Floof - Anthromorphs + speciesRestriction: [Felinid, Anthromorph, Aquatic] # Floof - Anthromorphs sprites: - sprite: Nyanotrasen/Mobs/Customization/felinid_ears.rsi state: droopy_outer @@ -37,7 +37,7 @@ id: FelinidEarsFuzzy bodyPart: HeadTop markingCategory: HeadTop - speciesRestriction: [Felinid, Anthromorph] # Floof - Anthromorphs + speciesRestriction: [Felinid, Anthromorph, Aquatic] # Floof - Anthromorphs sprites: - sprite: Nyanotrasen/Mobs/Customization/felinid_ears.rsi state: basic_outer @@ -48,7 +48,7 @@ id: FelinidEarsStubby bodyPart: HeadTop markingCategory: HeadTop - speciesRestriction: [Felinid, Anthromorph] # Floof - Anthromorphs + speciesRestriction: [Felinid, Anthromorph, Aquatic] # Floof - Anthromorphs sprites: - sprite: Nyanotrasen/Mobs/Customization/felinid_ears.rsi state: stubby_outer @@ -59,7 +59,7 @@ id: FelinidEarsTall bodyPart: HeadTop markingCategory: HeadTop - speciesRestriction: [Felinid, Anthromorph] # Floof - Anthromorphs + speciesRestriction: [Felinid, Anthromorph, Aquatic] # Floof - Anthromorphs sprites: - sprite: Nyanotrasen/Mobs/Customization/felinid_ears.rsi state: tall_outer @@ -72,7 +72,7 @@ id: FelinidEarsTorn bodyPart: HeadTop markingCategory: HeadTop - speciesRestriction: [Felinid, Anthromorph] # Floof - Anthromorphs + speciesRestriction: [Felinid, Anthromorph, Aquatic] # Floof - Anthromorphs sprites: - sprite: Nyanotrasen/Mobs/Customization/felinid_ears.rsi state: torn_outer @@ -83,7 +83,7 @@ id: FelinidEarsWide bodyPart: HeadTop markingCategory: HeadTop - speciesRestriction: [Felinid, Anthromorph] # Floof - Anthromorphs + speciesRestriction: [Felinid, Anthromorph, Aquatic] # Floof - Anthromorphs sprites: - sprite: Nyanotrasen/Mobs/Customization/felinid_ears.rsi state: wide_outer @@ -96,7 +96,7 @@ id: FelinidTailBasic bodyPart: Tail markingCategory: Tail - speciesRestriction: [Felinid, Anthromorph] # Floof - Anthromorphs + speciesRestriction: [Felinid, Anthromorph, Aquatic] # Floof - Anthromorphs sprites: - sprite: Nyanotrasen/Mobs/Customization/felinid_tails.rsi state: basic_tail_tip @@ -109,7 +109,7 @@ id: FelinidTailBasicWithBow bodyPart: Tail markingCategory: Tail - speciesRestriction: [Felinid, Anthromorph] # Floof - Anthromorphs + speciesRestriction: [Felinid, Anthromorph, Aquatic] # Floof - Anthromorphs sprites: - sprite: Nyanotrasen/Mobs/Customization/felinid_tails.rsi state: basic_tail_tip @@ -124,7 +124,7 @@ id: FelinidTailBasicWithBell bodyPart: Tail markingCategory: Tail - speciesRestriction: [Felinid, Anthromorph] # Floof - Anthromorphs + speciesRestriction: [Felinid, Anthromorph, Aquatic] # Floof - Anthromorphs sprites: - sprite: Nyanotrasen/Mobs/Customization/felinid_tails.rsi state: basic_tail_tip @@ -139,7 +139,7 @@ id: FelinidTailBasicWithBowAndBell bodyPart: Tail markingCategory: Tail - speciesRestriction: [Felinid, Anthromorph] # Floof - Anthromorphs + speciesRestriction: [Felinid, Anthromorph, Aquatic] # Floof - Anthromorphs sprites: - sprite: Nyanotrasen/Mobs/Customization/felinid_tails.rsi state: basic_tail_tip diff --git a/Resources/Prototypes/Traits/physical.yml b/Resources/Prototypes/Traits/physical.yml index 034d1ee5efe..0c4add919ec 100644 --- a/Resources/Prototypes/Traits/physical.yml +++ b/Resources/Prototypes/Traits/physical.yml @@ -265,6 +265,7 @@ inverted: true species: - Vulpkanin # This trait functions exactly as-is for the Vulpkanin trait. + - Anthromorph components: - type: TemperatureProtection coefficient: 0.1 # Enough resistance to walk into the chef's freezer, or tolerate daytime temperatures on Glacier without a jacket. @@ -306,6 +307,8 @@ - !type:CharacterSpeciesRequirement inverted: true species: + - Anthromorph + - Aquatic - Felinid # Felinids already have cat claws. - Reptilian # Reptilians also have cat claws. # - Vulpkanin # Vulpkanin have "Blunt" claws. One could argue this trait "Sharpens" their claws. diff --git a/Resources/Textures/Floof/Mobs/Species/Aquatic/parts.rsi/full.png b/Resources/Textures/Floof/Mobs/Species/Aquatic/parts.rsi/full.png new file mode 100644 index 0000000000000000000000000000000000000000..d78a1ae1134fb88fe7758c68ec4d0da33abecb9e GIT binary patch literal 692 zcmV;l0!#ggP)1e1DcbDGz$) zYQR&7;Nx)h^?GH0U*BX8K9kAtFfrg%wfg8I)2Z<-ko&1ZyJm zfI!iqQ|I&f59K$TjWXz#k~|U*K>2h!mERq7tJQip4<6%~haBjrDxoM83hH~K2!U?5 z+foTN@EFHD02=GC-n$fIvs;97J?L~8Jcqm<#=d#Y(1F2Ms?e}}}NV#bQ zjIlZ?5QQ*G; zUv7ZavwXE$A>9O(=8sCY_H46GMJo?LIdUB};8B$$9`lg1xrUv8OteSm9qH*&Aucrt( zJ<}IEuwmbO`@ZE94$N8idRg(g;HF?I86LPI^i2~P2RAkR57zrJOGj4%V( zu`CXjY7D0g83Xz_8;X1wrX({VOF8~x_IQ=#x#Ew)Uq+*8UQQ=!*8gL;_LQ&vaEO}v z?6YjXmsKVn=(+r|W!Jj>vGI%OoLX>cn=WgLYamYt&r{>M) zgKAc0z=N+JD`d9aetSiK!~OS*-!R>a-gJl6yYddZK4XlHv{J-0u@t6_V*1~ona$Uq zR$Tae1Izn=4L^6}x3}@<4<>LSXQ8^>bP0l+XkK7@_v+ literal 0 HcmV?d00001 diff --git a/Resources/Textures/Floof/Mobs/Species/Aquatic/parts.rsi/head_m.png b/Resources/Textures/Floof/Mobs/Species/Aquatic/parts.rsi/head_m.png new file mode 100644 index 0000000000000000000000000000000000000000..12c681a3e04dc779497084bef480cecd30b055c6 GIT binary patch literal 566 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9F5M?jcysy3fA0|Vm= zPZ!6KiaBp*8Ln$`5OLM#T*{rmC^kj!z@bTpTzBwHJD{W!!?3hH*&Aucrt( zJ<}IEuwmbO`@ZE94$N8idRg(g;HF?I86LPI^i2~P2RAkR57zrJOGj4%V( zu`CXjY7D0g83Xz_8;X1wrX({VOF8~x_IQ=#x#Ew)Uq+*8UQQ=!*8gL;_LQ&vaEO}v z?6YjXmsKVn=(+r|W!Jj>vGI%OoLX>cn=WgLYamYt&r{>M) zgKAc0z=N+JD`d9aetSiK!~OS*-!R>a-gJl6yYddZK4XlHv{J-0u@t6_V*1~ona$Uq zR$Tae1Izn=4L^6}x3}@<4<>LSXQ8^>bP0l+XkK7@_v+ literal 0 HcmV?d00001 diff --git a/Resources/Textures/Floof/Mobs/Species/Aquatic/parts.rsi/l_arm.png b/Resources/Textures/Floof/Mobs/Species/Aquatic/parts.rsi/l_arm.png new file mode 100644 index 0000000000000000000000000000000000000000..be45a6a096204fc057dc80bee76690d6d7c77885 GIT binary patch literal 338 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9F5M?jcysy3fA0|O(A zr;B4q#hkadHuAO@2(VtXeA%^tfys$WVL^$P!V(rPh38usg+m{2cx zo}nY1;fOKABT0sjJPj3B8MozHwan zDMpNq6E^0#Y04jbY%yb5XKLiR%6Z+(AKdyIp}+bSgWSTFEC$zT+Fa8OC-RFKYrLpBi&tQF=y35rjYBF&#n_^#Kav-$9g z+&V9yP7tVnP*(Qf%qE@VyVkADoONZ}+t0E0zfXU?ue8G%y|2ep5NG{|1-4nZmcPk1fQmYZ>}p7M$5~ z=db~fYh~l<*B|#too8&Dq-GattRG<0Fyn{*-e;`qQrP8WOs&`MUL95fGRf1`&t;uc GLK6T_dunI^ literal 0 HcmV?d00001 diff --git a/Resources/Textures/Floof/Mobs/Species/Aquatic/parts.rsi/l_hand.png b/Resources/Textures/Floof/Mobs/Species/Aquatic/parts.rsi/l_hand.png new file mode 100644 index 0000000000000000000000000000000000000000..bc3872f7cd13684f92e8b54887e99233f264bdc5 GIT binary patch literal 348 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9F5M?jcysy3fA0|O(U zr;B4q#hkadHu5$bh`3&q)>LISU|@ANV0dgG$85mD3gp!;l0TWsm9)Fy-tN#<>wnzv z;`-fL!RBDYtT2yJ;5QlThDVYNA9)%o*feYl?ti~tC{q&ae*b&V;~ytxmd;bZ zUTVnWd~Hp>D0|0I|I0_Vlu-(z+p2`_(H`?Tc=%i@zb7Oi%t5>@OoET>|AqxgY%!$ zzcW9a?k;kcd5Jkoq0l?I|0^mRG@kPwjAwX~g5>)Aj9TyPy0E_6z~Ex=boFyt=akR{ E0AJ>U^Z)<= literal 0 HcmV?d00001 diff --git a/Resources/Textures/Floof/Mobs/Species/Aquatic/parts.rsi/l_leg.png b/Resources/Textures/Floof/Mobs/Species/Aquatic/parts.rsi/l_leg.png new file mode 100644 index 0000000000000000000000000000000000000000..43cff34fa7e59ecadd42709704fe7abe31b74248 GIT binary patch literal 269 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9F5M?jcysy3fAP;kGe zi(^Pd+}m3ld7BLcS|55(xx{SHz}=P*ax9TUoaX?;yUsYr=}%e;r$qeQ-}UH;vwvA> zI>=BEa4^q{YgAvlW&P_cMHcC{gU1T@)I76(wKaG4(>c1wB9>mit8L-TxMf)ugRT<8 z`UgCF&tD7Sg=htlKjM#m{#rS&{OpUTx2qY~%j{-a^tUB*R@c9Uzi&Qx%CKeaM{Uz8 z`#nwmeZ3P>Bj=p@RdV+$&zH680k1ysX2gDHWSCpcR8wm3GkNiRcaV9Wu6{1-oD!M< DU65&u literal 0 HcmV?d00001 diff --git a/Resources/Textures/Floof/Mobs/Species/Aquatic/parts.rsi/meta.json b/Resources/Textures/Floof/Mobs/Species/Aquatic/parts.rsi/meta.json new file mode 100644 index 00000000000..ae259037c57 --- /dev/null +++ b/Resources/Textures/Floof/Mobs/Species/Aquatic/parts.rsi/meta.json @@ -0,0 +1,66 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "https://github.com/NovaSector/NovaSector/blob/master/modular_nova/modules/bodyparts/icons/aquatic_parts_greyscale.dmi, modified by papelinn", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "full" + }, + { + "name": "head_m", + "directions": 4 + }, + { + "name": "head_f", + "directions": 4 + }, + { + "name": "torso_m", + "directions": 4 + }, + { + "name": "torso_f", + "directions": 4 + }, + { + "name": "r_arm", + "directions": 4 + }, + { + "name": "l_arm", + "directions": 4 + }, + { + "name": "r_hand", + "directions": 4 + }, + { + "name": "l_hand", + "directions": 4 + }, + { + "name": "r_leg", + "directions": 4 + }, + { + "name": "l_leg", + "directions": 4 + }, + { + "name": "r_foot", + "directions": 4 + }, + { + "name": "l_foot", + "directions": 4 + }, + { + "name": "overlay_husk", + "directions": 4 + } + ] +} \ No newline at end of file diff --git a/Resources/Textures/Floof/Mobs/Species/Aquatic/parts.rsi/overlay_husk.png b/Resources/Textures/Floof/Mobs/Species/Aquatic/parts.rsi/overlay_husk.png new file mode 100644 index 0000000000000000000000000000000000000000..2f3261b9f0ab4b81baa7eaff03754035f70378ef GIT binary patch literal 646 zcmV;10(t$3P)Px%KuJVFRCodHSh)X5pWxNDdTMW|QlvWvQF|OpZY4StM6};+NNeptD zQ4M5J04+4c0Im*#jfV-SlWU(nY~!?Ycmrs}jCXecM}64ij>bzrb*)SyE~9qfa_d@M zb{@dZz_aWfChX1F-+N0A<&Pu>H-C&ZGaUpPcvSP?%{70dTkGfTyaq%OZ;Koz-3$Pc z*3b9n`!z3fG=Atk(yjGVH2-)!w&RDmEXykIivTVrNj`Ue5>f;nkFSrknLtA>_IFq= z`N0c*Uf6N09|Bk`f(WEE0g*;n;O8*FCoev3n9J3gt%DSVGMa%G07(NlE-0HRCJtcN zO@NF+Ty?pU6&TfGQUw#jc07!@V)L451Tc7c?73CT~d#ncO8440&l}zjhtlDfieg7?}4%^ z!>n)thP|AE8umqmo%ej>pW2<4Mf-0q9|gvi++ASz&}a`D=4MC-B6cK#bL&|n*5;*A zmSb4V>gf7Vq_nMk{O_ zu@Qv|8_As{ImXcjL}}QJh-h9Oi?HUUh{!RX|49BWxQ91kcmujPhEXDh-TiJFhmdZ> gL>)u${#O(J0GSD;?fcyX<^TWy07*qoM6N<$f(fi0NdN!< literal 0 HcmV?d00001 diff --git a/Resources/Textures/Floof/Mobs/Species/Aquatic/parts.rsi/r_arm.png b/Resources/Textures/Floof/Mobs/Species/Aquatic/parts.rsi/r_arm.png new file mode 100644 index 0000000000000000000000000000000000000000..9ab1fba658bc062115d6ddff65020e7e3050c256 GIT binary patch literal 342 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9F5M?jcysy3fA0|O(6 zr;B4q#hkY{4c9d}NVq;sPCCgH!NB@Eo>P^TJAv`btZb*`g~mq?&8*)4?x;9(dfk#A z?`L>3oKakQA&>YsMf z&QcQbZOGdQsC)JaWQo) zRTi~7MI3&AkBi~Da5;Ixc89a}-#?t$f0_l|v~P^_?Bs&FBVV{27(X#bG~tHs+^}^7<=6`_x7||%RF;$i`oCzy?A|-&dOD*Lau-PdQZD{ z?sqOH86o+9uZ#LG=D!r^ViWjOQXlxI7h(v5O`wS4{q7%?vzBFRN#Cq_!_9NJ;60F6*2UngHhUZ!`b^ literal 0 HcmV?d00001 diff --git a/Resources/Textures/Floof/Mobs/Species/Aquatic/parts.rsi/r_hand.png b/Resources/Textures/Floof/Mobs/Species/Aquatic/parts.rsi/r_hand.png new file mode 100644 index 0000000000000000000000000000000000000000..7dd089a7b4987dd9fad4ce69c230e096f48b96da GIT binary patch literal 353 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9F5M?jcysy3fA0|TS5 zr;B4q#hkad_VP9bh_pSteq<7(L_-sZD3oX|lxSeo&;$}MOpmu5>5|XgQ+Gdj=8BU$ z*B=i!AX~`SV8QM%hgsnqqrh{9j$(!*mJE+%7z+6|e1B%*+n*X4aee9{4UN;Ej`erX zd|s(`+US#w{hXgy*sheGHQ-sIz$gF6-TJYCLuhEv;~%#gM2^gfZZR%nKJx2`*WAdZ z@f*+X*=zUf&qKB)MIXw;)4qiQO~zp%vT*qR3#E5oA4|T|>icwNqiuYy!~O3|-YsUh zy_w1P@`PQd8E4}h$1{Ong0XJJ~vD8fQ)5-fnmnr>FVdQ I&MBb@0B3HE^Z)<= literal 0 HcmV?d00001 diff --git a/Resources/Textures/Floof/Mobs/Species/Aquatic/parts.rsi/r_leg.png b/Resources/Textures/Floof/Mobs/Species/Aquatic/parts.rsi/r_leg.png new file mode 100644 index 0000000000000000000000000000000000000000..4f52b7ac948ab08bb14556c60e6c96f03b15e2ce GIT binary patch literal 257 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9F5M?jcysy3fAP;j%S zi(^Pd+}m3ld7BLcSOe5enGG0Nn+>&`0}L3LFR1VG@F+Q9A=p*9-puMXclh^UCZHyU zhT9b~vNvWgd%0D|JLWKfpYSo!MA-z8v{j?r|jPi8#b6Mw<&;$T924E5Z literal 0 HcmV?d00001 diff --git a/Resources/Textures/Floof/Mobs/Species/Aquatic/parts.rsi/torso_f.png b/Resources/Textures/Floof/Mobs/Species/Aquatic/parts.rsi/torso_f.png new file mode 100644 index 0000000000000000000000000000000000000000..9abf0a9a543865f26b525a886edfc6811dfca575 GIT binary patch literal 849 zcmV-X1FrmuP)fzEqNf&iU^2w9d@cbX#j>^$L3;JDZ0 zANgQ9oto{Nr$O9-`=Nm2A~L+q0QdGE;cEY_7ebF_0V~b|F!R<)jK7(;j(}J1J}?Ww zRhOO?xfluok}W%~hX6izS%keb1oT2E6zDKIPWaw68cYHp!|rywoX4ZlsKGxdJTD%h zePn!2yMNav&i2g_fKJ~#B>}m&|LWS~t&`wSkOYv(NdidZBmpFHk^mApNdSqQB!EOt z5O3A%`>qhfhCb$Y9qtT)j~2`kFq_R} zv)NR~T6I33_ldTlx5HoH^$_ zf`8ErRoC-F+ZpJr1~f6{vhMH0c0FEfQ;h?ka64q zGL9RdIr(rnWZ2g0^)JWH=X2P$TCG2n2-ZKHPPrb((`YoJ^h+B6aR@;iKNjSG0RF>y zDNMk9xzM#*?dBn1pO0zvOB=w2zw&t%ytxhmTrQW->+uh1%qx*kTxf>vqw~I_v;q75 zJ{P;M0>YedUTV1D98ZxEWl?1Sgvy+k0ybF|TEhF<3@mK`>J{o2()?cNU!xS#KUE_r z^#6NKjQ+3e28+_YOm-IWD-C!hZb0mX-15ez-ZK=9Lt-0W&j9TOJnE9&BKBkZ;TU}e zV~%#a{pEiRPgMan;vH~z_^4YfgUSH(vD@u7r+g8T`ts!mun95x>I~@j`$-E~ zwZ1okWE?kujN=B7aohkhjvGM6aRbOWZU7m_4ItyV0c0Gt0X#p)v$Oa*}wYL#`n-TcEWw)iEV84Vdn$2d}d_GTV0yLn-$aMmUE!hGI29Bp%1o12} zv8fDbHk%>U0ngX-#KgPcX)^7~5JsH=lgWhE>vg^_U6-ku3aKFrjcS0{j>n_wekucS zb7a9!tOk{3z;d~yp9r2lV$)_}R25h(7J1#1)8pJeqy!qWkca`XATwj8>eU9I@YCru zv;&*XrjmO92*iMR5LXOOjRXgS!OawTRmfRs!~i%Gw5SbW!QpTi>KufTme{5q1OaG_ z$Kwo|82ofPo$x;j&#`GxPmg1yg@U6kVBvSJ5$N@L;X&}IH2E?)X##hJFd+5XfT9@g yhvJp258wdk&AciGe;p>{xB+AwH-L;|-hjV?&}b;dc<`P80000