diff --git a/Content.Server/GameTicking/GameTicker.cs b/Content.Server/GameTicking/GameTicker.cs index 5734671a63..5008b460c4 100644 --- a/Content.Server/GameTicking/GameTicker.cs +++ b/Content.Server/GameTicking/GameTicker.cs @@ -268,7 +268,7 @@ namespace Content.Server.GameTicking var uniform = _entityManager.SpawnEntity("UniformAssistant"); inventory.Equip(EquipmentSlotDefines.Slots.INNERCLOTHING, uniform.GetComponent()); - var shoes = _entityManager.SpawnEntity("ShoesItem"); + var shoes = _entityManager.SpawnEntity("ShoesBlack"); inventory.Equip(EquipmentSlotDefines.Slots.SHOES, shoes.GetComponent()); } diff --git a/Resources/Prototypes/Entities/items/clothing/shoes.yml b/Resources/Prototypes/Entities/items/clothing/shoes.yml index 1d7d2a03be..6e819e6b9a 100644 --- a/Resources/Prototypes/Entities/items/clothing/shoes.yml +++ b/Resources/Prototypes/Entities/items/clothing/shoes.yml @@ -4,100 +4,971 @@ abstract: true components: - type: Clothing - Slots: [shoes] - + Slots: + - shoes + - type: Sprite + state: icon + - type: Icon + state: icon - type: entity parent: ShoesBase - id: ShoesItem - name: Black Shoes + id: ShoesAssetProtectionRig + name: Asset Protection Rig shoes + description: '' + components: + - type: Sprite + sprite: Clothing/Shoes/asset_protection_rig.rsi + - type: Icon + sprite: Clothing/Shoes/asset_protection_rig.rsi + - type: Clothing + sprite: Clothing/Shoes/asset_protection_rig.rsi + +- type: entity + parent: ShoesBase + id: ShoesAssetProtectionRigSealed + name: Asset Protection Rig Sealed shoes + description: '' + components: + - type: Sprite + sprite: Clothing/Shoes/asset_protection_rig_sealed.rsi + - type: Icon + sprite: Clothing/Shoes/asset_protection_rig_sealed.rsi + - type: Clothing + sprite: Clothing/Shoes/asset_protection_rig_sealed.rsi + +- type: entity + parent: ShoesBase + id: ShoesAtmosMagboots0 + name: Atmos magboots (off) + description: '' + components: + - type: Sprite + sprite: Clothing/Shoes/atmosmagboots0.rsi + - type: Icon + sprite: Clothing/Shoes/atmosmagboots0.rsi + - type: Clothing + sprite: Clothing/Shoes/atmosmagboots0.rsi + +- type: entity + parent: ShoesBase + id: ShoesAtmosMagboots1 + name: Atmos magboots (on) + description: '' + components: + - type: Sprite + sprite: Clothing/Shoes/atmosmagboots1.rsi + - type: Icon + sprite: Clothing/Shoes/atmosmagboots1.rsi + - type: Clothing + sprite: Clothing/Shoes/atmosmagboots1.rsi + +- type: entity + parent: ShoesBase + id: ShoesBlack + name: Black shoes description: Don't take them off at your office Christmas party components: - type: Sprite - sprite: Clothing/shoes_black.rsi - state: black - + sprite: Clothing/Shoes/black.rsi - type: Icon - sprite: Clothing/shoes_black.rsi - state: black - + sprite: Clothing/Shoes/black.rsi - type: Clothing - sprite: Clothing/shoes_black.rsi - + sprite: Clothing/Shoes/black.rsi - type: entity parent: ShoesBase - id: WhiteShoes - name: White Shoes + id: ShoesBlue + name: Blue shoes description: Don't take them off at your office Christmas party components: - type: Sprite - sprite: Clothing/shoes_white.rsi - state: white - + sprite: Clothing/Shoes/blue.rsi - type: Icon - sprite: Clothing/shoes_white.rsi - state: white - + sprite: Clothing/Shoes/blue.rsi - type: Clothing - sprite: Clothing/shoes_white.rsi + sprite: Clothing/Shoes/blue.rsi - type: entity parent: ShoesBase - id: ClownShoes - name: Clown Shoes - description: The prankster's standard-issue clowning shoes. Damn they're huge! - components: + id: ShoesBoots + name: Boots + description: '' + components: - type: Sprite - sprite: Clothing/shoes_clown.rsi - state: icon - + sprite: Clothing/Shoes/boots.rsi - type: Icon - sprite: Clothing/shoes_clown.rsi - state: icon - + sprite: Clothing/Shoes/boots.rsi - type: Clothing - sprite: Clothing/shoes_clown.rsi - - - type: Sound - - type: FootstepModifier - footstepSoundCollection: footstep_clown - -- type: entity - parent: ShoesBase - id: JackbootShoes - name: Jackboots - description: Nanotrasen-issue Security combat boots for combat scenarios or combat situations. All combat, all the time. - components: - - type: Sprite - sprite: Clothing/shoes_jackboots.rsi - state: icon - - - type: Icon - sprite: Clothing/shoes_jackboots.rsi - state: icon - - - type: Clothing - sprite: Clothing/shoes_jackboots.rsi - - - type: Sound - - type: FootstepModifier - footstepSoundCollection: footstep_heavy - + sprite: Clothing/Shoes/boots.rsi - type: entity parent: ShoesBase id: ShoesBrown - name: Brown Shoes + name: Brown shoes description: A pair of brown shoes. components: - type: Sprite - sprite: Clothing/shoes_brown.rsi - state: brown - + sprite: Clothing/Shoes/brown.rsi - type: Icon - sprite: Clothing/shoes_brown.rsi - state: brown - + sprite: Clothing/Shoes/brown.rsi - type: Clothing - sprite: Clothing/shoes_brown.rsi \ No newline at end of file + sprite: Clothing/Shoes/brown.rsi + +- type: entity + parent: ShoesBase + id: ShoesCeRig + name: CE Rig shoes + description: '' + components: + - type: Sprite + sprite: Clothing/Shoes/ce_rig.rsi + - type: Icon + sprite: Clothing/Shoes/ce_rig.rsi + - type: Clothing + sprite: Clothing/Shoes/ce_rig.rsi + +- type: entity + parent: ShoesBase + id: ShoesCeRigSealed + name: CE Rig Sealed shoes + description: '' + components: + - type: Sprite + sprite: Clothing/Shoes/ce_rig_sealed.rsi + - type: Icon + sprite: Clothing/Shoes/ce_rig_sealed.rsi + - type: Clothing + sprite: Clothing/Shoes/ce_rig_sealed.rsi + +- type: entity + parent: ShoesBase + id: ShoesChef + name: Chef shoes + description: '' + components: + - type: Sprite + sprite: Clothing/Shoes/chef.rsi + - type: Icon + sprite: Clothing/Shoes/chef.rsi + - type: Clothing + sprite: Clothing/Shoes/chef.rsi + +- type: entity + parent: ShoesBase + id: ShoesClown + name: Clown shoes + description: The prankster's standard-issue clowning shoes. Damn they're huge! + components: + - type: Sprite + sprite: Clothing/Shoes/clown.rsi + - type: Icon + sprite: Clothing/Shoes/clown.rsi + - type: Clothing + sprite: Clothing/Shoes/clown.rsi + +- type: entity + parent: ShoesBase + id: ShoesCowboy + name: Cowboy shoes + description: '' + components: + - type: Sprite + sprite: Clothing/Shoes/cowboy.rsi + - type: Icon + sprite: Clothing/Shoes/cowboy.rsi + - type: Clothing + sprite: Clothing/Shoes/cowboy.rsi + +- type: entity + parent: ShoesBase + id: ShoesCult + name: Cult shoes + description: '' + components: + - type: Sprite + sprite: Clothing/Shoes/cult.rsi + - type: Icon + sprite: Clothing/Shoes/cult.rsi + - type: Clothing + sprite: Clothing/Shoes/cult.rsi + +- type: entity + parent: ShoesBase + id: ShoesDetective + name: Detective shoes + description: '' + components: + - type: Sprite + sprite: Clothing/Shoes/detective.rsi + - type: Icon + sprite: Clothing/Shoes/detective.rsi + - type: Clothing + sprite: Clothing/Shoes/detective.rsi + +- type: entity + parent: ShoesBase + id: ShoesDigiboots + name: Digiboots + description: '' + components: + - type: Sprite + sprite: Clothing/Shoes/digiboots.rsi + - type: Icon + sprite: Clothing/Shoes/digiboots.rsi + - type: Clothing + sprite: Clothing/Shoes/digiboots.rsi + +- type: entity + parent: ShoesBase + id: ShoesEngineeringRig + name: Engineering Rig shoes + description: '' + components: + - type: Sprite + sprite: Clothing/Shoes/engineering_rig.rsi + - type: Icon + sprite: Clothing/Shoes/engineering_rig.rsi + - type: Clothing + sprite: Clothing/Shoes/engineering_rig.rsi + +- type: entity + parent: ShoesBase + id: ShoesEngineeringRigSealed + name: Engineering Rig Sealed shoes + description: '' + components: + - type: Sprite + sprite: Clothing/Shoes/engineering_rig_sealed.rsi + - type: Icon + sprite: Clothing/Shoes/engineering_rig_sealed.rsi + - type: Clothing + sprite: Clothing/Shoes/engineering_rig_sealed.rsi + +- type: entity + parent: ShoesBase + id: ShoesErtCommanderRig + name: ERT Commander Rig shoes + description: '' + components: + - type: Sprite + sprite: Clothing/Shoes/ert_commander_rig.rsi + - type: Icon + sprite: Clothing/Shoes/ert_commander_rig.rsi + - type: Clothing + sprite: Clothing/Shoes/ert_commander_rig.rsi + +- type: entity + parent: ShoesBase + id: ShoesErtCommanderRigSealed + name: ERT Commander Rig Sealed shoes + description: '' + components: + - type: Sprite + sprite: Clothing/Shoes/ert_commander_rig_sealed.rsi + - type: Icon + sprite: Clothing/Shoes/ert_commander_rig_sealed.rsi + - type: Clothing + sprite: Clothing/Shoes/ert_commander_rig_sealed.rsi + +- type: entity + parent: ShoesBase + id: ShoesErtEngineerRig + name: ERT Engineer Rig shoes + description: '' + components: + - type: Sprite + sprite: Clothing/Shoes/ert_engineer_rig.rsi + - type: Icon + sprite: Clothing/Shoes/ert_engineer_rig.rsi + - type: Clothing + sprite: Clothing/Shoes/ert_engineer_rig.rsi + +- type: entity + parent: ShoesBase + id: ShoesErtEngineerRigSealed + name: ERT Engineer Rig Sealed shoes + description: '' + components: + - type: Sprite + sprite: Clothing/Shoes/ert_engineer_rig_sealed.rsi + - type: Icon + sprite: Clothing/Shoes/ert_engineer_rig_sealed.rsi + - type: Clothing + sprite: Clothing/Shoes/ert_engineer_rig_sealed.rsi + +- type: entity + parent: ShoesBase + id: ShoesErtMedicalRig + name: ERT Medical Rig shoes + description: '' + components: + - type: Sprite + sprite: Clothing/Shoes/ert_medical_rig.rsi + - type: Icon + sprite: Clothing/Shoes/ert_medical_rig.rsi + - type: Clothing + sprite: Clothing/Shoes/ert_medical_rig.rsi + +- type: entity + parent: ShoesBase + id: ShoesErtMedicalRigSealed + name: ERT Medical Rig Sealed shoes + description: '' + components: + - type: Sprite + sprite: Clothing/Shoes/ert_medical_rig_sealed.rsi + - type: Icon + sprite: Clothing/Shoes/ert_medical_rig_sealed.rsi + - type: Clothing + sprite: Clothing/Shoes/ert_medical_rig_sealed.rsi + +- type: entity + parent: ShoesBase + id: ShoesErtSecurityRig + name: ERT Security Rig shoes + description: '' + components: + - type: Sprite + sprite: Clothing/Shoes/ert_security_rig.rsi + - type: Icon + sprite: Clothing/Shoes/ert_security_rig.rsi + - type: Clothing + sprite: Clothing/Shoes/ert_security_rig.rsi + +- type: entity + parent: ShoesBase + id: ShoesErtSecurityRigSealed + name: ERT Security Rig Sealed shoes + description: '' + components: + - type: Sprite + sprite: Clothing/Shoes/ert_security_rig_sealed.rsi + - type: Icon + sprite: Clothing/Shoes/ert_security_rig_sealed.rsi + - type: Clothing + sprite: Clothing/Shoes/ert_security_rig_sealed.rsi + +- type: entity + parent: ShoesBase + id: ShoesEvaRig + name: EVA Rig shoes + description: '' + components: + - type: Sprite + sprite: Clothing/Shoes/eva_rig.rsi + - type: Icon + sprite: Clothing/Shoes/eva_rig.rsi + - type: Clothing + sprite: Clothing/Shoes/eva_rig.rsi + +- type: entity + parent: ShoesBase + id: ShoesEvaRigSealed + name: EVA Rig Sealed shoes + description: '' + components: + - type: Sprite + sprite: Clothing/Shoes/eva_rig_sealed.rsi + - type: Icon + sprite: Clothing/Shoes/eva_rig_sealed.rsi + - type: Clothing + sprite: Clothing/Shoes/eva_rig_sealed.rsi + +- type: entity + parent: ShoesBase + id: ShoesFlippers + name: Flippers + description: '' + components: + - type: Sprite + sprite: Clothing/Shoes/flippers.rsi + - type: Icon + sprite: Clothing/Shoes/flippers.rsi + - type: Clothing + sprite: Clothing/Shoes/flippers.rsi + +- type: entity + parent: ShoesBase + id: ShoesGaloshes + name: Galoshes shoes + description: '' + components: + - type: Sprite + sprite: Clothing/Shoes/galoshes.rsi + - type: Icon + sprite: Clothing/Shoes/galoshes.rsi + - type: Clothing + sprite: Clothing/Shoes/galoshes.rsi + +- type: entity + parent: ShoesBase + id: ShoesGreen + name: Green shoes + description: '' + components: + - type: Sprite + sprite: Clothing/Shoes/green.rsi + - type: Icon + sprite: Clothing/Shoes/green.rsi + - type: Clothing + sprite: Clothing/Shoes/green.rsi + +- type: entity + parent: ShoesBase + id: ShoesHackerRig + name: Hacker Rig shoes + description: '' + components: + - type: Sprite + sprite: Clothing/Shoes/hacker_rig.rsi + - type: Icon + sprite: Clothing/Shoes/hacker_rig.rsi + - type: Clothing + sprite: Clothing/Shoes/hacker_rig.rsi + +- type: entity + parent: ShoesBase + id: ShoesHackerRigSealed + name: Hacker Rig Sealed shoes + description: '' + components: + - type: Sprite + sprite: Clothing/Shoes/hacker_rig_sealed.rsi + - type: Icon + sprite: Clothing/Shoes/hacker_rig_sealed.rsi + - type: Clothing + sprite: Clothing/Shoes/hacker_rig_sealed.rsi + +- type: entity + parent: ShoesBase + id: ShoesHazardRig + name: Hazard Rig shoes + description: '' + components: + - type: Sprite + sprite: Clothing/Shoes/hazard_rig.rsi + - type: Icon + sprite: Clothing/Shoes/hazard_rig.rsi + - type: Clothing + sprite: Clothing/Shoes/hazard_rig.rsi + +- type: entity + parent: ShoesBase + id: ShoesHazardRigSealed + name: Hazard Rig Sealed shoes + description: '' + components: + - type: Sprite + sprite: Clothing/Shoes/hazard_rig_sealed.rsi + - type: Icon + sprite: Clothing/Shoes/hazard_rig_sealed.rsi + - type: Clothing + sprite: Clothing/Shoes/hazard_rig_sealed.rsi + +- type: entity + parent: ShoesBase + id: ShoesIhsRig + name: IHS Rig shoes + description: '' + components: + - type: Sprite + sprite: Clothing/Shoes/ihs_rig.rsi + - type: Icon + sprite: Clothing/Shoes/ihs_rig.rsi + - type: Clothing + sprite: Clothing/Shoes/ihs_rig.rsi + +- type: entity + parent: ShoesBase + id: ShoesIhsRigOld + name: IHS Rig Old shoes + description: '' + components: + - type: Sprite + sprite: Clothing/Shoes/ihs_rig_old.rsi + - type: Icon + sprite: Clothing/Shoes/ihs_rig_old.rsi + - type: Clothing + sprite: Clothing/Shoes/ihs_rig_old.rsi + +- type: entity + parent: ShoesBase + id: ShoesIhsRigSealed + name: IHS Rig Sealed shoes + description: '' + components: + - type: Sprite + sprite: Clothing/Shoes/ihs_rig_sealed.rsi + - type: Icon + sprite: Clothing/Shoes/ihs_rig_sealed.rsi + - type: Clothing + sprite: Clothing/Shoes/ihs_rig_sealed.rsi + +- type: entity + parent: ShoesBase + id: ShoesIhsRigSealedOld + name: IHS Rig Sealed Old shoes + description: '' + components: + - type: Sprite + sprite: Clothing/Shoes/ihs_rig_sealed_old.rsi + - type: Icon + sprite: Clothing/Shoes/ihs_rig_sealed_old.rsi + - type: Clothing + sprite: Clothing/Shoes/ihs_rig_sealed_old.rsi + +- type: entity + parent: ShoesBase + id: ShoesJackboots + name: Jackboots + description: Nanotrasen-issue Security combat boots for combat scenarios or combat situations. All combat, all the time. + components: + - type: Sprite + sprite: Clothing/Shoes/jackboots.rsi + - type: Icon + sprite: Clothing/Shoes/jackboots.rsi + - type: Clothing + sprite: Clothing/Shoes/jackboots.rsi + +- type: entity + parent: ShoesBase + id: ShoesLeather + name: Leather shoes + description: '' + components: + - type: Sprite + sprite: Clothing/Shoes/leather.rsi + - type: Icon + sprite: Clothing/Shoes/leather.rsi + - type: Clothing + sprite: Clothing/Shoes/leather.rsi + +- type: entity + parent: ShoesBase + id: ShoesMagboots0 + name: Magboots (off) + description: '' + components: + - type: Sprite + sprite: Clothing/Shoes/magboots0.rsi + - type: Icon + sprite: Clothing/Shoes/magboots0.rsi + - type: Clothing + sprite: Clothing/Shoes/magboots0.rsi + +- type: entity + parent: ShoesBase + id: ShoesMagboots1 + name: Magboots (on) + description: '' + components: + - type: Sprite + sprite: Clothing/Shoes/magboots1.rsi + - type: Icon + sprite: Clothing/Shoes/magboots1.rsi + - type: Clothing + sprite: Clothing/Shoes/magboots1.rsi + +- type: entity + parent: ShoesBase + id: ShoesMedicalRig + name: Medical Rig shoes + description: '' + components: + - type: Sprite + sprite: Clothing/Shoes/medical_rig.rsi + - type: Icon + sprite: Clothing/Shoes/medical_rig.rsi + - type: Clothing + sprite: Clothing/Shoes/medical_rig.rsi + +- type: entity + parent: ShoesBase + id: ShoesMedicalRigSealed + name: Medical Rig Sealed shoes + description: '' + components: + - type: Sprite + sprite: Clothing/Shoes/medical_rig_sealed.rsi + - type: Icon + sprite: Clothing/Shoes/medical_rig_sealed.rsi + - type: Clothing + sprite: Clothing/Shoes/medical_rig_sealed.rsi + +- type: entity + parent: ShoesBase + id: ShoesMercboots0 + name: Merc boots + description: '' + components: + - type: Sprite + sprite: Clothing/Shoes/mercboots0.rsi + - type: Icon + sprite: Clothing/Shoes/mercboots0.rsi + - type: Clothing + sprite: Clothing/Shoes/mercboots0.rsi + +- type: entity + parent: ShoesBase + id: ShoesMercboots1 + name: Merc boots + description: '' + components: + - type: Sprite + sprite: Clothing/Shoes/mercboots1.rsi + - type: Icon + sprite: Clothing/Shoes/mercboots1.rsi + - type: Clothing + sprite: Clothing/Shoes/mercboots1.rsi + +- type: entity + parent: ShoesBase + id: ShoesMercRig + name: Merc Rig shoes + description: '' + components: + - type: Sprite + sprite: Clothing/Shoes/merc_rig.rsi + - type: Icon + sprite: Clothing/Shoes/merc_rig.rsi + - type: Clothing + sprite: Clothing/Shoes/merc_rig.rsi + +- type: entity + parent: ShoesBase + id: ShoesMercRigSealed + name: Merc Rig Sealed shoes + description: '' + components: + - type: Sprite + sprite: Clothing/Shoes/merc_rig_sealed.rsi + - type: Icon + sprite: Clothing/Shoes/merc_rig_sealed.rsi + - type: Clothing + sprite: Clothing/Shoes/merc_rig_sealed.rsi + +- type: entity + parent: ShoesBase + id: ShoesMime + name: Mime shoes + description: '' + components: + - type: Sprite + sprite: Clothing/Shoes/mime.rsi + - type: Icon + sprite: Clothing/Shoes/mime.rsi + - type: Clothing + sprite: Clothing/Shoes/mime.rsi + +- type: entity + parent: ShoesBase + id: ShoesNinjaRig + name: Ninja Rig shoes + description: '' + components: + - type: Sprite + sprite: Clothing/Shoes/ninja_rig.rsi + - type: Icon + sprite: Clothing/Shoes/ninja_rig.rsi + - type: Clothing + sprite: Clothing/Shoes/ninja_rig.rsi + +- type: entity + parent: ShoesBase + id: ShoesNinjaRigSealed + name: Ninja Rig Sealed shoes + description: '' + components: + - type: Sprite + sprite: Clothing/Shoes/ninja_rig_sealed.rsi + - type: Icon + sprite: Clothing/Shoes/ninja_rig_sealed.rsi + - type: Clothing + sprite: Clothing/Shoes/ninja_rig_sealed.rsi + +- type: entity + parent: ShoesBase + id: ShoesOrange + name: Orange shoes + description: '' + components: + - type: Sprite + sprite: Clothing/Shoes/orange.rsi + - type: Icon + sprite: Clothing/Shoes/orange.rsi + - type: Clothing + sprite: Clothing/Shoes/orange.rsi + +- type: entity + parent: ShoesBase + id: ShoesOrange1 + name: Orange shoes + description: '' + components: + - type: Sprite + sprite: Clothing/Shoes/orange1.rsi + - type: Icon + sprite: Clothing/Shoes/orange1.rsi + - type: Clothing + sprite: Clothing/Shoes/orange1.rsi + +- type: entity + parent: ShoesBase + id: ShoesPurple + name: Purple shoes + description: '' + components: + - type: Sprite + sprite: Clothing/Shoes/purple.rsi + - type: Icon + sprite: Clothing/Shoes/purple.rsi + - type: Clothing + sprite: Clothing/Shoes/purple.rsi + +- type: entity + parent: ShoesBase + id: ShoesRainbow + name: Rainbow shoes + description: '' + components: + - type: Sprite + sprite: Clothing/Shoes/rain_bow.rsi + - type: Icon + sprite: Clothing/Shoes/rain_bow.rsi + - type: Clothing + sprite: Clothing/Shoes/rain_bow.rsi + +- type: entity + parent: ShoesBase + id: ShoesRed + name: Red shoes + description: '' + components: + - type: Sprite + sprite: Clothing/Shoes/red.rsi + - type: Icon + sprite: Clothing/Shoes/red.rsi + - type: Clothing + sprite: Clothing/Shoes/red.rsi + +- type: entity + parent: ShoesBase + id: ShoesReinforced + name: Reinforced shoes + description: '' + components: + - type: Sprite + sprite: Clothing/Shoes/reinforced.rsi + - type: Icon + sprite: Clothing/Shoes/reinforced.rsi + - type: Clothing + sprite: Clothing/Shoes/reinforced.rsi + +- type: entity + parent: ShoesBase + id: ShoesScienceRig + name: Science Rig shoes + description: '' + components: + - type: Sprite + sprite: Clothing/Shoes/science_rig.rsi + - type: Icon + sprite: Clothing/Shoes/science_rig.rsi + - type: Clothing + sprite: Clothing/Shoes/science_rig.rsi + +- type: entity + parent: ShoesBase + id: ShoesScienceRigSealed + name: Science Rig Sealed shoes + description: '' + components: + - type: Sprite + sprite: Clothing/Shoes/science_rig_sealed.rsi + - type: Icon + sprite: Clothing/Shoes/science_rig_sealed.rsi + - type: Clothing + sprite: Clothing/Shoes/science_rig_sealed.rsi + +- type: entity + parent: ShoesBase + id: ShoesSecurityRig + name: Security Rig shoes + description: '' + components: + - type: Sprite + sprite: Clothing/Shoes/security_rig.rsi + - type: Icon + sprite: Clothing/Shoes/security_rig.rsi + - type: Clothing + sprite: Clothing/Shoes/security_rig.rsi + +- type: entity + parent: ShoesBase + id: ShoesSecurityRigSealed + name: Security Rig Sealed shoes + description: '' + components: + - type: Sprite + sprite: Clothing/Shoes/security_rig_sealed.rsi + - type: Icon + sprite: Clothing/Shoes/security_rig_sealed.rsi + - type: Clothing + sprite: Clothing/Shoes/security_rig_sealed.rsi + +- type: entity + parent: ShoesBase + id: ShoesSlippers + name: Slippers + description: '' + components: + - type: Sprite + sprite: Clothing/Shoes/slippers.rsi + - type: Icon + sprite: Clothing/Shoes/slippers.rsi + - type: Clothing + sprite: Clothing/Shoes/slippers.rsi + +- type: entity + parent: ShoesBase + id: ShoesSlippersWorn + name: Slippers (Worn) + description: '' + components: + - type: Sprite + sprite: Clothing/Shoes/slippers_worn.rsi + - type: Icon + sprite: Clothing/Shoes/slippers_worn.rsi + - type: Clothing + sprite: Clothing/Shoes/slippers_worn.rsi + +- type: entity + parent: ShoesBase + id: ShoesSpringjacks + name: Springjacks + description: '' + components: + - type: Sprite + sprite: Clothing/Shoes/springjacks.rsi + - type: Icon + sprite: Clothing/Shoes/springjacks.rsi + - type: Clothing + sprite: Clothing/Shoes/springjacks.rsi + +- type: entity + parent: ShoesBase + id: ShoesStealthRig + name: Stealth Rig shoes + description: '' + components: + - type: Sprite + sprite: Clothing/Shoes/stealth_rig.rsi + - type: Icon + sprite: Clothing/Shoes/stealth_rig.rsi + - type: Clothing + sprite: Clothing/Shoes/stealth_rig.rsi + +- type: entity + parent: ShoesBase + id: ShoesStealthRigSealed + name: Stealth Rig Sealed shoes + description: '' + components: + - type: Sprite + sprite: Clothing/Shoes/stealth_rig_sealed.rsi + - type: Icon + sprite: Clothing/Shoes/stealth_rig_sealed.rsi + - type: Clothing + sprite: Clothing/Shoes/stealth_rig_sealed.rsi + +- type: entity + parent: ShoesBase + id: ShoesSwat + name: Swat shoes + description: '' + components: + - type: Sprite + sprite: Clothing/Shoes/swat.rsi + - type: Icon + sprite: Clothing/Shoes/swat.rsi + - type: Clothing + sprite: Clothing/Shoes/swat.rsi + +- type: entity + parent: ShoesBase + id: ShoesSNinja + name: S Ninja shoes + description: '' + components: + - type: Sprite + sprite: Clothing/Shoes/s_ninja.rsi + - type: Icon + sprite: Clothing/Shoes/s_ninja.rsi + - type: Clothing + sprite: Clothing/Shoes/s_ninja.rsi + +- type: entity + parent: ShoesBase + id: ShoesTourist + name: Tourist shoes + description: '' + components: + - type: Sprite + sprite: Clothing/Shoes/tourist.rsi + - type: Icon + sprite: Clothing/Shoes/tourist.rsi + - type: Clothing + sprite: Clothing/Shoes/tourist.rsi + +- type: entity + parent: ShoesBase + id: ShoesWhite + name: White shoes + description: Don't take them off at your office Christmas party + components: + - type: Sprite + sprite: Clothing/Shoes/white.rsi + - type: Icon + sprite: Clothing/Shoes/white.rsi + - type: Clothing + sprite: Clothing/Shoes/white.rsi + +- type: entity + parent: ShoesBase + id: ShoesWizard + name: Wizard shoes + description: '' + components: + - type: Sprite + sprite: Clothing/Shoes/wizard.rsi + - type: Icon + sprite: Clothing/Shoes/wizard.rsi + - type: Clothing + sprite: Clothing/Shoes/wizard.rsi + +- type: entity + parent: ShoesBase + id: ShoesWorkboots + name: Workboots shoes + description: '' + components: + - type: Sprite + sprite: Clothing/Shoes/workboots.rsi + - type: Icon + sprite: Clothing/Shoes/workboots.rsi + - type: Clothing + sprite: Clothing/Shoes/workboots.rsi + +- type: entity + parent: ShoesBase + id: ShoesYellow + name: Yellow shoes + description: '' + components: + - type: Sprite + sprite: Clothing/Shoes/yellow.rsi + - type: Icon + sprite: Clothing/Shoes/yellow.rsi + - type: Clothing + sprite: Clothing/Shoes/yellow.rsi diff --git a/Resources/Prototypes/VendingMachines/shoes.yml b/Resources/Prototypes/VendingMachines/shoes.yml index 9fd8c885c2..fc7a4b35bf 100644 --- a/Resources/Prototypes/VendingMachines/shoes.yml +++ b/Resources/Prototypes/VendingMachines/shoes.yml @@ -4,7 +4,7 @@ description: A vending machine containing footwear. spriteName: shoes startingInventory: - WhiteShoes: 3 - ClownShoes: 3 - JackbootShoes: 3 + ShoesWhite: 3 + ShoesClown: 3 + ShoesJackboots: 3 ShoesBrown: 3 diff --git a/Resources/Textures/Clothing/Shoes/asset_protection_rig.rsi/equipped-FEET.png b/Resources/Textures/Clothing/Shoes/asset_protection_rig.rsi/equipped-FEET.png new file mode 100644 index 0000000000..b1120360d2 Binary files /dev/null and b/Resources/Textures/Clothing/Shoes/asset_protection_rig.rsi/equipped-FEET.png differ diff --git a/Resources/Textures/Clothing/Shoes/asset_protection_rig.rsi/icon.png b/Resources/Textures/Clothing/Shoes/asset_protection_rig.rsi/icon.png new file mode 100644 index 0000000000..fc660411bb Binary files /dev/null and b/Resources/Textures/Clothing/Shoes/asset_protection_rig.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/Shoes/asset_protection_rig.rsi/inhand-left.png b/Resources/Textures/Clothing/Shoes/asset_protection_rig.rsi/inhand-left.png new file mode 100644 index 0000000000..0c953b57d3 Binary files /dev/null and b/Resources/Textures/Clothing/Shoes/asset_protection_rig.rsi/inhand-left.png differ diff --git a/Resources/Textures/Clothing/Shoes/asset_protection_rig.rsi/inhand-right.png b/Resources/Textures/Clothing/Shoes/asset_protection_rig.rsi/inhand-right.png new file mode 100644 index 0000000000..e0031a4b90 Binary files /dev/null and b/Resources/Textures/Clothing/Shoes/asset_protection_rig.rsi/inhand-right.png differ diff --git a/Resources/Textures/Clothing/Shoes/asset_protection_rig.rsi/meta.json b/Resources/Textures/Clothing/Shoes/asset_protection_rig.rsi/meta.json new file mode 100644 index 0000000000..09294c69f3 --- /dev/null +++ b/Resources/Textures/Clothing/Shoes/asset_protection_rig.rsi/meta.json @@ -0,0 +1 @@ +{"version": 1, "size": {"x": 32, "y": 32}, "license": "CC-BY-SA-3.0", "copyright": "https://github.com/discordia-space/CEV-Eris/raw/b099b76491a850ab376aa4d574d5103900f72f2d/icons/inventory/feet/mob.dmi", "states": [{"name": "equipped-FEET", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}, {"name": "icon", "directions": 1, "delays": [[1.0]]}, {"name": "inhand-left", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}, {"name": "inhand-right", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}]} \ No newline at end of file diff --git a/Resources/Textures/Clothing/Shoes/asset_protection_rig_sealed.rsi/equipped-FEET.png b/Resources/Textures/Clothing/Shoes/asset_protection_rig_sealed.rsi/equipped-FEET.png new file mode 100644 index 0000000000..abd5ba3050 Binary files /dev/null and b/Resources/Textures/Clothing/Shoes/asset_protection_rig_sealed.rsi/equipped-FEET.png differ diff --git a/Resources/Textures/Clothing/Shoes/asset_protection_rig_sealed.rsi/icon.png b/Resources/Textures/Clothing/Shoes/asset_protection_rig_sealed.rsi/icon.png new file mode 100644 index 0000000000..a368e31ad3 Binary files /dev/null and b/Resources/Textures/Clothing/Shoes/asset_protection_rig_sealed.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/Shoes/asset_protection_rig_sealed.rsi/inhand-left.png b/Resources/Textures/Clothing/Shoes/asset_protection_rig_sealed.rsi/inhand-left.png new file mode 100644 index 0000000000..8f0733f3f8 Binary files /dev/null and b/Resources/Textures/Clothing/Shoes/asset_protection_rig_sealed.rsi/inhand-left.png differ diff --git a/Resources/Textures/Clothing/Shoes/asset_protection_rig_sealed.rsi/inhand-right.png b/Resources/Textures/Clothing/Shoes/asset_protection_rig_sealed.rsi/inhand-right.png new file mode 100644 index 0000000000..56ef11fd5c Binary files /dev/null and b/Resources/Textures/Clothing/Shoes/asset_protection_rig_sealed.rsi/inhand-right.png differ diff --git a/Resources/Textures/Clothing/Shoes/asset_protection_rig_sealed.rsi/meta.json b/Resources/Textures/Clothing/Shoes/asset_protection_rig_sealed.rsi/meta.json new file mode 100644 index 0000000000..21a93ec435 --- /dev/null +++ b/Resources/Textures/Clothing/Shoes/asset_protection_rig_sealed.rsi/meta.json @@ -0,0 +1 @@ +{"version": 1, "size": {"x": 32, "y": 32}, "license": "CC-BY-SA-3.0", "copyright": "https://github.com/discordia-space/CEV-Eris/raw/b099b76491a850ab376aa4d574d5103900f72f2d/icons/inventory/feet/mob.dmi", "states": [{"name": "equipped-FEET", "directions": 4}, {"name": "icon", "directions": 1, "delays": [[1.0]]}, {"name": "inhand-left", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}, {"name": "inhand-right", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}]} \ No newline at end of file diff --git a/Resources/Textures/Clothing/Shoes/atmosmagboots0.rsi/equipped-FEET.png b/Resources/Textures/Clothing/Shoes/atmosmagboots0.rsi/equipped-FEET.png new file mode 100644 index 0000000000..299c256914 Binary files /dev/null and b/Resources/Textures/Clothing/Shoes/atmosmagboots0.rsi/equipped-FEET.png differ diff --git a/Resources/Textures/Clothing/Shoes/atmosmagboots0.rsi/icon.png b/Resources/Textures/Clothing/Shoes/atmosmagboots0.rsi/icon.png new file mode 100644 index 0000000000..d6fd61e825 Binary files /dev/null and b/Resources/Textures/Clothing/Shoes/atmosmagboots0.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/Shoes/atmosmagboots0.rsi/inhand-left.png b/Resources/Textures/Clothing/Shoes/atmosmagboots0.rsi/inhand-left.png new file mode 100644 index 0000000000..43f340739d Binary files /dev/null and b/Resources/Textures/Clothing/Shoes/atmosmagboots0.rsi/inhand-left.png differ diff --git a/Resources/Textures/Clothing/Shoes/atmosmagboots0.rsi/inhand-right.png b/Resources/Textures/Clothing/Shoes/atmosmagboots0.rsi/inhand-right.png new file mode 100644 index 0000000000..49dda801e4 Binary files /dev/null and b/Resources/Textures/Clothing/Shoes/atmosmagboots0.rsi/inhand-right.png differ diff --git a/Resources/Textures/Clothing/Shoes/atmosmagboots0.rsi/meta.json b/Resources/Textures/Clothing/Shoes/atmosmagboots0.rsi/meta.json new file mode 100644 index 0000000000..21a93ec435 --- /dev/null +++ b/Resources/Textures/Clothing/Shoes/atmosmagboots0.rsi/meta.json @@ -0,0 +1 @@ +{"version": 1, "size": {"x": 32, "y": 32}, "license": "CC-BY-SA-3.0", "copyright": "https://github.com/discordia-space/CEV-Eris/raw/b099b76491a850ab376aa4d574d5103900f72f2d/icons/inventory/feet/mob.dmi", "states": [{"name": "equipped-FEET", "directions": 4}, {"name": "icon", "directions": 1, "delays": [[1.0]]}, {"name": "inhand-left", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}, {"name": "inhand-right", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}]} \ No newline at end of file diff --git a/Resources/Textures/Clothing/Shoes/atmosmagboots1.rsi/equipped-FEET.png b/Resources/Textures/Clothing/Shoes/atmosmagboots1.rsi/equipped-FEET.png new file mode 100644 index 0000000000..184bbab1e2 Binary files /dev/null and b/Resources/Textures/Clothing/Shoes/atmosmagboots1.rsi/equipped-FEET.png differ diff --git a/Resources/Textures/Clothing/Shoes/atmosmagboots1.rsi/icon.png b/Resources/Textures/Clothing/Shoes/atmosmagboots1.rsi/icon.png new file mode 100644 index 0000000000..3c382db45e Binary files /dev/null and b/Resources/Textures/Clothing/Shoes/atmosmagboots1.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/Shoes/atmosmagboots1.rsi/inhand-left.png b/Resources/Textures/Clothing/Shoes/atmosmagboots1.rsi/inhand-left.png new file mode 100644 index 0000000000..ebc3faa779 Binary files /dev/null and b/Resources/Textures/Clothing/Shoes/atmosmagboots1.rsi/inhand-left.png differ diff --git a/Resources/Textures/Clothing/Shoes/atmosmagboots1.rsi/inhand-right.png b/Resources/Textures/Clothing/Shoes/atmosmagboots1.rsi/inhand-right.png new file mode 100644 index 0000000000..7c5cb35045 Binary files /dev/null and b/Resources/Textures/Clothing/Shoes/atmosmagboots1.rsi/inhand-right.png differ diff --git a/Resources/Textures/Clothing/Shoes/atmosmagboots1.rsi/meta.json b/Resources/Textures/Clothing/Shoes/atmosmagboots1.rsi/meta.json new file mode 100644 index 0000000000..21a93ec435 --- /dev/null +++ b/Resources/Textures/Clothing/Shoes/atmosmagboots1.rsi/meta.json @@ -0,0 +1 @@ +{"version": 1, "size": {"x": 32, "y": 32}, "license": "CC-BY-SA-3.0", "copyright": "https://github.com/discordia-space/CEV-Eris/raw/b099b76491a850ab376aa4d574d5103900f72f2d/icons/inventory/feet/mob.dmi", "states": [{"name": "equipped-FEET", "directions": 4}, {"name": "icon", "directions": 1, "delays": [[1.0]]}, {"name": "inhand-left", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}, {"name": "inhand-right", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}]} \ No newline at end of file diff --git a/Resources/Textures/Clothing/Shoes/black.rsi/equipped-FEET.png b/Resources/Textures/Clothing/Shoes/black.rsi/equipped-FEET.png new file mode 100644 index 0000000000..92f069be24 Binary files /dev/null and b/Resources/Textures/Clothing/Shoes/black.rsi/equipped-FEET.png differ diff --git a/Resources/Textures/Clothing/Shoes/black.rsi/icon.png b/Resources/Textures/Clothing/Shoes/black.rsi/icon.png new file mode 100644 index 0000000000..bf2a91927b Binary files /dev/null and b/Resources/Textures/Clothing/Shoes/black.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/Shoes/black.rsi/inhand-left.png b/Resources/Textures/Clothing/Shoes/black.rsi/inhand-left.png new file mode 100644 index 0000000000..118de88d6d Binary files /dev/null and b/Resources/Textures/Clothing/Shoes/black.rsi/inhand-left.png differ diff --git a/Resources/Textures/Clothing/Shoes/black.rsi/inhand-right.png b/Resources/Textures/Clothing/Shoes/black.rsi/inhand-right.png new file mode 100644 index 0000000000..513008c618 Binary files /dev/null and b/Resources/Textures/Clothing/Shoes/black.rsi/inhand-right.png differ diff --git a/Resources/Textures/Clothing/Shoes/black.rsi/meta.json b/Resources/Textures/Clothing/Shoes/black.rsi/meta.json new file mode 100644 index 0000000000..21a93ec435 --- /dev/null +++ b/Resources/Textures/Clothing/Shoes/black.rsi/meta.json @@ -0,0 +1 @@ +{"version": 1, "size": {"x": 32, "y": 32}, "license": "CC-BY-SA-3.0", "copyright": "https://github.com/discordia-space/CEV-Eris/raw/b099b76491a850ab376aa4d574d5103900f72f2d/icons/inventory/feet/mob.dmi", "states": [{"name": "equipped-FEET", "directions": 4}, {"name": "icon", "directions": 1, "delays": [[1.0]]}, {"name": "inhand-left", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}, {"name": "inhand-right", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}]} \ No newline at end of file diff --git a/Resources/Textures/Clothing/Shoes/blue.rsi/equipped-FEET.png b/Resources/Textures/Clothing/Shoes/blue.rsi/equipped-FEET.png new file mode 100644 index 0000000000..fdfd845fc9 Binary files /dev/null and b/Resources/Textures/Clothing/Shoes/blue.rsi/equipped-FEET.png differ diff --git a/Resources/Textures/Clothing/Shoes/blue.rsi/icon.png b/Resources/Textures/Clothing/Shoes/blue.rsi/icon.png new file mode 100644 index 0000000000..5c9abb0963 Binary files /dev/null and b/Resources/Textures/Clothing/Shoes/blue.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/Shoes/blue.rsi/inhand-left.png b/Resources/Textures/Clothing/Shoes/blue.rsi/inhand-left.png new file mode 100644 index 0000000000..5d844ce09e Binary files /dev/null and b/Resources/Textures/Clothing/Shoes/blue.rsi/inhand-left.png differ diff --git a/Resources/Textures/Clothing/Shoes/blue.rsi/inhand-right.png b/Resources/Textures/Clothing/Shoes/blue.rsi/inhand-right.png new file mode 100644 index 0000000000..4669e8771c Binary files /dev/null and b/Resources/Textures/Clothing/Shoes/blue.rsi/inhand-right.png differ diff --git a/Resources/Textures/Clothing/Shoes/blue.rsi/meta.json b/Resources/Textures/Clothing/Shoes/blue.rsi/meta.json new file mode 100644 index 0000000000..21a93ec435 --- /dev/null +++ b/Resources/Textures/Clothing/Shoes/blue.rsi/meta.json @@ -0,0 +1 @@ +{"version": 1, "size": {"x": 32, "y": 32}, "license": "CC-BY-SA-3.0", "copyright": "https://github.com/discordia-space/CEV-Eris/raw/b099b76491a850ab376aa4d574d5103900f72f2d/icons/inventory/feet/mob.dmi", "states": [{"name": "equipped-FEET", "directions": 4}, {"name": "icon", "directions": 1, "delays": [[1.0]]}, {"name": "inhand-left", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}, {"name": "inhand-right", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}]} \ No newline at end of file diff --git a/Resources/Textures/Clothing/Shoes/boots.rsi/equipped-FEET.png b/Resources/Textures/Clothing/Shoes/boots.rsi/equipped-FEET.png new file mode 100644 index 0000000000..6f42b0b8d0 Binary files /dev/null and b/Resources/Textures/Clothing/Shoes/boots.rsi/equipped-FEET.png differ diff --git a/Resources/Textures/Clothing/Shoes/boots.rsi/icon.png b/Resources/Textures/Clothing/Shoes/boots.rsi/icon.png new file mode 100644 index 0000000000..53b9182bb0 Binary files /dev/null and b/Resources/Textures/Clothing/Shoes/boots.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/Shoes/boots.rsi/inhand-left.png b/Resources/Textures/Clothing/Shoes/boots.rsi/inhand-left.png new file mode 100644 index 0000000000..ecdc54919a Binary files /dev/null and b/Resources/Textures/Clothing/Shoes/boots.rsi/inhand-left.png differ diff --git a/Resources/Textures/Clothing/Shoes/boots.rsi/inhand-right.png b/Resources/Textures/Clothing/Shoes/boots.rsi/inhand-right.png new file mode 100644 index 0000000000..5c5ffa5a81 Binary files /dev/null and b/Resources/Textures/Clothing/Shoes/boots.rsi/inhand-right.png differ diff --git a/Resources/Textures/Clothing/Shoes/boots.rsi/meta.json b/Resources/Textures/Clothing/Shoes/boots.rsi/meta.json new file mode 100644 index 0000000000..21a93ec435 --- /dev/null +++ b/Resources/Textures/Clothing/Shoes/boots.rsi/meta.json @@ -0,0 +1 @@ +{"version": 1, "size": {"x": 32, "y": 32}, "license": "CC-BY-SA-3.0", "copyright": "https://github.com/discordia-space/CEV-Eris/raw/b099b76491a850ab376aa4d574d5103900f72f2d/icons/inventory/feet/mob.dmi", "states": [{"name": "equipped-FEET", "directions": 4}, {"name": "icon", "directions": 1, "delays": [[1.0]]}, {"name": "inhand-left", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}, {"name": "inhand-right", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}]} \ No newline at end of file diff --git a/Resources/Textures/Clothing/Shoes/brown.rsi/equipped-FEET.png b/Resources/Textures/Clothing/Shoes/brown.rsi/equipped-FEET.png new file mode 100644 index 0000000000..6bf8932f14 Binary files /dev/null and b/Resources/Textures/Clothing/Shoes/brown.rsi/equipped-FEET.png differ diff --git a/Resources/Textures/Clothing/Shoes/brown.rsi/icon.png b/Resources/Textures/Clothing/Shoes/brown.rsi/icon.png new file mode 100644 index 0000000000..b2fb1eb685 Binary files /dev/null and b/Resources/Textures/Clothing/Shoes/brown.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/Shoes/brown.rsi/inhand-left.png b/Resources/Textures/Clothing/Shoes/brown.rsi/inhand-left.png new file mode 100644 index 0000000000..156a0744ca Binary files /dev/null and b/Resources/Textures/Clothing/Shoes/brown.rsi/inhand-left.png differ diff --git a/Resources/Textures/Clothing/Shoes/brown.rsi/inhand-right.png b/Resources/Textures/Clothing/Shoes/brown.rsi/inhand-right.png new file mode 100644 index 0000000000..122f60b176 Binary files /dev/null and b/Resources/Textures/Clothing/Shoes/brown.rsi/inhand-right.png differ diff --git a/Resources/Textures/Clothing/Shoes/brown.rsi/meta.json b/Resources/Textures/Clothing/Shoes/brown.rsi/meta.json new file mode 100644 index 0000000000..21a93ec435 --- /dev/null +++ b/Resources/Textures/Clothing/Shoes/brown.rsi/meta.json @@ -0,0 +1 @@ +{"version": 1, "size": {"x": 32, "y": 32}, "license": "CC-BY-SA-3.0", "copyright": "https://github.com/discordia-space/CEV-Eris/raw/b099b76491a850ab376aa4d574d5103900f72f2d/icons/inventory/feet/mob.dmi", "states": [{"name": "equipped-FEET", "directions": 4}, {"name": "icon", "directions": 1, "delays": [[1.0]]}, {"name": "inhand-left", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}, {"name": "inhand-right", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}]} \ No newline at end of file diff --git a/Resources/Textures/Clothing/Shoes/ce_rig.rsi/equipped-FEET.png b/Resources/Textures/Clothing/Shoes/ce_rig.rsi/equipped-FEET.png new file mode 100644 index 0000000000..61b8deaec8 Binary files /dev/null and b/Resources/Textures/Clothing/Shoes/ce_rig.rsi/equipped-FEET.png differ diff --git a/Resources/Textures/Clothing/Shoes/ce_rig.rsi/icon.png b/Resources/Textures/Clothing/Shoes/ce_rig.rsi/icon.png new file mode 100644 index 0000000000..b5f0f156f6 Binary files /dev/null and b/Resources/Textures/Clothing/Shoes/ce_rig.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/Shoes/ce_rig.rsi/inhand-left.png b/Resources/Textures/Clothing/Shoes/ce_rig.rsi/inhand-left.png new file mode 100644 index 0000000000..8bb9d20e9c Binary files /dev/null and b/Resources/Textures/Clothing/Shoes/ce_rig.rsi/inhand-left.png differ diff --git a/Resources/Textures/Clothing/Shoes/ce_rig.rsi/inhand-right.png b/Resources/Textures/Clothing/Shoes/ce_rig.rsi/inhand-right.png new file mode 100644 index 0000000000..fced13a025 Binary files /dev/null and b/Resources/Textures/Clothing/Shoes/ce_rig.rsi/inhand-right.png differ diff --git a/Resources/Textures/Clothing/Shoes/ce_rig.rsi/meta.json b/Resources/Textures/Clothing/Shoes/ce_rig.rsi/meta.json new file mode 100644 index 0000000000..09294c69f3 --- /dev/null +++ b/Resources/Textures/Clothing/Shoes/ce_rig.rsi/meta.json @@ -0,0 +1 @@ +{"version": 1, "size": {"x": 32, "y": 32}, "license": "CC-BY-SA-3.0", "copyright": "https://github.com/discordia-space/CEV-Eris/raw/b099b76491a850ab376aa4d574d5103900f72f2d/icons/inventory/feet/mob.dmi", "states": [{"name": "equipped-FEET", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}, {"name": "icon", "directions": 1, "delays": [[1.0]]}, {"name": "inhand-left", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}, {"name": "inhand-right", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}]} \ No newline at end of file diff --git a/Resources/Textures/Clothing/Shoes/ce_rig_sealed.rsi/equipped-FEET.png b/Resources/Textures/Clothing/Shoes/ce_rig_sealed.rsi/equipped-FEET.png new file mode 100644 index 0000000000..b716ebfb00 Binary files /dev/null and b/Resources/Textures/Clothing/Shoes/ce_rig_sealed.rsi/equipped-FEET.png differ diff --git a/Resources/Textures/Clothing/Shoes/ce_rig_sealed.rsi/icon.png b/Resources/Textures/Clothing/Shoes/ce_rig_sealed.rsi/icon.png new file mode 100644 index 0000000000..1316e9670b Binary files /dev/null and b/Resources/Textures/Clothing/Shoes/ce_rig_sealed.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/Shoes/ce_rig_sealed.rsi/inhand-left.png b/Resources/Textures/Clothing/Shoes/ce_rig_sealed.rsi/inhand-left.png new file mode 100644 index 0000000000..d54f89f38c Binary files /dev/null and b/Resources/Textures/Clothing/Shoes/ce_rig_sealed.rsi/inhand-left.png differ diff --git a/Resources/Textures/Clothing/Shoes/ce_rig_sealed.rsi/inhand-right.png b/Resources/Textures/Clothing/Shoes/ce_rig_sealed.rsi/inhand-right.png new file mode 100644 index 0000000000..12b821fce5 Binary files /dev/null and b/Resources/Textures/Clothing/Shoes/ce_rig_sealed.rsi/inhand-right.png differ diff --git a/Resources/Textures/Clothing/Shoes/ce_rig_sealed.rsi/meta.json b/Resources/Textures/Clothing/Shoes/ce_rig_sealed.rsi/meta.json new file mode 100644 index 0000000000..21a93ec435 --- /dev/null +++ b/Resources/Textures/Clothing/Shoes/ce_rig_sealed.rsi/meta.json @@ -0,0 +1 @@ +{"version": 1, "size": {"x": 32, "y": 32}, "license": "CC-BY-SA-3.0", "copyright": "https://github.com/discordia-space/CEV-Eris/raw/b099b76491a850ab376aa4d574d5103900f72f2d/icons/inventory/feet/mob.dmi", "states": [{"name": "equipped-FEET", "directions": 4}, {"name": "icon", "directions": 1, "delays": [[1.0]]}, {"name": "inhand-left", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}, {"name": "inhand-right", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}]} \ No newline at end of file diff --git a/Resources/Textures/Clothing/Shoes/chef.rsi/equipped-FEET.png b/Resources/Textures/Clothing/Shoes/chef.rsi/equipped-FEET.png new file mode 100644 index 0000000000..9bce08d570 Binary files /dev/null and b/Resources/Textures/Clothing/Shoes/chef.rsi/equipped-FEET.png differ diff --git a/Resources/Textures/Clothing/Shoes/chef.rsi/icon.png b/Resources/Textures/Clothing/Shoes/chef.rsi/icon.png new file mode 100644 index 0000000000..702bdf039d Binary files /dev/null and b/Resources/Textures/Clothing/Shoes/chef.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/Shoes/chef.rsi/inhand-left.png b/Resources/Textures/Clothing/Shoes/chef.rsi/inhand-left.png new file mode 100644 index 0000000000..6e4d419619 Binary files /dev/null and b/Resources/Textures/Clothing/Shoes/chef.rsi/inhand-left.png differ diff --git a/Resources/Textures/Clothing/Shoes/chef.rsi/inhand-right.png b/Resources/Textures/Clothing/Shoes/chef.rsi/inhand-right.png new file mode 100644 index 0000000000..6c1de4c256 Binary files /dev/null and b/Resources/Textures/Clothing/Shoes/chef.rsi/inhand-right.png differ diff --git a/Resources/Textures/Clothing/Shoes/chef.rsi/meta.json b/Resources/Textures/Clothing/Shoes/chef.rsi/meta.json new file mode 100644 index 0000000000..21a93ec435 --- /dev/null +++ b/Resources/Textures/Clothing/Shoes/chef.rsi/meta.json @@ -0,0 +1 @@ +{"version": 1, "size": {"x": 32, "y": 32}, "license": "CC-BY-SA-3.0", "copyright": "https://github.com/discordia-space/CEV-Eris/raw/b099b76491a850ab376aa4d574d5103900f72f2d/icons/inventory/feet/mob.dmi", "states": [{"name": "equipped-FEET", "directions": 4}, {"name": "icon", "directions": 1, "delays": [[1.0]]}, {"name": "inhand-left", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}, {"name": "inhand-right", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}]} \ No newline at end of file diff --git a/Resources/Textures/Clothing/Shoes/clown.rsi/equipped-FEET.png b/Resources/Textures/Clothing/Shoes/clown.rsi/equipped-FEET.png new file mode 100644 index 0000000000..bb5c9be409 Binary files /dev/null and b/Resources/Textures/Clothing/Shoes/clown.rsi/equipped-FEET.png differ diff --git a/Resources/Textures/Clothing/Shoes/clown.rsi/icon.png b/Resources/Textures/Clothing/Shoes/clown.rsi/icon.png new file mode 100644 index 0000000000..8ac232a0c3 Binary files /dev/null and b/Resources/Textures/Clothing/Shoes/clown.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/Shoes/clown.rsi/inhand-left.png b/Resources/Textures/Clothing/Shoes/clown.rsi/inhand-left.png new file mode 100644 index 0000000000..6fa5c64975 Binary files /dev/null and b/Resources/Textures/Clothing/Shoes/clown.rsi/inhand-left.png differ diff --git a/Resources/Textures/Clothing/Shoes/clown.rsi/inhand-right.png b/Resources/Textures/Clothing/Shoes/clown.rsi/inhand-right.png new file mode 100644 index 0000000000..036346e8ce Binary files /dev/null and b/Resources/Textures/Clothing/Shoes/clown.rsi/inhand-right.png differ diff --git a/Resources/Textures/Clothing/Shoes/clown.rsi/meta.json b/Resources/Textures/Clothing/Shoes/clown.rsi/meta.json new file mode 100644 index 0000000000..21a93ec435 --- /dev/null +++ b/Resources/Textures/Clothing/Shoes/clown.rsi/meta.json @@ -0,0 +1 @@ +{"version": 1, "size": {"x": 32, "y": 32}, "license": "CC-BY-SA-3.0", "copyright": "https://github.com/discordia-space/CEV-Eris/raw/b099b76491a850ab376aa4d574d5103900f72f2d/icons/inventory/feet/mob.dmi", "states": [{"name": "equipped-FEET", "directions": 4}, {"name": "icon", "directions": 1, "delays": [[1.0]]}, {"name": "inhand-left", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}, {"name": "inhand-right", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}]} \ No newline at end of file diff --git a/Resources/Textures/Clothing/Shoes/cowboy.rsi/equipped-FEET.png b/Resources/Textures/Clothing/Shoes/cowboy.rsi/equipped-FEET.png new file mode 100644 index 0000000000..2f88ef103b Binary files /dev/null and b/Resources/Textures/Clothing/Shoes/cowboy.rsi/equipped-FEET.png differ diff --git a/Resources/Textures/Clothing/Shoes/cowboy.rsi/icon.png b/Resources/Textures/Clothing/Shoes/cowboy.rsi/icon.png new file mode 100644 index 0000000000..3ab1219aaa Binary files /dev/null and b/Resources/Textures/Clothing/Shoes/cowboy.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/Shoes/cowboy.rsi/inhand-left.png b/Resources/Textures/Clothing/Shoes/cowboy.rsi/inhand-left.png new file mode 100644 index 0000000000..a7ddb38a75 Binary files /dev/null and b/Resources/Textures/Clothing/Shoes/cowboy.rsi/inhand-left.png differ diff --git a/Resources/Textures/Clothing/Shoes/cowboy.rsi/inhand-right.png b/Resources/Textures/Clothing/Shoes/cowboy.rsi/inhand-right.png new file mode 100644 index 0000000000..1b8460287e Binary files /dev/null and b/Resources/Textures/Clothing/Shoes/cowboy.rsi/inhand-right.png differ diff --git a/Resources/Textures/Clothing/Shoes/cowboy.rsi/meta.json b/Resources/Textures/Clothing/Shoes/cowboy.rsi/meta.json new file mode 100644 index 0000000000..21a93ec435 --- /dev/null +++ b/Resources/Textures/Clothing/Shoes/cowboy.rsi/meta.json @@ -0,0 +1 @@ +{"version": 1, "size": {"x": 32, "y": 32}, "license": "CC-BY-SA-3.0", "copyright": "https://github.com/discordia-space/CEV-Eris/raw/b099b76491a850ab376aa4d574d5103900f72f2d/icons/inventory/feet/mob.dmi", "states": [{"name": "equipped-FEET", "directions": 4}, {"name": "icon", "directions": 1, "delays": [[1.0]]}, {"name": "inhand-left", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}, {"name": "inhand-right", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}]} \ No newline at end of file diff --git a/Resources/Textures/Clothing/Shoes/cult.rsi/equipped-FEET.png b/Resources/Textures/Clothing/Shoes/cult.rsi/equipped-FEET.png new file mode 100644 index 0000000000..49d08e329e Binary files /dev/null and b/Resources/Textures/Clothing/Shoes/cult.rsi/equipped-FEET.png differ diff --git a/Resources/Textures/Clothing/Shoes/cult.rsi/icon.png b/Resources/Textures/Clothing/Shoes/cult.rsi/icon.png new file mode 100644 index 0000000000..df40b4ba3b Binary files /dev/null and b/Resources/Textures/Clothing/Shoes/cult.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/Shoes/cult.rsi/inhand-left.png b/Resources/Textures/Clothing/Shoes/cult.rsi/inhand-left.png new file mode 100644 index 0000000000..ed33612bae Binary files /dev/null and b/Resources/Textures/Clothing/Shoes/cult.rsi/inhand-left.png differ diff --git a/Resources/Textures/Clothing/Shoes/cult.rsi/inhand-right.png b/Resources/Textures/Clothing/Shoes/cult.rsi/inhand-right.png new file mode 100644 index 0000000000..dd6c931964 Binary files /dev/null and b/Resources/Textures/Clothing/Shoes/cult.rsi/inhand-right.png differ diff --git a/Resources/Textures/Clothing/Shoes/cult.rsi/meta.json b/Resources/Textures/Clothing/Shoes/cult.rsi/meta.json new file mode 100644 index 0000000000..21a93ec435 --- /dev/null +++ b/Resources/Textures/Clothing/Shoes/cult.rsi/meta.json @@ -0,0 +1 @@ +{"version": 1, "size": {"x": 32, "y": 32}, "license": "CC-BY-SA-3.0", "copyright": "https://github.com/discordia-space/CEV-Eris/raw/b099b76491a850ab376aa4d574d5103900f72f2d/icons/inventory/feet/mob.dmi", "states": [{"name": "equipped-FEET", "directions": 4}, {"name": "icon", "directions": 1, "delays": [[1.0]]}, {"name": "inhand-left", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}, {"name": "inhand-right", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}]} \ No newline at end of file diff --git a/Resources/Textures/Clothing/Shoes/detective.rsi/equipped-FEET.png b/Resources/Textures/Clothing/Shoes/detective.rsi/equipped-FEET.png new file mode 100644 index 0000000000..4260934903 Binary files /dev/null and b/Resources/Textures/Clothing/Shoes/detective.rsi/equipped-FEET.png differ diff --git a/Resources/Textures/Clothing/Shoes/detective.rsi/icon.png b/Resources/Textures/Clothing/Shoes/detective.rsi/icon.png new file mode 100644 index 0000000000..94fbbb74d2 Binary files /dev/null and b/Resources/Textures/Clothing/Shoes/detective.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/Shoes/detective.rsi/inhand-left.png b/Resources/Textures/Clothing/Shoes/detective.rsi/inhand-left.png new file mode 100644 index 0000000000..ae8a658b5c Binary files /dev/null and b/Resources/Textures/Clothing/Shoes/detective.rsi/inhand-left.png differ diff --git a/Resources/Textures/Clothing/Shoes/detective.rsi/inhand-right.png b/Resources/Textures/Clothing/Shoes/detective.rsi/inhand-right.png new file mode 100644 index 0000000000..bb1dcd25ed Binary files /dev/null and b/Resources/Textures/Clothing/Shoes/detective.rsi/inhand-right.png differ diff --git a/Resources/Textures/Clothing/Shoes/detective.rsi/meta.json b/Resources/Textures/Clothing/Shoes/detective.rsi/meta.json new file mode 100644 index 0000000000..21a93ec435 --- /dev/null +++ b/Resources/Textures/Clothing/Shoes/detective.rsi/meta.json @@ -0,0 +1 @@ +{"version": 1, "size": {"x": 32, "y": 32}, "license": "CC-BY-SA-3.0", "copyright": "https://github.com/discordia-space/CEV-Eris/raw/b099b76491a850ab376aa4d574d5103900f72f2d/icons/inventory/feet/mob.dmi", "states": [{"name": "equipped-FEET", "directions": 4}, {"name": "icon", "directions": 1, "delays": [[1.0]]}, {"name": "inhand-left", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}, {"name": "inhand-right", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}]} \ No newline at end of file diff --git a/Resources/Textures/Clothing/Shoes/digiboots.rsi/equipped-FEET.png b/Resources/Textures/Clothing/Shoes/digiboots.rsi/equipped-FEET.png new file mode 100644 index 0000000000..00d8f2200f Binary files /dev/null and b/Resources/Textures/Clothing/Shoes/digiboots.rsi/equipped-FEET.png differ diff --git a/Resources/Textures/Clothing/Shoes/digiboots.rsi/icon.png b/Resources/Textures/Clothing/Shoes/digiboots.rsi/icon.png new file mode 100644 index 0000000000..73e2268f10 Binary files /dev/null and b/Resources/Textures/Clothing/Shoes/digiboots.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/Shoes/digiboots.rsi/inhand-left.png b/Resources/Textures/Clothing/Shoes/digiboots.rsi/inhand-left.png new file mode 100644 index 0000000000..3882ddbe55 Binary files /dev/null and b/Resources/Textures/Clothing/Shoes/digiboots.rsi/inhand-left.png differ diff --git a/Resources/Textures/Clothing/Shoes/digiboots.rsi/inhand-right.png b/Resources/Textures/Clothing/Shoes/digiboots.rsi/inhand-right.png new file mode 100644 index 0000000000..03414cbd29 Binary files /dev/null and b/Resources/Textures/Clothing/Shoes/digiboots.rsi/inhand-right.png differ diff --git a/Resources/Textures/Clothing/Shoes/digiboots.rsi/meta.json b/Resources/Textures/Clothing/Shoes/digiboots.rsi/meta.json new file mode 100644 index 0000000000..21a93ec435 --- /dev/null +++ b/Resources/Textures/Clothing/Shoes/digiboots.rsi/meta.json @@ -0,0 +1 @@ +{"version": 1, "size": {"x": 32, "y": 32}, "license": "CC-BY-SA-3.0", "copyright": "https://github.com/discordia-space/CEV-Eris/raw/b099b76491a850ab376aa4d574d5103900f72f2d/icons/inventory/feet/mob.dmi", "states": [{"name": "equipped-FEET", "directions": 4}, {"name": "icon", "directions": 1, "delays": [[1.0]]}, {"name": "inhand-left", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}, {"name": "inhand-right", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}]} \ No newline at end of file diff --git a/Resources/Textures/Clothing/Shoes/engineering_rig.rsi/equipped-FEET.png b/Resources/Textures/Clothing/Shoes/engineering_rig.rsi/equipped-FEET.png new file mode 100644 index 0000000000..dfcd8c2792 Binary files /dev/null and b/Resources/Textures/Clothing/Shoes/engineering_rig.rsi/equipped-FEET.png differ diff --git a/Resources/Textures/Clothing/Shoes/engineering_rig.rsi/icon.png b/Resources/Textures/Clothing/Shoes/engineering_rig.rsi/icon.png new file mode 100644 index 0000000000..f715b4813d Binary files /dev/null and b/Resources/Textures/Clothing/Shoes/engineering_rig.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/Shoes/engineering_rig.rsi/inhand-left.png b/Resources/Textures/Clothing/Shoes/engineering_rig.rsi/inhand-left.png new file mode 100644 index 0000000000..d17b415aea Binary files /dev/null and b/Resources/Textures/Clothing/Shoes/engineering_rig.rsi/inhand-left.png differ diff --git a/Resources/Textures/Clothing/Shoes/engineering_rig.rsi/inhand-right.png b/Resources/Textures/Clothing/Shoes/engineering_rig.rsi/inhand-right.png new file mode 100644 index 0000000000..b009c815d2 Binary files /dev/null and b/Resources/Textures/Clothing/Shoes/engineering_rig.rsi/inhand-right.png differ diff --git a/Resources/Textures/Clothing/Shoes/engineering_rig.rsi/meta.json b/Resources/Textures/Clothing/Shoes/engineering_rig.rsi/meta.json new file mode 100644 index 0000000000..09294c69f3 --- /dev/null +++ b/Resources/Textures/Clothing/Shoes/engineering_rig.rsi/meta.json @@ -0,0 +1 @@ +{"version": 1, "size": {"x": 32, "y": 32}, "license": "CC-BY-SA-3.0", "copyright": "https://github.com/discordia-space/CEV-Eris/raw/b099b76491a850ab376aa4d574d5103900f72f2d/icons/inventory/feet/mob.dmi", "states": [{"name": "equipped-FEET", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}, {"name": "icon", "directions": 1, "delays": [[1.0]]}, {"name": "inhand-left", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}, {"name": "inhand-right", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}]} \ No newline at end of file diff --git a/Resources/Textures/Clothing/Shoes/engineering_rig_sealed.rsi/equipped-FEET.png b/Resources/Textures/Clothing/Shoes/engineering_rig_sealed.rsi/equipped-FEET.png new file mode 100644 index 0000000000..e7da66ca70 Binary files /dev/null and b/Resources/Textures/Clothing/Shoes/engineering_rig_sealed.rsi/equipped-FEET.png differ diff --git a/Resources/Textures/Clothing/Shoes/engineering_rig_sealed.rsi/icon.png b/Resources/Textures/Clothing/Shoes/engineering_rig_sealed.rsi/icon.png new file mode 100644 index 0000000000..40f7ec9ca5 Binary files /dev/null and b/Resources/Textures/Clothing/Shoes/engineering_rig_sealed.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/Shoes/engineering_rig_sealed.rsi/inhand-left.png b/Resources/Textures/Clothing/Shoes/engineering_rig_sealed.rsi/inhand-left.png new file mode 100644 index 0000000000..cd0fa2cf73 Binary files /dev/null and b/Resources/Textures/Clothing/Shoes/engineering_rig_sealed.rsi/inhand-left.png differ diff --git a/Resources/Textures/Clothing/Shoes/engineering_rig_sealed.rsi/inhand-right.png b/Resources/Textures/Clothing/Shoes/engineering_rig_sealed.rsi/inhand-right.png new file mode 100644 index 0000000000..a82f99d15f Binary files /dev/null and b/Resources/Textures/Clothing/Shoes/engineering_rig_sealed.rsi/inhand-right.png differ diff --git a/Resources/Textures/Clothing/Shoes/engineering_rig_sealed.rsi/meta.json b/Resources/Textures/Clothing/Shoes/engineering_rig_sealed.rsi/meta.json new file mode 100644 index 0000000000..21a93ec435 --- /dev/null +++ b/Resources/Textures/Clothing/Shoes/engineering_rig_sealed.rsi/meta.json @@ -0,0 +1 @@ +{"version": 1, "size": {"x": 32, "y": 32}, "license": "CC-BY-SA-3.0", "copyright": "https://github.com/discordia-space/CEV-Eris/raw/b099b76491a850ab376aa4d574d5103900f72f2d/icons/inventory/feet/mob.dmi", "states": [{"name": "equipped-FEET", "directions": 4}, {"name": "icon", "directions": 1, "delays": [[1.0]]}, {"name": "inhand-left", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}, {"name": "inhand-right", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}]} \ No newline at end of file diff --git a/Resources/Textures/Clothing/Shoes/ert_commander_rig.rsi/equipped-FEET.png b/Resources/Textures/Clothing/Shoes/ert_commander_rig.rsi/equipped-FEET.png new file mode 100644 index 0000000000..3505db9f2e Binary files /dev/null and b/Resources/Textures/Clothing/Shoes/ert_commander_rig.rsi/equipped-FEET.png differ diff --git a/Resources/Textures/Clothing/Shoes/ert_commander_rig.rsi/icon.png b/Resources/Textures/Clothing/Shoes/ert_commander_rig.rsi/icon.png new file mode 100644 index 0000000000..072c89289a Binary files /dev/null and b/Resources/Textures/Clothing/Shoes/ert_commander_rig.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/Shoes/ert_commander_rig.rsi/inhand-left.png b/Resources/Textures/Clothing/Shoes/ert_commander_rig.rsi/inhand-left.png new file mode 100644 index 0000000000..9e95b18114 Binary files /dev/null and b/Resources/Textures/Clothing/Shoes/ert_commander_rig.rsi/inhand-left.png differ diff --git a/Resources/Textures/Clothing/Shoes/ert_commander_rig.rsi/inhand-right.png b/Resources/Textures/Clothing/Shoes/ert_commander_rig.rsi/inhand-right.png new file mode 100644 index 0000000000..7ae87224cf Binary files /dev/null and b/Resources/Textures/Clothing/Shoes/ert_commander_rig.rsi/inhand-right.png differ diff --git a/Resources/Textures/Clothing/Shoes/ert_commander_rig.rsi/meta.json b/Resources/Textures/Clothing/Shoes/ert_commander_rig.rsi/meta.json new file mode 100644 index 0000000000..09294c69f3 --- /dev/null +++ b/Resources/Textures/Clothing/Shoes/ert_commander_rig.rsi/meta.json @@ -0,0 +1 @@ +{"version": 1, "size": {"x": 32, "y": 32}, "license": "CC-BY-SA-3.0", "copyright": "https://github.com/discordia-space/CEV-Eris/raw/b099b76491a850ab376aa4d574d5103900f72f2d/icons/inventory/feet/mob.dmi", "states": [{"name": "equipped-FEET", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}, {"name": "icon", "directions": 1, "delays": [[1.0]]}, {"name": "inhand-left", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}, {"name": "inhand-right", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}]} \ No newline at end of file diff --git a/Resources/Textures/Clothing/Shoes/ert_commander_rig_sealed.rsi/equipped-FEET.png b/Resources/Textures/Clothing/Shoes/ert_commander_rig_sealed.rsi/equipped-FEET.png new file mode 100644 index 0000000000..900294a020 Binary files /dev/null and b/Resources/Textures/Clothing/Shoes/ert_commander_rig_sealed.rsi/equipped-FEET.png differ diff --git a/Resources/Textures/Clothing/Shoes/ert_commander_rig_sealed.rsi/icon.png b/Resources/Textures/Clothing/Shoes/ert_commander_rig_sealed.rsi/icon.png new file mode 100644 index 0000000000..c04727d6dd Binary files /dev/null and b/Resources/Textures/Clothing/Shoes/ert_commander_rig_sealed.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/Shoes/ert_commander_rig_sealed.rsi/inhand-left.png b/Resources/Textures/Clothing/Shoes/ert_commander_rig_sealed.rsi/inhand-left.png new file mode 100644 index 0000000000..05d1ae0fd0 Binary files /dev/null and b/Resources/Textures/Clothing/Shoes/ert_commander_rig_sealed.rsi/inhand-left.png differ diff --git a/Resources/Textures/Clothing/Shoes/ert_commander_rig_sealed.rsi/inhand-right.png b/Resources/Textures/Clothing/Shoes/ert_commander_rig_sealed.rsi/inhand-right.png new file mode 100644 index 0000000000..f5724fef82 Binary files /dev/null and b/Resources/Textures/Clothing/Shoes/ert_commander_rig_sealed.rsi/inhand-right.png differ diff --git a/Resources/Textures/Clothing/Shoes/ert_commander_rig_sealed.rsi/meta.json b/Resources/Textures/Clothing/Shoes/ert_commander_rig_sealed.rsi/meta.json new file mode 100644 index 0000000000..21a93ec435 --- /dev/null +++ b/Resources/Textures/Clothing/Shoes/ert_commander_rig_sealed.rsi/meta.json @@ -0,0 +1 @@ +{"version": 1, "size": {"x": 32, "y": 32}, "license": "CC-BY-SA-3.0", "copyright": "https://github.com/discordia-space/CEV-Eris/raw/b099b76491a850ab376aa4d574d5103900f72f2d/icons/inventory/feet/mob.dmi", "states": [{"name": "equipped-FEET", "directions": 4}, {"name": "icon", "directions": 1, "delays": [[1.0]]}, {"name": "inhand-left", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}, {"name": "inhand-right", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}]} \ No newline at end of file diff --git a/Resources/Textures/Clothing/Shoes/ert_engineer_rig.rsi/equipped-FEET.png b/Resources/Textures/Clothing/Shoes/ert_engineer_rig.rsi/equipped-FEET.png new file mode 100644 index 0000000000..36872ee578 Binary files /dev/null and b/Resources/Textures/Clothing/Shoes/ert_engineer_rig.rsi/equipped-FEET.png differ diff --git a/Resources/Textures/Clothing/Shoes/ert_engineer_rig.rsi/icon.png b/Resources/Textures/Clothing/Shoes/ert_engineer_rig.rsi/icon.png new file mode 100644 index 0000000000..1eb15a904d Binary files /dev/null and b/Resources/Textures/Clothing/Shoes/ert_engineer_rig.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/Shoes/ert_engineer_rig.rsi/inhand-left.png b/Resources/Textures/Clothing/Shoes/ert_engineer_rig.rsi/inhand-left.png new file mode 100644 index 0000000000..859bf27a58 Binary files /dev/null and b/Resources/Textures/Clothing/Shoes/ert_engineer_rig.rsi/inhand-left.png differ diff --git a/Resources/Textures/Clothing/Shoes/ert_engineer_rig.rsi/inhand-right.png b/Resources/Textures/Clothing/Shoes/ert_engineer_rig.rsi/inhand-right.png new file mode 100644 index 0000000000..cd3bcf0ca9 Binary files /dev/null and b/Resources/Textures/Clothing/Shoes/ert_engineer_rig.rsi/inhand-right.png differ diff --git a/Resources/Textures/Clothing/Shoes/ert_engineer_rig.rsi/meta.json b/Resources/Textures/Clothing/Shoes/ert_engineer_rig.rsi/meta.json new file mode 100644 index 0000000000..09294c69f3 --- /dev/null +++ b/Resources/Textures/Clothing/Shoes/ert_engineer_rig.rsi/meta.json @@ -0,0 +1 @@ +{"version": 1, "size": {"x": 32, "y": 32}, "license": "CC-BY-SA-3.0", "copyright": "https://github.com/discordia-space/CEV-Eris/raw/b099b76491a850ab376aa4d574d5103900f72f2d/icons/inventory/feet/mob.dmi", "states": [{"name": "equipped-FEET", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}, {"name": "icon", "directions": 1, "delays": [[1.0]]}, {"name": "inhand-left", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}, {"name": "inhand-right", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}]} \ No newline at end of file diff --git a/Resources/Textures/Clothing/Shoes/ert_engineer_rig_sealed.rsi/equipped-FEET.png b/Resources/Textures/Clothing/Shoes/ert_engineer_rig_sealed.rsi/equipped-FEET.png new file mode 100644 index 0000000000..2240b2d014 Binary files /dev/null and b/Resources/Textures/Clothing/Shoes/ert_engineer_rig_sealed.rsi/equipped-FEET.png differ diff --git a/Resources/Textures/Clothing/Shoes/ert_engineer_rig_sealed.rsi/icon.png b/Resources/Textures/Clothing/Shoes/ert_engineer_rig_sealed.rsi/icon.png new file mode 100644 index 0000000000..d7997c0680 Binary files /dev/null and b/Resources/Textures/Clothing/Shoes/ert_engineer_rig_sealed.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/Shoes/ert_engineer_rig_sealed.rsi/inhand-left.png b/Resources/Textures/Clothing/Shoes/ert_engineer_rig_sealed.rsi/inhand-left.png new file mode 100644 index 0000000000..5207931b75 Binary files /dev/null and b/Resources/Textures/Clothing/Shoes/ert_engineer_rig_sealed.rsi/inhand-left.png differ diff --git a/Resources/Textures/Clothing/Shoes/ert_engineer_rig_sealed.rsi/inhand-right.png b/Resources/Textures/Clothing/Shoes/ert_engineer_rig_sealed.rsi/inhand-right.png new file mode 100644 index 0000000000..de2e696198 Binary files /dev/null and b/Resources/Textures/Clothing/Shoes/ert_engineer_rig_sealed.rsi/inhand-right.png differ diff --git a/Resources/Textures/Clothing/Shoes/ert_engineer_rig_sealed.rsi/meta.json b/Resources/Textures/Clothing/Shoes/ert_engineer_rig_sealed.rsi/meta.json new file mode 100644 index 0000000000..21a93ec435 --- /dev/null +++ b/Resources/Textures/Clothing/Shoes/ert_engineer_rig_sealed.rsi/meta.json @@ -0,0 +1 @@ +{"version": 1, "size": {"x": 32, "y": 32}, "license": "CC-BY-SA-3.0", "copyright": "https://github.com/discordia-space/CEV-Eris/raw/b099b76491a850ab376aa4d574d5103900f72f2d/icons/inventory/feet/mob.dmi", "states": [{"name": "equipped-FEET", "directions": 4}, {"name": "icon", "directions": 1, "delays": [[1.0]]}, {"name": "inhand-left", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}, {"name": "inhand-right", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}]} \ No newline at end of file diff --git a/Resources/Textures/Clothing/Shoes/ert_medical_rig.rsi/equipped-FEET.png b/Resources/Textures/Clothing/Shoes/ert_medical_rig.rsi/equipped-FEET.png new file mode 100644 index 0000000000..40f7ac69cf Binary files /dev/null and b/Resources/Textures/Clothing/Shoes/ert_medical_rig.rsi/equipped-FEET.png differ diff --git a/Resources/Textures/Clothing/Shoes/ert_medical_rig.rsi/icon.png b/Resources/Textures/Clothing/Shoes/ert_medical_rig.rsi/icon.png new file mode 100644 index 0000000000..bd1969c8a7 Binary files /dev/null and b/Resources/Textures/Clothing/Shoes/ert_medical_rig.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/Shoes/ert_medical_rig.rsi/inhand-left.png b/Resources/Textures/Clothing/Shoes/ert_medical_rig.rsi/inhand-left.png new file mode 100644 index 0000000000..88f8423cbd Binary files /dev/null and b/Resources/Textures/Clothing/Shoes/ert_medical_rig.rsi/inhand-left.png differ diff --git a/Resources/Textures/Clothing/Shoes/ert_medical_rig.rsi/inhand-right.png b/Resources/Textures/Clothing/Shoes/ert_medical_rig.rsi/inhand-right.png new file mode 100644 index 0000000000..ed64265b5e Binary files /dev/null and b/Resources/Textures/Clothing/Shoes/ert_medical_rig.rsi/inhand-right.png differ diff --git a/Resources/Textures/Clothing/Shoes/ert_medical_rig.rsi/meta.json b/Resources/Textures/Clothing/Shoes/ert_medical_rig.rsi/meta.json new file mode 100644 index 0000000000..09294c69f3 --- /dev/null +++ b/Resources/Textures/Clothing/Shoes/ert_medical_rig.rsi/meta.json @@ -0,0 +1 @@ +{"version": 1, "size": {"x": 32, "y": 32}, "license": "CC-BY-SA-3.0", "copyright": "https://github.com/discordia-space/CEV-Eris/raw/b099b76491a850ab376aa4d574d5103900f72f2d/icons/inventory/feet/mob.dmi", "states": [{"name": "equipped-FEET", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}, {"name": "icon", "directions": 1, "delays": [[1.0]]}, {"name": "inhand-left", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}, {"name": "inhand-right", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}]} \ No newline at end of file diff --git a/Resources/Textures/Clothing/Shoes/ert_medical_rig_sealed.rsi/equipped-FEET.png b/Resources/Textures/Clothing/Shoes/ert_medical_rig_sealed.rsi/equipped-FEET.png new file mode 100644 index 0000000000..4dfe9d53af Binary files /dev/null and b/Resources/Textures/Clothing/Shoes/ert_medical_rig_sealed.rsi/equipped-FEET.png differ diff --git a/Resources/Textures/Clothing/Shoes/ert_medical_rig_sealed.rsi/icon.png b/Resources/Textures/Clothing/Shoes/ert_medical_rig_sealed.rsi/icon.png new file mode 100644 index 0000000000..d9a9ffe8b0 Binary files /dev/null and b/Resources/Textures/Clothing/Shoes/ert_medical_rig_sealed.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/Shoes/ert_medical_rig_sealed.rsi/inhand-left.png b/Resources/Textures/Clothing/Shoes/ert_medical_rig_sealed.rsi/inhand-left.png new file mode 100644 index 0000000000..f754bf81f5 Binary files /dev/null and b/Resources/Textures/Clothing/Shoes/ert_medical_rig_sealed.rsi/inhand-left.png differ diff --git a/Resources/Textures/Clothing/Shoes/ert_medical_rig_sealed.rsi/inhand-right.png b/Resources/Textures/Clothing/Shoes/ert_medical_rig_sealed.rsi/inhand-right.png new file mode 100644 index 0000000000..8d7ab193f6 Binary files /dev/null and b/Resources/Textures/Clothing/Shoes/ert_medical_rig_sealed.rsi/inhand-right.png differ diff --git a/Resources/Textures/Clothing/Shoes/ert_medical_rig_sealed.rsi/meta.json b/Resources/Textures/Clothing/Shoes/ert_medical_rig_sealed.rsi/meta.json new file mode 100644 index 0000000000..21a93ec435 --- /dev/null +++ b/Resources/Textures/Clothing/Shoes/ert_medical_rig_sealed.rsi/meta.json @@ -0,0 +1 @@ +{"version": 1, "size": {"x": 32, "y": 32}, "license": "CC-BY-SA-3.0", "copyright": "https://github.com/discordia-space/CEV-Eris/raw/b099b76491a850ab376aa4d574d5103900f72f2d/icons/inventory/feet/mob.dmi", "states": [{"name": "equipped-FEET", "directions": 4}, {"name": "icon", "directions": 1, "delays": [[1.0]]}, {"name": "inhand-left", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}, {"name": "inhand-right", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}]} \ No newline at end of file diff --git a/Resources/Textures/Clothing/Shoes/ert_security_rig.rsi/equipped-FEET.png b/Resources/Textures/Clothing/Shoes/ert_security_rig.rsi/equipped-FEET.png new file mode 100644 index 0000000000..5ec914dc2d Binary files /dev/null and b/Resources/Textures/Clothing/Shoes/ert_security_rig.rsi/equipped-FEET.png differ diff --git a/Resources/Textures/Clothing/Shoes/ert_security_rig.rsi/icon.png b/Resources/Textures/Clothing/Shoes/ert_security_rig.rsi/icon.png new file mode 100644 index 0000000000..5dba49c4f3 Binary files /dev/null and b/Resources/Textures/Clothing/Shoes/ert_security_rig.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/Shoes/ert_security_rig.rsi/inhand-left.png b/Resources/Textures/Clothing/Shoes/ert_security_rig.rsi/inhand-left.png new file mode 100644 index 0000000000..c513136417 Binary files /dev/null and b/Resources/Textures/Clothing/Shoes/ert_security_rig.rsi/inhand-left.png differ diff --git a/Resources/Textures/Clothing/Shoes/ert_security_rig.rsi/inhand-right.png b/Resources/Textures/Clothing/Shoes/ert_security_rig.rsi/inhand-right.png new file mode 100644 index 0000000000..a4bf903955 Binary files /dev/null and b/Resources/Textures/Clothing/Shoes/ert_security_rig.rsi/inhand-right.png differ diff --git a/Resources/Textures/Clothing/Shoes/ert_security_rig.rsi/meta.json b/Resources/Textures/Clothing/Shoes/ert_security_rig.rsi/meta.json new file mode 100644 index 0000000000..09294c69f3 --- /dev/null +++ b/Resources/Textures/Clothing/Shoes/ert_security_rig.rsi/meta.json @@ -0,0 +1 @@ +{"version": 1, "size": {"x": 32, "y": 32}, "license": "CC-BY-SA-3.0", "copyright": "https://github.com/discordia-space/CEV-Eris/raw/b099b76491a850ab376aa4d574d5103900f72f2d/icons/inventory/feet/mob.dmi", "states": [{"name": "equipped-FEET", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}, {"name": "icon", "directions": 1, "delays": [[1.0]]}, {"name": "inhand-left", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}, {"name": "inhand-right", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}]} \ No newline at end of file diff --git a/Resources/Textures/Clothing/Shoes/ert_security_rig_sealed.rsi/equipped-FEET.png b/Resources/Textures/Clothing/Shoes/ert_security_rig_sealed.rsi/equipped-FEET.png new file mode 100644 index 0000000000..79c8b63c37 Binary files /dev/null and b/Resources/Textures/Clothing/Shoes/ert_security_rig_sealed.rsi/equipped-FEET.png differ diff --git a/Resources/Textures/Clothing/Shoes/ert_security_rig_sealed.rsi/icon.png b/Resources/Textures/Clothing/Shoes/ert_security_rig_sealed.rsi/icon.png new file mode 100644 index 0000000000..0a16be9eae Binary files /dev/null and b/Resources/Textures/Clothing/Shoes/ert_security_rig_sealed.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/Shoes/ert_security_rig_sealed.rsi/inhand-left.png b/Resources/Textures/Clothing/Shoes/ert_security_rig_sealed.rsi/inhand-left.png new file mode 100644 index 0000000000..f802bbd203 Binary files /dev/null and b/Resources/Textures/Clothing/Shoes/ert_security_rig_sealed.rsi/inhand-left.png differ diff --git a/Resources/Textures/Clothing/Shoes/ert_security_rig_sealed.rsi/inhand-right.png b/Resources/Textures/Clothing/Shoes/ert_security_rig_sealed.rsi/inhand-right.png new file mode 100644 index 0000000000..5bb65e2a59 Binary files /dev/null and b/Resources/Textures/Clothing/Shoes/ert_security_rig_sealed.rsi/inhand-right.png differ diff --git a/Resources/Textures/Clothing/Shoes/ert_security_rig_sealed.rsi/meta.json b/Resources/Textures/Clothing/Shoes/ert_security_rig_sealed.rsi/meta.json new file mode 100644 index 0000000000..21a93ec435 --- /dev/null +++ b/Resources/Textures/Clothing/Shoes/ert_security_rig_sealed.rsi/meta.json @@ -0,0 +1 @@ +{"version": 1, "size": {"x": 32, "y": 32}, "license": "CC-BY-SA-3.0", "copyright": "https://github.com/discordia-space/CEV-Eris/raw/b099b76491a850ab376aa4d574d5103900f72f2d/icons/inventory/feet/mob.dmi", "states": [{"name": "equipped-FEET", "directions": 4}, {"name": "icon", "directions": 1, "delays": [[1.0]]}, {"name": "inhand-left", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}, {"name": "inhand-right", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}]} \ No newline at end of file diff --git a/Resources/Textures/Clothing/Shoes/eva_rig.rsi/equipped-FEET.png b/Resources/Textures/Clothing/Shoes/eva_rig.rsi/equipped-FEET.png new file mode 100644 index 0000000000..3d9e99d4cd Binary files /dev/null and b/Resources/Textures/Clothing/Shoes/eva_rig.rsi/equipped-FEET.png differ diff --git a/Resources/Textures/Clothing/Shoes/eva_rig.rsi/icon.png b/Resources/Textures/Clothing/Shoes/eva_rig.rsi/icon.png new file mode 100644 index 0000000000..d76c7b8ed6 Binary files /dev/null and b/Resources/Textures/Clothing/Shoes/eva_rig.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/Shoes/eva_rig.rsi/inhand-left.png b/Resources/Textures/Clothing/Shoes/eva_rig.rsi/inhand-left.png new file mode 100644 index 0000000000..179d05a082 Binary files /dev/null and b/Resources/Textures/Clothing/Shoes/eva_rig.rsi/inhand-left.png differ diff --git a/Resources/Textures/Clothing/Shoes/eva_rig.rsi/inhand-right.png b/Resources/Textures/Clothing/Shoes/eva_rig.rsi/inhand-right.png new file mode 100644 index 0000000000..ccd188e2db Binary files /dev/null and b/Resources/Textures/Clothing/Shoes/eva_rig.rsi/inhand-right.png differ diff --git a/Resources/Textures/Clothing/Shoes/eva_rig.rsi/meta.json b/Resources/Textures/Clothing/Shoes/eva_rig.rsi/meta.json new file mode 100644 index 0000000000..09294c69f3 --- /dev/null +++ b/Resources/Textures/Clothing/Shoes/eva_rig.rsi/meta.json @@ -0,0 +1 @@ +{"version": 1, "size": {"x": 32, "y": 32}, "license": "CC-BY-SA-3.0", "copyright": "https://github.com/discordia-space/CEV-Eris/raw/b099b76491a850ab376aa4d574d5103900f72f2d/icons/inventory/feet/mob.dmi", "states": [{"name": "equipped-FEET", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}, {"name": "icon", "directions": 1, "delays": [[1.0]]}, {"name": "inhand-left", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}, {"name": "inhand-right", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}]} \ No newline at end of file diff --git a/Resources/Textures/Clothing/Shoes/eva_rig_sealed.rsi/equipped-FEET.png b/Resources/Textures/Clothing/Shoes/eva_rig_sealed.rsi/equipped-FEET.png new file mode 100644 index 0000000000..11810945d7 Binary files /dev/null and b/Resources/Textures/Clothing/Shoes/eva_rig_sealed.rsi/equipped-FEET.png differ diff --git a/Resources/Textures/Clothing/Shoes/eva_rig_sealed.rsi/icon.png b/Resources/Textures/Clothing/Shoes/eva_rig_sealed.rsi/icon.png new file mode 100644 index 0000000000..a5a39d042d Binary files /dev/null and b/Resources/Textures/Clothing/Shoes/eva_rig_sealed.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/Shoes/eva_rig_sealed.rsi/inhand-left.png b/Resources/Textures/Clothing/Shoes/eva_rig_sealed.rsi/inhand-left.png new file mode 100644 index 0000000000..d03d8f49a9 Binary files /dev/null and b/Resources/Textures/Clothing/Shoes/eva_rig_sealed.rsi/inhand-left.png differ diff --git a/Resources/Textures/Clothing/Shoes/eva_rig_sealed.rsi/inhand-right.png b/Resources/Textures/Clothing/Shoes/eva_rig_sealed.rsi/inhand-right.png new file mode 100644 index 0000000000..1cfa63fbbd Binary files /dev/null and b/Resources/Textures/Clothing/Shoes/eva_rig_sealed.rsi/inhand-right.png differ diff --git a/Resources/Textures/Clothing/Shoes/eva_rig_sealed.rsi/meta.json b/Resources/Textures/Clothing/Shoes/eva_rig_sealed.rsi/meta.json new file mode 100644 index 0000000000..21a93ec435 --- /dev/null +++ b/Resources/Textures/Clothing/Shoes/eva_rig_sealed.rsi/meta.json @@ -0,0 +1 @@ +{"version": 1, "size": {"x": 32, "y": 32}, "license": "CC-BY-SA-3.0", "copyright": "https://github.com/discordia-space/CEV-Eris/raw/b099b76491a850ab376aa4d574d5103900f72f2d/icons/inventory/feet/mob.dmi", "states": [{"name": "equipped-FEET", "directions": 4}, {"name": "icon", "directions": 1, "delays": [[1.0]]}, {"name": "inhand-left", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}, {"name": "inhand-right", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}]} \ No newline at end of file diff --git a/Resources/Textures/Clothing/Shoes/flippers.rsi/equipped-FEET.png b/Resources/Textures/Clothing/Shoes/flippers.rsi/equipped-FEET.png new file mode 100644 index 0000000000..8cb4571b7b Binary files /dev/null and b/Resources/Textures/Clothing/Shoes/flippers.rsi/equipped-FEET.png differ diff --git a/Resources/Textures/Clothing/Shoes/flippers.rsi/icon.png b/Resources/Textures/Clothing/Shoes/flippers.rsi/icon.png new file mode 100644 index 0000000000..0f5460ce87 Binary files /dev/null and b/Resources/Textures/Clothing/Shoes/flippers.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/Shoes/flippers.rsi/inhand-left.png b/Resources/Textures/Clothing/Shoes/flippers.rsi/inhand-left.png new file mode 100644 index 0000000000..fd656d27ca Binary files /dev/null and b/Resources/Textures/Clothing/Shoes/flippers.rsi/inhand-left.png differ diff --git a/Resources/Textures/Clothing/Shoes/flippers.rsi/inhand-right.png b/Resources/Textures/Clothing/Shoes/flippers.rsi/inhand-right.png new file mode 100644 index 0000000000..16d7d5bab3 Binary files /dev/null and b/Resources/Textures/Clothing/Shoes/flippers.rsi/inhand-right.png differ diff --git a/Resources/Textures/Clothing/Shoes/flippers.rsi/meta.json b/Resources/Textures/Clothing/Shoes/flippers.rsi/meta.json new file mode 100644 index 0000000000..21a93ec435 --- /dev/null +++ b/Resources/Textures/Clothing/Shoes/flippers.rsi/meta.json @@ -0,0 +1 @@ +{"version": 1, "size": {"x": 32, "y": 32}, "license": "CC-BY-SA-3.0", "copyright": "https://github.com/discordia-space/CEV-Eris/raw/b099b76491a850ab376aa4d574d5103900f72f2d/icons/inventory/feet/mob.dmi", "states": [{"name": "equipped-FEET", "directions": 4}, {"name": "icon", "directions": 1, "delays": [[1.0]]}, {"name": "inhand-left", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}, {"name": "inhand-right", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}]} \ No newline at end of file diff --git a/Resources/Textures/Clothing/Shoes/galoshes.rsi/equipped-FEET.png b/Resources/Textures/Clothing/Shoes/galoshes.rsi/equipped-FEET.png new file mode 100644 index 0000000000..cbc8f41f50 Binary files /dev/null and b/Resources/Textures/Clothing/Shoes/galoshes.rsi/equipped-FEET.png differ diff --git a/Resources/Textures/Clothing/Shoes/galoshes.rsi/icon.png b/Resources/Textures/Clothing/Shoes/galoshes.rsi/icon.png new file mode 100644 index 0000000000..40378b7353 Binary files /dev/null and b/Resources/Textures/Clothing/Shoes/galoshes.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/Shoes/galoshes.rsi/inhand-left.png b/Resources/Textures/Clothing/Shoes/galoshes.rsi/inhand-left.png new file mode 100644 index 0000000000..c113632b36 Binary files /dev/null and b/Resources/Textures/Clothing/Shoes/galoshes.rsi/inhand-left.png differ diff --git a/Resources/Textures/Clothing/Shoes/galoshes.rsi/inhand-right.png b/Resources/Textures/Clothing/Shoes/galoshes.rsi/inhand-right.png new file mode 100644 index 0000000000..e150f69acf Binary files /dev/null and b/Resources/Textures/Clothing/Shoes/galoshes.rsi/inhand-right.png differ diff --git a/Resources/Textures/Clothing/Shoes/galoshes.rsi/meta.json b/Resources/Textures/Clothing/Shoes/galoshes.rsi/meta.json new file mode 100644 index 0000000000..21a93ec435 --- /dev/null +++ b/Resources/Textures/Clothing/Shoes/galoshes.rsi/meta.json @@ -0,0 +1 @@ +{"version": 1, "size": {"x": 32, "y": 32}, "license": "CC-BY-SA-3.0", "copyright": "https://github.com/discordia-space/CEV-Eris/raw/b099b76491a850ab376aa4d574d5103900f72f2d/icons/inventory/feet/mob.dmi", "states": [{"name": "equipped-FEET", "directions": 4}, {"name": "icon", "directions": 1, "delays": [[1.0]]}, {"name": "inhand-left", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}, {"name": "inhand-right", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}]} \ No newline at end of file diff --git a/Resources/Textures/Clothing/Shoes/green.rsi/equipped-FEET.png b/Resources/Textures/Clothing/Shoes/green.rsi/equipped-FEET.png new file mode 100644 index 0000000000..95a6643869 Binary files /dev/null and b/Resources/Textures/Clothing/Shoes/green.rsi/equipped-FEET.png differ diff --git a/Resources/Textures/Clothing/Shoes/green.rsi/icon.png b/Resources/Textures/Clothing/Shoes/green.rsi/icon.png new file mode 100644 index 0000000000..6e2bb8cde4 Binary files /dev/null and b/Resources/Textures/Clothing/Shoes/green.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/Shoes/green.rsi/inhand-left.png b/Resources/Textures/Clothing/Shoes/green.rsi/inhand-left.png new file mode 100644 index 0000000000..5d4b837a92 Binary files /dev/null and b/Resources/Textures/Clothing/Shoes/green.rsi/inhand-left.png differ diff --git a/Resources/Textures/Clothing/Shoes/green.rsi/inhand-right.png b/Resources/Textures/Clothing/Shoes/green.rsi/inhand-right.png new file mode 100644 index 0000000000..15799306e8 Binary files /dev/null and b/Resources/Textures/Clothing/Shoes/green.rsi/inhand-right.png differ diff --git a/Resources/Textures/Clothing/Shoes/green.rsi/meta.json b/Resources/Textures/Clothing/Shoes/green.rsi/meta.json new file mode 100644 index 0000000000..21a93ec435 --- /dev/null +++ b/Resources/Textures/Clothing/Shoes/green.rsi/meta.json @@ -0,0 +1 @@ +{"version": 1, "size": {"x": 32, "y": 32}, "license": "CC-BY-SA-3.0", "copyright": "https://github.com/discordia-space/CEV-Eris/raw/b099b76491a850ab376aa4d574d5103900f72f2d/icons/inventory/feet/mob.dmi", "states": [{"name": "equipped-FEET", "directions": 4}, {"name": "icon", "directions": 1, "delays": [[1.0]]}, {"name": "inhand-left", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}, {"name": "inhand-right", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}]} \ No newline at end of file diff --git a/Resources/Textures/Clothing/Shoes/hacker_rig.rsi/equipped-FEET.png b/Resources/Textures/Clothing/Shoes/hacker_rig.rsi/equipped-FEET.png new file mode 100644 index 0000000000..3870e8cb1e Binary files /dev/null and b/Resources/Textures/Clothing/Shoes/hacker_rig.rsi/equipped-FEET.png differ diff --git a/Resources/Textures/Clothing/Shoes/hacker_rig.rsi/icon.png b/Resources/Textures/Clothing/Shoes/hacker_rig.rsi/icon.png new file mode 100644 index 0000000000..d8162a7a90 Binary files /dev/null and b/Resources/Textures/Clothing/Shoes/hacker_rig.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/Shoes/hacker_rig.rsi/inhand-left.png b/Resources/Textures/Clothing/Shoes/hacker_rig.rsi/inhand-left.png new file mode 100644 index 0000000000..e5d4007a41 Binary files /dev/null and b/Resources/Textures/Clothing/Shoes/hacker_rig.rsi/inhand-left.png differ diff --git a/Resources/Textures/Clothing/Shoes/hacker_rig.rsi/inhand-right.png b/Resources/Textures/Clothing/Shoes/hacker_rig.rsi/inhand-right.png new file mode 100644 index 0000000000..cceb6d8a9a Binary files /dev/null and b/Resources/Textures/Clothing/Shoes/hacker_rig.rsi/inhand-right.png differ diff --git a/Resources/Textures/Clothing/Shoes/hacker_rig.rsi/meta.json b/Resources/Textures/Clothing/Shoes/hacker_rig.rsi/meta.json new file mode 100644 index 0000000000..09294c69f3 --- /dev/null +++ b/Resources/Textures/Clothing/Shoes/hacker_rig.rsi/meta.json @@ -0,0 +1 @@ +{"version": 1, "size": {"x": 32, "y": 32}, "license": "CC-BY-SA-3.0", "copyright": "https://github.com/discordia-space/CEV-Eris/raw/b099b76491a850ab376aa4d574d5103900f72f2d/icons/inventory/feet/mob.dmi", "states": [{"name": "equipped-FEET", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}, {"name": "icon", "directions": 1, "delays": [[1.0]]}, {"name": "inhand-left", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}, {"name": "inhand-right", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}]} \ No newline at end of file diff --git a/Resources/Textures/Clothing/Shoes/hacker_rig_sealed.rsi/equipped-FEET.png b/Resources/Textures/Clothing/Shoes/hacker_rig_sealed.rsi/equipped-FEET.png new file mode 100644 index 0000000000..ee1d95a145 Binary files /dev/null and b/Resources/Textures/Clothing/Shoes/hacker_rig_sealed.rsi/equipped-FEET.png differ diff --git a/Resources/Textures/Clothing/Shoes/hacker_rig_sealed.rsi/icon.png b/Resources/Textures/Clothing/Shoes/hacker_rig_sealed.rsi/icon.png new file mode 100644 index 0000000000..bcefd07b71 Binary files /dev/null and b/Resources/Textures/Clothing/Shoes/hacker_rig_sealed.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/Shoes/hacker_rig_sealed.rsi/inhand-left.png b/Resources/Textures/Clothing/Shoes/hacker_rig_sealed.rsi/inhand-left.png new file mode 100644 index 0000000000..8e8ca7ce42 Binary files /dev/null and b/Resources/Textures/Clothing/Shoes/hacker_rig_sealed.rsi/inhand-left.png differ diff --git a/Resources/Textures/Clothing/Shoes/hacker_rig_sealed.rsi/inhand-right.png b/Resources/Textures/Clothing/Shoes/hacker_rig_sealed.rsi/inhand-right.png new file mode 100644 index 0000000000..9383399581 Binary files /dev/null and b/Resources/Textures/Clothing/Shoes/hacker_rig_sealed.rsi/inhand-right.png differ diff --git a/Resources/Textures/Clothing/Shoes/hacker_rig_sealed.rsi/meta.json b/Resources/Textures/Clothing/Shoes/hacker_rig_sealed.rsi/meta.json new file mode 100644 index 0000000000..21a93ec435 --- /dev/null +++ b/Resources/Textures/Clothing/Shoes/hacker_rig_sealed.rsi/meta.json @@ -0,0 +1 @@ +{"version": 1, "size": {"x": 32, "y": 32}, "license": "CC-BY-SA-3.0", "copyright": "https://github.com/discordia-space/CEV-Eris/raw/b099b76491a850ab376aa4d574d5103900f72f2d/icons/inventory/feet/mob.dmi", "states": [{"name": "equipped-FEET", "directions": 4}, {"name": "icon", "directions": 1, "delays": [[1.0]]}, {"name": "inhand-left", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}, {"name": "inhand-right", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}]} \ No newline at end of file diff --git a/Resources/Textures/Clothing/Shoes/hazard_rig.rsi/equipped-FEET.png b/Resources/Textures/Clothing/Shoes/hazard_rig.rsi/equipped-FEET.png new file mode 100644 index 0000000000..8ecde435f3 Binary files /dev/null and b/Resources/Textures/Clothing/Shoes/hazard_rig.rsi/equipped-FEET.png differ diff --git a/Resources/Textures/Clothing/Shoes/hazard_rig.rsi/icon.png b/Resources/Textures/Clothing/Shoes/hazard_rig.rsi/icon.png new file mode 100644 index 0000000000..a1294d39ca Binary files /dev/null and b/Resources/Textures/Clothing/Shoes/hazard_rig.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/Shoes/hazard_rig.rsi/inhand-left.png b/Resources/Textures/Clothing/Shoes/hazard_rig.rsi/inhand-left.png new file mode 100644 index 0000000000..340c240937 Binary files /dev/null and b/Resources/Textures/Clothing/Shoes/hazard_rig.rsi/inhand-left.png differ diff --git a/Resources/Textures/Clothing/Shoes/hazard_rig.rsi/inhand-right.png b/Resources/Textures/Clothing/Shoes/hazard_rig.rsi/inhand-right.png new file mode 100644 index 0000000000..21bd9de80a Binary files /dev/null and b/Resources/Textures/Clothing/Shoes/hazard_rig.rsi/inhand-right.png differ diff --git a/Resources/Textures/Clothing/Shoes/hazard_rig.rsi/meta.json b/Resources/Textures/Clothing/Shoes/hazard_rig.rsi/meta.json new file mode 100644 index 0000000000..09294c69f3 --- /dev/null +++ b/Resources/Textures/Clothing/Shoes/hazard_rig.rsi/meta.json @@ -0,0 +1 @@ +{"version": 1, "size": {"x": 32, "y": 32}, "license": "CC-BY-SA-3.0", "copyright": "https://github.com/discordia-space/CEV-Eris/raw/b099b76491a850ab376aa4d574d5103900f72f2d/icons/inventory/feet/mob.dmi", "states": [{"name": "equipped-FEET", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}, {"name": "icon", "directions": 1, "delays": [[1.0]]}, {"name": "inhand-left", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}, {"name": "inhand-right", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}]} \ No newline at end of file diff --git a/Resources/Textures/Clothing/Shoes/hazard_rig_sealed.rsi/equipped-FEET.png b/Resources/Textures/Clothing/Shoes/hazard_rig_sealed.rsi/equipped-FEET.png new file mode 100644 index 0000000000..4ed2d7be3e Binary files /dev/null and b/Resources/Textures/Clothing/Shoes/hazard_rig_sealed.rsi/equipped-FEET.png differ diff --git a/Resources/Textures/Clothing/Shoes/hazard_rig_sealed.rsi/icon.png b/Resources/Textures/Clothing/Shoes/hazard_rig_sealed.rsi/icon.png new file mode 100644 index 0000000000..3daf09b1f3 Binary files /dev/null and b/Resources/Textures/Clothing/Shoes/hazard_rig_sealed.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/Shoes/hazard_rig_sealed.rsi/inhand-left.png b/Resources/Textures/Clothing/Shoes/hazard_rig_sealed.rsi/inhand-left.png new file mode 100644 index 0000000000..3a87014688 Binary files /dev/null and b/Resources/Textures/Clothing/Shoes/hazard_rig_sealed.rsi/inhand-left.png differ diff --git a/Resources/Textures/Clothing/Shoes/hazard_rig_sealed.rsi/inhand-right.png b/Resources/Textures/Clothing/Shoes/hazard_rig_sealed.rsi/inhand-right.png new file mode 100644 index 0000000000..3aa323a524 Binary files /dev/null and b/Resources/Textures/Clothing/Shoes/hazard_rig_sealed.rsi/inhand-right.png differ diff --git a/Resources/Textures/Clothing/Shoes/hazard_rig_sealed.rsi/meta.json b/Resources/Textures/Clothing/Shoes/hazard_rig_sealed.rsi/meta.json new file mode 100644 index 0000000000..21a93ec435 --- /dev/null +++ b/Resources/Textures/Clothing/Shoes/hazard_rig_sealed.rsi/meta.json @@ -0,0 +1 @@ +{"version": 1, "size": {"x": 32, "y": 32}, "license": "CC-BY-SA-3.0", "copyright": "https://github.com/discordia-space/CEV-Eris/raw/b099b76491a850ab376aa4d574d5103900f72f2d/icons/inventory/feet/mob.dmi", "states": [{"name": "equipped-FEET", "directions": 4}, {"name": "icon", "directions": 1, "delays": [[1.0]]}, {"name": "inhand-left", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}, {"name": "inhand-right", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}]} \ No newline at end of file diff --git a/Resources/Textures/Clothing/Shoes/ihs_rig.rsi/equipped-FEET.png b/Resources/Textures/Clothing/Shoes/ihs_rig.rsi/equipped-FEET.png new file mode 100644 index 0000000000..df8b0ad0e1 Binary files /dev/null and b/Resources/Textures/Clothing/Shoes/ihs_rig.rsi/equipped-FEET.png differ diff --git a/Resources/Textures/Clothing/Shoes/ihs_rig.rsi/icon.png b/Resources/Textures/Clothing/Shoes/ihs_rig.rsi/icon.png new file mode 100644 index 0000000000..9a1794a9e8 Binary files /dev/null and b/Resources/Textures/Clothing/Shoes/ihs_rig.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/Shoes/ihs_rig.rsi/inhand-left.png b/Resources/Textures/Clothing/Shoes/ihs_rig.rsi/inhand-left.png new file mode 100644 index 0000000000..5e305c973b Binary files /dev/null and b/Resources/Textures/Clothing/Shoes/ihs_rig.rsi/inhand-left.png differ diff --git a/Resources/Textures/Clothing/Shoes/ihs_rig.rsi/inhand-right.png b/Resources/Textures/Clothing/Shoes/ihs_rig.rsi/inhand-right.png new file mode 100644 index 0000000000..d0a350c4a9 Binary files /dev/null and b/Resources/Textures/Clothing/Shoes/ihs_rig.rsi/inhand-right.png differ diff --git a/Resources/Textures/Clothing/Shoes/ihs_rig.rsi/meta.json b/Resources/Textures/Clothing/Shoes/ihs_rig.rsi/meta.json new file mode 100644 index 0000000000..09294c69f3 --- /dev/null +++ b/Resources/Textures/Clothing/Shoes/ihs_rig.rsi/meta.json @@ -0,0 +1 @@ +{"version": 1, "size": {"x": 32, "y": 32}, "license": "CC-BY-SA-3.0", "copyright": "https://github.com/discordia-space/CEV-Eris/raw/b099b76491a850ab376aa4d574d5103900f72f2d/icons/inventory/feet/mob.dmi", "states": [{"name": "equipped-FEET", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}, {"name": "icon", "directions": 1, "delays": [[1.0]]}, {"name": "inhand-left", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}, {"name": "inhand-right", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}]} \ No newline at end of file diff --git a/Resources/Textures/Clothing/Shoes/ihs_rig_old.rsi/equipped-FEET.png b/Resources/Textures/Clothing/Shoes/ihs_rig_old.rsi/equipped-FEET.png new file mode 100644 index 0000000000..8418d6fe25 Binary files /dev/null and b/Resources/Textures/Clothing/Shoes/ihs_rig_old.rsi/equipped-FEET.png differ diff --git a/Resources/Textures/Clothing/Shoes/ihs_rig_old.rsi/icon.png b/Resources/Textures/Clothing/Shoes/ihs_rig_old.rsi/icon.png new file mode 100644 index 0000000000..973d96ee91 Binary files /dev/null and b/Resources/Textures/Clothing/Shoes/ihs_rig_old.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/Shoes/ihs_rig_old.rsi/inhand-left.png b/Resources/Textures/Clothing/Shoes/ihs_rig_old.rsi/inhand-left.png new file mode 100644 index 0000000000..92198e1ef5 Binary files /dev/null and b/Resources/Textures/Clothing/Shoes/ihs_rig_old.rsi/inhand-left.png differ diff --git a/Resources/Textures/Clothing/Shoes/ihs_rig_old.rsi/inhand-right.png b/Resources/Textures/Clothing/Shoes/ihs_rig_old.rsi/inhand-right.png new file mode 100644 index 0000000000..1ff212e494 Binary files /dev/null and b/Resources/Textures/Clothing/Shoes/ihs_rig_old.rsi/inhand-right.png differ diff --git a/Resources/Textures/Clothing/Shoes/ihs_rig_old.rsi/meta.json b/Resources/Textures/Clothing/Shoes/ihs_rig_old.rsi/meta.json new file mode 100644 index 0000000000..21a93ec435 --- /dev/null +++ b/Resources/Textures/Clothing/Shoes/ihs_rig_old.rsi/meta.json @@ -0,0 +1 @@ +{"version": 1, "size": {"x": 32, "y": 32}, "license": "CC-BY-SA-3.0", "copyright": "https://github.com/discordia-space/CEV-Eris/raw/b099b76491a850ab376aa4d574d5103900f72f2d/icons/inventory/feet/mob.dmi", "states": [{"name": "equipped-FEET", "directions": 4}, {"name": "icon", "directions": 1, "delays": [[1.0]]}, {"name": "inhand-left", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}, {"name": "inhand-right", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}]} \ No newline at end of file diff --git a/Resources/Textures/Clothing/Shoes/ihs_rig_sealed.rsi/equipped-FEET.png b/Resources/Textures/Clothing/Shoes/ihs_rig_sealed.rsi/equipped-FEET.png new file mode 100644 index 0000000000..577a52a8d4 Binary files /dev/null and b/Resources/Textures/Clothing/Shoes/ihs_rig_sealed.rsi/equipped-FEET.png differ diff --git a/Resources/Textures/Clothing/Shoes/ihs_rig_sealed.rsi/icon.png b/Resources/Textures/Clothing/Shoes/ihs_rig_sealed.rsi/icon.png new file mode 100644 index 0000000000..635bb45b5c Binary files /dev/null and b/Resources/Textures/Clothing/Shoes/ihs_rig_sealed.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/Shoes/ihs_rig_sealed.rsi/inhand-left.png b/Resources/Textures/Clothing/Shoes/ihs_rig_sealed.rsi/inhand-left.png new file mode 100644 index 0000000000..d60e464878 Binary files /dev/null and b/Resources/Textures/Clothing/Shoes/ihs_rig_sealed.rsi/inhand-left.png differ diff --git a/Resources/Textures/Clothing/Shoes/ihs_rig_sealed.rsi/inhand-right.png b/Resources/Textures/Clothing/Shoes/ihs_rig_sealed.rsi/inhand-right.png new file mode 100644 index 0000000000..f0e8e33534 Binary files /dev/null and b/Resources/Textures/Clothing/Shoes/ihs_rig_sealed.rsi/inhand-right.png differ diff --git a/Resources/Textures/Clothing/Shoes/ihs_rig_sealed.rsi/meta.json b/Resources/Textures/Clothing/Shoes/ihs_rig_sealed.rsi/meta.json new file mode 100644 index 0000000000..09294c69f3 --- /dev/null +++ b/Resources/Textures/Clothing/Shoes/ihs_rig_sealed.rsi/meta.json @@ -0,0 +1 @@ +{"version": 1, "size": {"x": 32, "y": 32}, "license": "CC-BY-SA-3.0", "copyright": "https://github.com/discordia-space/CEV-Eris/raw/b099b76491a850ab376aa4d574d5103900f72f2d/icons/inventory/feet/mob.dmi", "states": [{"name": "equipped-FEET", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}, {"name": "icon", "directions": 1, "delays": [[1.0]]}, {"name": "inhand-left", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}, {"name": "inhand-right", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}]} \ No newline at end of file diff --git a/Resources/Textures/Clothing/Shoes/ihs_rig_sealed_old.rsi/equipped-FEET.png b/Resources/Textures/Clothing/Shoes/ihs_rig_sealed_old.rsi/equipped-FEET.png new file mode 100644 index 0000000000..59b9e396ef Binary files /dev/null and b/Resources/Textures/Clothing/Shoes/ihs_rig_sealed_old.rsi/equipped-FEET.png differ diff --git a/Resources/Textures/Clothing/Shoes/ihs_rig_sealed_old.rsi/icon.png b/Resources/Textures/Clothing/Shoes/ihs_rig_sealed_old.rsi/icon.png new file mode 100644 index 0000000000..973d96ee91 Binary files /dev/null and b/Resources/Textures/Clothing/Shoes/ihs_rig_sealed_old.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/Shoes/ihs_rig_sealed_old.rsi/inhand-left.png b/Resources/Textures/Clothing/Shoes/ihs_rig_sealed_old.rsi/inhand-left.png new file mode 100644 index 0000000000..92198e1ef5 Binary files /dev/null and b/Resources/Textures/Clothing/Shoes/ihs_rig_sealed_old.rsi/inhand-left.png differ diff --git a/Resources/Textures/Clothing/Shoes/ihs_rig_sealed_old.rsi/inhand-right.png b/Resources/Textures/Clothing/Shoes/ihs_rig_sealed_old.rsi/inhand-right.png new file mode 100644 index 0000000000..1ff212e494 Binary files /dev/null and b/Resources/Textures/Clothing/Shoes/ihs_rig_sealed_old.rsi/inhand-right.png differ diff --git a/Resources/Textures/Clothing/Shoes/ihs_rig_sealed_old.rsi/meta.json b/Resources/Textures/Clothing/Shoes/ihs_rig_sealed_old.rsi/meta.json new file mode 100644 index 0000000000..21a93ec435 --- /dev/null +++ b/Resources/Textures/Clothing/Shoes/ihs_rig_sealed_old.rsi/meta.json @@ -0,0 +1 @@ +{"version": 1, "size": {"x": 32, "y": 32}, "license": "CC-BY-SA-3.0", "copyright": "https://github.com/discordia-space/CEV-Eris/raw/b099b76491a850ab376aa4d574d5103900f72f2d/icons/inventory/feet/mob.dmi", "states": [{"name": "equipped-FEET", "directions": 4}, {"name": "icon", "directions": 1, "delays": [[1.0]]}, {"name": "inhand-left", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}, {"name": "inhand-right", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}]} \ No newline at end of file diff --git a/Resources/Textures/Clothing/Shoes/jackboots.rsi/equipped-FEET.png b/Resources/Textures/Clothing/Shoes/jackboots.rsi/equipped-FEET.png new file mode 100644 index 0000000000..4e3696a4c9 Binary files /dev/null and b/Resources/Textures/Clothing/Shoes/jackboots.rsi/equipped-FEET.png differ diff --git a/Resources/Textures/Clothing/Shoes/jackboots.rsi/icon.png b/Resources/Textures/Clothing/Shoes/jackboots.rsi/icon.png new file mode 100644 index 0000000000..1b56f19751 Binary files /dev/null and b/Resources/Textures/Clothing/Shoes/jackboots.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/Shoes/jackboots.rsi/inhand-left.png b/Resources/Textures/Clothing/Shoes/jackboots.rsi/inhand-left.png new file mode 100644 index 0000000000..7d52650c48 Binary files /dev/null and b/Resources/Textures/Clothing/Shoes/jackboots.rsi/inhand-left.png differ diff --git a/Resources/Textures/Clothing/Shoes/jackboots.rsi/inhand-right.png b/Resources/Textures/Clothing/Shoes/jackboots.rsi/inhand-right.png new file mode 100644 index 0000000000..5f98182a5a Binary files /dev/null and b/Resources/Textures/Clothing/Shoes/jackboots.rsi/inhand-right.png differ diff --git a/Resources/Textures/Clothing/Shoes/jackboots.rsi/meta.json b/Resources/Textures/Clothing/Shoes/jackboots.rsi/meta.json new file mode 100644 index 0000000000..21a93ec435 --- /dev/null +++ b/Resources/Textures/Clothing/Shoes/jackboots.rsi/meta.json @@ -0,0 +1 @@ +{"version": 1, "size": {"x": 32, "y": 32}, "license": "CC-BY-SA-3.0", "copyright": "https://github.com/discordia-space/CEV-Eris/raw/b099b76491a850ab376aa4d574d5103900f72f2d/icons/inventory/feet/mob.dmi", "states": [{"name": "equipped-FEET", "directions": 4}, {"name": "icon", "directions": 1, "delays": [[1.0]]}, {"name": "inhand-left", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}, {"name": "inhand-right", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}]} \ No newline at end of file diff --git a/Resources/Textures/Clothing/Shoes/leather.rsi/equipped-FEET.png b/Resources/Textures/Clothing/Shoes/leather.rsi/equipped-FEET.png new file mode 100644 index 0000000000..0b39f2ae35 Binary files /dev/null and b/Resources/Textures/Clothing/Shoes/leather.rsi/equipped-FEET.png differ diff --git a/Resources/Textures/Clothing/Shoes/leather.rsi/icon.png b/Resources/Textures/Clothing/Shoes/leather.rsi/icon.png new file mode 100644 index 0000000000..634904d3bf Binary files /dev/null and b/Resources/Textures/Clothing/Shoes/leather.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/Shoes/leather.rsi/inhand-left.png b/Resources/Textures/Clothing/Shoes/leather.rsi/inhand-left.png new file mode 100644 index 0000000000..313b2aa583 Binary files /dev/null and b/Resources/Textures/Clothing/Shoes/leather.rsi/inhand-left.png differ diff --git a/Resources/Textures/Clothing/Shoes/leather.rsi/inhand-right.png b/Resources/Textures/Clothing/Shoes/leather.rsi/inhand-right.png new file mode 100644 index 0000000000..fd1abcf4f7 Binary files /dev/null and b/Resources/Textures/Clothing/Shoes/leather.rsi/inhand-right.png differ diff --git a/Resources/Textures/Clothing/Shoes/leather.rsi/meta.json b/Resources/Textures/Clothing/Shoes/leather.rsi/meta.json new file mode 100644 index 0000000000..21a93ec435 --- /dev/null +++ b/Resources/Textures/Clothing/Shoes/leather.rsi/meta.json @@ -0,0 +1 @@ +{"version": 1, "size": {"x": 32, "y": 32}, "license": "CC-BY-SA-3.0", "copyright": "https://github.com/discordia-space/CEV-Eris/raw/b099b76491a850ab376aa4d574d5103900f72f2d/icons/inventory/feet/mob.dmi", "states": [{"name": "equipped-FEET", "directions": 4}, {"name": "icon", "directions": 1, "delays": [[1.0]]}, {"name": "inhand-left", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}, {"name": "inhand-right", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}]} \ No newline at end of file diff --git a/Resources/Textures/Clothing/Shoes/magboots0.rsi/equipped-FEET.png b/Resources/Textures/Clothing/Shoes/magboots0.rsi/equipped-FEET.png new file mode 100644 index 0000000000..66962e52de Binary files /dev/null and b/Resources/Textures/Clothing/Shoes/magboots0.rsi/equipped-FEET.png differ diff --git a/Resources/Textures/Clothing/Shoes/magboots0.rsi/icon.png b/Resources/Textures/Clothing/Shoes/magboots0.rsi/icon.png new file mode 100644 index 0000000000..31ec6b6e46 Binary files /dev/null and b/Resources/Textures/Clothing/Shoes/magboots0.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/Shoes/magboots0.rsi/inhand-left.png b/Resources/Textures/Clothing/Shoes/magboots0.rsi/inhand-left.png new file mode 100644 index 0000000000..f23e4c0e24 Binary files /dev/null and b/Resources/Textures/Clothing/Shoes/magboots0.rsi/inhand-left.png differ diff --git a/Resources/Textures/Clothing/Shoes/magboots0.rsi/inhand-right.png b/Resources/Textures/Clothing/Shoes/magboots0.rsi/inhand-right.png new file mode 100644 index 0000000000..678da000f3 Binary files /dev/null and b/Resources/Textures/Clothing/Shoes/magboots0.rsi/inhand-right.png differ diff --git a/Resources/Textures/Clothing/Shoes/magboots0.rsi/meta.json b/Resources/Textures/Clothing/Shoes/magboots0.rsi/meta.json new file mode 100644 index 0000000000..21a93ec435 --- /dev/null +++ b/Resources/Textures/Clothing/Shoes/magboots0.rsi/meta.json @@ -0,0 +1 @@ +{"version": 1, "size": {"x": 32, "y": 32}, "license": "CC-BY-SA-3.0", "copyright": "https://github.com/discordia-space/CEV-Eris/raw/b099b76491a850ab376aa4d574d5103900f72f2d/icons/inventory/feet/mob.dmi", "states": [{"name": "equipped-FEET", "directions": 4}, {"name": "icon", "directions": 1, "delays": [[1.0]]}, {"name": "inhand-left", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}, {"name": "inhand-right", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}]} \ No newline at end of file diff --git a/Resources/Textures/Clothing/Shoes/magboots1.rsi/equipped-FEET.png b/Resources/Textures/Clothing/Shoes/magboots1.rsi/equipped-FEET.png new file mode 100644 index 0000000000..b857d5907a Binary files /dev/null and b/Resources/Textures/Clothing/Shoes/magboots1.rsi/equipped-FEET.png differ diff --git a/Resources/Textures/Clothing/Shoes/magboots1.rsi/icon.png b/Resources/Textures/Clothing/Shoes/magboots1.rsi/icon.png new file mode 100644 index 0000000000..6a94a728a6 Binary files /dev/null and b/Resources/Textures/Clothing/Shoes/magboots1.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/Shoes/magboots1.rsi/inhand-left.png b/Resources/Textures/Clothing/Shoes/magboots1.rsi/inhand-left.png new file mode 100644 index 0000000000..b92750829f Binary files /dev/null and b/Resources/Textures/Clothing/Shoes/magboots1.rsi/inhand-left.png differ diff --git a/Resources/Textures/Clothing/Shoes/magboots1.rsi/inhand-right.png b/Resources/Textures/Clothing/Shoes/magboots1.rsi/inhand-right.png new file mode 100644 index 0000000000..48f52600af Binary files /dev/null and b/Resources/Textures/Clothing/Shoes/magboots1.rsi/inhand-right.png differ diff --git a/Resources/Textures/Clothing/Shoes/magboots1.rsi/meta.json b/Resources/Textures/Clothing/Shoes/magboots1.rsi/meta.json new file mode 100644 index 0000000000..21a93ec435 --- /dev/null +++ b/Resources/Textures/Clothing/Shoes/magboots1.rsi/meta.json @@ -0,0 +1 @@ +{"version": 1, "size": {"x": 32, "y": 32}, "license": "CC-BY-SA-3.0", "copyright": "https://github.com/discordia-space/CEV-Eris/raw/b099b76491a850ab376aa4d574d5103900f72f2d/icons/inventory/feet/mob.dmi", "states": [{"name": "equipped-FEET", "directions": 4}, {"name": "icon", "directions": 1, "delays": [[1.0]]}, {"name": "inhand-left", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}, {"name": "inhand-right", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}]} \ No newline at end of file diff --git a/Resources/Textures/Clothing/Shoes/medical_rig.rsi/equipped-FEET.png b/Resources/Textures/Clothing/Shoes/medical_rig.rsi/equipped-FEET.png new file mode 100644 index 0000000000..8cc7d70631 Binary files /dev/null and b/Resources/Textures/Clothing/Shoes/medical_rig.rsi/equipped-FEET.png differ diff --git a/Resources/Textures/Clothing/Shoes/medical_rig.rsi/icon.png b/Resources/Textures/Clothing/Shoes/medical_rig.rsi/icon.png new file mode 100644 index 0000000000..978aad5377 Binary files /dev/null and b/Resources/Textures/Clothing/Shoes/medical_rig.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/Shoes/medical_rig.rsi/inhand-left.png b/Resources/Textures/Clothing/Shoes/medical_rig.rsi/inhand-left.png new file mode 100644 index 0000000000..9228db9916 Binary files /dev/null and b/Resources/Textures/Clothing/Shoes/medical_rig.rsi/inhand-left.png differ diff --git a/Resources/Textures/Clothing/Shoes/medical_rig.rsi/inhand-right.png b/Resources/Textures/Clothing/Shoes/medical_rig.rsi/inhand-right.png new file mode 100644 index 0000000000..ec541da5a7 Binary files /dev/null and b/Resources/Textures/Clothing/Shoes/medical_rig.rsi/inhand-right.png differ diff --git a/Resources/Textures/Clothing/Shoes/medical_rig.rsi/meta.json b/Resources/Textures/Clothing/Shoes/medical_rig.rsi/meta.json new file mode 100644 index 0000000000..09294c69f3 --- /dev/null +++ b/Resources/Textures/Clothing/Shoes/medical_rig.rsi/meta.json @@ -0,0 +1 @@ +{"version": 1, "size": {"x": 32, "y": 32}, "license": "CC-BY-SA-3.0", "copyright": "https://github.com/discordia-space/CEV-Eris/raw/b099b76491a850ab376aa4d574d5103900f72f2d/icons/inventory/feet/mob.dmi", "states": [{"name": "equipped-FEET", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}, {"name": "icon", "directions": 1, "delays": [[1.0]]}, {"name": "inhand-left", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}, {"name": "inhand-right", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}]} \ No newline at end of file diff --git a/Resources/Textures/Clothing/Shoes/medical_rig_sealed.rsi/equipped-FEET.png b/Resources/Textures/Clothing/Shoes/medical_rig_sealed.rsi/equipped-FEET.png new file mode 100644 index 0000000000..d5bcdcd091 Binary files /dev/null and b/Resources/Textures/Clothing/Shoes/medical_rig_sealed.rsi/equipped-FEET.png differ diff --git a/Resources/Textures/Clothing/Shoes/medical_rig_sealed.rsi/icon.png b/Resources/Textures/Clothing/Shoes/medical_rig_sealed.rsi/icon.png new file mode 100644 index 0000000000..22eda05243 Binary files /dev/null and b/Resources/Textures/Clothing/Shoes/medical_rig_sealed.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/Shoes/medical_rig_sealed.rsi/inhand-left.png b/Resources/Textures/Clothing/Shoes/medical_rig_sealed.rsi/inhand-left.png new file mode 100644 index 0000000000..7b861c28ae Binary files /dev/null and b/Resources/Textures/Clothing/Shoes/medical_rig_sealed.rsi/inhand-left.png differ diff --git a/Resources/Textures/Clothing/Shoes/medical_rig_sealed.rsi/inhand-right.png b/Resources/Textures/Clothing/Shoes/medical_rig_sealed.rsi/inhand-right.png new file mode 100644 index 0000000000..294347d6a8 Binary files /dev/null and b/Resources/Textures/Clothing/Shoes/medical_rig_sealed.rsi/inhand-right.png differ diff --git a/Resources/Textures/Clothing/Shoes/medical_rig_sealed.rsi/meta.json b/Resources/Textures/Clothing/Shoes/medical_rig_sealed.rsi/meta.json new file mode 100644 index 0000000000..21a93ec435 --- /dev/null +++ b/Resources/Textures/Clothing/Shoes/medical_rig_sealed.rsi/meta.json @@ -0,0 +1 @@ +{"version": 1, "size": {"x": 32, "y": 32}, "license": "CC-BY-SA-3.0", "copyright": "https://github.com/discordia-space/CEV-Eris/raw/b099b76491a850ab376aa4d574d5103900f72f2d/icons/inventory/feet/mob.dmi", "states": [{"name": "equipped-FEET", "directions": 4}, {"name": "icon", "directions": 1, "delays": [[1.0]]}, {"name": "inhand-left", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}, {"name": "inhand-right", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}]} \ No newline at end of file diff --git a/Resources/Textures/Clothing/Shoes/merc_rig.rsi/equipped-FEET.png b/Resources/Textures/Clothing/Shoes/merc_rig.rsi/equipped-FEET.png new file mode 100644 index 0000000000..bbd19f6c4d Binary files /dev/null and b/Resources/Textures/Clothing/Shoes/merc_rig.rsi/equipped-FEET.png differ diff --git a/Resources/Textures/Clothing/Shoes/merc_rig.rsi/icon.png b/Resources/Textures/Clothing/Shoes/merc_rig.rsi/icon.png new file mode 100644 index 0000000000..4d47dc1d2e Binary files /dev/null and b/Resources/Textures/Clothing/Shoes/merc_rig.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/Shoes/merc_rig.rsi/inhand-left.png b/Resources/Textures/Clothing/Shoes/merc_rig.rsi/inhand-left.png new file mode 100644 index 0000000000..6b51620b91 Binary files /dev/null and b/Resources/Textures/Clothing/Shoes/merc_rig.rsi/inhand-left.png differ diff --git a/Resources/Textures/Clothing/Shoes/merc_rig.rsi/inhand-right.png b/Resources/Textures/Clothing/Shoes/merc_rig.rsi/inhand-right.png new file mode 100644 index 0000000000..81264d7284 Binary files /dev/null and b/Resources/Textures/Clothing/Shoes/merc_rig.rsi/inhand-right.png differ diff --git a/Resources/Textures/Clothing/Shoes/merc_rig.rsi/meta.json b/Resources/Textures/Clothing/Shoes/merc_rig.rsi/meta.json new file mode 100644 index 0000000000..09294c69f3 --- /dev/null +++ b/Resources/Textures/Clothing/Shoes/merc_rig.rsi/meta.json @@ -0,0 +1 @@ +{"version": 1, "size": {"x": 32, "y": 32}, "license": "CC-BY-SA-3.0", "copyright": "https://github.com/discordia-space/CEV-Eris/raw/b099b76491a850ab376aa4d574d5103900f72f2d/icons/inventory/feet/mob.dmi", "states": [{"name": "equipped-FEET", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}, {"name": "icon", "directions": 1, "delays": [[1.0]]}, {"name": "inhand-left", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}, {"name": "inhand-right", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}]} \ No newline at end of file diff --git a/Resources/Textures/Clothing/Shoes/merc_rig_sealed.rsi/equipped-FEET.png b/Resources/Textures/Clothing/Shoes/merc_rig_sealed.rsi/equipped-FEET.png new file mode 100644 index 0000000000..66f2ce4055 Binary files /dev/null and b/Resources/Textures/Clothing/Shoes/merc_rig_sealed.rsi/equipped-FEET.png differ diff --git a/Resources/Textures/Clothing/Shoes/merc_rig_sealed.rsi/icon.png b/Resources/Textures/Clothing/Shoes/merc_rig_sealed.rsi/icon.png new file mode 100644 index 0000000000..435fe380bd Binary files /dev/null and b/Resources/Textures/Clothing/Shoes/merc_rig_sealed.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/Shoes/merc_rig_sealed.rsi/inhand-left.png b/Resources/Textures/Clothing/Shoes/merc_rig_sealed.rsi/inhand-left.png new file mode 100644 index 0000000000..7df2b8d934 Binary files /dev/null and b/Resources/Textures/Clothing/Shoes/merc_rig_sealed.rsi/inhand-left.png differ diff --git a/Resources/Textures/Clothing/Shoes/merc_rig_sealed.rsi/inhand-right.png b/Resources/Textures/Clothing/Shoes/merc_rig_sealed.rsi/inhand-right.png new file mode 100644 index 0000000000..ddb99a7755 Binary files /dev/null and b/Resources/Textures/Clothing/Shoes/merc_rig_sealed.rsi/inhand-right.png differ diff --git a/Resources/Textures/Clothing/Shoes/merc_rig_sealed.rsi/meta.json b/Resources/Textures/Clothing/Shoes/merc_rig_sealed.rsi/meta.json new file mode 100644 index 0000000000..21a93ec435 --- /dev/null +++ b/Resources/Textures/Clothing/Shoes/merc_rig_sealed.rsi/meta.json @@ -0,0 +1 @@ +{"version": 1, "size": {"x": 32, "y": 32}, "license": "CC-BY-SA-3.0", "copyright": "https://github.com/discordia-space/CEV-Eris/raw/b099b76491a850ab376aa4d574d5103900f72f2d/icons/inventory/feet/mob.dmi", "states": [{"name": "equipped-FEET", "directions": 4}, {"name": "icon", "directions": 1, "delays": [[1.0]]}, {"name": "inhand-left", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}, {"name": "inhand-right", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}]} \ No newline at end of file diff --git a/Resources/Textures/Clothing/Shoes/mercboots0.rsi/equipped-FEET.png b/Resources/Textures/Clothing/Shoes/mercboots0.rsi/equipped-FEET.png new file mode 100644 index 0000000000..6360a6733d Binary files /dev/null and b/Resources/Textures/Clothing/Shoes/mercboots0.rsi/equipped-FEET.png differ diff --git a/Resources/Textures/Clothing/Shoes/mercboots0.rsi/icon.png b/Resources/Textures/Clothing/Shoes/mercboots0.rsi/icon.png new file mode 100644 index 0000000000..826ffe7f78 Binary files /dev/null and b/Resources/Textures/Clothing/Shoes/mercboots0.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/Shoes/mercboots0.rsi/inhand-left.png b/Resources/Textures/Clothing/Shoes/mercboots0.rsi/inhand-left.png new file mode 100644 index 0000000000..6c4fc10b9a Binary files /dev/null and b/Resources/Textures/Clothing/Shoes/mercboots0.rsi/inhand-left.png differ diff --git a/Resources/Textures/Clothing/Shoes/mercboots0.rsi/inhand-right.png b/Resources/Textures/Clothing/Shoes/mercboots0.rsi/inhand-right.png new file mode 100644 index 0000000000..9f3253dcf8 Binary files /dev/null and b/Resources/Textures/Clothing/Shoes/mercboots0.rsi/inhand-right.png differ diff --git a/Resources/Textures/Clothing/Shoes/mercboots0.rsi/meta.json b/Resources/Textures/Clothing/Shoes/mercboots0.rsi/meta.json new file mode 100644 index 0000000000..21a93ec435 --- /dev/null +++ b/Resources/Textures/Clothing/Shoes/mercboots0.rsi/meta.json @@ -0,0 +1 @@ +{"version": 1, "size": {"x": 32, "y": 32}, "license": "CC-BY-SA-3.0", "copyright": "https://github.com/discordia-space/CEV-Eris/raw/b099b76491a850ab376aa4d574d5103900f72f2d/icons/inventory/feet/mob.dmi", "states": [{"name": "equipped-FEET", "directions": 4}, {"name": "icon", "directions": 1, "delays": [[1.0]]}, {"name": "inhand-left", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}, {"name": "inhand-right", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}]} \ No newline at end of file diff --git a/Resources/Textures/Clothing/Shoes/mercboots1.rsi/equipped-FEET.png b/Resources/Textures/Clothing/Shoes/mercboots1.rsi/equipped-FEET.png new file mode 100644 index 0000000000..6360a6733d Binary files /dev/null and b/Resources/Textures/Clothing/Shoes/mercboots1.rsi/equipped-FEET.png differ diff --git a/Resources/Textures/Clothing/Shoes/mercboots1.rsi/icon.png b/Resources/Textures/Clothing/Shoes/mercboots1.rsi/icon.png new file mode 100644 index 0000000000..826ffe7f78 Binary files /dev/null and b/Resources/Textures/Clothing/Shoes/mercboots1.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/Shoes/mercboots1.rsi/inhand-left.png b/Resources/Textures/Clothing/Shoes/mercboots1.rsi/inhand-left.png new file mode 100644 index 0000000000..6c4fc10b9a Binary files /dev/null and b/Resources/Textures/Clothing/Shoes/mercboots1.rsi/inhand-left.png differ diff --git a/Resources/Textures/Clothing/Shoes/mercboots1.rsi/inhand-right.png b/Resources/Textures/Clothing/Shoes/mercboots1.rsi/inhand-right.png new file mode 100644 index 0000000000..9f3253dcf8 Binary files /dev/null and b/Resources/Textures/Clothing/Shoes/mercboots1.rsi/inhand-right.png differ diff --git a/Resources/Textures/Clothing/Shoes/mercboots1.rsi/meta.json b/Resources/Textures/Clothing/Shoes/mercboots1.rsi/meta.json new file mode 100644 index 0000000000..21a93ec435 --- /dev/null +++ b/Resources/Textures/Clothing/Shoes/mercboots1.rsi/meta.json @@ -0,0 +1 @@ +{"version": 1, "size": {"x": 32, "y": 32}, "license": "CC-BY-SA-3.0", "copyright": "https://github.com/discordia-space/CEV-Eris/raw/b099b76491a850ab376aa4d574d5103900f72f2d/icons/inventory/feet/mob.dmi", "states": [{"name": "equipped-FEET", "directions": 4}, {"name": "icon", "directions": 1, "delays": [[1.0]]}, {"name": "inhand-left", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}, {"name": "inhand-right", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}]} \ No newline at end of file diff --git a/Resources/Textures/Clothing/Shoes/mime.rsi/equipped-FEET.png b/Resources/Textures/Clothing/Shoes/mime.rsi/equipped-FEET.png new file mode 100644 index 0000000000..db8ec2d0bb Binary files /dev/null and b/Resources/Textures/Clothing/Shoes/mime.rsi/equipped-FEET.png differ diff --git a/Resources/Textures/Clothing/Shoes/mime.rsi/icon.png b/Resources/Textures/Clothing/Shoes/mime.rsi/icon.png new file mode 100644 index 0000000000..ac14852457 Binary files /dev/null and b/Resources/Textures/Clothing/Shoes/mime.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/Shoes/mime.rsi/inhand-left.png b/Resources/Textures/Clothing/Shoes/mime.rsi/inhand-left.png new file mode 100644 index 0000000000..96d495a7de Binary files /dev/null and b/Resources/Textures/Clothing/Shoes/mime.rsi/inhand-left.png differ diff --git a/Resources/Textures/Clothing/Shoes/mime.rsi/inhand-right.png b/Resources/Textures/Clothing/Shoes/mime.rsi/inhand-right.png new file mode 100644 index 0000000000..ac47f894bb Binary files /dev/null and b/Resources/Textures/Clothing/Shoes/mime.rsi/inhand-right.png differ diff --git a/Resources/Textures/Clothing/Shoes/mime.rsi/meta.json b/Resources/Textures/Clothing/Shoes/mime.rsi/meta.json new file mode 100644 index 0000000000..21a93ec435 --- /dev/null +++ b/Resources/Textures/Clothing/Shoes/mime.rsi/meta.json @@ -0,0 +1 @@ +{"version": 1, "size": {"x": 32, "y": 32}, "license": "CC-BY-SA-3.0", "copyright": "https://github.com/discordia-space/CEV-Eris/raw/b099b76491a850ab376aa4d574d5103900f72f2d/icons/inventory/feet/mob.dmi", "states": [{"name": "equipped-FEET", "directions": 4}, {"name": "icon", "directions": 1, "delays": [[1.0]]}, {"name": "inhand-left", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}, {"name": "inhand-right", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}]} \ No newline at end of file diff --git a/Resources/Textures/Clothing/Shoes/ninja_rig.rsi/equipped-FEET.png b/Resources/Textures/Clothing/Shoes/ninja_rig.rsi/equipped-FEET.png new file mode 100644 index 0000000000..db6185095d Binary files /dev/null and b/Resources/Textures/Clothing/Shoes/ninja_rig.rsi/equipped-FEET.png differ diff --git a/Resources/Textures/Clothing/Shoes/ninja_rig.rsi/icon.png b/Resources/Textures/Clothing/Shoes/ninja_rig.rsi/icon.png new file mode 100644 index 0000000000..f35730ed5f Binary files /dev/null and b/Resources/Textures/Clothing/Shoes/ninja_rig.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/Shoes/ninja_rig.rsi/inhand-left.png b/Resources/Textures/Clothing/Shoes/ninja_rig.rsi/inhand-left.png new file mode 100644 index 0000000000..d6e29de6dd Binary files /dev/null and b/Resources/Textures/Clothing/Shoes/ninja_rig.rsi/inhand-left.png differ diff --git a/Resources/Textures/Clothing/Shoes/ninja_rig.rsi/inhand-right.png b/Resources/Textures/Clothing/Shoes/ninja_rig.rsi/inhand-right.png new file mode 100644 index 0000000000..636d72748e Binary files /dev/null and b/Resources/Textures/Clothing/Shoes/ninja_rig.rsi/inhand-right.png differ diff --git a/Resources/Textures/Clothing/Shoes/ninja_rig.rsi/meta.json b/Resources/Textures/Clothing/Shoes/ninja_rig.rsi/meta.json new file mode 100644 index 0000000000..09294c69f3 --- /dev/null +++ b/Resources/Textures/Clothing/Shoes/ninja_rig.rsi/meta.json @@ -0,0 +1 @@ +{"version": 1, "size": {"x": 32, "y": 32}, "license": "CC-BY-SA-3.0", "copyright": "https://github.com/discordia-space/CEV-Eris/raw/b099b76491a850ab376aa4d574d5103900f72f2d/icons/inventory/feet/mob.dmi", "states": [{"name": "equipped-FEET", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}, {"name": "icon", "directions": 1, "delays": [[1.0]]}, {"name": "inhand-left", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}, {"name": "inhand-right", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}]} \ No newline at end of file diff --git a/Resources/Textures/Clothing/Shoes/ninja_rig_sealed.rsi/equipped-FEET.png b/Resources/Textures/Clothing/Shoes/ninja_rig_sealed.rsi/equipped-FEET.png new file mode 100644 index 0000000000..6d160d6e87 Binary files /dev/null and b/Resources/Textures/Clothing/Shoes/ninja_rig_sealed.rsi/equipped-FEET.png differ diff --git a/Resources/Textures/Clothing/Shoes/ninja_rig_sealed.rsi/icon.png b/Resources/Textures/Clothing/Shoes/ninja_rig_sealed.rsi/icon.png new file mode 100644 index 0000000000..b8f4713525 Binary files /dev/null and b/Resources/Textures/Clothing/Shoes/ninja_rig_sealed.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/Shoes/ninja_rig_sealed.rsi/inhand-left.png b/Resources/Textures/Clothing/Shoes/ninja_rig_sealed.rsi/inhand-left.png new file mode 100644 index 0000000000..83b50503f4 Binary files /dev/null and b/Resources/Textures/Clothing/Shoes/ninja_rig_sealed.rsi/inhand-left.png differ diff --git a/Resources/Textures/Clothing/Shoes/ninja_rig_sealed.rsi/inhand-right.png b/Resources/Textures/Clothing/Shoes/ninja_rig_sealed.rsi/inhand-right.png new file mode 100644 index 0000000000..0689d2b7e1 Binary files /dev/null and b/Resources/Textures/Clothing/Shoes/ninja_rig_sealed.rsi/inhand-right.png differ diff --git a/Resources/Textures/Clothing/Shoes/ninja_rig_sealed.rsi/meta.json b/Resources/Textures/Clothing/Shoes/ninja_rig_sealed.rsi/meta.json new file mode 100644 index 0000000000..21a93ec435 --- /dev/null +++ b/Resources/Textures/Clothing/Shoes/ninja_rig_sealed.rsi/meta.json @@ -0,0 +1 @@ +{"version": 1, "size": {"x": 32, "y": 32}, "license": "CC-BY-SA-3.0", "copyright": "https://github.com/discordia-space/CEV-Eris/raw/b099b76491a850ab376aa4d574d5103900f72f2d/icons/inventory/feet/mob.dmi", "states": [{"name": "equipped-FEET", "directions": 4}, {"name": "icon", "directions": 1, "delays": [[1.0]]}, {"name": "inhand-left", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}, {"name": "inhand-right", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}]} \ No newline at end of file diff --git a/Resources/Textures/Clothing/Shoes/orange.rsi/equipped-FEET.png b/Resources/Textures/Clothing/Shoes/orange.rsi/equipped-FEET.png new file mode 100644 index 0000000000..6e5b72b88d Binary files /dev/null and b/Resources/Textures/Clothing/Shoes/orange.rsi/equipped-FEET.png differ diff --git a/Resources/Textures/Clothing/Shoes/orange.rsi/icon.png b/Resources/Textures/Clothing/Shoes/orange.rsi/icon.png new file mode 100644 index 0000000000..5adb5f2d6a Binary files /dev/null and b/Resources/Textures/Clothing/Shoes/orange.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/Shoes/orange.rsi/inhand-left.png b/Resources/Textures/Clothing/Shoes/orange.rsi/inhand-left.png new file mode 100644 index 0000000000..9df0edcd7a Binary files /dev/null and b/Resources/Textures/Clothing/Shoes/orange.rsi/inhand-left.png differ diff --git a/Resources/Textures/Clothing/Shoes/orange.rsi/inhand-right.png b/Resources/Textures/Clothing/Shoes/orange.rsi/inhand-right.png new file mode 100644 index 0000000000..c3f53458f9 Binary files /dev/null and b/Resources/Textures/Clothing/Shoes/orange.rsi/inhand-right.png differ diff --git a/Resources/Textures/Clothing/Shoes/orange.rsi/meta.json b/Resources/Textures/Clothing/Shoes/orange.rsi/meta.json new file mode 100644 index 0000000000..09294c69f3 --- /dev/null +++ b/Resources/Textures/Clothing/Shoes/orange.rsi/meta.json @@ -0,0 +1 @@ +{"version": 1, "size": {"x": 32, "y": 32}, "license": "CC-BY-SA-3.0", "copyright": "https://github.com/discordia-space/CEV-Eris/raw/b099b76491a850ab376aa4d574d5103900f72f2d/icons/inventory/feet/mob.dmi", "states": [{"name": "equipped-FEET", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}, {"name": "icon", "directions": 1, "delays": [[1.0]]}, {"name": "inhand-left", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}, {"name": "inhand-right", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}]} \ No newline at end of file diff --git a/Resources/Textures/Clothing/Shoes/orange1.rsi/equipped-FEET.png b/Resources/Textures/Clothing/Shoes/orange1.rsi/equipped-FEET.png new file mode 100644 index 0000000000..48b8edb45e Binary files /dev/null and b/Resources/Textures/Clothing/Shoes/orange1.rsi/equipped-FEET.png differ diff --git a/Resources/Textures/Clothing/Shoes/orange1.rsi/icon.png b/Resources/Textures/Clothing/Shoes/orange1.rsi/icon.png new file mode 100644 index 0000000000..83808593fc Binary files /dev/null and b/Resources/Textures/Clothing/Shoes/orange1.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/Shoes/orange1.rsi/inhand-left.png b/Resources/Textures/Clothing/Shoes/orange1.rsi/inhand-left.png new file mode 100644 index 0000000000..5a4aa85a1e Binary files /dev/null and b/Resources/Textures/Clothing/Shoes/orange1.rsi/inhand-left.png differ diff --git a/Resources/Textures/Clothing/Shoes/orange1.rsi/inhand-right.png b/Resources/Textures/Clothing/Shoes/orange1.rsi/inhand-right.png new file mode 100644 index 0000000000..bd6df3f1e3 Binary files /dev/null and b/Resources/Textures/Clothing/Shoes/orange1.rsi/inhand-right.png differ diff --git a/Resources/Textures/Clothing/Shoes/orange1.rsi/meta.json b/Resources/Textures/Clothing/Shoes/orange1.rsi/meta.json new file mode 100644 index 0000000000..21a93ec435 --- /dev/null +++ b/Resources/Textures/Clothing/Shoes/orange1.rsi/meta.json @@ -0,0 +1 @@ +{"version": 1, "size": {"x": 32, "y": 32}, "license": "CC-BY-SA-3.0", "copyright": "https://github.com/discordia-space/CEV-Eris/raw/b099b76491a850ab376aa4d574d5103900f72f2d/icons/inventory/feet/mob.dmi", "states": [{"name": "equipped-FEET", "directions": 4}, {"name": "icon", "directions": 1, "delays": [[1.0]]}, {"name": "inhand-left", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}, {"name": "inhand-right", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}]} \ No newline at end of file diff --git a/Resources/Textures/Clothing/Shoes/purple.rsi/equipped-FEET.png b/Resources/Textures/Clothing/Shoes/purple.rsi/equipped-FEET.png new file mode 100644 index 0000000000..9e52d381b4 Binary files /dev/null and b/Resources/Textures/Clothing/Shoes/purple.rsi/equipped-FEET.png differ diff --git a/Resources/Textures/Clothing/Shoes/purple.rsi/icon.png b/Resources/Textures/Clothing/Shoes/purple.rsi/icon.png new file mode 100644 index 0000000000..a21acc31b7 Binary files /dev/null and b/Resources/Textures/Clothing/Shoes/purple.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/Shoes/purple.rsi/inhand-left.png b/Resources/Textures/Clothing/Shoes/purple.rsi/inhand-left.png new file mode 100644 index 0000000000..056e73d94d Binary files /dev/null and b/Resources/Textures/Clothing/Shoes/purple.rsi/inhand-left.png differ diff --git a/Resources/Textures/Clothing/Shoes/purple.rsi/inhand-right.png b/Resources/Textures/Clothing/Shoes/purple.rsi/inhand-right.png new file mode 100644 index 0000000000..0123087171 Binary files /dev/null and b/Resources/Textures/Clothing/Shoes/purple.rsi/inhand-right.png differ diff --git a/Resources/Textures/Clothing/Shoes/purple.rsi/meta.json b/Resources/Textures/Clothing/Shoes/purple.rsi/meta.json new file mode 100644 index 0000000000..21a93ec435 --- /dev/null +++ b/Resources/Textures/Clothing/Shoes/purple.rsi/meta.json @@ -0,0 +1 @@ +{"version": 1, "size": {"x": 32, "y": 32}, "license": "CC-BY-SA-3.0", "copyright": "https://github.com/discordia-space/CEV-Eris/raw/b099b76491a850ab376aa4d574d5103900f72f2d/icons/inventory/feet/mob.dmi", "states": [{"name": "equipped-FEET", "directions": 4}, {"name": "icon", "directions": 1, "delays": [[1.0]]}, {"name": "inhand-left", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}, {"name": "inhand-right", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}]} \ No newline at end of file diff --git a/Resources/Textures/Clothing/Shoes/rain_bow.rsi/equipped-FEET.png b/Resources/Textures/Clothing/Shoes/rain_bow.rsi/equipped-FEET.png new file mode 100644 index 0000000000..8909f1275b Binary files /dev/null and b/Resources/Textures/Clothing/Shoes/rain_bow.rsi/equipped-FEET.png differ diff --git a/Resources/Textures/Clothing/Shoes/rain_bow.rsi/icon.png b/Resources/Textures/Clothing/Shoes/rain_bow.rsi/icon.png new file mode 100644 index 0000000000..c395d9f916 Binary files /dev/null and b/Resources/Textures/Clothing/Shoes/rain_bow.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/Shoes/rain_bow.rsi/inhand-left.png b/Resources/Textures/Clothing/Shoes/rain_bow.rsi/inhand-left.png new file mode 100644 index 0000000000..f1c5ff96ee Binary files /dev/null and b/Resources/Textures/Clothing/Shoes/rain_bow.rsi/inhand-left.png differ diff --git a/Resources/Textures/Clothing/Shoes/rain_bow.rsi/inhand-right.png b/Resources/Textures/Clothing/Shoes/rain_bow.rsi/inhand-right.png new file mode 100644 index 0000000000..94e7c10427 Binary files /dev/null and b/Resources/Textures/Clothing/Shoes/rain_bow.rsi/inhand-right.png differ diff --git a/Resources/Textures/Clothing/Shoes/rain_bow.rsi/meta.json b/Resources/Textures/Clothing/Shoes/rain_bow.rsi/meta.json new file mode 100644 index 0000000000..21a93ec435 --- /dev/null +++ b/Resources/Textures/Clothing/Shoes/rain_bow.rsi/meta.json @@ -0,0 +1 @@ +{"version": 1, "size": {"x": 32, "y": 32}, "license": "CC-BY-SA-3.0", "copyright": "https://github.com/discordia-space/CEV-Eris/raw/b099b76491a850ab376aa4d574d5103900f72f2d/icons/inventory/feet/mob.dmi", "states": [{"name": "equipped-FEET", "directions": 4}, {"name": "icon", "directions": 1, "delays": [[1.0]]}, {"name": "inhand-left", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}, {"name": "inhand-right", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}]} \ No newline at end of file diff --git a/Resources/Textures/Clothing/Shoes/red.rsi/equipped-FEET.png b/Resources/Textures/Clothing/Shoes/red.rsi/equipped-FEET.png new file mode 100644 index 0000000000..61d3dd5026 Binary files /dev/null and b/Resources/Textures/Clothing/Shoes/red.rsi/equipped-FEET.png differ diff --git a/Resources/Textures/Clothing/Shoes/red.rsi/icon.png b/Resources/Textures/Clothing/Shoes/red.rsi/icon.png new file mode 100644 index 0000000000..b139627d8d Binary files /dev/null and b/Resources/Textures/Clothing/Shoes/red.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/Shoes/red.rsi/inhand-left.png b/Resources/Textures/Clothing/Shoes/red.rsi/inhand-left.png new file mode 100644 index 0000000000..a269328542 Binary files /dev/null and b/Resources/Textures/Clothing/Shoes/red.rsi/inhand-left.png differ diff --git a/Resources/Textures/Clothing/Shoes/red.rsi/inhand-right.png b/Resources/Textures/Clothing/Shoes/red.rsi/inhand-right.png new file mode 100644 index 0000000000..3a5659c8f8 Binary files /dev/null and b/Resources/Textures/Clothing/Shoes/red.rsi/inhand-right.png differ diff --git a/Resources/Textures/Clothing/Shoes/red.rsi/meta.json b/Resources/Textures/Clothing/Shoes/red.rsi/meta.json new file mode 100644 index 0000000000..21a93ec435 --- /dev/null +++ b/Resources/Textures/Clothing/Shoes/red.rsi/meta.json @@ -0,0 +1 @@ +{"version": 1, "size": {"x": 32, "y": 32}, "license": "CC-BY-SA-3.0", "copyright": "https://github.com/discordia-space/CEV-Eris/raw/b099b76491a850ab376aa4d574d5103900f72f2d/icons/inventory/feet/mob.dmi", "states": [{"name": "equipped-FEET", "directions": 4}, {"name": "icon", "directions": 1, "delays": [[1.0]]}, {"name": "inhand-left", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}, {"name": "inhand-right", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}]} \ No newline at end of file diff --git a/Resources/Textures/Clothing/Shoes/reinforced.rsi/equipped-FEET.png b/Resources/Textures/Clothing/Shoes/reinforced.rsi/equipped-FEET.png new file mode 100644 index 0000000000..931dd764c8 Binary files /dev/null and b/Resources/Textures/Clothing/Shoes/reinforced.rsi/equipped-FEET.png differ diff --git a/Resources/Textures/Clothing/Shoes/reinforced.rsi/icon.png b/Resources/Textures/Clothing/Shoes/reinforced.rsi/icon.png new file mode 100644 index 0000000000..aa48b69efd Binary files /dev/null and b/Resources/Textures/Clothing/Shoes/reinforced.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/Shoes/reinforced.rsi/inhand-left.png b/Resources/Textures/Clothing/Shoes/reinforced.rsi/inhand-left.png new file mode 100644 index 0000000000..dbb537754b Binary files /dev/null and b/Resources/Textures/Clothing/Shoes/reinforced.rsi/inhand-left.png differ diff --git a/Resources/Textures/Clothing/Shoes/reinforced.rsi/inhand-right.png b/Resources/Textures/Clothing/Shoes/reinforced.rsi/inhand-right.png new file mode 100644 index 0000000000..8ffea8a923 Binary files /dev/null and b/Resources/Textures/Clothing/Shoes/reinforced.rsi/inhand-right.png differ diff --git a/Resources/Textures/Clothing/Shoes/reinforced.rsi/meta.json b/Resources/Textures/Clothing/Shoes/reinforced.rsi/meta.json new file mode 100644 index 0000000000..21a93ec435 --- /dev/null +++ b/Resources/Textures/Clothing/Shoes/reinforced.rsi/meta.json @@ -0,0 +1 @@ +{"version": 1, "size": {"x": 32, "y": 32}, "license": "CC-BY-SA-3.0", "copyright": "https://github.com/discordia-space/CEV-Eris/raw/b099b76491a850ab376aa4d574d5103900f72f2d/icons/inventory/feet/mob.dmi", "states": [{"name": "equipped-FEET", "directions": 4}, {"name": "icon", "directions": 1, "delays": [[1.0]]}, {"name": "inhand-left", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}, {"name": "inhand-right", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}]} \ No newline at end of file diff --git a/Resources/Textures/Clothing/Shoes/s_ninja.rsi/equipped-FEET.png b/Resources/Textures/Clothing/Shoes/s_ninja.rsi/equipped-FEET.png new file mode 100644 index 0000000000..253951ea96 Binary files /dev/null and b/Resources/Textures/Clothing/Shoes/s_ninja.rsi/equipped-FEET.png differ diff --git a/Resources/Textures/Clothing/Shoes/s_ninja.rsi/icon.png b/Resources/Textures/Clothing/Shoes/s_ninja.rsi/icon.png new file mode 100644 index 0000000000..82c5f0e6d7 Binary files /dev/null and b/Resources/Textures/Clothing/Shoes/s_ninja.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/Shoes/s_ninja.rsi/inhand-left.png b/Resources/Textures/Clothing/Shoes/s_ninja.rsi/inhand-left.png new file mode 100644 index 0000000000..920c83e5ac Binary files /dev/null and b/Resources/Textures/Clothing/Shoes/s_ninja.rsi/inhand-left.png differ diff --git a/Resources/Textures/Clothing/Shoes/s_ninja.rsi/inhand-right.png b/Resources/Textures/Clothing/Shoes/s_ninja.rsi/inhand-right.png new file mode 100644 index 0000000000..1e9ea9ebb9 Binary files /dev/null and b/Resources/Textures/Clothing/Shoes/s_ninja.rsi/inhand-right.png differ diff --git a/Resources/Textures/Clothing/Shoes/s_ninja.rsi/meta.json b/Resources/Textures/Clothing/Shoes/s_ninja.rsi/meta.json new file mode 100644 index 0000000000..21a93ec435 --- /dev/null +++ b/Resources/Textures/Clothing/Shoes/s_ninja.rsi/meta.json @@ -0,0 +1 @@ +{"version": 1, "size": {"x": 32, "y": 32}, "license": "CC-BY-SA-3.0", "copyright": "https://github.com/discordia-space/CEV-Eris/raw/b099b76491a850ab376aa4d574d5103900f72f2d/icons/inventory/feet/mob.dmi", "states": [{"name": "equipped-FEET", "directions": 4}, {"name": "icon", "directions": 1, "delays": [[1.0]]}, {"name": "inhand-left", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}, {"name": "inhand-right", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}]} \ No newline at end of file diff --git a/Resources/Textures/Clothing/Shoes/science_rig.rsi/equipped-FEET.png b/Resources/Textures/Clothing/Shoes/science_rig.rsi/equipped-FEET.png new file mode 100644 index 0000000000..3c0c7b3dab Binary files /dev/null and b/Resources/Textures/Clothing/Shoes/science_rig.rsi/equipped-FEET.png differ diff --git a/Resources/Textures/Clothing/Shoes/science_rig.rsi/icon.png b/Resources/Textures/Clothing/Shoes/science_rig.rsi/icon.png new file mode 100644 index 0000000000..b991ea5ae4 Binary files /dev/null and b/Resources/Textures/Clothing/Shoes/science_rig.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/Shoes/science_rig.rsi/inhand-left.png b/Resources/Textures/Clothing/Shoes/science_rig.rsi/inhand-left.png new file mode 100644 index 0000000000..166a00c4d0 Binary files /dev/null and b/Resources/Textures/Clothing/Shoes/science_rig.rsi/inhand-left.png differ diff --git a/Resources/Textures/Clothing/Shoes/science_rig.rsi/inhand-right.png b/Resources/Textures/Clothing/Shoes/science_rig.rsi/inhand-right.png new file mode 100644 index 0000000000..1a6a777adc Binary files /dev/null and b/Resources/Textures/Clothing/Shoes/science_rig.rsi/inhand-right.png differ diff --git a/Resources/Textures/Clothing/Shoes/science_rig.rsi/meta.json b/Resources/Textures/Clothing/Shoes/science_rig.rsi/meta.json new file mode 100644 index 0000000000..09294c69f3 --- /dev/null +++ b/Resources/Textures/Clothing/Shoes/science_rig.rsi/meta.json @@ -0,0 +1 @@ +{"version": 1, "size": {"x": 32, "y": 32}, "license": "CC-BY-SA-3.0", "copyright": "https://github.com/discordia-space/CEV-Eris/raw/b099b76491a850ab376aa4d574d5103900f72f2d/icons/inventory/feet/mob.dmi", "states": [{"name": "equipped-FEET", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}, {"name": "icon", "directions": 1, "delays": [[1.0]]}, {"name": "inhand-left", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}, {"name": "inhand-right", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}]} \ No newline at end of file diff --git a/Resources/Textures/Clothing/Shoes/science_rig_sealed.rsi/equipped-FEET.png b/Resources/Textures/Clothing/Shoes/science_rig_sealed.rsi/equipped-FEET.png new file mode 100644 index 0000000000..642004b0ef Binary files /dev/null and b/Resources/Textures/Clothing/Shoes/science_rig_sealed.rsi/equipped-FEET.png differ diff --git a/Resources/Textures/Clothing/Shoes/science_rig_sealed.rsi/icon.png b/Resources/Textures/Clothing/Shoes/science_rig_sealed.rsi/icon.png new file mode 100644 index 0000000000..4aa9b31d28 Binary files /dev/null and b/Resources/Textures/Clothing/Shoes/science_rig_sealed.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/Shoes/science_rig_sealed.rsi/inhand-left.png b/Resources/Textures/Clothing/Shoes/science_rig_sealed.rsi/inhand-left.png new file mode 100644 index 0000000000..166a00c4d0 Binary files /dev/null and b/Resources/Textures/Clothing/Shoes/science_rig_sealed.rsi/inhand-left.png differ diff --git a/Resources/Textures/Clothing/Shoes/science_rig_sealed.rsi/inhand-right.png b/Resources/Textures/Clothing/Shoes/science_rig_sealed.rsi/inhand-right.png new file mode 100644 index 0000000000..1a6a777adc Binary files /dev/null and b/Resources/Textures/Clothing/Shoes/science_rig_sealed.rsi/inhand-right.png differ diff --git a/Resources/Textures/Clothing/Shoes/science_rig_sealed.rsi/meta.json b/Resources/Textures/Clothing/Shoes/science_rig_sealed.rsi/meta.json new file mode 100644 index 0000000000..21a93ec435 --- /dev/null +++ b/Resources/Textures/Clothing/Shoes/science_rig_sealed.rsi/meta.json @@ -0,0 +1 @@ +{"version": 1, "size": {"x": 32, "y": 32}, "license": "CC-BY-SA-3.0", "copyright": "https://github.com/discordia-space/CEV-Eris/raw/b099b76491a850ab376aa4d574d5103900f72f2d/icons/inventory/feet/mob.dmi", "states": [{"name": "equipped-FEET", "directions": 4}, {"name": "icon", "directions": 1, "delays": [[1.0]]}, {"name": "inhand-left", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}, {"name": "inhand-right", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}]} \ No newline at end of file diff --git a/Resources/Textures/Clothing/Shoes/security_rig.rsi/equipped-FEET.png b/Resources/Textures/Clothing/Shoes/security_rig.rsi/equipped-FEET.png new file mode 100644 index 0000000000..7632e6fb28 Binary files /dev/null and b/Resources/Textures/Clothing/Shoes/security_rig.rsi/equipped-FEET.png differ diff --git a/Resources/Textures/Clothing/Shoes/security_rig.rsi/icon.png b/Resources/Textures/Clothing/Shoes/security_rig.rsi/icon.png new file mode 100644 index 0000000000..f8541c6bc6 Binary files /dev/null and b/Resources/Textures/Clothing/Shoes/security_rig.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/Shoes/security_rig.rsi/inhand-left.png b/Resources/Textures/Clothing/Shoes/security_rig.rsi/inhand-left.png new file mode 100644 index 0000000000..9aa1102fd7 Binary files /dev/null and b/Resources/Textures/Clothing/Shoes/security_rig.rsi/inhand-left.png differ diff --git a/Resources/Textures/Clothing/Shoes/security_rig.rsi/inhand-right.png b/Resources/Textures/Clothing/Shoes/security_rig.rsi/inhand-right.png new file mode 100644 index 0000000000..fc5d374210 Binary files /dev/null and b/Resources/Textures/Clothing/Shoes/security_rig.rsi/inhand-right.png differ diff --git a/Resources/Textures/Clothing/Shoes/security_rig.rsi/meta.json b/Resources/Textures/Clothing/Shoes/security_rig.rsi/meta.json new file mode 100644 index 0000000000..09294c69f3 --- /dev/null +++ b/Resources/Textures/Clothing/Shoes/security_rig.rsi/meta.json @@ -0,0 +1 @@ +{"version": 1, "size": {"x": 32, "y": 32}, "license": "CC-BY-SA-3.0", "copyright": "https://github.com/discordia-space/CEV-Eris/raw/b099b76491a850ab376aa4d574d5103900f72f2d/icons/inventory/feet/mob.dmi", "states": [{"name": "equipped-FEET", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}, {"name": "icon", "directions": 1, "delays": [[1.0]]}, {"name": "inhand-left", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}, {"name": "inhand-right", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}]} \ No newline at end of file diff --git a/Resources/Textures/Clothing/Shoes/security_rig_sealed.rsi/equipped-FEET.png b/Resources/Textures/Clothing/Shoes/security_rig_sealed.rsi/equipped-FEET.png new file mode 100644 index 0000000000..5c29e3e6a2 Binary files /dev/null and b/Resources/Textures/Clothing/Shoes/security_rig_sealed.rsi/equipped-FEET.png differ diff --git a/Resources/Textures/Clothing/Shoes/security_rig_sealed.rsi/icon.png b/Resources/Textures/Clothing/Shoes/security_rig_sealed.rsi/icon.png new file mode 100644 index 0000000000..051256a18a Binary files /dev/null and b/Resources/Textures/Clothing/Shoes/security_rig_sealed.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/Shoes/security_rig_sealed.rsi/inhand-left.png b/Resources/Textures/Clothing/Shoes/security_rig_sealed.rsi/inhand-left.png new file mode 100644 index 0000000000..50270127f2 Binary files /dev/null and b/Resources/Textures/Clothing/Shoes/security_rig_sealed.rsi/inhand-left.png differ diff --git a/Resources/Textures/Clothing/Shoes/security_rig_sealed.rsi/inhand-right.png b/Resources/Textures/Clothing/Shoes/security_rig_sealed.rsi/inhand-right.png new file mode 100644 index 0000000000..c03970fdbb Binary files /dev/null and b/Resources/Textures/Clothing/Shoes/security_rig_sealed.rsi/inhand-right.png differ diff --git a/Resources/Textures/Clothing/Shoes/security_rig_sealed.rsi/meta.json b/Resources/Textures/Clothing/Shoes/security_rig_sealed.rsi/meta.json new file mode 100644 index 0000000000..21a93ec435 --- /dev/null +++ b/Resources/Textures/Clothing/Shoes/security_rig_sealed.rsi/meta.json @@ -0,0 +1 @@ +{"version": 1, "size": {"x": 32, "y": 32}, "license": "CC-BY-SA-3.0", "copyright": "https://github.com/discordia-space/CEV-Eris/raw/b099b76491a850ab376aa4d574d5103900f72f2d/icons/inventory/feet/mob.dmi", "states": [{"name": "equipped-FEET", "directions": 4}, {"name": "icon", "directions": 1, "delays": [[1.0]]}, {"name": "inhand-left", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}, {"name": "inhand-right", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}]} \ No newline at end of file diff --git a/Resources/Textures/Clothing/Shoes/slippers.rsi/equipped-FEET.png b/Resources/Textures/Clothing/Shoes/slippers.rsi/equipped-FEET.png new file mode 100644 index 0000000000..c33e45ad20 Binary files /dev/null and b/Resources/Textures/Clothing/Shoes/slippers.rsi/equipped-FEET.png differ diff --git a/Resources/Textures/Clothing/Shoes/slippers.rsi/icon.png b/Resources/Textures/Clothing/Shoes/slippers.rsi/icon.png new file mode 100644 index 0000000000..1aff698168 Binary files /dev/null and b/Resources/Textures/Clothing/Shoes/slippers.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/Shoes/slippers.rsi/inhand-left.png b/Resources/Textures/Clothing/Shoes/slippers.rsi/inhand-left.png new file mode 100644 index 0000000000..bee6c2937e Binary files /dev/null and b/Resources/Textures/Clothing/Shoes/slippers.rsi/inhand-left.png differ diff --git a/Resources/Textures/Clothing/Shoes/slippers.rsi/inhand-right.png b/Resources/Textures/Clothing/Shoes/slippers.rsi/inhand-right.png new file mode 100644 index 0000000000..01456120b2 Binary files /dev/null and b/Resources/Textures/Clothing/Shoes/slippers.rsi/inhand-right.png differ diff --git a/Resources/Textures/Clothing/Shoes/slippers.rsi/meta.json b/Resources/Textures/Clothing/Shoes/slippers.rsi/meta.json new file mode 100644 index 0000000000..09294c69f3 --- /dev/null +++ b/Resources/Textures/Clothing/Shoes/slippers.rsi/meta.json @@ -0,0 +1 @@ +{"version": 1, "size": {"x": 32, "y": 32}, "license": "CC-BY-SA-3.0", "copyright": "https://github.com/discordia-space/CEV-Eris/raw/b099b76491a850ab376aa4d574d5103900f72f2d/icons/inventory/feet/mob.dmi", "states": [{"name": "equipped-FEET", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}, {"name": "icon", "directions": 1, "delays": [[1.0]]}, {"name": "inhand-left", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}, {"name": "inhand-right", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}]} \ No newline at end of file diff --git a/Resources/Textures/Clothing/Shoes/slippers_worn.rsi/equipped-FEET.png b/Resources/Textures/Clothing/Shoes/slippers_worn.rsi/equipped-FEET.png new file mode 100644 index 0000000000..45d29f75f3 Binary files /dev/null and b/Resources/Textures/Clothing/Shoes/slippers_worn.rsi/equipped-FEET.png differ diff --git a/Resources/Textures/Clothing/Shoes/slippers_worn.rsi/icon.png b/Resources/Textures/Clothing/Shoes/slippers_worn.rsi/icon.png new file mode 100644 index 0000000000..d182348f98 Binary files /dev/null and b/Resources/Textures/Clothing/Shoes/slippers_worn.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/Shoes/slippers_worn.rsi/inhand-left.png b/Resources/Textures/Clothing/Shoes/slippers_worn.rsi/inhand-left.png new file mode 100644 index 0000000000..29419c9edd Binary files /dev/null and b/Resources/Textures/Clothing/Shoes/slippers_worn.rsi/inhand-left.png differ diff --git a/Resources/Textures/Clothing/Shoes/slippers_worn.rsi/inhand-right.png b/Resources/Textures/Clothing/Shoes/slippers_worn.rsi/inhand-right.png new file mode 100644 index 0000000000..df115ff460 Binary files /dev/null and b/Resources/Textures/Clothing/Shoes/slippers_worn.rsi/inhand-right.png differ diff --git a/Resources/Textures/Clothing/Shoes/slippers_worn.rsi/meta.json b/Resources/Textures/Clothing/Shoes/slippers_worn.rsi/meta.json new file mode 100644 index 0000000000..21a93ec435 --- /dev/null +++ b/Resources/Textures/Clothing/Shoes/slippers_worn.rsi/meta.json @@ -0,0 +1 @@ +{"version": 1, "size": {"x": 32, "y": 32}, "license": "CC-BY-SA-3.0", "copyright": "https://github.com/discordia-space/CEV-Eris/raw/b099b76491a850ab376aa4d574d5103900f72f2d/icons/inventory/feet/mob.dmi", "states": [{"name": "equipped-FEET", "directions": 4}, {"name": "icon", "directions": 1, "delays": [[1.0]]}, {"name": "inhand-left", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}, {"name": "inhand-right", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}]} \ No newline at end of file diff --git a/Resources/Textures/Clothing/Shoes/springjacks.rsi/equipped-FEET.png b/Resources/Textures/Clothing/Shoes/springjacks.rsi/equipped-FEET.png new file mode 100644 index 0000000000..50f409be5d Binary files /dev/null and b/Resources/Textures/Clothing/Shoes/springjacks.rsi/equipped-FEET.png differ diff --git a/Resources/Textures/Clothing/Shoes/springjacks.rsi/icon.png b/Resources/Textures/Clothing/Shoes/springjacks.rsi/icon.png new file mode 100644 index 0000000000..8d164cc1fc Binary files /dev/null and b/Resources/Textures/Clothing/Shoes/springjacks.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/Shoes/springjacks.rsi/inhand-left.png b/Resources/Textures/Clothing/Shoes/springjacks.rsi/inhand-left.png new file mode 100644 index 0000000000..710fa81c5d Binary files /dev/null and b/Resources/Textures/Clothing/Shoes/springjacks.rsi/inhand-left.png differ diff --git a/Resources/Textures/Clothing/Shoes/springjacks.rsi/inhand-right.png b/Resources/Textures/Clothing/Shoes/springjacks.rsi/inhand-right.png new file mode 100644 index 0000000000..65137aa8e6 Binary files /dev/null and b/Resources/Textures/Clothing/Shoes/springjacks.rsi/inhand-right.png differ diff --git a/Resources/Textures/Clothing/Shoes/springjacks.rsi/meta.json b/Resources/Textures/Clothing/Shoes/springjacks.rsi/meta.json new file mode 100644 index 0000000000..21a93ec435 --- /dev/null +++ b/Resources/Textures/Clothing/Shoes/springjacks.rsi/meta.json @@ -0,0 +1 @@ +{"version": 1, "size": {"x": 32, "y": 32}, "license": "CC-BY-SA-3.0", "copyright": "https://github.com/discordia-space/CEV-Eris/raw/b099b76491a850ab376aa4d574d5103900f72f2d/icons/inventory/feet/mob.dmi", "states": [{"name": "equipped-FEET", "directions": 4}, {"name": "icon", "directions": 1, "delays": [[1.0]]}, {"name": "inhand-left", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}, {"name": "inhand-right", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}]} \ No newline at end of file diff --git a/Resources/Textures/Clothing/Shoes/stealth_rig.rsi/equipped-FEET.png b/Resources/Textures/Clothing/Shoes/stealth_rig.rsi/equipped-FEET.png new file mode 100644 index 0000000000..db6185095d Binary files /dev/null and b/Resources/Textures/Clothing/Shoes/stealth_rig.rsi/equipped-FEET.png differ diff --git a/Resources/Textures/Clothing/Shoes/stealth_rig.rsi/icon.png b/Resources/Textures/Clothing/Shoes/stealth_rig.rsi/icon.png new file mode 100644 index 0000000000..f35730ed5f Binary files /dev/null and b/Resources/Textures/Clothing/Shoes/stealth_rig.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/Shoes/stealth_rig.rsi/inhand-left.png b/Resources/Textures/Clothing/Shoes/stealth_rig.rsi/inhand-left.png new file mode 100644 index 0000000000..d6e29de6dd Binary files /dev/null and b/Resources/Textures/Clothing/Shoes/stealth_rig.rsi/inhand-left.png differ diff --git a/Resources/Textures/Clothing/Shoes/stealth_rig.rsi/inhand-right.png b/Resources/Textures/Clothing/Shoes/stealth_rig.rsi/inhand-right.png new file mode 100644 index 0000000000..636d72748e Binary files /dev/null and b/Resources/Textures/Clothing/Shoes/stealth_rig.rsi/inhand-right.png differ diff --git a/Resources/Textures/Clothing/Shoes/stealth_rig.rsi/meta.json b/Resources/Textures/Clothing/Shoes/stealth_rig.rsi/meta.json new file mode 100644 index 0000000000..09294c69f3 --- /dev/null +++ b/Resources/Textures/Clothing/Shoes/stealth_rig.rsi/meta.json @@ -0,0 +1 @@ +{"version": 1, "size": {"x": 32, "y": 32}, "license": "CC-BY-SA-3.0", "copyright": "https://github.com/discordia-space/CEV-Eris/raw/b099b76491a850ab376aa4d574d5103900f72f2d/icons/inventory/feet/mob.dmi", "states": [{"name": "equipped-FEET", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}, {"name": "icon", "directions": 1, "delays": [[1.0]]}, {"name": "inhand-left", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}, {"name": "inhand-right", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}]} \ No newline at end of file diff --git a/Resources/Textures/Clothing/Shoes/stealth_rig_sealed.rsi/equipped-FEET.png b/Resources/Textures/Clothing/Shoes/stealth_rig_sealed.rsi/equipped-FEET.png new file mode 100644 index 0000000000..6d160d6e87 Binary files /dev/null and b/Resources/Textures/Clothing/Shoes/stealth_rig_sealed.rsi/equipped-FEET.png differ diff --git a/Resources/Textures/Clothing/Shoes/stealth_rig_sealed.rsi/icon.png b/Resources/Textures/Clothing/Shoes/stealth_rig_sealed.rsi/icon.png new file mode 100644 index 0000000000..b8f4713525 Binary files /dev/null and b/Resources/Textures/Clothing/Shoes/stealth_rig_sealed.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/Shoes/stealth_rig_sealed.rsi/inhand-left.png b/Resources/Textures/Clothing/Shoes/stealth_rig_sealed.rsi/inhand-left.png new file mode 100644 index 0000000000..83b50503f4 Binary files /dev/null and b/Resources/Textures/Clothing/Shoes/stealth_rig_sealed.rsi/inhand-left.png differ diff --git a/Resources/Textures/Clothing/Shoes/stealth_rig_sealed.rsi/inhand-right.png b/Resources/Textures/Clothing/Shoes/stealth_rig_sealed.rsi/inhand-right.png new file mode 100644 index 0000000000..0689d2b7e1 Binary files /dev/null and b/Resources/Textures/Clothing/Shoes/stealth_rig_sealed.rsi/inhand-right.png differ diff --git a/Resources/Textures/Clothing/Shoes/stealth_rig_sealed.rsi/meta.json b/Resources/Textures/Clothing/Shoes/stealth_rig_sealed.rsi/meta.json new file mode 100644 index 0000000000..21a93ec435 --- /dev/null +++ b/Resources/Textures/Clothing/Shoes/stealth_rig_sealed.rsi/meta.json @@ -0,0 +1 @@ +{"version": 1, "size": {"x": 32, "y": 32}, "license": "CC-BY-SA-3.0", "copyright": "https://github.com/discordia-space/CEV-Eris/raw/b099b76491a850ab376aa4d574d5103900f72f2d/icons/inventory/feet/mob.dmi", "states": [{"name": "equipped-FEET", "directions": 4}, {"name": "icon", "directions": 1, "delays": [[1.0]]}, {"name": "inhand-left", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}, {"name": "inhand-right", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}]} \ No newline at end of file diff --git a/Resources/Textures/Clothing/Shoes/swat.rsi/equipped-FEET.png b/Resources/Textures/Clothing/Shoes/swat.rsi/equipped-FEET.png new file mode 100644 index 0000000000..e51ec2f86a Binary files /dev/null and b/Resources/Textures/Clothing/Shoes/swat.rsi/equipped-FEET.png differ diff --git a/Resources/Textures/Clothing/Shoes/swat.rsi/icon.png b/Resources/Textures/Clothing/Shoes/swat.rsi/icon.png new file mode 100644 index 0000000000..f3fa77989f Binary files /dev/null and b/Resources/Textures/Clothing/Shoes/swat.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/Shoes/swat.rsi/inhand-left.png b/Resources/Textures/Clothing/Shoes/swat.rsi/inhand-left.png new file mode 100644 index 0000000000..31538aabaf Binary files /dev/null and b/Resources/Textures/Clothing/Shoes/swat.rsi/inhand-left.png differ diff --git a/Resources/Textures/Clothing/Shoes/swat.rsi/inhand-right.png b/Resources/Textures/Clothing/Shoes/swat.rsi/inhand-right.png new file mode 100644 index 0000000000..795844cdb8 Binary files /dev/null and b/Resources/Textures/Clothing/Shoes/swat.rsi/inhand-right.png differ diff --git a/Resources/Textures/Clothing/Shoes/swat.rsi/meta.json b/Resources/Textures/Clothing/Shoes/swat.rsi/meta.json new file mode 100644 index 0000000000..21a93ec435 --- /dev/null +++ b/Resources/Textures/Clothing/Shoes/swat.rsi/meta.json @@ -0,0 +1 @@ +{"version": 1, "size": {"x": 32, "y": 32}, "license": "CC-BY-SA-3.0", "copyright": "https://github.com/discordia-space/CEV-Eris/raw/b099b76491a850ab376aa4d574d5103900f72f2d/icons/inventory/feet/mob.dmi", "states": [{"name": "equipped-FEET", "directions": 4}, {"name": "icon", "directions": 1, "delays": [[1.0]]}, {"name": "inhand-left", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}, {"name": "inhand-right", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}]} \ No newline at end of file diff --git a/Resources/Textures/Clothing/Shoes/tourist.rsi/equipped-FEET.png b/Resources/Textures/Clothing/Shoes/tourist.rsi/equipped-FEET.png new file mode 100644 index 0000000000..7f2f880a73 Binary files /dev/null and b/Resources/Textures/Clothing/Shoes/tourist.rsi/equipped-FEET.png differ diff --git a/Resources/Textures/Clothing/Shoes/tourist.rsi/icon.png b/Resources/Textures/Clothing/Shoes/tourist.rsi/icon.png new file mode 100644 index 0000000000..5ef665561e Binary files /dev/null and b/Resources/Textures/Clothing/Shoes/tourist.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/Shoes/tourist.rsi/inhand-left.png b/Resources/Textures/Clothing/Shoes/tourist.rsi/inhand-left.png new file mode 100644 index 0000000000..b0ca19aebf Binary files /dev/null and b/Resources/Textures/Clothing/Shoes/tourist.rsi/inhand-left.png differ diff --git a/Resources/Textures/Clothing/Shoes/tourist.rsi/inhand-right.png b/Resources/Textures/Clothing/Shoes/tourist.rsi/inhand-right.png new file mode 100644 index 0000000000..16fa6a8d25 Binary files /dev/null and b/Resources/Textures/Clothing/Shoes/tourist.rsi/inhand-right.png differ diff --git a/Resources/Textures/Clothing/Shoes/tourist.rsi/meta.json b/Resources/Textures/Clothing/Shoes/tourist.rsi/meta.json new file mode 100644 index 0000000000..21a93ec435 --- /dev/null +++ b/Resources/Textures/Clothing/Shoes/tourist.rsi/meta.json @@ -0,0 +1 @@ +{"version": 1, "size": {"x": 32, "y": 32}, "license": "CC-BY-SA-3.0", "copyright": "https://github.com/discordia-space/CEV-Eris/raw/b099b76491a850ab376aa4d574d5103900f72f2d/icons/inventory/feet/mob.dmi", "states": [{"name": "equipped-FEET", "directions": 4}, {"name": "icon", "directions": 1, "delays": [[1.0]]}, {"name": "inhand-left", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}, {"name": "inhand-right", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}]} \ No newline at end of file diff --git a/Resources/Textures/Clothing/Shoes/white.rsi/equipped-FEET.png b/Resources/Textures/Clothing/Shoes/white.rsi/equipped-FEET.png new file mode 100644 index 0000000000..db8ec2d0bb Binary files /dev/null and b/Resources/Textures/Clothing/Shoes/white.rsi/equipped-FEET.png differ diff --git a/Resources/Textures/Clothing/Shoes/white.rsi/icon.png b/Resources/Textures/Clothing/Shoes/white.rsi/icon.png new file mode 100644 index 0000000000..ac14852457 Binary files /dev/null and b/Resources/Textures/Clothing/Shoes/white.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/Shoes/white.rsi/inhand-left.png b/Resources/Textures/Clothing/Shoes/white.rsi/inhand-left.png new file mode 100644 index 0000000000..96d495a7de Binary files /dev/null and b/Resources/Textures/Clothing/Shoes/white.rsi/inhand-left.png differ diff --git a/Resources/Textures/Clothing/Shoes/white.rsi/inhand-right.png b/Resources/Textures/Clothing/Shoes/white.rsi/inhand-right.png new file mode 100644 index 0000000000..ac47f894bb Binary files /dev/null and b/Resources/Textures/Clothing/Shoes/white.rsi/inhand-right.png differ diff --git a/Resources/Textures/Clothing/Shoes/white.rsi/meta.json b/Resources/Textures/Clothing/Shoes/white.rsi/meta.json new file mode 100644 index 0000000000..21a93ec435 --- /dev/null +++ b/Resources/Textures/Clothing/Shoes/white.rsi/meta.json @@ -0,0 +1 @@ +{"version": 1, "size": {"x": 32, "y": 32}, "license": "CC-BY-SA-3.0", "copyright": "https://github.com/discordia-space/CEV-Eris/raw/b099b76491a850ab376aa4d574d5103900f72f2d/icons/inventory/feet/mob.dmi", "states": [{"name": "equipped-FEET", "directions": 4}, {"name": "icon", "directions": 1, "delays": [[1.0]]}, {"name": "inhand-left", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}, {"name": "inhand-right", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}]} \ No newline at end of file diff --git a/Resources/Textures/Clothing/Shoes/wizard.rsi/equipped-FEET.png b/Resources/Textures/Clothing/Shoes/wizard.rsi/equipped-FEET.png new file mode 100644 index 0000000000..4e2048b0cd Binary files /dev/null and b/Resources/Textures/Clothing/Shoes/wizard.rsi/equipped-FEET.png differ diff --git a/Resources/Textures/Clothing/Shoes/wizard.rsi/icon.png b/Resources/Textures/Clothing/Shoes/wizard.rsi/icon.png new file mode 100644 index 0000000000..e38aaf5ca4 Binary files /dev/null and b/Resources/Textures/Clothing/Shoes/wizard.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/Shoes/wizard.rsi/inhand-left.png b/Resources/Textures/Clothing/Shoes/wizard.rsi/inhand-left.png new file mode 100644 index 0000000000..d3aa4a91ff Binary files /dev/null and b/Resources/Textures/Clothing/Shoes/wizard.rsi/inhand-left.png differ diff --git a/Resources/Textures/Clothing/Shoes/wizard.rsi/inhand-right.png b/Resources/Textures/Clothing/Shoes/wizard.rsi/inhand-right.png new file mode 100644 index 0000000000..7d8ea00700 Binary files /dev/null and b/Resources/Textures/Clothing/Shoes/wizard.rsi/inhand-right.png differ diff --git a/Resources/Textures/Clothing/Shoes/wizard.rsi/meta.json b/Resources/Textures/Clothing/Shoes/wizard.rsi/meta.json new file mode 100644 index 0000000000..21a93ec435 --- /dev/null +++ b/Resources/Textures/Clothing/Shoes/wizard.rsi/meta.json @@ -0,0 +1 @@ +{"version": 1, "size": {"x": 32, "y": 32}, "license": "CC-BY-SA-3.0", "copyright": "https://github.com/discordia-space/CEV-Eris/raw/b099b76491a850ab376aa4d574d5103900f72f2d/icons/inventory/feet/mob.dmi", "states": [{"name": "equipped-FEET", "directions": 4}, {"name": "icon", "directions": 1, "delays": [[1.0]]}, {"name": "inhand-left", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}, {"name": "inhand-right", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}]} \ No newline at end of file diff --git a/Resources/Textures/Clothing/Shoes/workboots.rsi/equipped-FEET.png b/Resources/Textures/Clothing/Shoes/workboots.rsi/equipped-FEET.png new file mode 100644 index 0000000000..5340e856fa Binary files /dev/null and b/Resources/Textures/Clothing/Shoes/workboots.rsi/equipped-FEET.png differ diff --git a/Resources/Textures/Clothing/Shoes/workboots.rsi/icon.png b/Resources/Textures/Clothing/Shoes/workboots.rsi/icon.png new file mode 100644 index 0000000000..8a28a8fd4a Binary files /dev/null and b/Resources/Textures/Clothing/Shoes/workboots.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/Shoes/workboots.rsi/inhand-left.png b/Resources/Textures/Clothing/Shoes/workboots.rsi/inhand-left.png new file mode 100644 index 0000000000..f7a74b73a5 Binary files /dev/null and b/Resources/Textures/Clothing/Shoes/workboots.rsi/inhand-left.png differ diff --git a/Resources/Textures/Clothing/Shoes/workboots.rsi/inhand-right.png b/Resources/Textures/Clothing/Shoes/workboots.rsi/inhand-right.png new file mode 100644 index 0000000000..3240c04579 Binary files /dev/null and b/Resources/Textures/Clothing/Shoes/workboots.rsi/inhand-right.png differ diff --git a/Resources/Textures/Clothing/Shoes/workboots.rsi/meta.json b/Resources/Textures/Clothing/Shoes/workboots.rsi/meta.json new file mode 100644 index 0000000000..21a93ec435 --- /dev/null +++ b/Resources/Textures/Clothing/Shoes/workboots.rsi/meta.json @@ -0,0 +1 @@ +{"version": 1, "size": {"x": 32, "y": 32}, "license": "CC-BY-SA-3.0", "copyright": "https://github.com/discordia-space/CEV-Eris/raw/b099b76491a850ab376aa4d574d5103900f72f2d/icons/inventory/feet/mob.dmi", "states": [{"name": "equipped-FEET", "directions": 4}, {"name": "icon", "directions": 1, "delays": [[1.0]]}, {"name": "inhand-left", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}, {"name": "inhand-right", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}]} \ No newline at end of file diff --git a/Resources/Textures/Clothing/Shoes/yellow.rsi/equipped-FEET.png b/Resources/Textures/Clothing/Shoes/yellow.rsi/equipped-FEET.png new file mode 100644 index 0000000000..083a41ec47 Binary files /dev/null and b/Resources/Textures/Clothing/Shoes/yellow.rsi/equipped-FEET.png differ diff --git a/Resources/Textures/Clothing/Shoes/yellow.rsi/icon.png b/Resources/Textures/Clothing/Shoes/yellow.rsi/icon.png new file mode 100644 index 0000000000..2398b7f04a Binary files /dev/null and b/Resources/Textures/Clothing/Shoes/yellow.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/Shoes/yellow.rsi/inhand-left.png b/Resources/Textures/Clothing/Shoes/yellow.rsi/inhand-left.png new file mode 100644 index 0000000000..082235b69c Binary files /dev/null and b/Resources/Textures/Clothing/Shoes/yellow.rsi/inhand-left.png differ diff --git a/Resources/Textures/Clothing/Shoes/yellow.rsi/inhand-right.png b/Resources/Textures/Clothing/Shoes/yellow.rsi/inhand-right.png new file mode 100644 index 0000000000..f95c661939 Binary files /dev/null and b/Resources/Textures/Clothing/Shoes/yellow.rsi/inhand-right.png differ diff --git a/Resources/Textures/Clothing/Shoes/yellow.rsi/meta.json b/Resources/Textures/Clothing/Shoes/yellow.rsi/meta.json new file mode 100644 index 0000000000..21a93ec435 --- /dev/null +++ b/Resources/Textures/Clothing/Shoes/yellow.rsi/meta.json @@ -0,0 +1 @@ +{"version": 1, "size": {"x": 32, "y": 32}, "license": "CC-BY-SA-3.0", "copyright": "https://github.com/discordia-space/CEV-Eris/raw/b099b76491a850ab376aa4d574d5103900f72f2d/icons/inventory/feet/mob.dmi", "states": [{"name": "equipped-FEET", "directions": 4}, {"name": "icon", "directions": 1, "delays": [[1.0]]}, {"name": "inhand-left", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}, {"name": "inhand-right", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}]} \ No newline at end of file diff --git a/Resources/Textures/Clothing/shoes_black.rsi/black.png b/Resources/Textures/Clothing/shoes_black.rsi/black.png deleted file mode 100644 index 3fde5f2935..0000000000 Binary files a/Resources/Textures/Clothing/shoes_black.rsi/black.png and /dev/null differ diff --git a/Resources/Textures/Clothing/shoes_black.rsi/equipped-FEET.png b/Resources/Textures/Clothing/shoes_black.rsi/equipped-FEET.png deleted file mode 100644 index 07a3b0a47d..0000000000 Binary files a/Resources/Textures/Clothing/shoes_black.rsi/equipped-FEET.png and /dev/null differ diff --git a/Resources/Textures/Clothing/shoes_black.rsi/meta.json b/Resources/Textures/Clothing/shoes_black.rsi/meta.json deleted file mode 100644 index 78af7791af..0000000000 --- a/Resources/Textures/Clothing/shoes_black.rsi/meta.json +++ /dev/null @@ -1 +0,0 @@ -{"version": 1, "size": {"x": 32, "y": 32}, "license": "CC-BY-SA-3.0", "copyright": "Taken from https://github.com/discordia-space/CEV-Eris at commit 9a3a3a180344460263e8df7ea2565128e07b86b5", "states": [{"name": "black", "directions": 1, "delays": [[1.0]]}, {"name": "equipped-FEET", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}]} diff --git a/Resources/Textures/Clothing/shoes_brown.rsi/brown.png b/Resources/Textures/Clothing/shoes_brown.rsi/brown.png deleted file mode 100644 index 13c6a7cdaf..0000000000 Binary files a/Resources/Textures/Clothing/shoes_brown.rsi/brown.png and /dev/null differ diff --git a/Resources/Textures/Clothing/shoes_brown.rsi/equipped-FEET.png b/Resources/Textures/Clothing/shoes_brown.rsi/equipped-FEET.png deleted file mode 100644 index 36572038de..0000000000 Binary files a/Resources/Textures/Clothing/shoes_brown.rsi/equipped-FEET.png and /dev/null differ diff --git a/Resources/Textures/Clothing/shoes_brown.rsi/meta.json b/Resources/Textures/Clothing/shoes_brown.rsi/meta.json deleted file mode 100644 index d58bf644cd..0000000000 --- a/Resources/Textures/Clothing/shoes_brown.rsi/meta.json +++ /dev/null @@ -1 +0,0 @@ -{"version": 1, "size": {"x": 32, "y": 32}, "license": "CC-BY-SA-3.0", "copyright": "Taken from https://github.com/vgstation-coders/vgstation13/blob/Bleeding-Edge/icons/mob/feet.dmi", "states": [{"name": "brown", "directions": 1, "delays": [[1.0]]}, {"name": "equipped-FEET", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}]} diff --git a/Resources/Textures/Clothing/shoes_clown.rsi/equipped-FEET.png b/Resources/Textures/Clothing/shoes_clown.rsi/equipped-FEET.png deleted file mode 100644 index 0389b222f2..0000000000 Binary files a/Resources/Textures/Clothing/shoes_clown.rsi/equipped-FEET.png and /dev/null differ diff --git a/Resources/Textures/Clothing/shoes_clown.rsi/icon.png b/Resources/Textures/Clothing/shoes_clown.rsi/icon.png deleted file mode 100644 index fb983e0b2c..0000000000 Binary files a/Resources/Textures/Clothing/shoes_clown.rsi/icon.png and /dev/null differ diff --git a/Resources/Textures/Clothing/shoes_clown.rsi/inhand-left.png b/Resources/Textures/Clothing/shoes_clown.rsi/inhand-left.png deleted file mode 100644 index c94e0b7a61..0000000000 Binary files a/Resources/Textures/Clothing/shoes_clown.rsi/inhand-left.png and /dev/null differ diff --git a/Resources/Textures/Clothing/shoes_clown.rsi/inhand-right.png b/Resources/Textures/Clothing/shoes_clown.rsi/inhand-right.png deleted file mode 100644 index 215c8fc987..0000000000 Binary files a/Resources/Textures/Clothing/shoes_clown.rsi/inhand-right.png and /dev/null differ diff --git a/Resources/Textures/Clothing/shoes_clown.rsi/meta.json b/Resources/Textures/Clothing/shoes_clown.rsi/meta.json deleted file mode 100644 index 538c5326d1..0000000000 --- a/Resources/Textures/Clothing/shoes_clown.rsi/meta.json +++ /dev/null @@ -1 +0,0 @@ -{"version": 1, "size": {"x": 32, "y": 32}, "license": "CC-BY-SA-3.0", "copyright": "Taken from https://github.com/vgstation-coders/vgstation13 at commit 125c975f1b3bf9826b37029e9ab5a5f89e975a7e", "states": [{"name": "equipped-FEET", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}, {"name": "icon", "directions": 1, "delays": [[1.0]]}, {"name": "inhand-left", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}, {"name": "inhand-right", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}]} \ No newline at end of file diff --git a/Resources/Textures/Clothing/shoes_jackboots.rsi/equipped-FEET.png b/Resources/Textures/Clothing/shoes_jackboots.rsi/equipped-FEET.png deleted file mode 100644 index a8fc9e7302..0000000000 Binary files a/Resources/Textures/Clothing/shoes_jackboots.rsi/equipped-FEET.png and /dev/null differ diff --git a/Resources/Textures/Clothing/shoes_jackboots.rsi/icon.png b/Resources/Textures/Clothing/shoes_jackboots.rsi/icon.png deleted file mode 100644 index 190b813cc3..0000000000 Binary files a/Resources/Textures/Clothing/shoes_jackboots.rsi/icon.png and /dev/null differ diff --git a/Resources/Textures/Clothing/shoes_jackboots.rsi/inhand-left.png b/Resources/Textures/Clothing/shoes_jackboots.rsi/inhand-left.png deleted file mode 100644 index 03bdacf9fb..0000000000 Binary files a/Resources/Textures/Clothing/shoes_jackboots.rsi/inhand-left.png and /dev/null differ diff --git a/Resources/Textures/Clothing/shoes_jackboots.rsi/inhand-right.png b/Resources/Textures/Clothing/shoes_jackboots.rsi/inhand-right.png deleted file mode 100644 index f00d861ca5..0000000000 Binary files a/Resources/Textures/Clothing/shoes_jackboots.rsi/inhand-right.png and /dev/null differ diff --git a/Resources/Textures/Clothing/shoes_jackboots.rsi/meta.json b/Resources/Textures/Clothing/shoes_jackboots.rsi/meta.json deleted file mode 100644 index 538c5326d1..0000000000 --- a/Resources/Textures/Clothing/shoes_jackboots.rsi/meta.json +++ /dev/null @@ -1 +0,0 @@ -{"version": 1, "size": {"x": 32, "y": 32}, "license": "CC-BY-SA-3.0", "copyright": "Taken from https://github.com/vgstation-coders/vgstation13 at commit 125c975f1b3bf9826b37029e9ab5a5f89e975a7e", "states": [{"name": "equipped-FEET", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}, {"name": "icon", "directions": 1, "delays": [[1.0]]}, {"name": "inhand-left", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}, {"name": "inhand-right", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}]} \ No newline at end of file diff --git a/Resources/Textures/Clothing/shoes_white.rsi/equipped-FEET.png b/Resources/Textures/Clothing/shoes_white.rsi/equipped-FEET.png deleted file mode 100644 index 7933bd55a4..0000000000 Binary files a/Resources/Textures/Clothing/shoes_white.rsi/equipped-FEET.png and /dev/null differ diff --git a/Resources/Textures/Clothing/shoes_white.rsi/meta.json b/Resources/Textures/Clothing/shoes_white.rsi/meta.json deleted file mode 100644 index 4edc53f5af..0000000000 --- a/Resources/Textures/Clothing/shoes_white.rsi/meta.json +++ /dev/null @@ -1 +0,0 @@ -{"version": 1, "size": {"x": 32, "y": 32}, "license": "CC-BY-SA-3.0", "copyright": "Taken from https://github.com/discordia-space/CEV-Eris at commit 9a3a3a180344460263e8df7ea2565128e07b86b5", "states": [{"name": "equipped-FEET", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}, {"name": "white", "directions": 1, "delays": [[1.0]]}]} \ No newline at end of file diff --git a/Resources/Textures/Clothing/shoes_white.rsi/white.png b/Resources/Textures/Clothing/shoes_white.rsi/white.png deleted file mode 100644 index 0be1296f03..0000000000 Binary files a/Resources/Textures/Clothing/shoes_white.rsi/white.png and /dev/null differ