diff --git a/Resources/Prototypes/ADT/Body/Organs/Drask.yml b/Resources/Prototypes/ADT/Body/Organs/Drask.yml index 53a6c3b0966..1d98e7d0d01 100644 --- a/Resources/Prototypes/ADT/Body/Organs/Drask.yml +++ b/Resources/Prototypes/ADT/Body/Organs/Drask.yml @@ -6,7 +6,7 @@ description: "I see you!" components: - type: Sprite - sprite: ADT/Mobs/Drask/organs.rsi + sprite: ADT/Mobs/Species/Drask/organs.rsi state: eyes - type: entity @@ -17,7 +17,7 @@ description: "Filters oxygen from an atmosphere, which is then sent into the bloodstream to be used as an electron carrier." components: - type: Sprite - sprite: ADT/Mobs/Drask/organs.rsi + sprite: ADT/Mobs/Species/Drask/organs.rsi state: lungs - type: Lung - type: Metabolizer @@ -51,7 +51,7 @@ description: "I feel bad for the heartless bastard who lost this." components: - type: Sprite - sprite: ADT/Mobs/Drask/organs.rsi + sprite: ADT/Mobs/Species/Drask/organs.rsi state: heart_on - type: Metabolizer maxReagents: 2 @@ -69,7 +69,7 @@ description: "Ew innards." components: - type: Sprite - sprite: ADT/Mobs/Drask/organs.rsi + sprite: ADT/Mobs/Species/Drask/organs.rsi state: innards - type: SolutionContainerManager solutions: @@ -95,7 +95,7 @@ name: kidneys components: - type: Sprite - sprite: ADT/Mobs/Drask/organs.rsi + sprite: ADT/Mobs/Species/Drask/organs.rsi state: kidneys - type: Metabolizer maxReagents: 5 diff --git a/Resources/Prototypes/ADT/Body/Parts/Drask.yml b/Resources/Prototypes/ADT/Body/Parts/Drask.yml index bceb64a62be..d6c7ef319be 100644 --- a/Resources/Prototypes/ADT/Body/Parts/Drask.yml +++ b/Resources/Prototypes/ADT/Body/Parts/Drask.yml @@ -21,10 +21,10 @@ components: - type: Sprite netsync: false - sprite: ADT/Mobs/Drask/parts.rsi + sprite: ADT/Mobs/Species/Drask/parts.rsi state: "torso_m" - type: Icon - sprite: ADT/Mobs/Drask/parts.rsi + sprite: ADT/Mobs/Species/Drask/parts.rsi state: "torso_m" - type: BodyPart partType: Torso @@ -36,10 +36,10 @@ components: - type: Sprite netsync: false - sprite: ADT/Mobs/Drask/parts.rsi + sprite: ADT/Mobs/Species/Drask/parts.rsi state: "head_m" - type: Icon - sprite: ADT/Mobs/Drask/parts.rsi + sprite: ADT/Mobs/Species/Drask/parts.rsi state: "head_m" - type: BodyPart partType: Head @@ -62,10 +62,10 @@ components: - type: Sprite netsync: false - sprite: ADT/Mobs/Drask/parts.rsi + sprite: ADT/Mobs/Species/Drask/parts.rsi state: "l_arm" - type: Icon - sprite: ADT/Mobs/Drask/parts.rsi + sprite: ADT/Mobs/Species/Drask/parts.rsi state: "l_arm" - type: BodyPart partType: Arm @@ -78,10 +78,10 @@ components: - type: Sprite netsync: false - sprite: ADT/Mobs/Drask/parts.rsi + sprite: ADT/Mobs/Species/Drask/parts.rsi state: "r_arm" - type: Icon - sprite: ADT/Mobs/Drask/parts.rsi + sprite: ADT/Mobs/Species/Drask/parts.rsi state: "r_arm" - type: BodyPart partType: Arm @@ -94,10 +94,10 @@ components: - type: Sprite netsync: false - sprite: ADT/Mobs/Drask/parts.rsi + sprite: ADT/Mobs/Species/Drask/parts.rsi state: "l_hand" - type: Icon - sprite: ADT/Mobs/Drask/parts.rsi + sprite: ADT/Mobs/Species/Drask/parts.rsi state: "l_hand" - type: BodyPart partType: Hand @@ -110,10 +110,10 @@ components: - type: Sprite netsync: false - sprite: ADT/Mobs/Drask/parts.rsi + sprite: ADT/Mobs/Species/Drask/parts.rsi state: "r_hand" - type: Icon - sprite: ADT/Mobs/Drask/parts.rsi + sprite: ADT/Mobs/Species/Drask/parts.rsi state: "r_hand" - type: BodyPart partType: Hand @@ -126,10 +126,10 @@ components: - type: Sprite netsync: false - sprite: ADT/Mobs/Drask/parts.rsi + sprite: ADT/Mobs/Species/Drask/parts.rsi state: "l_leg" - type: Icon - sprite: ADT/Mobs/Drask/parts.rsi + sprite: ADT/Mobs/Species/Drask/parts.rsi state: "l_leg" - type: BodyPart partType: Leg @@ -145,10 +145,10 @@ components: - type: Sprite netsync: false - sprite: ADT/Mobs/Drask/parts.rsi + sprite: ADT/Mobs/Species/Drask/parts.rsi state: "r_leg" - type: Icon - sprite: ADT/Mobs/Drask/parts.rsi + sprite: ADT/Mobs/Species/Drask/parts.rsi state: "r_leg" - type: BodyPart partType: Leg @@ -164,10 +164,10 @@ components: - type: Sprite netsync: false - sprite: ADT/Mobs/Drask/parts.rsi + sprite: ADT/Mobs/Species/Drask/parts.rsi state: "l_foot" - type: Icon - sprite: ADT/Mobs/Drask/parts.rsi + sprite: ADT/Mobs/Species/Drask/parts.rsi state: "l_foot" - type: BodyPart partType: Foot @@ -180,10 +180,10 @@ components: - type: Sprite netsync: false - sprite: ADT/Mobs/Drask/parts.rsi + sprite: ADT/Mobs/Species/Drask/parts.rsi state: "r_foot" - type: Icon - sprite: ADT/Mobs/Drask/parts.rsi + sprite: ADT/Mobs/Species/Drask/parts.rsi state: "r_foot" - type: BodyPart partType: Foot diff --git a/Resources/Prototypes/ADT/Body/Parts/demon.yml b/Resources/Prototypes/ADT/Body/Parts/demon.yml index ddc0a23bd84..a9da211bcb8 100644 --- a/Resources/Prototypes/ADT/Body/Parts/demon.yml +++ b/Resources/Prototypes/ADT/Body/Parts/demon.yml @@ -24,10 +24,10 @@ components: - type: Sprite netsync: false - sprite: ADT/Mobs/Demon/parts.rsi + sprite: ADT/Mobs/Species/Demon/parts.rsi state: "torso_m" - type: Icon - sprite: ADT/Mobs/Demon/parts.rsi + sprite: ADT/Mobs/Species/Demon/parts.rsi state: "torso_m" - type: BodyPart partType: Torso @@ -39,10 +39,10 @@ components: - type: Sprite netsync: false - sprite: ADT/Mobs/Demon/parts.rsi + sprite: ADT/Mobs/Species/Demon/parts.rsi state: "head_m" - type: Icon - sprite: ADT/Mobs/Demon/parts.rsi + sprite: ADT/Mobs/Species/Demon/parts.rsi state: "head_m" - type: BodyPart partType: Head @@ -65,10 +65,10 @@ components: - type: Sprite netsync: false - sprite: ADT/Mobs/Demon/parts.rsi + sprite: ADT/Mobs/Species/Demon/parts.rsi state: "l_arm" - type: Icon - sprite: ADT/Mobs/Demon/parts.rsi + sprite: ADT/Mobs/Species/Demon/parts.rsi state: "l_arm" - type: BodyPart partType: Arm @@ -81,10 +81,10 @@ components: - type: Sprite netsync: false - sprite: ADT/Mobs/Demon/parts.rsi + sprite: ADT/Mobs/Species/Demon/parts.rsi state: "r_arm" - type: Icon - sprite: ADT/Mobs/Demon/parts.rsi + sprite: ADT/Mobs/Species/Demon/parts.rsi state: "r_arm" - type: BodyPart partType: Arm @@ -97,10 +97,10 @@ components: - type: Sprite netsync: false - sprite: ADT/Mobs/Demon/parts.rsi + sprite: ADT/Mobs/Species/Demon/parts.rsi state: "l_hand" - type: Icon - sprite: ADT/Mobs/Demon/parts.rsi + sprite: ADT/Mobs/Species/Demon/parts.rsi state: "l_hand" - type: BodyPart partType: Hand @@ -113,10 +113,10 @@ components: - type: Sprite netsync: false - sprite: ADT/Mobs/Demon/parts.rsi + sprite: ADT/Mobs/Species/Demon/parts.rsi state: "r_hand" - type: Icon - sprite: ADT/Mobs/Demon/parts.rsi + sprite: ADT/Mobs/Species/Demon/parts.rsi state: "r_hand" - type: BodyPart partType: Hand @@ -129,10 +129,10 @@ components: - type: Sprite netsync: false - sprite: ADT/Mobs/Demon/parts.rsi + sprite: ADT/Mobs/Species/Demon/parts.rsi state: "l_leg" - type: Icon - sprite: ADT/Mobs/Demon/parts.rsi + sprite: ADT/Mobs/Species/Demon/parts.rsi state: "l_leg" - type: BodyPart partType: Leg @@ -148,10 +148,10 @@ components: - type: Sprite netsync: false - sprite: ADT/Mobs/Demon/parts.rsi + sprite: ADT/Mobs/Species/Demon/parts.rsi state: "r_leg" - type: Icon - sprite: ADT/Mobs/Demon/parts.rsi + sprite: ADT/Mobs/Species/Demon/parts.rsi state: "r_leg" - type: BodyPart partType: Leg @@ -167,10 +167,10 @@ components: - type: Sprite netsync: false - sprite: ADT/Mobs/Demon/parts.rsi + sprite: ADT/Mobs/Species/Demon/parts.rsi state: "l_foot" - type: Icon - sprite: ADT/Mobs/Demon/parts.rsi + sprite: ADT/Mobs/Species/Demon/parts.rsi state: "l_foot" - type: BodyPart partType: Foot @@ -183,10 +183,10 @@ components: - type: Sprite netsync: false - sprite: ADT/Mobs/Demon/parts.rsi + sprite: ADT/Mobs/Species/Demon/parts.rsi state: "r_foot" - type: Icon - sprite: ADT/Mobs/Demon/parts.rsi + sprite: ADT/Mobs/Species/Demon/parts.rsi state: "r_foot" - type: BodyPart partType: Foot diff --git a/Resources/Prototypes/ADT/Entities/Mobs/Customization/Markings/Drask.yml b/Resources/Prototypes/ADT/Entities/Mobs/Customization/Markings/Drask.yml index 242111d6d68..01c1fbcc99c 100644 --- a/Resources/Prototypes/ADT/Entities/Mobs/Customization/Markings/Drask.yml +++ b/Resources/Prototypes/ADT/Entities/Mobs/Customization/Markings/Drask.yml @@ -17,7 +17,7 @@ !type:SimpleColoring color: "#171717" sprites: - - sprite: ADT/Mobs/Drask/custom.rsi + - sprite: ADT/Mobs/Species/Drask/custom.rsi state: r_arm - type: marking @@ -39,5 +39,5 @@ !type:SimpleColoring color: "#171717" sprites: - - sprite: ADT/Mobs/Drask/custom.rsi + - sprite: ADT/Mobs/Species/Drask/custom.rsi state: l_arm diff --git a/Resources/Prototypes/ADT/Entities/Mobs/Customization/Markings/demon.yml b/Resources/Prototypes/ADT/Entities/Mobs/Customization/Markings/demon.yml index bb197ca124a..8fc7794f510 100644 --- a/Resources/Prototypes/ADT/Entities/Mobs/Customization/Markings/demon.yml +++ b/Resources/Prototypes/ADT/Entities/Mobs/Customization/Markings/demon.yml @@ -4,7 +4,7 @@ markingCategory: Tail speciesRestriction: [DemonSpecies] sprites: - - sprite: ADT/Mobs/Demon/custom.rsi + - sprite: ADT/Mobs/Species/Demon/custom.rsi state: demon_tail - type: marking @@ -13,7 +13,7 @@ markingCategory: Tail speciesRestriction: [DemonSpecies] sprites: - - sprite: ADT/Mobs/Demon/custom.rsi + - sprite: ADT/Mobs/Species/Demon/custom.rsi state: long - type: marking @@ -22,7 +22,7 @@ markingCategory: Tail speciesRestriction: [DemonSpecies] sprites: - - sprite: ADT/Mobs/Demon/custom.rsi + - sprite: ADT/Mobs/Species/Demon/custom.rsi state: up - type: marking @@ -31,7 +31,7 @@ markingCategory: HeadSide speciesRestriction: [DemonSpecies] sprites: - - sprite: ADT/Mobs/Demon/custom.rsi + - sprite: ADT/Mobs/Species/Demon/custom.rsi state: cow_ears - type: marking @@ -40,7 +40,7 @@ markingCategory: HeadSide speciesRestriction: [DemonSpecies] sprites: - - sprite: ADT/Mobs/Demon/custom.rsi + - sprite: ADT/Mobs/Species/Demon/custom.rsi state: demon_ears - type: marking @@ -49,7 +49,7 @@ markingCategory: HeadTop speciesRestriction: [DemonSpecies] sprites: - - sprite: ADT/Mobs/Demon/custom.rsi + - sprite: ADT/Mobs/Species/Demon/custom.rsi state: cow_horns - type: marking @@ -58,7 +58,7 @@ markingCategory: HeadTop speciesRestriction: [DemonSpecies] sprites: - - sprite: ADT/Mobs/Demon/custom.rsi + - sprite: ADT/Mobs/Species/Demon/custom.rsi state: deer_antlers_horns - type: marking @@ -67,7 +67,7 @@ markingCategory: HeadTop speciesRestriction: [DemonSpecies] sprites: - - sprite: ADT/Mobs/Demon/custom.rsi + - sprite: ADT/Mobs/Species/Demon/custom.rsi state: small_horns - type: marking @@ -76,7 +76,7 @@ markingCategory: Chest speciesRestriction: [DemonSpecies] sprites: - - sprite: ADT/Mobs/Demon/custom.rsi + - sprite: ADT/Mobs/Species/Demon/custom.rsi state: cow_spots - type: marking @@ -85,7 +85,7 @@ markingCategory: Chest speciesRestriction: [DemonSpecies] sprites: - - sprite: ADT/Mobs/Demon/custom.rsi + - sprite: ADT/Mobs/Species/Demon/custom.rsi state: guards_stripes - type: marking @@ -94,7 +94,7 @@ markingCategory: Chest speciesRestriction: [DemonSpecies] sprites: - - sprite: ADT/Mobs/Demon/custom.rsi + - sprite: ADT/Mobs/Species/Demon/custom.rsi state: lines_emperos - type: marking @@ -103,7 +103,7 @@ markingCategory: Chest speciesRestriction: [DemonSpecies] sprites: - - sprite: ADT/Mobs/Demon/custom.rsi + - sprite: ADT/Mobs/Species/Demon/custom.rsi state: queen_lines - type: marking @@ -112,7 +112,7 @@ markingCategory: Chest speciesRestriction: [DemonSpecies] sprites: - - sprite: ADT/Mobs/Demon/custom.rsi + - sprite: ADT/Mobs/Species/Demon/custom.rsi state: tree_lines - type: marking @@ -121,7 +121,7 @@ markingCategory: Chest speciesRestriction: [DemonSpecies] sprites: - - sprite: ADT/Mobs/Demon/custom.rsi + - sprite: ADT/Mobs/Species/Demon/custom.rsi state: trinity_spots - type: marking @@ -129,5 +129,5 @@ bodyPart: FacialHair markingCategory: FacialHair sprites: - - sprite: ADT/Mobs/Demon/custom.rsi + - sprite: ADT/Mobs/Species/Demon/custom.rsi state: goatee diff --git a/Resources/Prototypes/ADT/Entities/Mobs/Species/Drask.yml b/Resources/Prototypes/ADT/Entities/Mobs/Species/Drask.yml index 72556b70a2d..5b2a6ea42ea 100644 --- a/Resources/Prototypes/ADT/Entities/Mobs/Species/Drask.yml +++ b/Resources/Prototypes/ADT/Entities/Mobs/Species/Drask.yml @@ -12,7 +12,7 @@ Cold: 0.05 Bloodloss: 0.05 - type: Icon - sprite: ADT/Mobs/Drask/parts.rsi + sprite: ADT/Mobs/Species/Drask/parts.rsi state: full - type: Thirst - type: Perishable diff --git a/Resources/Prototypes/ADT/Entities/Mobs/Species/demon.yml b/Resources/Prototypes/ADT/Entities/Mobs/Species/demon.yml index 6f99d513004..3d5fd467efb 100644 --- a/Resources/Prototypes/ADT/Entities/Mobs/Species/demon.yml +++ b/Resources/Prototypes/ADT/Entities/Mobs/Species/demon.yml @@ -10,7 +10,7 @@ - type: Hunger - type: Thirst - type: Icon - sprite: ADT/Mobs/Demon/parts.rsi + sprite: ADT/Mobs/Species/Demon/parts.rsi state: full_m - type: Sprite netsync: false diff --git a/Resources/Prototypes/ADT/Species/demon.yml b/Resources/Prototypes/ADT/Species/demon.yml index 82bbe62c593..a5ff1c3d8f7 100644 --- a/Resources/Prototypes/ADT/Species/demon.yml +++ b/Resources/Prototypes/ADT/Species/demon.yml @@ -69,89 +69,89 @@ - type: humanoidBaseSprite id: MobDemonHead baseSprite: - sprite: ADT/Mobs/Demon/parts.rsi + sprite: ADT/Mobs/Species/Demon/parts.rsi state: head_m - type: humanoidBaseSprite id: MobDemonHeadMale baseSprite: - sprite: ADT/Mobs/Demon/parts.rsi + sprite: ADT/Mobs/Species/Demon/parts.rsi state: head_m - type: humanoidBaseSprite id: MobDemonHeadFemale baseSprite: - sprite: ADT/Mobs/Demon/parts.rsi + sprite: ADT/Mobs/Species/Demon/parts.rsi state: head_f - type: humanoidBaseSprite id: MobDemonTorso baseSprite: - sprite: ADT/Mobs/Demon/parts.rsi + sprite: ADT/Mobs/Species/Demon/parts.rsi state: torso_m - type: humanoidBaseSprite id: MobDemonTorsoMale baseSprite: - sprite: ADT/Mobs/Demon/parts.rsi + sprite: ADT/Mobs/Species/Demon/parts.rsi state: torso_m - type: humanoidBaseSprite id: MobDemonTorsoFemale baseSprite: - sprite: ADT/Mobs/Demon/parts.rsi + sprite: ADT/Mobs/Species/Demon/parts.rsi state: torso_f - type: humanoidBaseSprite id: MobDemonLLeg baseSprite: - sprite: ADT/Mobs/Demon/parts.rsi + sprite: ADT/Mobs/Species/Demon/parts.rsi state: l_leg - type: humanoidBaseSprite id: MobDemonLHand baseSprite: - sprite: ADT/Mobs/Demon/parts.rsi + sprite: ADT/Mobs/Species/Demon/parts.rsi state: l_hand - type: humanoidBaseSprite id: MobDemonLArm baseSprite: - sprite: ADT/Mobs/Demon/parts.rsi + sprite: ADT/Mobs/Species/Demon/parts.rsi state: l_arm - type: humanoidBaseSprite id: MobDemonLFoot baseSprite: - sprite: ADT/Mobs/Demon/parts.rsi + sprite: ADT/Mobs/Species/Demon/parts.rsi state: l_foot - type: humanoidBaseSprite id: MobDemonRLeg baseSprite: - sprite: ADT/Mobs/Demon/parts.rsi + sprite: ADT/Mobs/Species/Demon/parts.rsi state: r_leg - type: humanoidBaseSprite id: MobDemonRHand baseSprite: - sprite: ADT/Mobs/Demon/parts.rsi + sprite: ADT/Mobs/Species/Demon/parts.rsi state: r_hand - type: humanoidBaseSprite id: MobDemonRArm baseSprite: - sprite: ADT/Mobs/Demon/parts.rsi + sprite: ADT/Mobs/Species/Demon/parts.rsi state: r_arm - type: humanoidBaseSprite id: MobDemonRFoot baseSprite: - sprite: ADT/Mobs/Demon/parts.rsi + sprite: ADT/Mobs/Species/Demon/parts.rsi state: r_foot - type: humanoidBaseSprite id: MobDemonTail baseSprite: - sprite: ADT/Mobs/Demon/parts.rsi + sprite: ADT/Mobs/Species/Demon/parts.rsi state: tail diff --git a/Resources/Prototypes/ADT/Species/drask.yml b/Resources/Prototypes/ADT/Species/drask.yml index 8c75d513aec..7436e823c58 100644 --- a/Resources/Prototypes/ADT/Species/drask.yml +++ b/Resources/Prototypes/ADT/Species/drask.yml @@ -70,89 +70,89 @@ - type: humanoidBaseSprite id: MobDraskEyes baseSprite: - sprite: ADT/Mobs/Drask/parts.rsi + sprite: ADT/Mobs/Species/Drask/parts.rsi state: eyes - type: humanoidBaseSprite id: MobDraskHead baseSprite: - sprite: ADT/Mobs/Drask/parts.rsi + sprite: ADT/Mobs/Species/Drask/parts.rsi state: head_m - type: humanoidBaseSprite id: MobDraskHeadMale baseSprite: - sprite: ADT/Mobs/Drask/parts.rsi + sprite: ADT/Mobs/Species/Drask/parts.rsi state: head_m - type: humanoidBaseSprite id: MobDraskHeadFemale baseSprite: - sprite: ADT/Mobs/Drask/parts.rsi + sprite: ADT/Mobs/Species/Drask/parts.rsi state: head_f - type: humanoidBaseSprite id: MobDraskTorso baseSprite: - sprite: ADT/Mobs/Drask/parts.rsi + sprite: ADT/Mobs/Species/Drask/parts.rsi state: torso_m - type: humanoidBaseSprite id: MobDraskTorsoMale baseSprite: - sprite: ADT/Mobs/Drask/parts.rsi + sprite: ADT/Mobs/Species/Drask/parts.rsi state: torso_m - type: humanoidBaseSprite id: MobDraskTorsoFemale baseSprite: - sprite: ADT/Mobs/Drask/parts.rsi + sprite: ADT/Mobs/Species/Drask/parts.rsi state: torso_f - type: humanoidBaseSprite id: MobDraskLLeg baseSprite: - sprite: ADT/Mobs/Drask/parts.rsi + sprite: ADT/Mobs/Species/Drask/parts.rsi state: l_leg - type: humanoidBaseSprite id: MobDraskLHand baseSprite: - sprite: ADT/Mobs/Drask/parts.rsi + sprite: ADT/Mobs/Species/Drask/parts.rsi state: l_hand - type: humanoidBaseSprite id: MobDraskLArm baseSprite: - sprite: ADT/Mobs/Drask/parts.rsi + sprite: ADT/Mobs/Species/Drask/parts.rsi state: l_arm - type: humanoidBaseSprite id: MobDraskLFoot baseSprite: - sprite: ADT/Mobs/Drask/parts.rsi + sprite: ADT/Mobs/Species/Drask/parts.rsi state: l_foot - type: humanoidBaseSprite id: MobDraskRLeg baseSprite: - sprite: ADT/Mobs/Drask/parts.rsi + sprite: ADT/Mobs/Species/Drask/parts.rsi state: r_leg - type: humanoidBaseSprite id: MobDraskRHand baseSprite: - sprite: ADT/Mobs/Drask/parts.rsi + sprite: ADT/Mobs/Species/Drask/parts.rsi state: r_hand - type: humanoidBaseSprite id: MobDraskRArm baseSprite: - sprite: ADT/Mobs/Drask/parts.rsi + sprite: ADT/Mobs/Species/Drask/parts.rsi state: r_arm - type: humanoidBaseSprite id: MobDraskRFoot baseSprite: - sprite: ADT/Mobs/Drask/parts.rsi + sprite: ADT/Mobs/Species/Drask/parts.rsi state: r_foot diff --git a/Resources/Textures/ADT/Mobs/Demon/custom.rsi/cow_ears.png b/Resources/Textures/ADT/Mobs/Species/Demon/custom.rsi/cow_ears.png similarity index 100% rename from Resources/Textures/ADT/Mobs/Demon/custom.rsi/cow_ears.png rename to Resources/Textures/ADT/Mobs/Species/Demon/custom.rsi/cow_ears.png diff --git a/Resources/Textures/ADT/Mobs/Demon/custom.rsi/cow_horns.png b/Resources/Textures/ADT/Mobs/Species/Demon/custom.rsi/cow_horns.png similarity index 100% rename from Resources/Textures/ADT/Mobs/Demon/custom.rsi/cow_horns.png rename to Resources/Textures/ADT/Mobs/Species/Demon/custom.rsi/cow_horns.png diff --git a/Resources/Textures/ADT/Mobs/Demon/custom.rsi/cow_spots.png b/Resources/Textures/ADT/Mobs/Species/Demon/custom.rsi/cow_spots.png similarity index 100% rename from Resources/Textures/ADT/Mobs/Demon/custom.rsi/cow_spots.png rename to Resources/Textures/ADT/Mobs/Species/Demon/custom.rsi/cow_spots.png diff --git a/Resources/Textures/ADT/Mobs/Demon/custom.rsi/deer_antlers_horns.png b/Resources/Textures/ADT/Mobs/Species/Demon/custom.rsi/deer_antlers_horns.png similarity index 100% rename from Resources/Textures/ADT/Mobs/Demon/custom.rsi/deer_antlers_horns.png rename to Resources/Textures/ADT/Mobs/Species/Demon/custom.rsi/deer_antlers_horns.png diff --git a/Resources/Textures/ADT/Mobs/Demon/custom.rsi/demon_ears.png b/Resources/Textures/ADT/Mobs/Species/Demon/custom.rsi/demon_ears.png similarity index 100% rename from Resources/Textures/ADT/Mobs/Demon/custom.rsi/demon_ears.png rename to Resources/Textures/ADT/Mobs/Species/Demon/custom.rsi/demon_ears.png diff --git a/Resources/Textures/ADT/Mobs/Demon/custom.rsi/demon_tail.png b/Resources/Textures/ADT/Mobs/Species/Demon/custom.rsi/demon_tail.png similarity index 100% rename from Resources/Textures/ADT/Mobs/Demon/custom.rsi/demon_tail.png rename to Resources/Textures/ADT/Mobs/Species/Demon/custom.rsi/demon_tail.png diff --git a/Resources/Textures/ADT/Mobs/Demon/custom.rsi/goatee.png b/Resources/Textures/ADT/Mobs/Species/Demon/custom.rsi/goatee.png similarity index 100% rename from Resources/Textures/ADT/Mobs/Demon/custom.rsi/goatee.png rename to Resources/Textures/ADT/Mobs/Species/Demon/custom.rsi/goatee.png diff --git a/Resources/Textures/ADT/Mobs/Demon/custom.rsi/guards_stripes.png b/Resources/Textures/ADT/Mobs/Species/Demon/custom.rsi/guards_stripes.png similarity index 100% rename from Resources/Textures/ADT/Mobs/Demon/custom.rsi/guards_stripes.png rename to Resources/Textures/ADT/Mobs/Species/Demon/custom.rsi/guards_stripes.png diff --git a/Resources/Textures/ADT/Mobs/Demon/custom.rsi/lines_emperos.png b/Resources/Textures/ADT/Mobs/Species/Demon/custom.rsi/lines_emperos.png similarity index 100% rename from Resources/Textures/ADT/Mobs/Demon/custom.rsi/lines_emperos.png rename to Resources/Textures/ADT/Mobs/Species/Demon/custom.rsi/lines_emperos.png diff --git a/Resources/Textures/ADT/Mobs/Demon/custom.rsi/long.png b/Resources/Textures/ADT/Mobs/Species/Demon/custom.rsi/long.png similarity index 100% rename from Resources/Textures/ADT/Mobs/Demon/custom.rsi/long.png rename to Resources/Textures/ADT/Mobs/Species/Demon/custom.rsi/long.png diff --git a/Resources/Textures/ADT/Mobs/Demon/custom.rsi/meta.json b/Resources/Textures/ADT/Mobs/Species/Demon/custom.rsi/meta.json similarity index 100% rename from Resources/Textures/ADT/Mobs/Demon/custom.rsi/meta.json rename to Resources/Textures/ADT/Mobs/Species/Demon/custom.rsi/meta.json diff --git a/Resources/Textures/ADT/Mobs/Demon/custom.rsi/queen_lines.png b/Resources/Textures/ADT/Mobs/Species/Demon/custom.rsi/queen_lines.png similarity index 100% rename from Resources/Textures/ADT/Mobs/Demon/custom.rsi/queen_lines.png rename to Resources/Textures/ADT/Mobs/Species/Demon/custom.rsi/queen_lines.png diff --git a/Resources/Textures/ADT/Mobs/Demon/custom.rsi/small_horns.png b/Resources/Textures/ADT/Mobs/Species/Demon/custom.rsi/small_horns.png similarity index 100% rename from Resources/Textures/ADT/Mobs/Demon/custom.rsi/small_horns.png rename to Resources/Textures/ADT/Mobs/Species/Demon/custom.rsi/small_horns.png diff --git a/Resources/Textures/ADT/Mobs/Demon/custom.rsi/tree_lines.png b/Resources/Textures/ADT/Mobs/Species/Demon/custom.rsi/tree_lines.png similarity index 100% rename from Resources/Textures/ADT/Mobs/Demon/custom.rsi/tree_lines.png rename to Resources/Textures/ADT/Mobs/Species/Demon/custom.rsi/tree_lines.png diff --git a/Resources/Textures/ADT/Mobs/Demon/custom.rsi/trinity_spots.png b/Resources/Textures/ADT/Mobs/Species/Demon/custom.rsi/trinity_spots.png similarity index 100% rename from Resources/Textures/ADT/Mobs/Demon/custom.rsi/trinity_spots.png rename to Resources/Textures/ADT/Mobs/Species/Demon/custom.rsi/trinity_spots.png diff --git a/Resources/Textures/ADT/Mobs/Demon/custom.rsi/up.png b/Resources/Textures/ADT/Mobs/Species/Demon/custom.rsi/up.png similarity index 100% rename from Resources/Textures/ADT/Mobs/Demon/custom.rsi/up.png rename to Resources/Textures/ADT/Mobs/Species/Demon/custom.rsi/up.png diff --git a/Resources/Textures/ADT/Mobs/Demon/parts.rsi/full_f.png b/Resources/Textures/ADT/Mobs/Species/Demon/parts.rsi/full_f.png similarity index 100% rename from Resources/Textures/ADT/Mobs/Demon/parts.rsi/full_f.png rename to Resources/Textures/ADT/Mobs/Species/Demon/parts.rsi/full_f.png diff --git a/Resources/Textures/ADT/Mobs/Demon/parts.rsi/full_m.png b/Resources/Textures/ADT/Mobs/Species/Demon/parts.rsi/full_m.png similarity index 100% rename from Resources/Textures/ADT/Mobs/Demon/parts.rsi/full_m.png rename to Resources/Textures/ADT/Mobs/Species/Demon/parts.rsi/full_m.png diff --git a/Resources/Textures/ADT/Mobs/Demon/parts.rsi/full_t.png b/Resources/Textures/ADT/Mobs/Species/Demon/parts.rsi/full_t.png similarity index 100% rename from Resources/Textures/ADT/Mobs/Demon/parts.rsi/full_t.png rename to Resources/Textures/ADT/Mobs/Species/Demon/parts.rsi/full_t.png diff --git a/Resources/Textures/ADT/Mobs/Demon/parts.rsi/head_f.png b/Resources/Textures/ADT/Mobs/Species/Demon/parts.rsi/head_f.png similarity index 100% rename from Resources/Textures/ADT/Mobs/Demon/parts.rsi/head_f.png rename to Resources/Textures/ADT/Mobs/Species/Demon/parts.rsi/head_f.png diff --git a/Resources/Textures/ADT/Mobs/Demon/parts.rsi/head_m.png b/Resources/Textures/ADT/Mobs/Species/Demon/parts.rsi/head_m.png similarity index 100% rename from Resources/Textures/ADT/Mobs/Demon/parts.rsi/head_m.png rename to Resources/Textures/ADT/Mobs/Species/Demon/parts.rsi/head_m.png diff --git a/Resources/Textures/ADT/Mobs/Demon/parts.rsi/head_t.png b/Resources/Textures/ADT/Mobs/Species/Demon/parts.rsi/head_t.png similarity index 100% rename from Resources/Textures/ADT/Mobs/Demon/parts.rsi/head_t.png rename to Resources/Textures/ADT/Mobs/Species/Demon/parts.rsi/head_t.png diff --git a/Resources/Textures/ADT/Mobs/Demon/parts.rsi/l_arm.png b/Resources/Textures/ADT/Mobs/Species/Demon/parts.rsi/l_arm.png similarity index 100% rename from Resources/Textures/ADT/Mobs/Demon/parts.rsi/l_arm.png rename to Resources/Textures/ADT/Mobs/Species/Demon/parts.rsi/l_arm.png diff --git a/Resources/Textures/ADT/Mobs/Demon/parts.rsi/l_foot.png b/Resources/Textures/ADT/Mobs/Species/Demon/parts.rsi/l_foot.png similarity index 100% rename from Resources/Textures/ADT/Mobs/Demon/parts.rsi/l_foot.png rename to Resources/Textures/ADT/Mobs/Species/Demon/parts.rsi/l_foot.png diff --git a/Resources/Textures/ADT/Mobs/Demon/parts.rsi/l_hand.png b/Resources/Textures/ADT/Mobs/Species/Demon/parts.rsi/l_hand.png similarity index 100% rename from Resources/Textures/ADT/Mobs/Demon/parts.rsi/l_hand.png rename to Resources/Textures/ADT/Mobs/Species/Demon/parts.rsi/l_hand.png diff --git a/Resources/Textures/ADT/Mobs/Demon/parts.rsi/l_leg.png b/Resources/Textures/ADT/Mobs/Species/Demon/parts.rsi/l_leg.png similarity index 100% rename from Resources/Textures/ADT/Mobs/Demon/parts.rsi/l_leg.png rename to Resources/Textures/ADT/Mobs/Species/Demon/parts.rsi/l_leg.png diff --git a/Resources/Textures/ADT/Mobs/Demon/parts.rsi/meta.json b/Resources/Textures/ADT/Mobs/Species/Demon/parts.rsi/meta.json similarity index 100% rename from Resources/Textures/ADT/Mobs/Demon/parts.rsi/meta.json rename to Resources/Textures/ADT/Mobs/Species/Demon/parts.rsi/meta.json diff --git a/Resources/Textures/ADT/Mobs/Demon/parts.rsi/r_arm.png b/Resources/Textures/ADT/Mobs/Species/Demon/parts.rsi/r_arm.png similarity index 100% rename from Resources/Textures/ADT/Mobs/Demon/parts.rsi/r_arm.png rename to Resources/Textures/ADT/Mobs/Species/Demon/parts.rsi/r_arm.png diff --git a/Resources/Textures/ADT/Mobs/Demon/parts.rsi/r_foot.png b/Resources/Textures/ADT/Mobs/Species/Demon/parts.rsi/r_foot.png similarity index 100% rename from Resources/Textures/ADT/Mobs/Demon/parts.rsi/r_foot.png rename to Resources/Textures/ADT/Mobs/Species/Demon/parts.rsi/r_foot.png diff --git a/Resources/Textures/ADT/Mobs/Demon/parts.rsi/r_hand.png b/Resources/Textures/ADT/Mobs/Species/Demon/parts.rsi/r_hand.png similarity index 100% rename from Resources/Textures/ADT/Mobs/Demon/parts.rsi/r_hand.png rename to Resources/Textures/ADT/Mobs/Species/Demon/parts.rsi/r_hand.png diff --git a/Resources/Textures/ADT/Mobs/Demon/parts.rsi/r_leg.png b/Resources/Textures/ADT/Mobs/Species/Demon/parts.rsi/r_leg.png similarity index 100% rename from Resources/Textures/ADT/Mobs/Demon/parts.rsi/r_leg.png rename to Resources/Textures/ADT/Mobs/Species/Demon/parts.rsi/r_leg.png diff --git a/Resources/Textures/ADT/Mobs/Demon/parts.rsi/tail.png b/Resources/Textures/ADT/Mobs/Species/Demon/parts.rsi/tail.png similarity index 100% rename from Resources/Textures/ADT/Mobs/Demon/parts.rsi/tail.png rename to Resources/Textures/ADT/Mobs/Species/Demon/parts.rsi/tail.png diff --git a/Resources/Textures/ADT/Mobs/Demon/parts.rsi/torso_f.png b/Resources/Textures/ADT/Mobs/Species/Demon/parts.rsi/torso_f.png similarity index 100% rename from Resources/Textures/ADT/Mobs/Demon/parts.rsi/torso_f.png rename to Resources/Textures/ADT/Mobs/Species/Demon/parts.rsi/torso_f.png diff --git a/Resources/Textures/ADT/Mobs/Demon/parts.rsi/torso_m.png b/Resources/Textures/ADT/Mobs/Species/Demon/parts.rsi/torso_m.png similarity index 100% rename from Resources/Textures/ADT/Mobs/Demon/parts.rsi/torso_m.png rename to Resources/Textures/ADT/Mobs/Species/Demon/parts.rsi/torso_m.png diff --git a/Resources/Textures/ADT/Mobs/Demon/parts.rsi/torso_t.png b/Resources/Textures/ADT/Mobs/Species/Demon/parts.rsi/torso_t.png similarity index 100% rename from Resources/Textures/ADT/Mobs/Demon/parts.rsi/torso_t.png rename to Resources/Textures/ADT/Mobs/Species/Demon/parts.rsi/torso_t.png diff --git a/Resources/Textures/ADT/Mobs/Drask/custom.rsi/l_arm.png b/Resources/Textures/ADT/Mobs/Species/Drask/custom.rsi/l_arm.png similarity index 100% rename from Resources/Textures/ADT/Mobs/Drask/custom.rsi/l_arm.png rename to Resources/Textures/ADT/Mobs/Species/Drask/custom.rsi/l_arm.png diff --git a/Resources/Textures/ADT/Mobs/Drask/custom.rsi/meta.json b/Resources/Textures/ADT/Mobs/Species/Drask/custom.rsi/meta.json similarity index 100% rename from Resources/Textures/ADT/Mobs/Drask/custom.rsi/meta.json rename to Resources/Textures/ADT/Mobs/Species/Drask/custom.rsi/meta.json diff --git a/Resources/Textures/ADT/Mobs/Drask/custom.rsi/r_arm.png b/Resources/Textures/ADT/Mobs/Species/Drask/custom.rsi/r_arm.png similarity index 100% rename from Resources/Textures/ADT/Mobs/Drask/custom.rsi/r_arm.png rename to Resources/Textures/ADT/Mobs/Species/Drask/custom.rsi/r_arm.png diff --git a/Resources/Textures/ADT/Mobs/Drask/organs.rsi/eyes.png b/Resources/Textures/ADT/Mobs/Species/Drask/organs.rsi/eyes.png similarity index 100% rename from Resources/Textures/ADT/Mobs/Drask/organs.rsi/eyes.png rename to Resources/Textures/ADT/Mobs/Species/Drask/organs.rsi/eyes.png diff --git a/Resources/Textures/ADT/Mobs/Drask/organs.rsi/heart_on.png b/Resources/Textures/ADT/Mobs/Species/Drask/organs.rsi/heart_on.png similarity index 100% rename from Resources/Textures/ADT/Mobs/Drask/organs.rsi/heart_on.png rename to Resources/Textures/ADT/Mobs/Species/Drask/organs.rsi/heart_on.png diff --git a/Resources/Textures/ADT/Mobs/Drask/organs.rsi/innards.png b/Resources/Textures/ADT/Mobs/Species/Drask/organs.rsi/innards.png similarity index 100% rename from Resources/Textures/ADT/Mobs/Drask/organs.rsi/innards.png rename to Resources/Textures/ADT/Mobs/Species/Drask/organs.rsi/innards.png diff --git a/Resources/Textures/ADT/Mobs/Drask/organs.rsi/kidneys.png b/Resources/Textures/ADT/Mobs/Species/Drask/organs.rsi/kidneys.png similarity index 100% rename from Resources/Textures/ADT/Mobs/Drask/organs.rsi/kidneys.png rename to Resources/Textures/ADT/Mobs/Species/Drask/organs.rsi/kidneys.png diff --git a/Resources/Textures/ADT/Mobs/Drask/organs.rsi/lungs.png b/Resources/Textures/ADT/Mobs/Species/Drask/organs.rsi/lungs.png similarity index 100% rename from Resources/Textures/ADT/Mobs/Drask/organs.rsi/lungs.png rename to Resources/Textures/ADT/Mobs/Species/Drask/organs.rsi/lungs.png diff --git a/Resources/Textures/ADT/Mobs/Drask/organs.rsi/meta.json b/Resources/Textures/ADT/Mobs/Species/Drask/organs.rsi/meta.json similarity index 100% rename from Resources/Textures/ADT/Mobs/Drask/organs.rsi/meta.json rename to Resources/Textures/ADT/Mobs/Species/Drask/organs.rsi/meta.json diff --git a/Resources/Textures/ADT/Mobs/Drask/parts.rsi/eyes.png b/Resources/Textures/ADT/Mobs/Species/Drask/parts.rsi/eyes.png similarity index 100% rename from Resources/Textures/ADT/Mobs/Drask/parts.rsi/eyes.png rename to Resources/Textures/ADT/Mobs/Species/Drask/parts.rsi/eyes.png diff --git a/Resources/Textures/ADT/Mobs/Drask/parts.rsi/full.png b/Resources/Textures/ADT/Mobs/Species/Drask/parts.rsi/full.png similarity index 100% rename from Resources/Textures/ADT/Mobs/Drask/parts.rsi/full.png rename to Resources/Textures/ADT/Mobs/Species/Drask/parts.rsi/full.png diff --git a/Resources/Textures/ADT/Mobs/Drask/parts.rsi/head_f.png b/Resources/Textures/ADT/Mobs/Species/Drask/parts.rsi/head_f.png similarity index 100% rename from Resources/Textures/ADT/Mobs/Drask/parts.rsi/head_f.png rename to Resources/Textures/ADT/Mobs/Species/Drask/parts.rsi/head_f.png diff --git a/Resources/Textures/ADT/Mobs/Drask/parts.rsi/head_m.png b/Resources/Textures/ADT/Mobs/Species/Drask/parts.rsi/head_m.png similarity index 100% rename from Resources/Textures/ADT/Mobs/Drask/parts.rsi/head_m.png rename to Resources/Textures/ADT/Mobs/Species/Drask/parts.rsi/head_m.png diff --git a/Resources/Textures/ADT/Mobs/Drask/parts.rsi/l_arm.png b/Resources/Textures/ADT/Mobs/Species/Drask/parts.rsi/l_arm.png similarity index 100% rename from Resources/Textures/ADT/Mobs/Drask/parts.rsi/l_arm.png rename to Resources/Textures/ADT/Mobs/Species/Drask/parts.rsi/l_arm.png diff --git a/Resources/Textures/ADT/Mobs/Drask/parts.rsi/l_foot.png b/Resources/Textures/ADT/Mobs/Species/Drask/parts.rsi/l_foot.png similarity index 100% rename from Resources/Textures/ADT/Mobs/Drask/parts.rsi/l_foot.png rename to Resources/Textures/ADT/Mobs/Species/Drask/parts.rsi/l_foot.png diff --git a/Resources/Textures/ADT/Mobs/Drask/parts.rsi/l_hand.png b/Resources/Textures/ADT/Mobs/Species/Drask/parts.rsi/l_hand.png similarity index 100% rename from Resources/Textures/ADT/Mobs/Drask/parts.rsi/l_hand.png rename to Resources/Textures/ADT/Mobs/Species/Drask/parts.rsi/l_hand.png diff --git a/Resources/Textures/ADT/Mobs/Drask/parts.rsi/l_leg.png b/Resources/Textures/ADT/Mobs/Species/Drask/parts.rsi/l_leg.png similarity index 100% rename from Resources/Textures/ADT/Mobs/Drask/parts.rsi/l_leg.png rename to Resources/Textures/ADT/Mobs/Species/Drask/parts.rsi/l_leg.png diff --git a/Resources/Textures/ADT/Mobs/Drask/parts.rsi/meta.json b/Resources/Textures/ADT/Mobs/Species/Drask/parts.rsi/meta.json similarity index 100% rename from Resources/Textures/ADT/Mobs/Drask/parts.rsi/meta.json rename to Resources/Textures/ADT/Mobs/Species/Drask/parts.rsi/meta.json diff --git a/Resources/Textures/ADT/Mobs/Drask/parts.rsi/r_arm.png b/Resources/Textures/ADT/Mobs/Species/Drask/parts.rsi/r_arm.png similarity index 100% rename from Resources/Textures/ADT/Mobs/Drask/parts.rsi/r_arm.png rename to Resources/Textures/ADT/Mobs/Species/Drask/parts.rsi/r_arm.png diff --git a/Resources/Textures/ADT/Mobs/Drask/parts.rsi/r_foot.png b/Resources/Textures/ADT/Mobs/Species/Drask/parts.rsi/r_foot.png similarity index 100% rename from Resources/Textures/ADT/Mobs/Drask/parts.rsi/r_foot.png rename to Resources/Textures/ADT/Mobs/Species/Drask/parts.rsi/r_foot.png diff --git a/Resources/Textures/ADT/Mobs/Drask/parts.rsi/r_hand.png b/Resources/Textures/ADT/Mobs/Species/Drask/parts.rsi/r_hand.png similarity index 100% rename from Resources/Textures/ADT/Mobs/Drask/parts.rsi/r_hand.png rename to Resources/Textures/ADT/Mobs/Species/Drask/parts.rsi/r_hand.png diff --git a/Resources/Textures/ADT/Mobs/Drask/parts.rsi/r_leg.png b/Resources/Textures/ADT/Mobs/Species/Drask/parts.rsi/r_leg.png similarity index 100% rename from Resources/Textures/ADT/Mobs/Drask/parts.rsi/r_leg.png rename to Resources/Textures/ADT/Mobs/Species/Drask/parts.rsi/r_leg.png diff --git a/Resources/Textures/ADT/Mobs/Drask/parts.rsi/torso_f.png b/Resources/Textures/ADT/Mobs/Species/Drask/parts.rsi/torso_f.png similarity index 100% rename from Resources/Textures/ADT/Mobs/Drask/parts.rsi/torso_f.png rename to Resources/Textures/ADT/Mobs/Species/Drask/parts.rsi/torso_f.png diff --git a/Resources/Textures/ADT/Mobs/Drask/parts.rsi/torso_m.png b/Resources/Textures/ADT/Mobs/Species/Drask/parts.rsi/torso_m.png similarity index 100% rename from Resources/Textures/ADT/Mobs/Drask/parts.rsi/torso_m.png rename to Resources/Textures/ADT/Mobs/Species/Drask/parts.rsi/torso_m.png