diff --git a/Content.Server/GameObjects/Components/Items/Storage/Fill/ToolLockerFillComponent.cs b/Content.Server/GameObjects/Components/Items/Storage/Fill/ToolLockerFillComponent.cs index 628b4a9f8d..e5bba8a5d0 100644 --- a/Content.Server/GameObjects/Components/Items/Storage/Fill/ToolLockerFillComponent.cs +++ b/Content.Server/GameObjects/Components/Items/Storage/Fill/ToolLockerFillComponent.cs @@ -30,7 +30,7 @@ namespace Content.Server.GameObjects.Components.Items.Storage.Fill if (random.Prob(0.4f)) { - Spawn("HazardVestClothing"); + Spawn("OuterclothingHazard"); } if (random.Prob(0.7f)) diff --git a/Resources/Maps/stationstation.yml b/Resources/Maps/stationstation.yml index 1df9ef9bc7..1b22128f3a 100644 --- a/Resources/Maps/stationstation.yml +++ b/Resources/Maps/stationstation.yml @@ -194,7 +194,7 @@ entities: - !type:PhysShapeAabb bounds: -0.15,-0.3,0.2,0.3 type: Collidable -- type: SecurityVestClothing +- type: OuterclothingVest uid: 8 components: - grid: 0 @@ -1710,7 +1710,7 @@ entities: pos: -3.5,-8.5 rot: -1.5707963267949 rad type: Transform -- type: SecurityVestClothing +- type: OuterclothingVest uid: 145 components: - grid: 0 @@ -3024,7 +3024,7 @@ entities: mask: 5 bounds: -0.25,-0.25,0.25,0.25 type: Collidable -- type: HazardVestClothing +- type: OuterclothingVest uid: 260 components: - grid: 0 diff --git a/Resources/Prototypes/Entities/items/clothing/OuterClothing.yml b/Resources/Prototypes/Entities/items/clothing/OuterClothing.yml new file mode 100644 index 0000000000..9df0e538ef --- /dev/null +++ b/Resources/Prototypes/Entities/items/clothing/OuterClothing.yml @@ -0,0 +1,1845 @@ +- type: entity + parent: Clothing + id: OuterclothingBase + abstract: true + components: + - type: Clothing + Slots: + - outerclothing + - type: Sprite + state: icon + - type: Icon + state: icon + +- type: entity + parent: OuterclothingBase + id: OuterclothingAcolyte + name: Acolyte + description: '' + components: + - type: Sprite + sprite: Clothing/OuterClothing/acolyte.rsi + - type: Icon + sprite: Clothing/OuterClothing/acolyte.rsi + - type: Clothing + sprite: Clothing/OuterClothing/acolyte.rsi + +- type: entity + parent: OuterclothingBase + id: OuterclothingAnomalysuit + name: Anomaly suit + description: '' + components: + - type: Sprite + sprite: Clothing/OuterClothing/anomaly_suit.rsi + - type: Icon + sprite: Clothing/OuterClothing/anomaly_suit.rsi + - type: Clothing + sprite: Clothing/OuterClothing/anomaly_suit.rsi + +- type: entity + parent: OuterclothingBase + id: OuterclothingApron + name: Apron + description: '' + components: + - type: Sprite + sprite: Clothing/OuterClothing/apron.rsi + - type: Icon + sprite: Clothing/OuterClothing/apron.rsi + - type: Clothing + sprite: Clothing/OuterClothing/apron.rsi + +- type: entity + parent: OuterclothingBase + id: OuterclothingApronchef + name: Apron (chef) + description: '' + components: + - type: Sprite + sprite: Clothing/OuterClothing/apronchef.rsi + - type: Icon + sprite: Clothing/OuterClothing/apronchef.rsi + - type: Clothing + sprite: Clothing/OuterClothing/apronchef.rsi + +- type: entity + parent: OuterclothingBase + id: OuterclothingArmor + name: Armor + description: '' + components: + - type: Sprite + sprite: Clothing/OuterClothing/armor.rsi + - type: Icon + sprite: Clothing/OuterClothing/armor.rsi + - type: Clothing + sprite: Clothing/OuterClothing/armor.rsi + +- type: entity + parent: OuterclothingBase + id: OuterclothingArmorsec + name: Security armor + description: '' + components: + - type: Sprite + sprite: Clothing/OuterClothing/armorsec.rsi + - type: Icon + sprite: Clothing/OuterClothing/armorsec.rsi + - type: Clothing + sprite: Clothing/OuterClothing/armorsec.rsi + +- type: entity + parent: OuterclothingBase + id: OuterclothingArmorreflec + name: Armor (reflective) + description: '' + components: + - type: Sprite + sprite: Clothing/OuterClothing/armor_reflec.rsi + - type: Icon + sprite: Clothing/OuterClothing/armor_reflec.rsi + - type: Clothing + sprite: Clothing/OuterClothing/armor_reflec.rsi + +- type: entity + parent: OuterclothingBase + id: OuterclothingAssjacket + name: Ass jacket + description: '' + components: + - type: Sprite + sprite: Clothing/OuterClothing/ass_jacket.rsi + - type: Icon + sprite: Clothing/OuterClothing/ass_jacket.rsi + - type: Clothing + sprite: Clothing/OuterClothing/ass_jacket.rsi + +- type: entity + parent: OuterclothingBase + id: OuterclothingBedsheet + name: Bedsheet + description: '' + components: + - type: Sprite + sprite: Clothing/OuterClothing/bedsheet.rsi + - type: Icon + sprite: Clothing/OuterClothing/bedsheet.rsi + - type: Clothing + sprite: Clothing/OuterClothing/bedsheet.rsi + +- type: entity + parent: OuterclothingBase + id: OuterclothingBio + name: Bio + description: '' + components: + - type: Sprite + sprite: Clothing/OuterClothing/bio.rsi + - type: Icon + sprite: Clothing/OuterClothing/bio.rsi + - type: Clothing + sprite: Clothing/OuterClothing/bio.rsi + +- type: entity + parent: OuterclothingBase + id: OuterclothingBiocmo + name: Bio (CMO) + description: '' + components: + - type: Sprite + sprite: Clothing/OuterClothing/bio_cmo.rsi + - type: Icon + sprite: Clothing/OuterClothing/bio_cmo.rsi + - type: Clothing + sprite: Clothing/OuterClothing/bio_cmo.rsi + +- type: entity + parent: OuterclothingBase + id: OuterclothingBiogeneral + name: Bio (General) + description: '' + components: + - type: Sprite + sprite: Clothing/OuterClothing/bio_general.rsi + - type: Icon + sprite: Clothing/OuterClothing/bio_general.rsi + - type: Clothing + sprite: Clothing/OuterClothing/bio_general.rsi + +- type: entity + parent: OuterclothingBase + id: OuterclothingBiojanitor + name: Bio (Janitor) + description: '' + components: + - type: Sprite + sprite: Clothing/OuterClothing/bio_janitor.rsi + - type: Icon + sprite: Clothing/OuterClothing/bio_janitor.rsi + - type: Clothing + sprite: Clothing/OuterClothing/bio_janitor.rsi + +- type: entity + parent: OuterclothingBase + id: OuterclothingBioscientist + name: Bio (Scientist) + description: '' + components: + - type: Sprite + sprite: Clothing/OuterClothing/bio_scientist.rsi + - type: Icon + sprite: Clothing/OuterClothing/bio_scientist.rsi + - type: Clothing + sprite: Clothing/OuterClothing/bio_scientist.rsi + +- type: entity + parent: OuterclothingBase + id: OuterclothingBiosecurity + name: Bio (Security) + description: '' + components: + - type: Sprite + sprite: Clothing/OuterClothing/bio_security.rsi + - type: Icon + sprite: Clothing/OuterClothing/bio_security.rsi + - type: Clothing + sprite: Clothing/OuterClothing/bio_security.rsi + +- type: entity + parent: OuterclothingBase + id: OuterclothingBiovirology + name: Bio (Virology) + description: '' + components: + - type: Sprite + sprite: Clothing/OuterClothing/bio_virology.rsi + - type: Icon + sprite: Clothing/OuterClothing/bio_virology.rsi + - type: Clothing + sprite: Clothing/OuterClothing/bio_virology.rsi + +- type: entity + parent: OuterclothingBase + id: OuterclothingBlackhoodie + name: Black hoodie + description: '' + components: + - type: Sprite + sprite: Clothing/OuterClothing/black_hoodie.rsi + - type: Icon + sprite: Clothing/OuterClothing/black_hoodie.rsi + - type: Clothing + sprite: Clothing/OuterClothing/black_hoodie.rsi + +- type: entity + parent: OuterclothingBase + id: OuterclothingBlackhoodieopen + name: Black hoodie (open) + description: '' + components: + - type: Sprite + sprite: Clothing/OuterClothing/black_hoodie_open.rsi + - type: Icon + sprite: Clothing/OuterClothing/black_hoodie_open.rsi + - type: Clothing + sprite: Clothing/OuterClothing/black_hoodie_open.rsi + +- type: entity + parent: OuterclothingBase + id: OuterclothingBluetag + name: Bluetag + description: '' + components: + - type: Sprite + sprite: Clothing/OuterClothing/bluetag.rsi + - type: Icon + sprite: Clothing/OuterClothing/bluetag.rsi + - type: Clothing + sprite: Clothing/OuterClothing/bluetag.rsi + +- type: entity + parent: OuterclothingBase + id: OuterclothingBomber + name: Bomber + description: '' + components: + - type: Sprite + sprite: Clothing/OuterClothing/bomber.rsi + - type: Icon + sprite: Clothing/OuterClothing/bomber.rsi + - type: Clothing + sprite: Clothing/OuterClothing/bomber.rsi + +- type: entity + parent: OuterclothingBase + id: OuterclothingBomberopen + name: Bomber (open) + description: '' + components: + - type: Sprite + sprite: Clothing/OuterClothing/bomber_open.rsi + - type: Icon + sprite: Clothing/OuterClothing/bomber_open.rsi + - type: Clothing + sprite: Clothing/OuterClothing/bomber_open.rsi + +- type: entity + parent: OuterclothingBase + id: OuterclothingBombsuit + name: Bombsuit + description: '' + components: + - type: Sprite + sprite: Clothing/OuterClothing/bombsuit.rsi + - type: Icon + sprite: Clothing/OuterClothing/bombsuit.rsi + - type: Clothing + sprite: Clothing/OuterClothing/bombsuit.rsi + +- type: entity + parent: OuterclothingBase + id: OuterclothingBombsuitsec + name: Bombsuit (Security) + description: '' + components: + - type: Sprite + sprite: Clothing/OuterClothing/bombsuitsec.rsi + - type: Icon + sprite: Clothing/OuterClothing/bombsuitsec.rsi + - type: Clothing + sprite: Clothing/OuterClothing/bombsuitsec.rsi + +- type: entity + parent: OuterclothingBase + id: OuterclothingBombsuitwhite + name: Bombsuit + description: '' + components: + - type: Sprite + sprite: Clothing/OuterClothing/bombsuit_white.rsi + - type: Icon + sprite: Clothing/OuterClothing/bombsuit_white.rsi + - type: Clothing + sprite: Clothing/OuterClothing/bombsuit_white.rsi + +- type: entity + parent: OuterclothingBase + id: OuterclothingBotanist + name: Botanist + description: '' + components: + - type: Sprite + sprite: Clothing/OuterClothing/botanist.rsi + - type: Icon + sprite: Clothing/OuterClothing/botanist.rsi + - type: Clothing + sprite: Clothing/OuterClothing/botanist.rsi + +- type: entity + parent: OuterclothingBase + id: OuterclothingBulletproof + name: Bulletproof + description: '' + components: + - type: Sprite + sprite: Clothing/OuterClothing/bulletproof.rsi + - type: Icon + sprite: Clothing/OuterClothing/bulletproof.rsi + - type: Clothing + sprite: Clothing/OuterClothing/bulletproof.rsi + +- type: entity + parent: OuterclothingBase + id: OuterclothingCaparmor + name: Captain's armor + description: '' + components: + - type: Sprite + sprite: Clothing/OuterClothing/caparmor.rsi + - type: Icon + sprite: Clothing/OuterClothing/caparmor.rsi + - type: Clothing + sprite: Clothing/OuterClothing/caparmor.rsi + +- type: entity + parent: OuterclothingBase + id: OuterclothingCardborg + name: Cardborg + description: '' + components: + - type: Sprite + sprite: Clothing/OuterClothing/cardborg.rsi + - type: Icon + sprite: Clothing/OuterClothing/cardborg.rsi + - type: Clothing + sprite: Clothing/OuterClothing/cardborg.rsi + +- type: entity + parent: OuterclothingBase + id: OuterclothingCargojacket + name: Cargo jacket + description: '' + components: + - type: Sprite + sprite: Clothing/OuterClothing/cargo_jacket.rsi + - type: Icon + sprite: Clothing/OuterClothing/cargo_jacket.rsi + - type: Clothing + sprite: Clothing/OuterClothing/cargo_jacket.rsi + +- type: entity + parent: OuterclothingBase + id: OuterclothingCerig + name: Chief Engineer's rig + description: '' + components: + - type: Sprite + sprite: Clothing/OuterClothing/ce_rig.rsi + - type: Icon + sprite: Clothing/OuterClothing/ce_rig.rsi + - type: Clothing + sprite: Clothing/OuterClothing/ce_rig.rsi + +- type: entity + parent: OuterclothingBase + id: OuterclothingCerigsealed + name: Chief Engineer's rig (sealed) + description: '' + components: + - type: Sprite + sprite: Clothing/OuterClothing/ce_rig_sealed.rsi + - type: Icon + sprite: Clothing/OuterClothing/ce_rig_sealed.rsi + - type: Clothing + sprite: Clothing/OuterClothing/ce_rig_sealed.rsi + +- type: entity + parent: OuterclothingBase + id: OuterclothingChaplainhoodie + name: Chaplain hoodie + description: '' + components: + - type: Sprite + sprite: Clothing/OuterClothing/chaplain_hoodie.rsi + - type: Icon + sprite: Clothing/OuterClothing/chaplain_hoodie.rsi + - type: Clothing + sprite: Clothing/OuterClothing/chaplain_hoodie.rsi + +- type: entity + parent: OuterclothingBase + id: OuterclothingChef + name: Chef + description: '' + components: + - type: Sprite + sprite: Clothing/OuterClothing/chef.rsi + - type: Icon + sprite: Clothing/OuterClothing/chef.rsi + - type: Clothing + sprite: Clothing/OuterClothing/chef.rsi + +- type: entity + parent: OuterclothingBase + id: OuterclothingChickensuit + name: Chicken suit + description: '' + components: + - type: Sprite + sprite: Clothing/OuterClothing/chickensuit.rsi + - type: Icon + sprite: Clothing/OuterClothing/chickensuit.rsi + - type: Clothing + sprite: Clothing/OuterClothing/chickensuit.rsi + +- type: entity + parent: OuterclothingBase + id: OuterclothingChurchcoat + name: Church coat + description: '' + components: + - type: Sprite + sprite: Clothing/OuterClothing/church_coat.rsi + - type: Icon + sprite: Clothing/OuterClothing/church_coat.rsi + - type: Clothing + sprite: Clothing/OuterClothing/church_coat.rsi + +- type: entity + parent: OuterclothingBase + id: OuterclothingClassicponcho + name: Classic poncho + description: '' + components: + - type: Sprite + sprite: Clothing/OuterClothing/classicponcho.rsi + - type: Icon + sprite: Clothing/OuterClothing/classicponcho.rsi + - type: Clothing + sprite: Clothing/OuterClothing/classicponcho.rsi + +- type: entity + parent: OuterclothingBase + id: OuterclothingCultrobes + name: Cult robes + description: '' + components: + - type: Sprite + sprite: Clothing/OuterClothing/cultrobes.rsi + - type: Icon + sprite: Clothing/OuterClothing/cultrobes.rsi + - type: Clothing + sprite: Clothing/OuterClothing/cultrobes.rsi + +- type: entity + parent: OuterclothingBase + id: OuterclothingCultrobesalt + name: Cult robes + description: '' + components: + - type: Sprite + sprite: Clothing/OuterClothing/cultrobesalt.rsi + - type: Icon + sprite: Clothing/OuterClothing/cultrobesalt.rsi + - type: Clothing + sprite: Clothing/OuterClothing/cultrobesalt.rsi + +- type: entity + parent: OuterclothingBase + id: OuterclothingCultarmour + name: Cult armor + description: '' + components: + - type: Sprite + sprite: Clothing/OuterClothing/cult_armour.rsi + - type: Icon + sprite: Clothing/OuterClothing/cult_armour.rsi + - type: Clothing + sprite: Clothing/OuterClothing/cult_armour.rsi + +- type: entity + parent: OuterclothingBase + id: OuterclothingCustodian + name: Custodian + description: '' + components: + - type: Sprite + sprite: Clothing/OuterClothing/custodian.rsi + - type: Icon + sprite: Clothing/OuterClothing/custodian.rsi + - type: Clothing + sprite: Clothing/OuterClothing/custodian.rsi + +- type: entity + parent: OuterclothingBase + id: OuterclothingDeathsquad + name: Deathsquad + description: '' + components: + - type: Sprite + sprite: Clothing/OuterClothing/deathsquad.rsi + - type: Icon + sprite: Clothing/OuterClothing/deathsquad.rsi + - type: Clothing + sprite: Clothing/OuterClothing/deathsquad.rsi + +- type: entity + parent: OuterclothingBase + id: OuterclothingDetective + name: Detective + description: '' + components: + - type: Sprite + sprite: Clothing/OuterClothing/detective.rsi + - type: Icon + sprite: Clothing/OuterClothing/detective.rsi + - type: Clothing + sprite: Clothing/OuterClothing/detective.rsi + +- type: entity + parent: OuterclothingBase + id: OuterclothingDetvest + name: Detective's vest + description: '' + components: + - type: Sprite + sprite: Clothing/OuterClothing/detvest.rsi + - type: Icon + sprite: Clothing/OuterClothing/detvest.rsi + - type: Clothing + sprite: Clothing/OuterClothing/detvest.rsi + +- type: entity + parent: OuterclothingBase + id: OuterclothingEmergencysuit + name: Emergency suit + description: '' + components: + - type: Sprite + sprite: Clothing/OuterClothing/emergency_suit.rsi + - type: Icon + sprite: Clothing/OuterClothing/emergency_suit.rsi + - type: Clothing + sprite: Clothing/OuterClothing/emergency_suit.rsi + +- type: entity + parent: OuterclothingBase + id: OuterclothingEngineeringrig + name: Engineering rig + description: '' + components: + - type: Sprite + sprite: Clothing/OuterClothing/engineering_rig.rsi + - type: Icon + sprite: Clothing/OuterClothing/engineering_rig.rsi + - type: Clothing + sprite: Clothing/OuterClothing/engineering_rig.rsi + +- type: entity + parent: OuterclothingBase + id: OuterclothingEngineeringrigsealed + name: Engineering rig (sealed) + description: '' + components: + - type: Sprite + sprite: Clothing/OuterClothing/engineering_rig_sealed.rsi + - type: Icon + sprite: Clothing/OuterClothing/engineering_rig_sealed.rsi + - type: Clothing + sprite: Clothing/OuterClothing/engineering_rig_sealed.rsi + +- type: entity + parent: OuterclothingBase + id: OuterclothingEvarig + name: EVA rig + description: Get in the EVA + components: + - type: Sprite + sprite: Clothing/OuterClothing/eva_rig.rsi + - type: Icon + sprite: Clothing/OuterClothing/eva_rig.rsi + - type: Clothing + sprite: Clothing/OuterClothing/eva_rig.rsi + +- type: entity + parent: OuterclothingBase + id: OuterclothingEvarigsealed + name: EVA rig (sealed) + description: Get in the EVA + components: + - type: Sprite + sprite: Clothing/OuterClothing/eva_rig_sealed.rsi + - type: Icon + sprite: Clothing/OuterClothing/eva_rig_sealed.rsi + - type: Clothing + sprite: Clothing/OuterClothing/eva_rig_sealed.rsi + +- type: entity + parent: OuterclothingBase + id: OuterclothingFiresuit + name: Fire suit + description: '' + components: + - type: Sprite + sprite: Clothing/OuterClothing/firesuit.rsi + - type: Icon + sprite: Clothing/OuterClothing/firesuit.rsi + - type: Clothing + sprite: Clothing/OuterClothing/firesuit.rsi + +- type: entity + parent: OuterclothingBase + id: OuterclothingGentlecoat + name: Gentle coat + description: '' + components: + - type: Sprite + sprite: Clothing/OuterClothing/gentlecoat.rsi + - type: Icon + sprite: Clothing/OuterClothing/gentlecoat.rsi + - type: Clothing + sprite: Clothing/OuterClothing/gentlecoat.rsi + +- type: entity + parent: OuterclothingBase + id: OuterclothingGolem + name: Golem + description: '' + components: + - type: Sprite + sprite: Clothing/OuterClothing/golem.rsi + - type: Icon + sprite: Clothing/OuterClothing/golem.rsi + - type: Clothing + sprite: Clothing/OuterClothing/golem.rsi + +- type: entity + parent: OuterclothingBase + id: OuterclothingGreyhoodie + name: Grey hoodie + description: '' + components: + - type: Sprite + sprite: Clothing/OuterClothing/grey_hoodie.rsi + - type: Icon + sprite: Clothing/OuterClothing/grey_hoodie.rsi + - type: Clothing + sprite: Clothing/OuterClothing/grey_hoodie.rsi + +- type: entity + parent: OuterclothingBase + id: OuterclothingGreyhoodieopen + name: Grey hoodie (open) + description: '' + components: + - type: Sprite + sprite: Clothing/OuterClothing/grey_hoodie_open.rsi + - type: Icon + sprite: Clothing/OuterClothing/grey_hoodie_open.rsi + - type: Clothing + sprite: Clothing/OuterClothing/grey_hoodie_open.rsi + +- type: entity + parent: OuterclothingBase + id: OuterclothingHackerrig + name: Hacker rig + description: '' + components: + - type: Sprite + sprite: Clothing/OuterClothing/hacker_rig.rsi + - type: Icon + sprite: Clothing/OuterClothing/hacker_rig.rsi + - type: Clothing + sprite: Clothing/OuterClothing/hacker_rig.rsi + +- type: entity + parent: OuterclothingBase + id: OuterclothingHackerrigsealed + name: Hacker rig (sealed) + description: '' + components: + - type: Sprite + sprite: Clothing/OuterClothing/hacker_rig_sealed.rsi + - type: Icon + sprite: Clothing/OuterClothing/hacker_rig_sealed.rsi + - type: Clothing + sprite: Clothing/OuterClothing/hacker_rig_sealed.rsi + +- type: entity + parent: OuterclothingBase + id: OuterclothingHazard + name: Hazard + description: '' + components: + - type: Sprite + sprite: Clothing/OuterClothing/hazard.rsi + - type: Icon + sprite: Clothing/OuterClothing/hazard.rsi + - type: Clothing + sprite: Clothing/OuterClothing/hazard.rsi + +- type: entity + parent: OuterclothingBase + id: OuterclothingHazardrig + name: Hazard rig + description: '' + components: + - type: Sprite + sprite: Clothing/OuterClothing/hazard_rig.rsi + - type: Icon + sprite: Clothing/OuterClothing/hazard_rig.rsi + - type: Clothing + sprite: Clothing/OuterClothing/hazard_rig.rsi + +- type: entity + parent: OuterclothingBase + id: OuterclothingHazardrigsealed + name: Hazard rig (sealed) + description: '' + components: + - type: Sprite + sprite: Clothing/OuterClothing/hazard_rig_sealed.rsi + - type: Icon + sprite: Clothing/OuterClothing/hazard_rig_sealed.rsi + - type: Clothing + sprite: Clothing/OuterClothing/hazard_rig_sealed.rsi + +- type: entity + parent: OuterclothingBase + id: OuterclothingHeavy + name: Heavy + description: '' + components: + - type: Sprite + sprite: Clothing/OuterClothing/heavy.rsi + - type: Icon + sprite: Clothing/OuterClothing/heavy.rsi + - type: Clothing + sprite: Clothing/OuterClothing/heavy.rsi + +- type: entity + parent: OuterclothingBase + id: OuterclothingHmarmorvest + name: HM armor vest + description: '' + components: + - type: Sprite + sprite: Clothing/OuterClothing/hm_armorvest.rsi + - type: Icon + sprite: Clothing/OuterClothing/hm_armorvest.rsi + - type: Clothing + sprite: Clothing/OuterClothing/hm_armorvest.rsi + +- type: entity + parent: OuterclothingBase + id: OuterclothingHos + name: HoS armor vest + description: '' + components: + - type: Sprite + sprite: Clothing/OuterClothing/hos.rsi + - type: Icon + sprite: Clothing/OuterClothing/hos.rsi + - type: Clothing + sprite: Clothing/OuterClothing/hos.rsi + +- type: entity + parent: OuterclothingBase + id: OuterclothingIhsrig + name: IHS rig + description: '' + components: + - type: Sprite + sprite: Clothing/OuterClothing/ihs_rig.rsi + - type: Icon + sprite: Clothing/OuterClothing/ihs_rig.rsi + - type: Clothing + sprite: Clothing/OuterClothing/ihs_rig.rsi + +- type: entity + parent: OuterclothingBase + id: OuterclothingIhsrigsealed + name: IHS rig (sealed) + description: '' + components: + - type: Sprite + sprite: Clothing/OuterClothing/ihs_rig_sealed.rsi + - type: Icon + sprite: Clothing/OuterClothing/ihs_rig_sealed.rsi + - type: Clothing + sprite: Clothing/OuterClothing/ihs_rig_sealed.rsi + +- type: entity + parent: OuterclothingBase + id: OuterclothingIhvoidsuit + name: IH voidsuit + description: '' + components: + - type: Sprite + sprite: Clothing/OuterClothing/ihvoidsuit.rsi + - type: Icon + sprite: Clothing/OuterClothing/ihvoidsuit.rsi + - type: Clothing + sprite: Clothing/OuterClothing/ihvoidsuit.rsi + +- type: entity + parent: OuterclothingBase + id: OuterclothingInspcoat + name: Inspector coat + description: '' + components: + - type: Sprite + sprite: Clothing/OuterClothing/insp_coat.rsi + - type: Icon + sprite: Clothing/OuterClothing/insp_coat.rsi + - type: Clothing + sprite: Clothing/OuterClothing/insp_coat.rsi + +- type: entity + parent: OuterclothingBase + id: OuterclothingJensencoat + name: Jensen coat + description: '' + components: + - type: Sprite + sprite: Clothing/OuterClothing/jensencoat.rsi + - type: Icon + sprite: Clothing/OuterClothing/jensencoat.rsi + - type: Clothing + sprite: Clothing/OuterClothing/jensencoat.rsi + +- type: entity + parent: OuterclothingBase + id: OuterclothingJudge + name: Judge + description: '' + components: + - type: Sprite + sprite: Clothing/OuterClothing/judge.rsi + - type: Icon + sprite: Clothing/OuterClothing/judge.rsi + - type: Clothing + sprite: Clothing/OuterClothing/judge.rsi + +- type: entity + parent: OuterclothingBase + id: OuterclothingKvest + name: Kvest + description: '' + components: + - type: Sprite + sprite: Clothing/OuterClothing/kvest.rsi + - type: Icon + sprite: Clothing/OuterClothing/kvest.rsi + - type: Clothing + sprite: Clothing/OuterClothing/kvest.rsi + +- type: entity + parent: OuterclothingBase + id: OuterclothingLabcoat + name: Lab coat + description: '' + components: + - type: Sprite + sprite: Clothing/OuterClothing/labcoat.rsi + - type: Icon + sprite: Clothing/OuterClothing/labcoat.rsi + - type: Clothing + sprite: Clothing/OuterClothing/labcoat.rsi + +- type: entity + parent: OuterclothingBase + id: OuterclothingLabcoatchem + name: Lab coat (Chem) + description: '' + components: + - type: Sprite + sprite: Clothing/OuterClothing/labcoat_chem.rsi + - type: Icon + sprite: Clothing/OuterClothing/labcoat_chem.rsi + - type: Clothing + sprite: Clothing/OuterClothing/labcoat_chem.rsi + +- type: entity + parent: OuterclothingBase + id: OuterclothingLabcoatchemopen + name: Lab coat (Chem open) + description: '' + components: + - type: Sprite + sprite: Clothing/OuterClothing/labcoat_chem_open.rsi + - type: Icon + sprite: Clothing/OuterClothing/labcoat_chem_open.rsi + - type: Clothing + sprite: Clothing/OuterClothing/labcoat_chem_open.rsi + +- type: entity + parent: OuterclothingBase + id: OuterclothingLabcoatcmo + name: Lab coat (CMO) + description: '' + components: + - type: Sprite + sprite: Clothing/OuterClothing/labcoat_cmo.rsi + - type: Icon + sprite: Clothing/OuterClothing/labcoat_cmo.rsi + - type: Clothing + sprite: Clothing/OuterClothing/labcoat_cmo.rsi + +- type: entity + parent: OuterclothingBase + id: OuterclothingLabcoatcmoopen + name: Lab coat (CMO open) + description: '' + components: + - type: Sprite + sprite: Clothing/OuterClothing/labcoat_cmo_open.rsi + - type: Icon + sprite: Clothing/OuterClothing/labcoat_cmo_open.rsi + - type: Clothing + sprite: Clothing/OuterClothing/labcoat_cmo_open.rsi + +- type: entity + parent: OuterclothingBase + id: OuterclothingLabcoatgen + name: Lab coat (General) + description: '' + components: + - type: Sprite + sprite: Clothing/OuterClothing/labcoat_gen.rsi + - type: Icon + sprite: Clothing/OuterClothing/labcoat_gen.rsi + - type: Clothing + sprite: Clothing/OuterClothing/labcoat_gen.rsi + +- type: entity + parent: OuterclothingBase + id: OuterclothingLabcoatgenopen + name: Labcoat (General open) + description: '' + components: + - type: Sprite + sprite: Clothing/OuterClothing/labcoat_gen_open.rsi + - type: Icon + sprite: Clothing/OuterClothing/labcoat_gen_open.rsi + - type: Clothing + sprite: Clothing/OuterClothing/labcoat_gen_open.rsi + +- type: entity + parent: OuterclothingBase + id: OuterclothingLabcoatmedspec + name: Lab coat (Medical) + description: '' + components: + - type: Sprite + sprite: Clothing/OuterClothing/labcoat_medspec.rsi + - type: Icon + sprite: Clothing/OuterClothing/labcoat_medspec.rsi + - type: Clothing + sprite: Clothing/OuterClothing/labcoat_medspec.rsi + +- type: entity + parent: OuterclothingBase + id: OuterclothingLabcoatmedspecopen + name: Lab coat (Medical open) + description: '' + components: + - type: Sprite + sprite: Clothing/OuterClothing/labcoat_medspec_open.rsi + - type: Icon + sprite: Clothing/OuterClothing/labcoat_medspec_open.rsi + - type: Clothing + sprite: Clothing/OuterClothing/labcoat_medspec_open.rsi + +- type: entity + parent: OuterclothingBase + id: OuterclothingLabcoatopen + name: Lab coat (open) + description: '' + components: + - type: Sprite + sprite: Clothing/OuterClothing/labcoat_open.rsi + - type: Icon + sprite: Clothing/OuterClothing/labcoat_open.rsi + - type: Clothing + sprite: Clothing/OuterClothing/labcoat_open.rsi + +- type: entity + parent: OuterclothingBase + id: OuterclothingLabcoattox + name: Lab coat (Tox) + description: '' + components: + - type: Sprite + sprite: Clothing/OuterClothing/labcoat_tox.rsi + - type: Icon + sprite: Clothing/OuterClothing/labcoat_tox.rsi + - type: Clothing + sprite: Clothing/OuterClothing/labcoat_tox.rsi + +- type: entity + parent: OuterclothingBase + id: OuterclothingLabcoattoxopen + name: Lab coat (Tox open) + description: '' + components: + - type: Sprite + sprite: Clothing/OuterClothing/labcoat_tox_open.rsi + - type: Icon + sprite: Clothing/OuterClothing/labcoat_tox_open.rsi + - type: Clothing + sprite: Clothing/OuterClothing/labcoat_tox_open.rsi + +- type: entity + parent: OuterclothingBase + id: OuterclothingLabcoatvir + name: Lab coat (Virology) + description: '' + components: + - type: Sprite + sprite: Clothing/OuterClothing/labcoat_vir.rsi + - type: Icon + sprite: Clothing/OuterClothing/labcoat_vir.rsi + - type: Clothing + sprite: Clothing/OuterClothing/labcoat_vir.rsi + +- type: entity + parent: OuterclothingBase + id: OuterclothingLabcoatviropen + name: Lab coat (Virology open) + description: '' + components: + - type: Sprite + sprite: Clothing/OuterClothing/labcoat_vir_open.rsi + - type: Icon + sprite: Clothing/OuterClothing/labcoat_vir_open.rsi + - type: Clothing + sprite: Clothing/OuterClothing/labcoat_vir_open.rsi + +- type: entity + parent: OuterclothingBase + id: OuterclothingLeatherjacket + name: Leather jacket + description: '' + components: + - type: Sprite + sprite: Clothing/OuterClothing/leather_jacket.rsi + - type: Icon + sprite: Clothing/OuterClothing/leather_jacket.rsi + - type: Clothing + sprite: Clothing/OuterClothing/leather_jacket.rsi + +- type: entity + parent: OuterclothingBase + id: OuterclothingMagusblue + name: Magus blue + description: '' + components: + - type: Sprite + sprite: Clothing/OuterClothing/magusblue.rsi + - type: Icon + sprite: Clothing/OuterClothing/magusblue.rsi + - type: Clothing + sprite: Clothing/OuterClothing/magusblue.rsi + +- type: entity + parent: OuterclothingBase + id: OuterclothingMagusred + name: Magus red + description: '' + components: + - type: Sprite + sprite: Clothing/OuterClothing/magusred.rsi + - type: Icon + sprite: Clothing/OuterClothing/magusred.rsi + - type: Clothing + sprite: Clothing/OuterClothing/magusred.rsi + +- type: entity + parent: OuterclothingBase + id: OuterclothingMarisa + name: Marisa + description: '' + components: + - type: Sprite + sprite: Clothing/OuterClothing/marisa.rsi + - type: Icon + sprite: Clothing/OuterClothing/marisa.rsi + - type: Clothing + sprite: Clothing/OuterClothing/marisa.rsi + +- type: entity + parent: OuterclothingBase + id: OuterclothingMedicalrig + name: Medical rig + description: '' + components: + - type: Sprite + sprite: Clothing/OuterClothing/medical_rig.rsi + - type: Icon + sprite: Clothing/OuterClothing/medical_rig.rsi + - type: Clothing + sprite: Clothing/OuterClothing/medical_rig.rsi + +- type: entity + parent: OuterclothingBase + id: OuterclothingMedicalrigsealed + name: Medical rig (sealed) + description: '' + components: + - type: Sprite + sprite: Clothing/OuterClothing/medical_rig_sealed.rsi + - type: Icon + sprite: Clothing/OuterClothing/medical_rig_sealed.rsi + - type: Clothing + sprite: Clothing/OuterClothing/medical_rig_sealed.rsi + +- type: entity + parent: OuterclothingBase + id: OuterclothingMercwebvest + name: Merc web vest + description: '' + components: + - type: Sprite + sprite: Clothing/OuterClothing/mercwebvest.rsi + - type: Icon + sprite: Clothing/OuterClothing/mercwebvest.rsi + - type: Clothing + sprite: Clothing/OuterClothing/mercwebvest.rsi + +- type: entity + parent: OuterclothingBase + id: OuterclothingMercrig + name: Merc rig + description: '' + components: + - type: Sprite + sprite: Clothing/OuterClothing/merc_rig.rsi + - type: Icon + sprite: Clothing/OuterClothing/merc_rig.rsi + - type: Clothing + sprite: Clothing/OuterClothing/merc_rig.rsi + +- type: entity + parent: OuterclothingBase + id: OuterclothingMercrigsealed + name: Merc rig (sealed) + description: '' + components: + - type: Sprite + sprite: Clothing/OuterClothing/merc_rig_sealed.rsi + - type: Icon + sprite: Clothing/OuterClothing/merc_rig_sealed.rsi + - type: Clothing + sprite: Clothing/OuterClothing/merc_rig_sealed.rsi + +- type: entity + parent: OuterclothingBase + id: OuterclothingMonkeysuit + name: Monkey suit + description: '' + components: + - type: Sprite + sprite: Clothing/OuterClothing/monkeysuit.rsi + - type: Icon + sprite: Clothing/OuterClothing/monkeysuit.rsi + - type: Clothing + sprite: Clothing/OuterClothing/monkeysuit.rsi + +- type: entity + parent: OuterclothingBase + id: OuterclothingNinjarig + name: Ninja rig + description: '' + components: + - type: Sprite + sprite: Clothing/OuterClothing/ninja_rig.rsi + - type: Icon + sprite: Clothing/OuterClothing/ninja_rig.rsi + - type: Clothing + sprite: Clothing/OuterClothing/ninja_rig.rsi + +- type: entity + parent: OuterclothingBase + id: OuterclothingNinjarigsealed + name: Ninja rig (sealed) + description: '' + components: + - type: Sprite + sprite: Clothing/OuterClothing/ninja_rig_sealed.rsi + - type: Icon + sprite: Clothing/OuterClothing/ninja_rig_sealed.rsi + - type: Clothing + sprite: Clothing/OuterClothing/ninja_rig_sealed.rsi + +- type: entity + parent: OuterclothingBase + id: OuterclothingNun + name: Nun + description: '' + components: + - type: Sprite + sprite: Clothing/OuterClothing/nun.rsi + - type: Icon + sprite: Clothing/OuterClothing/nun.rsi + - type: Clothing + sprite: Clothing/OuterClothing/nun.rsi + +- type: entity + parent: OuterclothingBase + id: OuterclothingNymph + name: Nymph + description: '' + components: + - type: Sprite + sprite: Clothing/OuterClothing/nymph.rsi + - type: Icon + sprite: Clothing/OuterClothing/nymph.rsi + - type: Clothing + sprite: Clothing/OuterClothing/nymph.rsi + +- type: entity + parent: OuterclothingBase + id: OuterclothingPirate + name: Pirate + description: '' + components: + - type: Sprite + sprite: Clothing/OuterClothing/pirate.rsi + - type: Icon + sprite: Clothing/OuterClothing/pirate.rsi + - type: Clothing + sprite: Clothing/OuterClothing/pirate.rsi + +- type: entity + parent: OuterclothingBase + id: OuterclothingPlaguedoctor + name: Plague doctor + description: '' + components: + - type: Sprite + sprite: Clothing/OuterClothing/plaguedoctor.rsi + - type: Icon + sprite: Clothing/OuterClothing/plaguedoctor.rsi + - type: Clothing + sprite: Clothing/OuterClothing/plaguedoctor.rsi + +- type: entity + parent: OuterclothingBase + id: OuterclothingPoncho + name: Poncho + description: '' + components: + - type: Sprite + sprite: Clothing/OuterClothing/poncho.rsi + - type: Icon + sprite: Clothing/OuterClothing/poncho.rsi + - type: Clothing + sprite: Clothing/OuterClothing/poncho.rsi + +- type: entity + parent: OuterclothingBase + id: OuterclothingPsyamp + name: Psyamp + description: '' + components: + - type: Sprite + sprite: Clothing/OuterClothing/psyamp.rsi + - type: Icon + sprite: Clothing/OuterClothing/psyamp.rsi + - type: Clothing + sprite: Clothing/OuterClothing/psyamp.rsi + +- type: entity + parent: OuterclothingBase + id: OuterclothingQmcoat + name: QM coat + description: '' + components: + - type: Sprite + sprite: Clothing/OuterClothing/qm_coat.rsi + - type: Icon + sprite: Clothing/OuterClothing/qm_coat.rsi + - type: Clothing + sprite: Clothing/OuterClothing/qm_coat.rsi + +- type: entity + parent: OuterclothingBase + id: OuterclothingRad + name: Rad + description: '' + components: + - type: Sprite + sprite: Clothing/OuterClothing/rad.rsi + - type: Icon + sprite: Clothing/OuterClothing/rad.rsi + - type: Clothing + sprite: Clothing/OuterClothing/rad.rsi + +- type: entity + parent: OuterclothingBase + id: OuterclothingReactive + name: Reactive + description: '' + components: + - type: Sprite + sprite: Clothing/OuterClothing/reactive.rsi + - type: Icon + sprite: Clothing/OuterClothing/reactive.rsi + - type: Clothing + sprite: Clothing/OuterClothing/reactive.rsi + +- type: entity + parent: OuterclothingBase + id: OuterclothingReactiveoff + name: Reactive (off) + description: '' + components: + - type: Sprite + sprite: Clothing/OuterClothing/reactiveoff.rsi + - type: Icon + sprite: Clothing/OuterClothing/reactiveoff.rsi + - type: Clothing + sprite: Clothing/OuterClothing/reactiveoff.rsi + +- type: entity + parent: OuterclothingBase + id: OuterclothingRedtag + name: Red tag + description: '' + components: + - type: Sprite + sprite: Clothing/OuterClothing/redtag.rsi + - type: Icon + sprite: Clothing/OuterClothing/redtag.rsi + - type: Clothing + sprite: Clothing/OuterClothing/redtag.rsi + +- type: entity + parent: OuterclothingBase + id: OuterclothingRedwizard + name: Red wizard + description: '' + components: + - type: Sprite + sprite: Clothing/OuterClothing/redwizard.rsi + - type: Icon + sprite: Clothing/OuterClothing/redwizard.rsi + - type: Clothing + sprite: Clothing/OuterClothing/redwizard.rsi + +- type: entity + parent: OuterclothingBase + id: OuterclothingRigatmos + name: Rig atmos + description: '' + components: + - type: Sprite + sprite: Clothing/OuterClothing/rig_atmos.rsi + - type: Icon + sprite: Clothing/OuterClothing/rig_atmos.rsi + - type: Clothing + sprite: Clothing/OuterClothing/rig_atmos.rsi + +- type: entity + parent: OuterclothingBase + id: OuterclothingRigengineering + name: Rig engineering + description: '' + components: + - type: Sprite + sprite: Clothing/OuterClothing/rig_engineering.rsi + - type: Icon + sprite: Clothing/OuterClothing/rig_engineering.rsi + - type: Clothing + sprite: Clothing/OuterClothing/rig_engineering.rsi + +- type: entity + parent: OuterclothingBase + id: OuterclothingRighazardhardsuit + name: Rig hazard hardsuit + description: '' + components: + - type: Sprite + sprite: Clothing/OuterClothing/rig_hazardhardsuit.rsi + - type: Icon + sprite: Clothing/OuterClothing/rig_hazardhardsuit.rsi + - type: Clothing + sprite: Clothing/OuterClothing/rig_hazardhardsuit.rsi + +- type: entity + parent: OuterclothingBase + id: OuterclothingRigmedical + name: Rig medical + description: '' + components: + - type: Sprite + sprite: Clothing/OuterClothing/rig_medical.rsi + - type: Icon + sprite: Clothing/OuterClothing/rig_medical.rsi + - type: Clothing + sprite: Clothing/OuterClothing/rig_medical.rsi + +- type: entity + parent: OuterclothingBase + id: OuterclothingRigmining + name: Rig mining + description: '' + components: + - type: Sprite + sprite: Clothing/OuterClothing/rig_mining.rsi + - type: Icon + sprite: Clothing/OuterClothing/rig_mining.rsi + - type: Clothing + sprite: Clothing/OuterClothing/rig_mining.rsi + +- type: entity + parent: OuterclothingBase + id: OuterclothingRigsectg + name: Rig sectg + description: '' + components: + - type: Sprite + sprite: Clothing/OuterClothing/rig_sectg.rsi + - type: Icon + sprite: Clothing/OuterClothing/rig_sectg.rsi + - type: Clothing + sprite: Clothing/OuterClothing/rig_sectg.rsi + +- type: entity + parent: OuterclothingBase + id: OuterclothingRigsyndie + name: Rig syndie + description: '' + components: + - type: Sprite + sprite: Clothing/OuterClothing/rig_syndie.rsi + - type: Icon + sprite: Clothing/OuterClothing/rig_syndie.rsi + - type: Clothing + sprite: Clothing/OuterClothing/rig_syndie.rsi + +- type: entity + parent: OuterclothingBase + id: OuterclothingRigwhite + name: Rig white + description: '' + components: + - type: Sprite + sprite: Clothing/OuterClothing/rig_white.rsi + - type: Icon + sprite: Clothing/OuterClothing/rig_white.rsi + - type: Clothing + sprite: Clothing/OuterClothing/rig_white.rsi + +- type: entity + parent: OuterclothingBase + id: OuterclothingRigwiz + name: Rig wiz + description: '' + components: + - type: Sprite + sprite: Clothing/OuterClothing/rig_wiz.rsi + - type: Icon + sprite: Clothing/OuterClothing/rig_wiz.rsi + - type: Clothing + sprite: Clothing/OuterClothing/rig_wiz.rsi + +- type: entity + parent: OuterclothingBase + id: OuterclothingRiot + name: Riot + description: '' + components: + - type: Sprite + sprite: Clothing/OuterClothing/riot.rsi + - type: Icon + sprite: Clothing/OuterClothing/riot.rsi + - type: Clothing + sprite: Clothing/OuterClothing/riot.rsi + +- type: entity + parent: OuterclothingBase + id: OuterclothingRobotechjacket + name: Robotech jacket + description: '' + components: + - type: Sprite + sprite: Clothing/OuterClothing/robotech_jacket.rsi + - type: Icon + sprite: Clothing/OuterClothing/robotech_jacket.rsi + - type: Clothing + sprite: Clothing/OuterClothing/robotech_jacket.rsi + +- type: entity + parent: OuterclothingBase + id: OuterclothingSanta + name: Santa + description: '' + components: + - type: Sprite + sprite: Clothing/OuterClothing/santa.rsi + - type: Icon + sprite: Clothing/OuterClothing/santa.rsi + - type: Clothing + sprite: Clothing/OuterClothing/santa.rsi + +- type: entity + parent: OuterclothingBase + id: OuterclothingScaf + name: Scaf + description: '' + components: + - type: Sprite + sprite: Clothing/OuterClothing/scaf.rsi + - type: Icon + sprite: Clothing/OuterClothing/scaf.rsi + - type: Clothing + sprite: Clothing/OuterClothing/scaf.rsi + +- type: entity + parent: OuterclothingBase + id: OuterclothingSciencerig + name: Science rig + description: '' + components: + - type: Sprite + sprite: Clothing/OuterClothing/science_rig.rsi + - type: Icon + sprite: Clothing/OuterClothing/science_rig.rsi + - type: Clothing + sprite: Clothing/OuterClothing/science_rig.rsi + +- type: entity + parent: OuterclothingBase + id: OuterclothingSciencerigsealed + name: Science rig (sealed) + description: '' + components: + - type: Sprite + sprite: Clothing/OuterClothing/science_rig_sealed.rsi + - type: Icon + sprite: Clothing/OuterClothing/science_rig_sealed.rsi + - type: Clothing + sprite: Clothing/OuterClothing/science_rig_sealed.rsi + +- type: entity + parent: OuterclothingBase + id: OuterclothingSecurityrig + name: Security rig + description: '' + components: + - type: Sprite + sprite: Clothing/OuterClothing/security_rig.rsi + - type: Icon + sprite: Clothing/OuterClothing/security_rig.rsi + - type: Clothing + sprite: Clothing/OuterClothing/security_rig.rsi + +- type: entity + parent: OuterclothingBase + id: OuterclothingSecurityrigsealed + name: Security rig (sealed) + description: '' + components: + - type: Sprite + sprite: Clothing/OuterClothing/security_rig_sealed.rsi + - type: Icon + sprite: Clothing/OuterClothing/security_rig_sealed.rsi + - type: Clothing + sprite: Clothing/OuterClothing/security_rig_sealed.rsi + +- type: entity + parent: OuterclothingBase + id: OuterclothingSovietskaf + name: Soviet skaf + description: '' + components: + - type: Sprite + sprite: Clothing/OuterClothing/soviet_skaf.rsi + - type: Icon + sprite: Clothing/OuterClothing/soviet_skaf.rsi + - type: Clothing + sprite: Clothing/OuterClothing/soviet_skaf.rsi + +- type: entity + parent: OuterclothingBase + id: OuterclothingSpace + name: Space + description: '' + components: + - type: Sprite + sprite: Clothing/OuterClothing/space.rsi + - type: Icon + sprite: Clothing/OuterClothing/space.rsi + - type: Clothing + sprite: Clothing/OuterClothing/space.rsi + +- type: entity + parent: OuterclothingBase + id: OuterclothingStealthrig + name: Stealth rig + description: '' + components: + - type: Sprite + sprite: Clothing/OuterClothing/stealth_rig.rsi + - type: Icon + sprite: Clothing/OuterClothing/stealth_rig.rsi + - type: Clothing + sprite: Clothing/OuterClothing/stealth_rig.rsi + +- type: entity + parent: OuterclothingBase + id: OuterclothingStealthrigsealed + name: Stealth rig (sealed) + description: '' + components: + - type: Sprite + sprite: Clothing/OuterClothing/stealth_rig_sealed.rsi + - type: Icon + sprite: Clothing/OuterClothing/stealth_rig_sealed.rsi + - type: Clothing + sprite: Clothing/OuterClothing/stealth_rig_sealed.rsi + +- type: entity + parent: OuterclothingBase + id: OuterclothingStraightjacket + name: Straight jacket + description: '' + components: + - type: Sprite + sprite: Clothing/OuterClothing/straight_jacket.rsi + - type: Icon + sprite: Clothing/OuterClothing/straight_jacket.rsi + - type: Clothing + sprite: Clothing/OuterClothing/straight_jacket.rsi + +- type: entity + parent: OuterclothingBase + id: OuterclothingSurgeon + name: Surgeon + description: '' + components: + - type: Sprite + sprite: Clothing/OuterClothing/surgeon.rsi + - type: Icon + sprite: Clothing/OuterClothing/surgeon.rsi + - type: Clothing + sprite: Clothing/OuterClothing/surgeon.rsi + +- type: entity + parent: OuterclothingBase + id: OuterclothingSwat + name: Swat + description: '' + components: + - type: Sprite + sprite: Clothing/OuterClothing/swat.rsi + - type: Icon + sprite: Clothing/OuterClothing/swat.rsi + - type: Clothing + sprite: Clothing/OuterClothing/swat.rsi + +- type: entity + parent: OuterclothingBase + id: OuterclothingSwatarmor + name: Swat armor + description: '' + components: + - type: Sprite + sprite: Clothing/OuterClothing/swatarmor.rsi + - type: Icon + sprite: Clothing/OuterClothing/swatarmor.rsi + - type: Clothing + sprite: Clothing/OuterClothing/swatarmor.rsi + +- type: entity + parent: OuterclothingBase + id: OuterclothingSyndicate + name: Syndicate + description: '' + components: + - type: Sprite + sprite: Clothing/OuterClothing/syndicate.rsi + - type: Icon + sprite: Clothing/OuterClothing/syndicate.rsi + - type: Clothing + sprite: Clothing/OuterClothing/syndicate.rsi + +- type: entity + parent: OuterclothingBase + id: OuterclothingSninja + name: S ninja + description: '' + components: + - type: Sprite + sprite: Clothing/OuterClothing/s_ninja.rsi + - type: Icon + sprite: Clothing/OuterClothing/s_ninja.rsi + - type: Clothing + sprite: Clothing/OuterClothing/s_ninja.rsi + +- type: entity + parent: OuterclothingBase + id: OuterclothingTdgreen + name: Td green + description: '' + components: + - type: Sprite + sprite: Clothing/OuterClothing/tdgreen.rsi + - type: Icon + sprite: Clothing/OuterClothing/tdgreen.rsi + - type: Clothing + sprite: Clothing/OuterClothing/tdgreen.rsi + +- type: entity + parent: OuterclothingBase + id: OuterclothingTdred + name: Td red + description: '' + components: + - type: Sprite + sprite: Clothing/OuterClothing/tdred.rsi + - type: Icon + sprite: Clothing/OuterClothing/tdred.rsi + - type: Clothing + sprite: Clothing/OuterClothing/tdred.rsi + +- type: entity + parent: OuterclothingBase + id: OuterclothingVest + name: Vest + description: '' + components: + - type: Sprite + sprite: Clothing/OuterClothing/vest.rsi + - type: Icon + sprite: Clothing/OuterClothing/vest.rsi + - type: Clothing + sprite: Clothing/OuterClothing/vest.rsi + +- type: entity + parent: OuterclothingBase + id: OuterclothingVioletwizard + name: Violet wizard + description: '' + components: + - type: Sprite + sprite: Clothing/OuterClothing/violetwizard.rsi + - type: Icon + sprite: Clothing/OuterClothing/violetwizard.rsi + - type: Clothing + sprite: Clothing/OuterClothing/violetwizard.rsi + +- type: entity + parent: OuterclothingBase + id: OuterclothingVoid + name: Void + description: '' + components: + - type: Sprite + sprite: Clothing/OuterClothing/void.rsi + - type: Icon + sprite: Clothing/OuterClothing/void.rsi + - type: Clothing + sprite: Clothing/OuterClothing/void.rsi + +- type: entity + parent: OuterclothingBase + id: OuterclothingWebvest + name: Web vest + description: '' + components: + - type: Sprite + sprite: Clothing/OuterClothing/webvest.rsi + - type: Icon + sprite: Clothing/OuterClothing/webvest.rsi + - type: Clothing + sprite: Clothing/OuterClothing/webvest.rsi + +- type: entity + parent: OuterclothingBase + id: OuterclothingWizard + name: Wizard + description: '' + components: + - type: Sprite + sprite: Clothing/OuterClothing/wizard.rsi + - type: Icon + sprite: Clothing/OuterClothing/wizard.rsi + - type: Clothing + sprite: Clothing/OuterClothing/wizard.rsi + +- type: entity + parent: OuterclothingBase + id: OuterclothingXenos + name: Xenos + description: '' + components: + - type: Sprite + sprite: Clothing/OuterClothing/xenos.rsi + - type: Icon + sprite: Clothing/OuterClothing/xenos.rsi + - type: Clothing + sprite: Clothing/OuterClothing/xenos.rsi diff --git a/Resources/Prototypes/Entities/items/clothing/suits.yml b/Resources/Prototypes/Entities/items/clothing/suits.yml deleted file mode 100644 index fa6132001a..0000000000 --- a/Resources/Prototypes/Entities/items/clothing/suits.yml +++ /dev/null @@ -1,60 +0,0 @@ -- type: entity - parent: Clothing - id: SuitBase - abstract: true - components: - - type: Clothing - Slots: [outerclothing] - - -- type: entity - parent: SuitBase - id: SecurityVestClothing - name: Security Vest - description: Bulletproof vest, more or less - components: - - type: Sprite - sprite: Clothing/armor.rsi - state: armor - - - type: Icon - sprite: Clothing/armor.rsi - state: armor - - - type: Clothing - sprite: Clothing/armor.rsi - - -- type: entity - parent: SuitBase - id: HazardVestClothing - name: Hazard Vest - description: Prevents accidents - components: - - type: Sprite - sprite: Clothing/vest_hazard.rsi - state: hazard - - - type: Icon - sprite: Clothing/vest_hazard.rsi - state: hazard - - - type: Clothing - sprite: Clothing/vest_hazard.rsi - -- type: entity - parent: SuitBase - id: ChefApronClothing - name: Chef's Apron - description: An apron used by a high class chef. - components: - - type: Sprite - sprite: Clothing/chef_apron.rsi - state: apron - - - type: Icon - sprite: Clothing/chef_apron.rsi - state: apron - - - type: Clothing - sprite: Clothing/chef_apron.rsi diff --git a/Resources/Textures/Clothing/OuterClothing/acolyte.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/Clothing/OuterClothing/acolyte.rsi/equipped-OUTERCLOTHING.png new file mode 100644 index 0000000000..92a1f7c968 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/acolyte.rsi/equipped-OUTERCLOTHING.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/acolyte.rsi/icon.png b/Resources/Textures/Clothing/OuterClothing/acolyte.rsi/icon.png new file mode 100644 index 0000000000..a3baa9270f Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/acolyte.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/acolyte.rsi/inhand-left.png b/Resources/Textures/Clothing/OuterClothing/acolyte.rsi/inhand-left.png new file mode 100644 index 0000000000..c67abc75df Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/acolyte.rsi/inhand-left.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/acolyte.rsi/inhand-right.png b/Resources/Textures/Clothing/OuterClothing/acolyte.rsi/inhand-right.png new file mode 100644 index 0000000000..93d0ede188 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/acolyte.rsi/inhand-right.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/acolyte.rsi/meta.json b/Resources/Textures/Clothing/OuterClothing/acolyte.rsi/meta.json new file mode 100644 index 0000000000..0d10142642 --- /dev/null +++ b/Resources/Textures/Clothing/OuterClothing/acolyte.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/d71760fe0c0e9ea3a9aa8e9e794daf7e7f892d8c/icons/inventory/suit/mob.dmi", "states": [{"name": "equipped-OUTERCLOTHING", "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/OuterClothing/anomaly_suit.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/Clothing/OuterClothing/anomaly_suit.rsi/equipped-OUTERCLOTHING.png new file mode 100644 index 0000000000..5709eeab45 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/anomaly_suit.rsi/equipped-OUTERCLOTHING.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/anomaly_suit.rsi/icon.png b/Resources/Textures/Clothing/OuterClothing/anomaly_suit.rsi/icon.png new file mode 100644 index 0000000000..101c98d69c Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/anomaly_suit.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/anomaly_suit.rsi/inhand-left.png b/Resources/Textures/Clothing/OuterClothing/anomaly_suit.rsi/inhand-left.png new file mode 100644 index 0000000000..09b5f629aa Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/anomaly_suit.rsi/inhand-left.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/anomaly_suit.rsi/inhand-right.png b/Resources/Textures/Clothing/OuterClothing/anomaly_suit.rsi/inhand-right.png new file mode 100644 index 0000000000..6248c2645e Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/anomaly_suit.rsi/inhand-right.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/anomaly_suit.rsi/meta.json b/Resources/Textures/Clothing/OuterClothing/anomaly_suit.rsi/meta.json new file mode 100644 index 0000000000..0d10142642 --- /dev/null +++ b/Resources/Textures/Clothing/OuterClothing/anomaly_suit.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/d71760fe0c0e9ea3a9aa8e9e794daf7e7f892d8c/icons/inventory/suit/mob.dmi", "states": [{"name": "equipped-OUTERCLOTHING", "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/OuterClothing/apron.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/Clothing/OuterClothing/apron.rsi/equipped-OUTERCLOTHING.png new file mode 100644 index 0000000000..b56551a886 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/apron.rsi/equipped-OUTERCLOTHING.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/apron.rsi/icon.png b/Resources/Textures/Clothing/OuterClothing/apron.rsi/icon.png new file mode 100644 index 0000000000..4a21215fa0 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/apron.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/apron.rsi/inhand-left.png b/Resources/Textures/Clothing/OuterClothing/apron.rsi/inhand-left.png new file mode 100644 index 0000000000..3f3f72a51d Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/apron.rsi/inhand-left.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/apron.rsi/inhand-right.png b/Resources/Textures/Clothing/OuterClothing/apron.rsi/inhand-right.png new file mode 100644 index 0000000000..b0faae010c Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/apron.rsi/inhand-right.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/apron.rsi/meta.json b/Resources/Textures/Clothing/OuterClothing/apron.rsi/meta.json new file mode 100644 index 0000000000..0d10142642 --- /dev/null +++ b/Resources/Textures/Clothing/OuterClothing/apron.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/d71760fe0c0e9ea3a9aa8e9e794daf7e7f892d8c/icons/inventory/suit/mob.dmi", "states": [{"name": "equipped-OUTERCLOTHING", "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/OuterClothing/apronchef.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/Clothing/OuterClothing/apronchef.rsi/equipped-OUTERCLOTHING.png new file mode 100644 index 0000000000..e1c880d762 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/apronchef.rsi/equipped-OUTERCLOTHING.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/apronchef.rsi/icon.png b/Resources/Textures/Clothing/OuterClothing/apronchef.rsi/icon.png new file mode 100644 index 0000000000..6b0172eda8 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/apronchef.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/apronchef.rsi/inhand-left.png b/Resources/Textures/Clothing/OuterClothing/apronchef.rsi/inhand-left.png new file mode 100644 index 0000000000..34e2cca173 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/apronchef.rsi/inhand-left.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/apronchef.rsi/inhand-right.png b/Resources/Textures/Clothing/OuterClothing/apronchef.rsi/inhand-right.png new file mode 100644 index 0000000000..790e86e593 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/apronchef.rsi/inhand-right.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/apronchef.rsi/meta.json b/Resources/Textures/Clothing/OuterClothing/apronchef.rsi/meta.json new file mode 100644 index 0000000000..0d10142642 --- /dev/null +++ b/Resources/Textures/Clothing/OuterClothing/apronchef.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/d71760fe0c0e9ea3a9aa8e9e794daf7e7f892d8c/icons/inventory/suit/mob.dmi", "states": [{"name": "equipped-OUTERCLOTHING", "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/OuterClothing/armor.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/Clothing/OuterClothing/armor.rsi/equipped-OUTERCLOTHING.png new file mode 100644 index 0000000000..d53fddad04 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/armor.rsi/equipped-OUTERCLOTHING.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/armor.rsi/icon.png b/Resources/Textures/Clothing/OuterClothing/armor.rsi/icon.png new file mode 100644 index 0000000000..ffbdc81381 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/armor.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/armor.rsi/inhand-left.png b/Resources/Textures/Clothing/OuterClothing/armor.rsi/inhand-left.png new file mode 100644 index 0000000000..b5d674612e Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/armor.rsi/inhand-left.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/armor.rsi/inhand-right.png b/Resources/Textures/Clothing/OuterClothing/armor.rsi/inhand-right.png new file mode 100644 index 0000000000..88c8e55c09 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/armor.rsi/inhand-right.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/armor.rsi/meta.json b/Resources/Textures/Clothing/OuterClothing/armor.rsi/meta.json new file mode 100644 index 0000000000..0d10142642 --- /dev/null +++ b/Resources/Textures/Clothing/OuterClothing/armor.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/d71760fe0c0e9ea3a9aa8e9e794daf7e7f892d8c/icons/inventory/suit/mob.dmi", "states": [{"name": "equipped-OUTERCLOTHING", "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/OuterClothing/armor_reflec.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/Clothing/OuterClothing/armor_reflec.rsi/equipped-OUTERCLOTHING.png new file mode 100644 index 0000000000..453708a972 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/armor_reflec.rsi/equipped-OUTERCLOTHING.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/armor_reflec.rsi/icon.png b/Resources/Textures/Clothing/OuterClothing/armor_reflec.rsi/icon.png new file mode 100644 index 0000000000..731ea8a76c Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/armor_reflec.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/armor_reflec.rsi/inhand-left.png b/Resources/Textures/Clothing/OuterClothing/armor_reflec.rsi/inhand-left.png new file mode 100644 index 0000000000..7ee9db9c0f Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/armor_reflec.rsi/inhand-left.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/armor_reflec.rsi/inhand-right.png b/Resources/Textures/Clothing/OuterClothing/armor_reflec.rsi/inhand-right.png new file mode 100644 index 0000000000..10f2098625 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/armor_reflec.rsi/inhand-right.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/armor_reflec.rsi/meta.json b/Resources/Textures/Clothing/OuterClothing/armor_reflec.rsi/meta.json new file mode 100644 index 0000000000..0d10142642 --- /dev/null +++ b/Resources/Textures/Clothing/OuterClothing/armor_reflec.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/d71760fe0c0e9ea3a9aa8e9e794daf7e7f892d8c/icons/inventory/suit/mob.dmi", "states": [{"name": "equipped-OUTERCLOTHING", "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/OuterClothing/armorsec.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/Clothing/OuterClothing/armorsec.rsi/equipped-OUTERCLOTHING.png new file mode 100644 index 0000000000..ae61f2fd07 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/armorsec.rsi/equipped-OUTERCLOTHING.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/armorsec.rsi/icon.png b/Resources/Textures/Clothing/OuterClothing/armorsec.rsi/icon.png new file mode 100644 index 0000000000..dda25f475d Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/armorsec.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/armorsec.rsi/inhand-left.png b/Resources/Textures/Clothing/OuterClothing/armorsec.rsi/inhand-left.png new file mode 100644 index 0000000000..13ba70d9c3 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/armorsec.rsi/inhand-left.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/armorsec.rsi/inhand-right.png b/Resources/Textures/Clothing/OuterClothing/armorsec.rsi/inhand-right.png new file mode 100644 index 0000000000..13bc4252f3 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/armorsec.rsi/inhand-right.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/armorsec.rsi/meta.json b/Resources/Textures/Clothing/OuterClothing/armorsec.rsi/meta.json new file mode 100644 index 0000000000..0d10142642 --- /dev/null +++ b/Resources/Textures/Clothing/OuterClothing/armorsec.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/d71760fe0c0e9ea3a9aa8e9e794daf7e7f892d8c/icons/inventory/suit/mob.dmi", "states": [{"name": "equipped-OUTERCLOTHING", "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/OuterClothing/ass_jacket.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/Clothing/OuterClothing/ass_jacket.rsi/equipped-OUTERCLOTHING.png new file mode 100644 index 0000000000..2cb2129ba7 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/ass_jacket.rsi/equipped-OUTERCLOTHING.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/ass_jacket.rsi/icon.png b/Resources/Textures/Clothing/OuterClothing/ass_jacket.rsi/icon.png new file mode 100644 index 0000000000..34dc11840c Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/ass_jacket.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/ass_jacket.rsi/inhand-left.png b/Resources/Textures/Clothing/OuterClothing/ass_jacket.rsi/inhand-left.png new file mode 100644 index 0000000000..f9155120b4 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/ass_jacket.rsi/inhand-left.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/ass_jacket.rsi/inhand-right.png b/Resources/Textures/Clothing/OuterClothing/ass_jacket.rsi/inhand-right.png new file mode 100644 index 0000000000..4cc36eb1d5 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/ass_jacket.rsi/inhand-right.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/ass_jacket.rsi/meta.json b/Resources/Textures/Clothing/OuterClothing/ass_jacket.rsi/meta.json new file mode 100644 index 0000000000..0d10142642 --- /dev/null +++ b/Resources/Textures/Clothing/OuterClothing/ass_jacket.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/d71760fe0c0e9ea3a9aa8e9e794daf7e7f892d8c/icons/inventory/suit/mob.dmi", "states": [{"name": "equipped-OUTERCLOTHING", "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/OuterClothing/bedsheet.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/Clothing/OuterClothing/bedsheet.rsi/equipped-OUTERCLOTHING.png new file mode 100644 index 0000000000..996b51b9ae Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/bedsheet.rsi/equipped-OUTERCLOTHING.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/bedsheet.rsi/icon.png b/Resources/Textures/Clothing/OuterClothing/bedsheet.rsi/icon.png new file mode 100644 index 0000000000..c19f9ee4f1 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/bedsheet.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/bedsheet.rsi/inhand-left.png b/Resources/Textures/Clothing/OuterClothing/bedsheet.rsi/inhand-left.png new file mode 100644 index 0000000000..efd146b02c Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/bedsheet.rsi/inhand-left.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/bedsheet.rsi/inhand-right.png b/Resources/Textures/Clothing/OuterClothing/bedsheet.rsi/inhand-right.png new file mode 100644 index 0000000000..5627783100 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/bedsheet.rsi/inhand-right.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/bedsheet.rsi/meta.json b/Resources/Textures/Clothing/OuterClothing/bedsheet.rsi/meta.json new file mode 100644 index 0000000000..0d10142642 --- /dev/null +++ b/Resources/Textures/Clothing/OuterClothing/bedsheet.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/d71760fe0c0e9ea3a9aa8e9e794daf7e7f892d8c/icons/inventory/suit/mob.dmi", "states": [{"name": "equipped-OUTERCLOTHING", "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/OuterClothing/bio.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/Clothing/OuterClothing/bio.rsi/equipped-OUTERCLOTHING.png new file mode 100644 index 0000000000..2fb1d40af5 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/bio.rsi/equipped-OUTERCLOTHING.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/bio.rsi/icon.png b/Resources/Textures/Clothing/OuterClothing/bio.rsi/icon.png new file mode 100644 index 0000000000..346c2b266c Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/bio.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/bio.rsi/inhand-left.png b/Resources/Textures/Clothing/OuterClothing/bio.rsi/inhand-left.png new file mode 100644 index 0000000000..8057082111 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/bio.rsi/inhand-left.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/bio.rsi/inhand-right.png b/Resources/Textures/Clothing/OuterClothing/bio.rsi/inhand-right.png new file mode 100644 index 0000000000..9b6ae79e49 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/bio.rsi/inhand-right.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/bio.rsi/meta.json b/Resources/Textures/Clothing/OuterClothing/bio.rsi/meta.json new file mode 100644 index 0000000000..0d10142642 --- /dev/null +++ b/Resources/Textures/Clothing/OuterClothing/bio.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/d71760fe0c0e9ea3a9aa8e9e794daf7e7f892d8c/icons/inventory/suit/mob.dmi", "states": [{"name": "equipped-OUTERCLOTHING", "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/OuterClothing/bio_cmo.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/Clothing/OuterClothing/bio_cmo.rsi/equipped-OUTERCLOTHING.png new file mode 100644 index 0000000000..c2d3934cbb Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/bio_cmo.rsi/equipped-OUTERCLOTHING.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/bio_cmo.rsi/icon.png b/Resources/Textures/Clothing/OuterClothing/bio_cmo.rsi/icon.png new file mode 100644 index 0000000000..3e9c24edaf Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/bio_cmo.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/bio_cmo.rsi/inhand-left.png b/Resources/Textures/Clothing/OuterClothing/bio_cmo.rsi/inhand-left.png new file mode 100644 index 0000000000..e5e277dbcc Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/bio_cmo.rsi/inhand-left.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/bio_cmo.rsi/inhand-right.png b/Resources/Textures/Clothing/OuterClothing/bio_cmo.rsi/inhand-right.png new file mode 100644 index 0000000000..0e0e6230ac Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/bio_cmo.rsi/inhand-right.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/bio_cmo.rsi/meta.json b/Resources/Textures/Clothing/OuterClothing/bio_cmo.rsi/meta.json new file mode 100644 index 0000000000..0d10142642 --- /dev/null +++ b/Resources/Textures/Clothing/OuterClothing/bio_cmo.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/d71760fe0c0e9ea3a9aa8e9e794daf7e7f892d8c/icons/inventory/suit/mob.dmi", "states": [{"name": "equipped-OUTERCLOTHING", "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/OuterClothing/bio_general.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/Clothing/OuterClothing/bio_general.rsi/equipped-OUTERCLOTHING.png new file mode 100644 index 0000000000..5ffa578618 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/bio_general.rsi/equipped-OUTERCLOTHING.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/bio_general.rsi/icon.png b/Resources/Textures/Clothing/OuterClothing/bio_general.rsi/icon.png new file mode 100644 index 0000000000..cfdd191825 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/bio_general.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/bio_general.rsi/inhand-left.png b/Resources/Textures/Clothing/OuterClothing/bio_general.rsi/inhand-left.png new file mode 100644 index 0000000000..6e98089bd4 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/bio_general.rsi/inhand-left.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/bio_general.rsi/inhand-right.png b/Resources/Textures/Clothing/OuterClothing/bio_general.rsi/inhand-right.png new file mode 100644 index 0000000000..470def2a41 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/bio_general.rsi/inhand-right.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/bio_general.rsi/meta.json b/Resources/Textures/Clothing/OuterClothing/bio_general.rsi/meta.json new file mode 100644 index 0000000000..0d10142642 --- /dev/null +++ b/Resources/Textures/Clothing/OuterClothing/bio_general.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/d71760fe0c0e9ea3a9aa8e9e794daf7e7f892d8c/icons/inventory/suit/mob.dmi", "states": [{"name": "equipped-OUTERCLOTHING", "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/OuterClothing/bio_janitor.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/Clothing/OuterClothing/bio_janitor.rsi/equipped-OUTERCLOTHING.png new file mode 100644 index 0000000000..acb3d355f2 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/bio_janitor.rsi/equipped-OUTERCLOTHING.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/bio_janitor.rsi/icon.png b/Resources/Textures/Clothing/OuterClothing/bio_janitor.rsi/icon.png new file mode 100644 index 0000000000..71a603615b Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/bio_janitor.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/bio_janitor.rsi/inhand-left.png b/Resources/Textures/Clothing/OuterClothing/bio_janitor.rsi/inhand-left.png new file mode 100644 index 0000000000..6920ec8f74 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/bio_janitor.rsi/inhand-left.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/bio_janitor.rsi/inhand-right.png b/Resources/Textures/Clothing/OuterClothing/bio_janitor.rsi/inhand-right.png new file mode 100644 index 0000000000..e3d2c93b6c Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/bio_janitor.rsi/inhand-right.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/bio_janitor.rsi/meta.json b/Resources/Textures/Clothing/OuterClothing/bio_janitor.rsi/meta.json new file mode 100644 index 0000000000..0d10142642 --- /dev/null +++ b/Resources/Textures/Clothing/OuterClothing/bio_janitor.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/d71760fe0c0e9ea3a9aa8e9e794daf7e7f892d8c/icons/inventory/suit/mob.dmi", "states": [{"name": "equipped-OUTERCLOTHING", "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/OuterClothing/bio_scientist.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/Clothing/OuterClothing/bio_scientist.rsi/equipped-OUTERCLOTHING.png new file mode 100644 index 0000000000..a7d80f02b4 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/bio_scientist.rsi/equipped-OUTERCLOTHING.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/bio_scientist.rsi/icon.png b/Resources/Textures/Clothing/OuterClothing/bio_scientist.rsi/icon.png new file mode 100644 index 0000000000..4b16a3255c Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/bio_scientist.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/bio_scientist.rsi/inhand-left.png b/Resources/Textures/Clothing/OuterClothing/bio_scientist.rsi/inhand-left.png new file mode 100644 index 0000000000..dced6667b0 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/bio_scientist.rsi/inhand-left.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/bio_scientist.rsi/inhand-right.png b/Resources/Textures/Clothing/OuterClothing/bio_scientist.rsi/inhand-right.png new file mode 100644 index 0000000000..b69b0bbd20 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/bio_scientist.rsi/inhand-right.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/bio_scientist.rsi/meta.json b/Resources/Textures/Clothing/OuterClothing/bio_scientist.rsi/meta.json new file mode 100644 index 0000000000..0d10142642 --- /dev/null +++ b/Resources/Textures/Clothing/OuterClothing/bio_scientist.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/d71760fe0c0e9ea3a9aa8e9e794daf7e7f892d8c/icons/inventory/suit/mob.dmi", "states": [{"name": "equipped-OUTERCLOTHING", "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/OuterClothing/bio_security.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/Clothing/OuterClothing/bio_security.rsi/equipped-OUTERCLOTHING.png new file mode 100644 index 0000000000..a779b3812d Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/bio_security.rsi/equipped-OUTERCLOTHING.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/bio_security.rsi/icon.png b/Resources/Textures/Clothing/OuterClothing/bio_security.rsi/icon.png new file mode 100644 index 0000000000..eea15cfb0a Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/bio_security.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/bio_security.rsi/inhand-left.png b/Resources/Textures/Clothing/OuterClothing/bio_security.rsi/inhand-left.png new file mode 100644 index 0000000000..36bd1257f2 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/bio_security.rsi/inhand-left.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/bio_security.rsi/inhand-right.png b/Resources/Textures/Clothing/OuterClothing/bio_security.rsi/inhand-right.png new file mode 100644 index 0000000000..89de6e8fc6 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/bio_security.rsi/inhand-right.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/bio_security.rsi/meta.json b/Resources/Textures/Clothing/OuterClothing/bio_security.rsi/meta.json new file mode 100644 index 0000000000..0d10142642 --- /dev/null +++ b/Resources/Textures/Clothing/OuterClothing/bio_security.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/d71760fe0c0e9ea3a9aa8e9e794daf7e7f892d8c/icons/inventory/suit/mob.dmi", "states": [{"name": "equipped-OUTERCLOTHING", "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/OuterClothing/bio_virology.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/Clothing/OuterClothing/bio_virology.rsi/equipped-OUTERCLOTHING.png new file mode 100644 index 0000000000..e1e81a8409 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/bio_virology.rsi/equipped-OUTERCLOTHING.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/bio_virology.rsi/icon.png b/Resources/Textures/Clothing/OuterClothing/bio_virology.rsi/icon.png new file mode 100644 index 0000000000..52bc430c98 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/bio_virology.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/bio_virology.rsi/inhand-left.png b/Resources/Textures/Clothing/OuterClothing/bio_virology.rsi/inhand-left.png new file mode 100644 index 0000000000..c91403c123 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/bio_virology.rsi/inhand-left.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/bio_virology.rsi/inhand-right.png b/Resources/Textures/Clothing/OuterClothing/bio_virology.rsi/inhand-right.png new file mode 100644 index 0000000000..b2a41d23cc Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/bio_virology.rsi/inhand-right.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/bio_virology.rsi/meta.json b/Resources/Textures/Clothing/OuterClothing/bio_virology.rsi/meta.json new file mode 100644 index 0000000000..0d10142642 --- /dev/null +++ b/Resources/Textures/Clothing/OuterClothing/bio_virology.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/d71760fe0c0e9ea3a9aa8e9e794daf7e7f892d8c/icons/inventory/suit/mob.dmi", "states": [{"name": "equipped-OUTERCLOTHING", "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/OuterClothing/black_hoodie.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/Clothing/OuterClothing/black_hoodie.rsi/equipped-OUTERCLOTHING.png new file mode 100644 index 0000000000..1de799107d Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/black_hoodie.rsi/equipped-OUTERCLOTHING.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/black_hoodie.rsi/icon.png b/Resources/Textures/Clothing/OuterClothing/black_hoodie.rsi/icon.png new file mode 100644 index 0000000000..5dd5f44602 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/black_hoodie.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/black_hoodie.rsi/inhand-left.png b/Resources/Textures/Clothing/OuterClothing/black_hoodie.rsi/inhand-left.png new file mode 100644 index 0000000000..934cc37258 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/black_hoodie.rsi/inhand-left.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/black_hoodie.rsi/inhand-right.png b/Resources/Textures/Clothing/OuterClothing/black_hoodie.rsi/inhand-right.png new file mode 100644 index 0000000000..601da9f207 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/black_hoodie.rsi/inhand-right.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/black_hoodie.rsi/meta.json b/Resources/Textures/Clothing/OuterClothing/black_hoodie.rsi/meta.json new file mode 100644 index 0000000000..0d10142642 --- /dev/null +++ b/Resources/Textures/Clothing/OuterClothing/black_hoodie.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/d71760fe0c0e9ea3a9aa8e9e794daf7e7f892d8c/icons/inventory/suit/mob.dmi", "states": [{"name": "equipped-OUTERCLOTHING", "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/OuterClothing/black_hoodie_open.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/Clothing/OuterClothing/black_hoodie_open.rsi/equipped-OUTERCLOTHING.png new file mode 100644 index 0000000000..90fe09d3cd Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/black_hoodie_open.rsi/equipped-OUTERCLOTHING.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/black_hoodie_open.rsi/icon.png b/Resources/Textures/Clothing/OuterClothing/black_hoodie_open.rsi/icon.png new file mode 100644 index 0000000000..89d8d4fba5 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/black_hoodie_open.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/black_hoodie_open.rsi/inhand-left.png b/Resources/Textures/Clothing/OuterClothing/black_hoodie_open.rsi/inhand-left.png new file mode 100644 index 0000000000..007cb55128 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/black_hoodie_open.rsi/inhand-left.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/black_hoodie_open.rsi/inhand-right.png b/Resources/Textures/Clothing/OuterClothing/black_hoodie_open.rsi/inhand-right.png new file mode 100644 index 0000000000..44af85b436 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/black_hoodie_open.rsi/inhand-right.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/black_hoodie_open.rsi/meta.json b/Resources/Textures/Clothing/OuterClothing/black_hoodie_open.rsi/meta.json new file mode 100644 index 0000000000..0d10142642 --- /dev/null +++ b/Resources/Textures/Clothing/OuterClothing/black_hoodie_open.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/d71760fe0c0e9ea3a9aa8e9e794daf7e7f892d8c/icons/inventory/suit/mob.dmi", "states": [{"name": "equipped-OUTERCLOTHING", "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/OuterClothing/bluetag.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/Clothing/OuterClothing/bluetag.rsi/equipped-OUTERCLOTHING.png new file mode 100644 index 0000000000..ef6b6774a9 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/bluetag.rsi/equipped-OUTERCLOTHING.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/bluetag.rsi/icon.png b/Resources/Textures/Clothing/OuterClothing/bluetag.rsi/icon.png new file mode 100644 index 0000000000..ad29175b5a Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/bluetag.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/bluetag.rsi/inhand-left.png b/Resources/Textures/Clothing/OuterClothing/bluetag.rsi/inhand-left.png new file mode 100644 index 0000000000..a155fcbb43 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/bluetag.rsi/inhand-left.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/bluetag.rsi/inhand-right.png b/Resources/Textures/Clothing/OuterClothing/bluetag.rsi/inhand-right.png new file mode 100644 index 0000000000..8911261a43 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/bluetag.rsi/inhand-right.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/bluetag.rsi/meta.json b/Resources/Textures/Clothing/OuterClothing/bluetag.rsi/meta.json new file mode 100644 index 0000000000..0d10142642 --- /dev/null +++ b/Resources/Textures/Clothing/OuterClothing/bluetag.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/d71760fe0c0e9ea3a9aa8e9e794daf7e7f892d8c/icons/inventory/suit/mob.dmi", "states": [{"name": "equipped-OUTERCLOTHING", "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/OuterClothing/bomber.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/Clothing/OuterClothing/bomber.rsi/equipped-OUTERCLOTHING.png new file mode 100644 index 0000000000..df85eb0944 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/bomber.rsi/equipped-OUTERCLOTHING.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/bomber.rsi/icon.png b/Resources/Textures/Clothing/OuterClothing/bomber.rsi/icon.png new file mode 100644 index 0000000000..381fdb8955 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/bomber.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/bomber.rsi/inhand-left.png b/Resources/Textures/Clothing/OuterClothing/bomber.rsi/inhand-left.png new file mode 100644 index 0000000000..0d73443474 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/bomber.rsi/inhand-left.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/bomber.rsi/inhand-right.png b/Resources/Textures/Clothing/OuterClothing/bomber.rsi/inhand-right.png new file mode 100644 index 0000000000..3562b3caa4 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/bomber.rsi/inhand-right.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/bomber.rsi/meta.json b/Resources/Textures/Clothing/OuterClothing/bomber.rsi/meta.json new file mode 100644 index 0000000000..0d10142642 --- /dev/null +++ b/Resources/Textures/Clothing/OuterClothing/bomber.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/d71760fe0c0e9ea3a9aa8e9e794daf7e7f892d8c/icons/inventory/suit/mob.dmi", "states": [{"name": "equipped-OUTERCLOTHING", "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/OuterClothing/bomber_open.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/Clothing/OuterClothing/bomber_open.rsi/equipped-OUTERCLOTHING.png new file mode 100644 index 0000000000..9febdbf7f9 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/bomber_open.rsi/equipped-OUTERCLOTHING.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/bomber_open.rsi/icon.png b/Resources/Textures/Clothing/OuterClothing/bomber_open.rsi/icon.png new file mode 100644 index 0000000000..860b3dd1cc Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/bomber_open.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/bomber_open.rsi/inhand-left.png b/Resources/Textures/Clothing/OuterClothing/bomber_open.rsi/inhand-left.png new file mode 100644 index 0000000000..14d79a47c7 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/bomber_open.rsi/inhand-left.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/bomber_open.rsi/inhand-right.png b/Resources/Textures/Clothing/OuterClothing/bomber_open.rsi/inhand-right.png new file mode 100644 index 0000000000..5de94a636e Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/bomber_open.rsi/inhand-right.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/bomber_open.rsi/meta.json b/Resources/Textures/Clothing/OuterClothing/bomber_open.rsi/meta.json new file mode 100644 index 0000000000..0d10142642 --- /dev/null +++ b/Resources/Textures/Clothing/OuterClothing/bomber_open.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/d71760fe0c0e9ea3a9aa8e9e794daf7e7f892d8c/icons/inventory/suit/mob.dmi", "states": [{"name": "equipped-OUTERCLOTHING", "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/OuterClothing/bombsuit.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/Clothing/OuterClothing/bombsuit.rsi/equipped-OUTERCLOTHING.png new file mode 100644 index 0000000000..8253e7dfd4 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/bombsuit.rsi/equipped-OUTERCLOTHING.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/bombsuit.rsi/icon.png b/Resources/Textures/Clothing/OuterClothing/bombsuit.rsi/icon.png new file mode 100644 index 0000000000..cce6fbc9dc Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/bombsuit.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/bombsuit.rsi/inhand-left.png b/Resources/Textures/Clothing/OuterClothing/bombsuit.rsi/inhand-left.png new file mode 100644 index 0000000000..ec93f2d6c8 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/bombsuit.rsi/inhand-left.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/bombsuit.rsi/inhand-right.png b/Resources/Textures/Clothing/OuterClothing/bombsuit.rsi/inhand-right.png new file mode 100644 index 0000000000..8fcac00cd1 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/bombsuit.rsi/inhand-right.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/bombsuit.rsi/meta.json b/Resources/Textures/Clothing/OuterClothing/bombsuit.rsi/meta.json new file mode 100644 index 0000000000..0d10142642 --- /dev/null +++ b/Resources/Textures/Clothing/OuterClothing/bombsuit.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/d71760fe0c0e9ea3a9aa8e9e794daf7e7f892d8c/icons/inventory/suit/mob.dmi", "states": [{"name": "equipped-OUTERCLOTHING", "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/OuterClothing/bombsuit_white.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/Clothing/OuterClothing/bombsuit_white.rsi/equipped-OUTERCLOTHING.png new file mode 100644 index 0000000000..c3123e42d7 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/bombsuit_white.rsi/equipped-OUTERCLOTHING.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/bombsuit_white.rsi/icon.png b/Resources/Textures/Clothing/OuterClothing/bombsuit_white.rsi/icon.png new file mode 100644 index 0000000000..d4dbe270ac Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/bombsuit_white.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/bombsuit_white.rsi/inhand-left.png b/Resources/Textures/Clothing/OuterClothing/bombsuit_white.rsi/inhand-left.png new file mode 100644 index 0000000000..8466711f04 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/bombsuit_white.rsi/inhand-left.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/bombsuit_white.rsi/inhand-right.png b/Resources/Textures/Clothing/OuterClothing/bombsuit_white.rsi/inhand-right.png new file mode 100644 index 0000000000..4e4d762b98 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/bombsuit_white.rsi/inhand-right.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/bombsuit_white.rsi/meta.json b/Resources/Textures/Clothing/OuterClothing/bombsuit_white.rsi/meta.json new file mode 100644 index 0000000000..0d10142642 --- /dev/null +++ b/Resources/Textures/Clothing/OuterClothing/bombsuit_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/d71760fe0c0e9ea3a9aa8e9e794daf7e7f892d8c/icons/inventory/suit/mob.dmi", "states": [{"name": "equipped-OUTERCLOTHING", "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/OuterClothing/bombsuitsec.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/Clothing/OuterClothing/bombsuitsec.rsi/equipped-OUTERCLOTHING.png new file mode 100644 index 0000000000..e2f6f4d5a3 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/bombsuitsec.rsi/equipped-OUTERCLOTHING.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/bombsuitsec.rsi/icon.png b/Resources/Textures/Clothing/OuterClothing/bombsuitsec.rsi/icon.png new file mode 100644 index 0000000000..9316898f8c Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/bombsuitsec.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/bombsuitsec.rsi/inhand-left.png b/Resources/Textures/Clothing/OuterClothing/bombsuitsec.rsi/inhand-left.png new file mode 100644 index 0000000000..9d2a206c7d Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/bombsuitsec.rsi/inhand-left.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/bombsuitsec.rsi/inhand-right.png b/Resources/Textures/Clothing/OuterClothing/bombsuitsec.rsi/inhand-right.png new file mode 100644 index 0000000000..f6a45c7c4b Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/bombsuitsec.rsi/inhand-right.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/bombsuitsec.rsi/meta.json b/Resources/Textures/Clothing/OuterClothing/bombsuitsec.rsi/meta.json new file mode 100644 index 0000000000..0d10142642 --- /dev/null +++ b/Resources/Textures/Clothing/OuterClothing/bombsuitsec.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/d71760fe0c0e9ea3a9aa8e9e794daf7e7f892d8c/icons/inventory/suit/mob.dmi", "states": [{"name": "equipped-OUTERCLOTHING", "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/OuterClothing/botanist.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/Clothing/OuterClothing/botanist.rsi/equipped-OUTERCLOTHING.png new file mode 100644 index 0000000000..3f9383b28c Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/botanist.rsi/equipped-OUTERCLOTHING.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/botanist.rsi/icon.png b/Resources/Textures/Clothing/OuterClothing/botanist.rsi/icon.png new file mode 100644 index 0000000000..d328f9aadf Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/botanist.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/botanist.rsi/inhand-left.png b/Resources/Textures/Clothing/OuterClothing/botanist.rsi/inhand-left.png new file mode 100644 index 0000000000..347f54a66f Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/botanist.rsi/inhand-left.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/botanist.rsi/inhand-right.png b/Resources/Textures/Clothing/OuterClothing/botanist.rsi/inhand-right.png new file mode 100644 index 0000000000..f718bf6025 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/botanist.rsi/inhand-right.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/botanist.rsi/meta.json b/Resources/Textures/Clothing/OuterClothing/botanist.rsi/meta.json new file mode 100644 index 0000000000..0d10142642 --- /dev/null +++ b/Resources/Textures/Clothing/OuterClothing/botanist.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/d71760fe0c0e9ea3a9aa8e9e794daf7e7f892d8c/icons/inventory/suit/mob.dmi", "states": [{"name": "equipped-OUTERCLOTHING", "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/OuterClothing/bulletproof.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/Clothing/OuterClothing/bulletproof.rsi/equipped-OUTERCLOTHING.png new file mode 100644 index 0000000000..71a1c3d91f Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/bulletproof.rsi/equipped-OUTERCLOTHING.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/bulletproof.rsi/icon.png b/Resources/Textures/Clothing/OuterClothing/bulletproof.rsi/icon.png new file mode 100644 index 0000000000..56cb38edf6 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/bulletproof.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/bulletproof.rsi/inhand-left.png b/Resources/Textures/Clothing/OuterClothing/bulletproof.rsi/inhand-left.png new file mode 100644 index 0000000000..c105f00781 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/bulletproof.rsi/inhand-left.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/bulletproof.rsi/inhand-right.png b/Resources/Textures/Clothing/OuterClothing/bulletproof.rsi/inhand-right.png new file mode 100644 index 0000000000..487ce456f5 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/bulletproof.rsi/inhand-right.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/bulletproof.rsi/meta.json b/Resources/Textures/Clothing/OuterClothing/bulletproof.rsi/meta.json new file mode 100644 index 0000000000..0d10142642 --- /dev/null +++ b/Resources/Textures/Clothing/OuterClothing/bulletproof.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/d71760fe0c0e9ea3a9aa8e9e794daf7e7f892d8c/icons/inventory/suit/mob.dmi", "states": [{"name": "equipped-OUTERCLOTHING", "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/OuterClothing/caparmor.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/Clothing/OuterClothing/caparmor.rsi/equipped-OUTERCLOTHING.png new file mode 100644 index 0000000000..11fd643d42 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/caparmor.rsi/equipped-OUTERCLOTHING.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/caparmor.rsi/icon.png b/Resources/Textures/Clothing/OuterClothing/caparmor.rsi/icon.png new file mode 100644 index 0000000000..90c25ee64f Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/caparmor.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/caparmor.rsi/inhand-left.png b/Resources/Textures/Clothing/OuterClothing/caparmor.rsi/inhand-left.png new file mode 100644 index 0000000000..16894d1c8a Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/caparmor.rsi/inhand-left.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/caparmor.rsi/inhand-right.png b/Resources/Textures/Clothing/OuterClothing/caparmor.rsi/inhand-right.png new file mode 100644 index 0000000000..5b14e368ed Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/caparmor.rsi/inhand-right.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/caparmor.rsi/meta.json b/Resources/Textures/Clothing/OuterClothing/caparmor.rsi/meta.json new file mode 100644 index 0000000000..0d10142642 --- /dev/null +++ b/Resources/Textures/Clothing/OuterClothing/caparmor.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/d71760fe0c0e9ea3a9aa8e9e794daf7e7f892d8c/icons/inventory/suit/mob.dmi", "states": [{"name": "equipped-OUTERCLOTHING", "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/OuterClothing/cardborg.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/Clothing/OuterClothing/cardborg.rsi/equipped-OUTERCLOTHING.png new file mode 100644 index 0000000000..bfa5e02c5e Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/cardborg.rsi/equipped-OUTERCLOTHING.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/cardborg.rsi/icon.png b/Resources/Textures/Clothing/OuterClothing/cardborg.rsi/icon.png new file mode 100644 index 0000000000..3f867edd70 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/cardborg.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/cardborg.rsi/inhand-left.png b/Resources/Textures/Clothing/OuterClothing/cardborg.rsi/inhand-left.png new file mode 100644 index 0000000000..a12a5e9854 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/cardborg.rsi/inhand-left.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/cardborg.rsi/inhand-right.png b/Resources/Textures/Clothing/OuterClothing/cardborg.rsi/inhand-right.png new file mode 100644 index 0000000000..2fdd95a63f Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/cardborg.rsi/inhand-right.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/cardborg.rsi/meta.json b/Resources/Textures/Clothing/OuterClothing/cardborg.rsi/meta.json new file mode 100644 index 0000000000..0d10142642 --- /dev/null +++ b/Resources/Textures/Clothing/OuterClothing/cardborg.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/d71760fe0c0e9ea3a9aa8e9e794daf7e7f892d8c/icons/inventory/suit/mob.dmi", "states": [{"name": "equipped-OUTERCLOTHING", "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/OuterClothing/cargo_jacket.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/Clothing/OuterClothing/cargo_jacket.rsi/equipped-OUTERCLOTHING.png new file mode 100644 index 0000000000..58cff08e86 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/cargo_jacket.rsi/equipped-OUTERCLOTHING.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/cargo_jacket.rsi/icon.png b/Resources/Textures/Clothing/OuterClothing/cargo_jacket.rsi/icon.png new file mode 100644 index 0000000000..1916256374 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/cargo_jacket.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/cargo_jacket.rsi/inhand-left.png b/Resources/Textures/Clothing/OuterClothing/cargo_jacket.rsi/inhand-left.png new file mode 100644 index 0000000000..080a5397bb Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/cargo_jacket.rsi/inhand-left.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/cargo_jacket.rsi/inhand-right.png b/Resources/Textures/Clothing/OuterClothing/cargo_jacket.rsi/inhand-right.png new file mode 100644 index 0000000000..87be8f2113 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/cargo_jacket.rsi/inhand-right.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/cargo_jacket.rsi/meta.json b/Resources/Textures/Clothing/OuterClothing/cargo_jacket.rsi/meta.json new file mode 100644 index 0000000000..0d10142642 --- /dev/null +++ b/Resources/Textures/Clothing/OuterClothing/cargo_jacket.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/d71760fe0c0e9ea3a9aa8e9e794daf7e7f892d8c/icons/inventory/suit/mob.dmi", "states": [{"name": "equipped-OUTERCLOTHING", "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/OuterClothing/ce_rig.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/Clothing/OuterClothing/ce_rig.rsi/equipped-OUTERCLOTHING.png new file mode 100644 index 0000000000..852d6800e7 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/ce_rig.rsi/equipped-OUTERCLOTHING.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/ce_rig.rsi/icon.png b/Resources/Textures/Clothing/OuterClothing/ce_rig.rsi/icon.png new file mode 100644 index 0000000000..44a2bcd998 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/ce_rig.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/ce_rig.rsi/inhand-left.png b/Resources/Textures/Clothing/OuterClothing/ce_rig.rsi/inhand-left.png new file mode 100644 index 0000000000..da0880f1ce Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/ce_rig.rsi/inhand-left.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/ce_rig.rsi/inhand-right.png b/Resources/Textures/Clothing/OuterClothing/ce_rig.rsi/inhand-right.png new file mode 100644 index 0000000000..6a3177c609 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/ce_rig.rsi/inhand-right.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/ce_rig.rsi/meta.json b/Resources/Textures/Clothing/OuterClothing/ce_rig.rsi/meta.json new file mode 100644 index 0000000000..0d10142642 --- /dev/null +++ b/Resources/Textures/Clothing/OuterClothing/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/d71760fe0c0e9ea3a9aa8e9e794daf7e7f892d8c/icons/inventory/suit/mob.dmi", "states": [{"name": "equipped-OUTERCLOTHING", "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/OuterClothing/ce_rig_sealed.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/Clothing/OuterClothing/ce_rig_sealed.rsi/equipped-OUTERCLOTHING.png new file mode 100644 index 0000000000..0eb3e8d838 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/ce_rig_sealed.rsi/equipped-OUTERCLOTHING.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/ce_rig_sealed.rsi/icon.png b/Resources/Textures/Clothing/OuterClothing/ce_rig_sealed.rsi/icon.png new file mode 100644 index 0000000000..594dc0e1a1 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/ce_rig_sealed.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/ce_rig_sealed.rsi/inhand-left.png b/Resources/Textures/Clothing/OuterClothing/ce_rig_sealed.rsi/inhand-left.png new file mode 100644 index 0000000000..c8af58de83 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/ce_rig_sealed.rsi/inhand-left.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/ce_rig_sealed.rsi/inhand-right.png b/Resources/Textures/Clothing/OuterClothing/ce_rig_sealed.rsi/inhand-right.png new file mode 100644 index 0000000000..934986042e Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/ce_rig_sealed.rsi/inhand-right.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/ce_rig_sealed.rsi/meta.json b/Resources/Textures/Clothing/OuterClothing/ce_rig_sealed.rsi/meta.json new file mode 100644 index 0000000000..0d10142642 --- /dev/null +++ b/Resources/Textures/Clothing/OuterClothing/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/d71760fe0c0e9ea3a9aa8e9e794daf7e7f892d8c/icons/inventory/suit/mob.dmi", "states": [{"name": "equipped-OUTERCLOTHING", "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/OuterClothing/chaplain_hoodie.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/Clothing/OuterClothing/chaplain_hoodie.rsi/equipped-OUTERCLOTHING.png new file mode 100644 index 0000000000..9cb98ccdca Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/chaplain_hoodie.rsi/equipped-OUTERCLOTHING.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/chaplain_hoodie.rsi/icon.png b/Resources/Textures/Clothing/OuterClothing/chaplain_hoodie.rsi/icon.png new file mode 100644 index 0000000000..68e3775418 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/chaplain_hoodie.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/chaplain_hoodie.rsi/inhand-left.png b/Resources/Textures/Clothing/OuterClothing/chaplain_hoodie.rsi/inhand-left.png new file mode 100644 index 0000000000..13f968ff07 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/chaplain_hoodie.rsi/inhand-left.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/chaplain_hoodie.rsi/inhand-right.png b/Resources/Textures/Clothing/OuterClothing/chaplain_hoodie.rsi/inhand-right.png new file mode 100644 index 0000000000..1125a3d600 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/chaplain_hoodie.rsi/inhand-right.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/chaplain_hoodie.rsi/meta.json b/Resources/Textures/Clothing/OuterClothing/chaplain_hoodie.rsi/meta.json new file mode 100644 index 0000000000..0d10142642 --- /dev/null +++ b/Resources/Textures/Clothing/OuterClothing/chaplain_hoodie.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/d71760fe0c0e9ea3a9aa8e9e794daf7e7f892d8c/icons/inventory/suit/mob.dmi", "states": [{"name": "equipped-OUTERCLOTHING", "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/OuterClothing/chef.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/Clothing/OuterClothing/chef.rsi/equipped-OUTERCLOTHING.png new file mode 100644 index 0000000000..64b3aa3c5c Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/chef.rsi/equipped-OUTERCLOTHING.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/chef.rsi/icon.png b/Resources/Textures/Clothing/OuterClothing/chef.rsi/icon.png new file mode 100644 index 0000000000..693d215ff3 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/chef.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/chef.rsi/inhand-left.png b/Resources/Textures/Clothing/OuterClothing/chef.rsi/inhand-left.png new file mode 100644 index 0000000000..0c7f537a42 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/chef.rsi/inhand-left.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/chef.rsi/inhand-right.png b/Resources/Textures/Clothing/OuterClothing/chef.rsi/inhand-right.png new file mode 100644 index 0000000000..23152285cb Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/chef.rsi/inhand-right.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/chef.rsi/meta.json b/Resources/Textures/Clothing/OuterClothing/chef.rsi/meta.json new file mode 100644 index 0000000000..0d10142642 --- /dev/null +++ b/Resources/Textures/Clothing/OuterClothing/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/d71760fe0c0e9ea3a9aa8e9e794daf7e7f892d8c/icons/inventory/suit/mob.dmi", "states": [{"name": "equipped-OUTERCLOTHING", "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/OuterClothing/chickensuit.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/Clothing/OuterClothing/chickensuit.rsi/equipped-OUTERCLOTHING.png new file mode 100644 index 0000000000..f938351350 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/chickensuit.rsi/equipped-OUTERCLOTHING.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/chickensuit.rsi/icon.png b/Resources/Textures/Clothing/OuterClothing/chickensuit.rsi/icon.png new file mode 100644 index 0000000000..dae420b05e Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/chickensuit.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/chickensuit.rsi/inhand-left.png b/Resources/Textures/Clothing/OuterClothing/chickensuit.rsi/inhand-left.png new file mode 100644 index 0000000000..ce55fa1890 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/chickensuit.rsi/inhand-left.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/chickensuit.rsi/inhand-right.png b/Resources/Textures/Clothing/OuterClothing/chickensuit.rsi/inhand-right.png new file mode 100644 index 0000000000..4542d904cb Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/chickensuit.rsi/inhand-right.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/chickensuit.rsi/meta.json b/Resources/Textures/Clothing/OuterClothing/chickensuit.rsi/meta.json new file mode 100644 index 0000000000..0d10142642 --- /dev/null +++ b/Resources/Textures/Clothing/OuterClothing/chickensuit.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/d71760fe0c0e9ea3a9aa8e9e794daf7e7f892d8c/icons/inventory/suit/mob.dmi", "states": [{"name": "equipped-OUTERCLOTHING", "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/OuterClothing/church_coat.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/Clothing/OuterClothing/church_coat.rsi/equipped-OUTERCLOTHING.png new file mode 100644 index 0000000000..184b82d158 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/church_coat.rsi/equipped-OUTERCLOTHING.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/church_coat.rsi/icon.png b/Resources/Textures/Clothing/OuterClothing/church_coat.rsi/icon.png new file mode 100644 index 0000000000..b6e54ed619 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/church_coat.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/church_coat.rsi/inhand-left.png b/Resources/Textures/Clothing/OuterClothing/church_coat.rsi/inhand-left.png new file mode 100644 index 0000000000..bf3ff041ed Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/church_coat.rsi/inhand-left.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/church_coat.rsi/inhand-right.png b/Resources/Textures/Clothing/OuterClothing/church_coat.rsi/inhand-right.png new file mode 100644 index 0000000000..9e6ce000d3 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/church_coat.rsi/inhand-right.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/church_coat.rsi/meta.json b/Resources/Textures/Clothing/OuterClothing/church_coat.rsi/meta.json new file mode 100644 index 0000000000..0d10142642 --- /dev/null +++ b/Resources/Textures/Clothing/OuterClothing/church_coat.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/d71760fe0c0e9ea3a9aa8e9e794daf7e7f892d8c/icons/inventory/suit/mob.dmi", "states": [{"name": "equipped-OUTERCLOTHING", "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/OuterClothing/classicponcho.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/Clothing/OuterClothing/classicponcho.rsi/equipped-OUTERCLOTHING.png new file mode 100644 index 0000000000..3d5710bf1a Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/classicponcho.rsi/equipped-OUTERCLOTHING.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/classicponcho.rsi/icon.png b/Resources/Textures/Clothing/OuterClothing/classicponcho.rsi/icon.png new file mode 100644 index 0000000000..ce159e8eda Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/classicponcho.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/classicponcho.rsi/inhand-left.png b/Resources/Textures/Clothing/OuterClothing/classicponcho.rsi/inhand-left.png new file mode 100644 index 0000000000..fdc1a01c69 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/classicponcho.rsi/inhand-left.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/classicponcho.rsi/inhand-right.png b/Resources/Textures/Clothing/OuterClothing/classicponcho.rsi/inhand-right.png new file mode 100644 index 0000000000..5219a229bf Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/classicponcho.rsi/inhand-right.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/classicponcho.rsi/meta.json b/Resources/Textures/Clothing/OuterClothing/classicponcho.rsi/meta.json new file mode 100644 index 0000000000..0d10142642 --- /dev/null +++ b/Resources/Textures/Clothing/OuterClothing/classicponcho.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/d71760fe0c0e9ea3a9aa8e9e794daf7e7f892d8c/icons/inventory/suit/mob.dmi", "states": [{"name": "equipped-OUTERCLOTHING", "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/OuterClothing/cult_armour.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/Clothing/OuterClothing/cult_armour.rsi/equipped-OUTERCLOTHING.png new file mode 100644 index 0000000000..1608cd3b63 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/cult_armour.rsi/equipped-OUTERCLOTHING.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/cult_armour.rsi/icon.png b/Resources/Textures/Clothing/OuterClothing/cult_armour.rsi/icon.png new file mode 100644 index 0000000000..d74fa5f747 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/cult_armour.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/cult_armour.rsi/inhand-left.png b/Resources/Textures/Clothing/OuterClothing/cult_armour.rsi/inhand-left.png new file mode 100644 index 0000000000..f4b2294674 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/cult_armour.rsi/inhand-left.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/cult_armour.rsi/inhand-right.png b/Resources/Textures/Clothing/OuterClothing/cult_armour.rsi/inhand-right.png new file mode 100644 index 0000000000..2594f917b8 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/cult_armour.rsi/inhand-right.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/cult_armour.rsi/meta.json b/Resources/Textures/Clothing/OuterClothing/cult_armour.rsi/meta.json new file mode 100644 index 0000000000..0d10142642 --- /dev/null +++ b/Resources/Textures/Clothing/OuterClothing/cult_armour.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/d71760fe0c0e9ea3a9aa8e9e794daf7e7f892d8c/icons/inventory/suit/mob.dmi", "states": [{"name": "equipped-OUTERCLOTHING", "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/OuterClothing/cultrobes.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/Clothing/OuterClothing/cultrobes.rsi/equipped-OUTERCLOTHING.png new file mode 100644 index 0000000000..341956c777 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/cultrobes.rsi/equipped-OUTERCLOTHING.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/cultrobes.rsi/icon.png b/Resources/Textures/Clothing/OuterClothing/cultrobes.rsi/icon.png new file mode 100644 index 0000000000..7189749d00 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/cultrobes.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/cultrobes.rsi/inhand-left.png b/Resources/Textures/Clothing/OuterClothing/cultrobes.rsi/inhand-left.png new file mode 100644 index 0000000000..dab4fbb86b Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/cultrobes.rsi/inhand-left.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/cultrobes.rsi/inhand-right.png b/Resources/Textures/Clothing/OuterClothing/cultrobes.rsi/inhand-right.png new file mode 100644 index 0000000000..976426b3f8 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/cultrobes.rsi/inhand-right.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/cultrobes.rsi/meta.json b/Resources/Textures/Clothing/OuterClothing/cultrobes.rsi/meta.json new file mode 100644 index 0000000000..0d10142642 --- /dev/null +++ b/Resources/Textures/Clothing/OuterClothing/cultrobes.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/d71760fe0c0e9ea3a9aa8e9e794daf7e7f892d8c/icons/inventory/suit/mob.dmi", "states": [{"name": "equipped-OUTERCLOTHING", "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/OuterClothing/cultrobesalt.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/Clothing/OuterClothing/cultrobesalt.rsi/equipped-OUTERCLOTHING.png new file mode 100644 index 0000000000..15d376414b Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/cultrobesalt.rsi/equipped-OUTERCLOTHING.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/cultrobesalt.rsi/icon.png b/Resources/Textures/Clothing/OuterClothing/cultrobesalt.rsi/icon.png new file mode 100644 index 0000000000..0dc5461111 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/cultrobesalt.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/cultrobesalt.rsi/inhand-left.png b/Resources/Textures/Clothing/OuterClothing/cultrobesalt.rsi/inhand-left.png new file mode 100644 index 0000000000..790c99187e Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/cultrobesalt.rsi/inhand-left.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/cultrobesalt.rsi/inhand-right.png b/Resources/Textures/Clothing/OuterClothing/cultrobesalt.rsi/inhand-right.png new file mode 100644 index 0000000000..19ec69214a Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/cultrobesalt.rsi/inhand-right.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/cultrobesalt.rsi/meta.json b/Resources/Textures/Clothing/OuterClothing/cultrobesalt.rsi/meta.json new file mode 100644 index 0000000000..0d10142642 --- /dev/null +++ b/Resources/Textures/Clothing/OuterClothing/cultrobesalt.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/d71760fe0c0e9ea3a9aa8e9e794daf7e7f892d8c/icons/inventory/suit/mob.dmi", "states": [{"name": "equipped-OUTERCLOTHING", "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/OuterClothing/custodian.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/Clothing/OuterClothing/custodian.rsi/equipped-OUTERCLOTHING.png new file mode 100644 index 0000000000..2cb7e362c4 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/custodian.rsi/equipped-OUTERCLOTHING.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/custodian.rsi/icon.png b/Resources/Textures/Clothing/OuterClothing/custodian.rsi/icon.png new file mode 100644 index 0000000000..641d65a510 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/custodian.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/custodian.rsi/inhand-left.png b/Resources/Textures/Clothing/OuterClothing/custodian.rsi/inhand-left.png new file mode 100644 index 0000000000..16f1e2802a Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/custodian.rsi/inhand-left.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/custodian.rsi/inhand-right.png b/Resources/Textures/Clothing/OuterClothing/custodian.rsi/inhand-right.png new file mode 100644 index 0000000000..73ce669455 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/custodian.rsi/inhand-right.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/custodian.rsi/meta.json b/Resources/Textures/Clothing/OuterClothing/custodian.rsi/meta.json new file mode 100644 index 0000000000..0d10142642 --- /dev/null +++ b/Resources/Textures/Clothing/OuterClothing/custodian.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/d71760fe0c0e9ea3a9aa8e9e794daf7e7f892d8c/icons/inventory/suit/mob.dmi", "states": [{"name": "equipped-OUTERCLOTHING", "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/OuterClothing/deathsquad.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/Clothing/OuterClothing/deathsquad.rsi/equipped-OUTERCLOTHING.png new file mode 100644 index 0000000000..c13e2c8e8a Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/deathsquad.rsi/equipped-OUTERCLOTHING.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/deathsquad.rsi/icon.png b/Resources/Textures/Clothing/OuterClothing/deathsquad.rsi/icon.png new file mode 100644 index 0000000000..56f4367782 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/deathsquad.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/deathsquad.rsi/inhand-left.png b/Resources/Textures/Clothing/OuterClothing/deathsquad.rsi/inhand-left.png new file mode 100644 index 0000000000..32dbb4bcbd Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/deathsquad.rsi/inhand-left.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/deathsquad.rsi/inhand-right.png b/Resources/Textures/Clothing/OuterClothing/deathsquad.rsi/inhand-right.png new file mode 100644 index 0000000000..690d4cef20 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/deathsquad.rsi/inhand-right.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/deathsquad.rsi/meta.json b/Resources/Textures/Clothing/OuterClothing/deathsquad.rsi/meta.json new file mode 100644 index 0000000000..0d10142642 --- /dev/null +++ b/Resources/Textures/Clothing/OuterClothing/deathsquad.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/d71760fe0c0e9ea3a9aa8e9e794daf7e7f892d8c/icons/inventory/suit/mob.dmi", "states": [{"name": "equipped-OUTERCLOTHING", "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/OuterClothing/detective.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/Clothing/OuterClothing/detective.rsi/equipped-OUTERCLOTHING.png new file mode 100644 index 0000000000..dd773e896b Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/detective.rsi/equipped-OUTERCLOTHING.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/detective.rsi/icon.png b/Resources/Textures/Clothing/OuterClothing/detective.rsi/icon.png new file mode 100644 index 0000000000..b666cdeaa7 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/detective.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/detective.rsi/inhand-left.png b/Resources/Textures/Clothing/OuterClothing/detective.rsi/inhand-left.png new file mode 100644 index 0000000000..7d93cccbfc Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/detective.rsi/inhand-left.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/detective.rsi/inhand-right.png b/Resources/Textures/Clothing/OuterClothing/detective.rsi/inhand-right.png new file mode 100644 index 0000000000..1072c87521 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/detective.rsi/inhand-right.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/detective.rsi/meta.json b/Resources/Textures/Clothing/OuterClothing/detective.rsi/meta.json new file mode 100644 index 0000000000..0d10142642 --- /dev/null +++ b/Resources/Textures/Clothing/OuterClothing/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/d71760fe0c0e9ea3a9aa8e9e794daf7e7f892d8c/icons/inventory/suit/mob.dmi", "states": [{"name": "equipped-OUTERCLOTHING", "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/OuterClothing/detvest.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/Clothing/OuterClothing/detvest.rsi/equipped-OUTERCLOTHING.png new file mode 100644 index 0000000000..2e86e34438 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/detvest.rsi/equipped-OUTERCLOTHING.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/detvest.rsi/icon.png b/Resources/Textures/Clothing/OuterClothing/detvest.rsi/icon.png new file mode 100644 index 0000000000..e0de8c7ec9 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/detvest.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/detvest.rsi/inhand-left.png b/Resources/Textures/Clothing/OuterClothing/detvest.rsi/inhand-left.png new file mode 100644 index 0000000000..457d2f0aa7 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/detvest.rsi/inhand-left.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/detvest.rsi/inhand-right.png b/Resources/Textures/Clothing/OuterClothing/detvest.rsi/inhand-right.png new file mode 100644 index 0000000000..46c4bf259c Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/detvest.rsi/inhand-right.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/detvest.rsi/meta.json b/Resources/Textures/Clothing/OuterClothing/detvest.rsi/meta.json new file mode 100644 index 0000000000..0d10142642 --- /dev/null +++ b/Resources/Textures/Clothing/OuterClothing/detvest.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/d71760fe0c0e9ea3a9aa8e9e794daf7e7f892d8c/icons/inventory/suit/mob.dmi", "states": [{"name": "equipped-OUTERCLOTHING", "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/OuterClothing/emergency_suit.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/Clothing/OuterClothing/emergency_suit.rsi/equipped-OUTERCLOTHING.png new file mode 100644 index 0000000000..29a20e4a41 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/emergency_suit.rsi/equipped-OUTERCLOTHING.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/emergency_suit.rsi/icon.png b/Resources/Textures/Clothing/OuterClothing/emergency_suit.rsi/icon.png new file mode 100644 index 0000000000..758e52a78c Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/emergency_suit.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/emergency_suit.rsi/inhand-left.png b/Resources/Textures/Clothing/OuterClothing/emergency_suit.rsi/inhand-left.png new file mode 100644 index 0000000000..47564f7185 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/emergency_suit.rsi/inhand-left.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/emergency_suit.rsi/inhand-right.png b/Resources/Textures/Clothing/OuterClothing/emergency_suit.rsi/inhand-right.png new file mode 100644 index 0000000000..091f9c2e22 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/emergency_suit.rsi/inhand-right.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/emergency_suit.rsi/meta.json b/Resources/Textures/Clothing/OuterClothing/emergency_suit.rsi/meta.json new file mode 100644 index 0000000000..0d10142642 --- /dev/null +++ b/Resources/Textures/Clothing/OuterClothing/emergency_suit.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/d71760fe0c0e9ea3a9aa8e9e794daf7e7f892d8c/icons/inventory/suit/mob.dmi", "states": [{"name": "equipped-OUTERCLOTHING", "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/OuterClothing/engineering_rig.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/Clothing/OuterClothing/engineering_rig.rsi/equipped-OUTERCLOTHING.png new file mode 100644 index 0000000000..df7eef84f1 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/engineering_rig.rsi/equipped-OUTERCLOTHING.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/engineering_rig.rsi/icon.png b/Resources/Textures/Clothing/OuterClothing/engineering_rig.rsi/icon.png new file mode 100644 index 0000000000..e9ff6cb9e2 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/engineering_rig.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/engineering_rig.rsi/inhand-left.png b/Resources/Textures/Clothing/OuterClothing/engineering_rig.rsi/inhand-left.png new file mode 100644 index 0000000000..696692aa7f Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/engineering_rig.rsi/inhand-left.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/engineering_rig.rsi/inhand-right.png b/Resources/Textures/Clothing/OuterClothing/engineering_rig.rsi/inhand-right.png new file mode 100644 index 0000000000..4c4a69718d Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/engineering_rig.rsi/inhand-right.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/engineering_rig.rsi/meta.json b/Resources/Textures/Clothing/OuterClothing/engineering_rig.rsi/meta.json new file mode 100644 index 0000000000..0d10142642 --- /dev/null +++ b/Resources/Textures/Clothing/OuterClothing/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/d71760fe0c0e9ea3a9aa8e9e794daf7e7f892d8c/icons/inventory/suit/mob.dmi", "states": [{"name": "equipped-OUTERCLOTHING", "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/OuterClothing/engineering_rig_sealed.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/Clothing/OuterClothing/engineering_rig_sealed.rsi/equipped-OUTERCLOTHING.png new file mode 100644 index 0000000000..29d6bf55fe Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/engineering_rig_sealed.rsi/equipped-OUTERCLOTHING.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/engineering_rig_sealed.rsi/icon.png b/Resources/Textures/Clothing/OuterClothing/engineering_rig_sealed.rsi/icon.png new file mode 100644 index 0000000000..101206a47b Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/engineering_rig_sealed.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/engineering_rig_sealed.rsi/inhand-left.png b/Resources/Textures/Clothing/OuterClothing/engineering_rig_sealed.rsi/inhand-left.png new file mode 100644 index 0000000000..d7142ca3c8 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/engineering_rig_sealed.rsi/inhand-left.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/engineering_rig_sealed.rsi/inhand-right.png b/Resources/Textures/Clothing/OuterClothing/engineering_rig_sealed.rsi/inhand-right.png new file mode 100644 index 0000000000..5e77221a50 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/engineering_rig_sealed.rsi/inhand-right.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/engineering_rig_sealed.rsi/meta.json b/Resources/Textures/Clothing/OuterClothing/engineering_rig_sealed.rsi/meta.json new file mode 100644 index 0000000000..0d10142642 --- /dev/null +++ b/Resources/Textures/Clothing/OuterClothing/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/d71760fe0c0e9ea3a9aa8e9e794daf7e7f892d8c/icons/inventory/suit/mob.dmi", "states": [{"name": "equipped-OUTERCLOTHING", "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/OuterClothing/eva_rig.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/Clothing/OuterClothing/eva_rig.rsi/equipped-OUTERCLOTHING.png new file mode 100644 index 0000000000..32df3ee715 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/eva_rig.rsi/equipped-OUTERCLOTHING.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/eva_rig.rsi/icon.png b/Resources/Textures/Clothing/OuterClothing/eva_rig.rsi/icon.png new file mode 100644 index 0000000000..5fae770b20 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/eva_rig.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/eva_rig.rsi/inhand-left.png b/Resources/Textures/Clothing/OuterClothing/eva_rig.rsi/inhand-left.png new file mode 100644 index 0000000000..1ada644263 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/eva_rig.rsi/inhand-left.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/eva_rig.rsi/inhand-right.png b/Resources/Textures/Clothing/OuterClothing/eva_rig.rsi/inhand-right.png new file mode 100644 index 0000000000..4db8e0cac5 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/eva_rig.rsi/inhand-right.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/eva_rig.rsi/meta.json b/Resources/Textures/Clothing/OuterClothing/eva_rig.rsi/meta.json new file mode 100644 index 0000000000..0d10142642 --- /dev/null +++ b/Resources/Textures/Clothing/OuterClothing/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/d71760fe0c0e9ea3a9aa8e9e794daf7e7f892d8c/icons/inventory/suit/mob.dmi", "states": [{"name": "equipped-OUTERCLOTHING", "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/OuterClothing/eva_rig_sealed.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/Clothing/OuterClothing/eva_rig_sealed.rsi/equipped-OUTERCLOTHING.png new file mode 100644 index 0000000000..7caca5b96b Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/eva_rig_sealed.rsi/equipped-OUTERCLOTHING.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/eva_rig_sealed.rsi/icon.png b/Resources/Textures/Clothing/OuterClothing/eva_rig_sealed.rsi/icon.png new file mode 100644 index 0000000000..5f5beda527 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/eva_rig_sealed.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/eva_rig_sealed.rsi/inhand-left.png b/Resources/Textures/Clothing/OuterClothing/eva_rig_sealed.rsi/inhand-left.png new file mode 100644 index 0000000000..751295ffa5 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/eva_rig_sealed.rsi/inhand-left.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/eva_rig_sealed.rsi/inhand-right.png b/Resources/Textures/Clothing/OuterClothing/eva_rig_sealed.rsi/inhand-right.png new file mode 100644 index 0000000000..fa95c89ec5 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/eva_rig_sealed.rsi/inhand-right.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/eva_rig_sealed.rsi/meta.json b/Resources/Textures/Clothing/OuterClothing/eva_rig_sealed.rsi/meta.json new file mode 100644 index 0000000000..0d10142642 --- /dev/null +++ b/Resources/Textures/Clothing/OuterClothing/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/d71760fe0c0e9ea3a9aa8e9e794daf7e7f892d8c/icons/inventory/suit/mob.dmi", "states": [{"name": "equipped-OUTERCLOTHING", "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/OuterClothing/firesuit.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/Clothing/OuterClothing/firesuit.rsi/equipped-OUTERCLOTHING.png new file mode 100644 index 0000000000..241913b977 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/firesuit.rsi/equipped-OUTERCLOTHING.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/firesuit.rsi/icon.png b/Resources/Textures/Clothing/OuterClothing/firesuit.rsi/icon.png new file mode 100644 index 0000000000..d2a0302bf2 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/firesuit.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/firesuit.rsi/inhand-left.png b/Resources/Textures/Clothing/OuterClothing/firesuit.rsi/inhand-left.png new file mode 100644 index 0000000000..aa750ee200 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/firesuit.rsi/inhand-left.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/firesuit.rsi/inhand-right.png b/Resources/Textures/Clothing/OuterClothing/firesuit.rsi/inhand-right.png new file mode 100644 index 0000000000..526891c823 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/firesuit.rsi/inhand-right.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/firesuit.rsi/meta.json b/Resources/Textures/Clothing/OuterClothing/firesuit.rsi/meta.json new file mode 100644 index 0000000000..0d10142642 --- /dev/null +++ b/Resources/Textures/Clothing/OuterClothing/firesuit.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/d71760fe0c0e9ea3a9aa8e9e794daf7e7f892d8c/icons/inventory/suit/mob.dmi", "states": [{"name": "equipped-OUTERCLOTHING", "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/OuterClothing/gentlecoat.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/Clothing/OuterClothing/gentlecoat.rsi/equipped-OUTERCLOTHING.png new file mode 100644 index 0000000000..2a6c91ffc2 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/gentlecoat.rsi/equipped-OUTERCLOTHING.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/gentlecoat.rsi/icon.png b/Resources/Textures/Clothing/OuterClothing/gentlecoat.rsi/icon.png new file mode 100644 index 0000000000..f42ae3430c Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/gentlecoat.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/gentlecoat.rsi/inhand-left.png b/Resources/Textures/Clothing/OuterClothing/gentlecoat.rsi/inhand-left.png new file mode 100644 index 0000000000..b07e5e8d68 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/gentlecoat.rsi/inhand-left.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/gentlecoat.rsi/inhand-right.png b/Resources/Textures/Clothing/OuterClothing/gentlecoat.rsi/inhand-right.png new file mode 100644 index 0000000000..005a40d6ed Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/gentlecoat.rsi/inhand-right.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/gentlecoat.rsi/meta.json b/Resources/Textures/Clothing/OuterClothing/gentlecoat.rsi/meta.json new file mode 100644 index 0000000000..0d10142642 --- /dev/null +++ b/Resources/Textures/Clothing/OuterClothing/gentlecoat.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/d71760fe0c0e9ea3a9aa8e9e794daf7e7f892d8c/icons/inventory/suit/mob.dmi", "states": [{"name": "equipped-OUTERCLOTHING", "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/OuterClothing/golem.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/Clothing/OuterClothing/golem.rsi/equipped-OUTERCLOTHING.png new file mode 100644 index 0000000000..d2bf9f8972 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/golem.rsi/equipped-OUTERCLOTHING.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/golem.rsi/icon.png b/Resources/Textures/Clothing/OuterClothing/golem.rsi/icon.png new file mode 100644 index 0000000000..d2bf9f8972 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/golem.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/golem.rsi/inhand-left.png b/Resources/Textures/Clothing/OuterClothing/golem.rsi/inhand-left.png new file mode 100644 index 0000000000..0858c19f05 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/golem.rsi/inhand-left.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/golem.rsi/inhand-right.png b/Resources/Textures/Clothing/OuterClothing/golem.rsi/inhand-right.png new file mode 100644 index 0000000000..0858c19f05 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/golem.rsi/inhand-right.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/golem.rsi/meta.json b/Resources/Textures/Clothing/OuterClothing/golem.rsi/meta.json new file mode 100644 index 0000000000..d45040f691 --- /dev/null +++ b/Resources/Textures/Clothing/OuterClothing/golem.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/d71760fe0c0e9ea3a9aa8e9e794daf7e7f892d8c/icons/inventory/suit/mob.dmi", "states": [{"name": "equipped-OUTERCLOTHING", "directions": 1}, {"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/OuterClothing/grey_hoodie.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/Clothing/OuterClothing/grey_hoodie.rsi/equipped-OUTERCLOTHING.png new file mode 100644 index 0000000000..9f63974538 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/grey_hoodie.rsi/equipped-OUTERCLOTHING.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/grey_hoodie.rsi/icon.png b/Resources/Textures/Clothing/OuterClothing/grey_hoodie.rsi/icon.png new file mode 100644 index 0000000000..ca75253c4f Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/grey_hoodie.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/grey_hoodie.rsi/inhand-left.png b/Resources/Textures/Clothing/OuterClothing/grey_hoodie.rsi/inhand-left.png new file mode 100644 index 0000000000..b867152ea8 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/grey_hoodie.rsi/inhand-left.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/grey_hoodie.rsi/inhand-right.png b/Resources/Textures/Clothing/OuterClothing/grey_hoodie.rsi/inhand-right.png new file mode 100644 index 0000000000..12e6b67054 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/grey_hoodie.rsi/inhand-right.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/grey_hoodie.rsi/meta.json b/Resources/Textures/Clothing/OuterClothing/grey_hoodie.rsi/meta.json new file mode 100644 index 0000000000..0d10142642 --- /dev/null +++ b/Resources/Textures/Clothing/OuterClothing/grey_hoodie.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/d71760fe0c0e9ea3a9aa8e9e794daf7e7f892d8c/icons/inventory/suit/mob.dmi", "states": [{"name": "equipped-OUTERCLOTHING", "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/OuterClothing/grey_hoodie_open.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/Clothing/OuterClothing/grey_hoodie_open.rsi/equipped-OUTERCLOTHING.png new file mode 100644 index 0000000000..d343e4e4d0 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/grey_hoodie_open.rsi/equipped-OUTERCLOTHING.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/grey_hoodie_open.rsi/icon.png b/Resources/Textures/Clothing/OuterClothing/grey_hoodie_open.rsi/icon.png new file mode 100644 index 0000000000..54123b521b Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/grey_hoodie_open.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/grey_hoodie_open.rsi/inhand-left.png b/Resources/Textures/Clothing/OuterClothing/grey_hoodie_open.rsi/inhand-left.png new file mode 100644 index 0000000000..f403a4010d Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/grey_hoodie_open.rsi/inhand-left.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/grey_hoodie_open.rsi/inhand-right.png b/Resources/Textures/Clothing/OuterClothing/grey_hoodie_open.rsi/inhand-right.png new file mode 100644 index 0000000000..e8d1adee99 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/grey_hoodie_open.rsi/inhand-right.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/grey_hoodie_open.rsi/meta.json b/Resources/Textures/Clothing/OuterClothing/grey_hoodie_open.rsi/meta.json new file mode 100644 index 0000000000..0d10142642 --- /dev/null +++ b/Resources/Textures/Clothing/OuterClothing/grey_hoodie_open.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/d71760fe0c0e9ea3a9aa8e9e794daf7e7f892d8c/icons/inventory/suit/mob.dmi", "states": [{"name": "equipped-OUTERCLOTHING", "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/OuterClothing/hacker_rig.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/Clothing/OuterClothing/hacker_rig.rsi/equipped-OUTERCLOTHING.png new file mode 100644 index 0000000000..9cce6c7eef Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/hacker_rig.rsi/equipped-OUTERCLOTHING.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/hacker_rig.rsi/icon.png b/Resources/Textures/Clothing/OuterClothing/hacker_rig.rsi/icon.png new file mode 100644 index 0000000000..706e5829bb Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/hacker_rig.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/hacker_rig.rsi/inhand-left.png b/Resources/Textures/Clothing/OuterClothing/hacker_rig.rsi/inhand-left.png new file mode 100644 index 0000000000..c42cd53e59 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/hacker_rig.rsi/inhand-left.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/hacker_rig.rsi/inhand-right.png b/Resources/Textures/Clothing/OuterClothing/hacker_rig.rsi/inhand-right.png new file mode 100644 index 0000000000..a584bd6d66 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/hacker_rig.rsi/inhand-right.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/hacker_rig.rsi/meta.json b/Resources/Textures/Clothing/OuterClothing/hacker_rig.rsi/meta.json new file mode 100644 index 0000000000..0d10142642 --- /dev/null +++ b/Resources/Textures/Clothing/OuterClothing/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/d71760fe0c0e9ea3a9aa8e9e794daf7e7f892d8c/icons/inventory/suit/mob.dmi", "states": [{"name": "equipped-OUTERCLOTHING", "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/OuterClothing/hacker_rig_sealed.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/Clothing/OuterClothing/hacker_rig_sealed.rsi/equipped-OUTERCLOTHING.png new file mode 100644 index 0000000000..8e5380f5f4 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/hacker_rig_sealed.rsi/equipped-OUTERCLOTHING.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/hacker_rig_sealed.rsi/icon.png b/Resources/Textures/Clothing/OuterClothing/hacker_rig_sealed.rsi/icon.png new file mode 100644 index 0000000000..7a86dc3f40 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/hacker_rig_sealed.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/hacker_rig_sealed.rsi/inhand-left.png b/Resources/Textures/Clothing/OuterClothing/hacker_rig_sealed.rsi/inhand-left.png new file mode 100644 index 0000000000..4adff940cb Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/hacker_rig_sealed.rsi/inhand-left.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/hacker_rig_sealed.rsi/inhand-right.png b/Resources/Textures/Clothing/OuterClothing/hacker_rig_sealed.rsi/inhand-right.png new file mode 100644 index 0000000000..406abb30fe Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/hacker_rig_sealed.rsi/inhand-right.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/hacker_rig_sealed.rsi/meta.json b/Resources/Textures/Clothing/OuterClothing/hacker_rig_sealed.rsi/meta.json new file mode 100644 index 0000000000..0d10142642 --- /dev/null +++ b/Resources/Textures/Clothing/OuterClothing/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/d71760fe0c0e9ea3a9aa8e9e794daf7e7f892d8c/icons/inventory/suit/mob.dmi", "states": [{"name": "equipped-OUTERCLOTHING", "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/OuterClothing/hazard.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/Clothing/OuterClothing/hazard.rsi/equipped-OUTERCLOTHING.png new file mode 100644 index 0000000000..b30ea919fc Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/hazard.rsi/equipped-OUTERCLOTHING.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/hazard.rsi/icon.png b/Resources/Textures/Clothing/OuterClothing/hazard.rsi/icon.png new file mode 100644 index 0000000000..37a4b2f1b6 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/hazard.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/hazard.rsi/inhand-left.png b/Resources/Textures/Clothing/OuterClothing/hazard.rsi/inhand-left.png new file mode 100644 index 0000000000..d0ddf4e66a Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/hazard.rsi/inhand-left.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/hazard.rsi/inhand-right.png b/Resources/Textures/Clothing/OuterClothing/hazard.rsi/inhand-right.png new file mode 100644 index 0000000000..94b45b9296 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/hazard.rsi/inhand-right.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/hazard.rsi/meta.json b/Resources/Textures/Clothing/OuterClothing/hazard.rsi/meta.json new file mode 100644 index 0000000000..0d10142642 --- /dev/null +++ b/Resources/Textures/Clothing/OuterClothing/hazard.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/d71760fe0c0e9ea3a9aa8e9e794daf7e7f892d8c/icons/inventory/suit/mob.dmi", "states": [{"name": "equipped-OUTERCLOTHING", "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/OuterClothing/hazard_rig.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/Clothing/OuterClothing/hazard_rig.rsi/equipped-OUTERCLOTHING.png new file mode 100644 index 0000000000..547b75a433 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/hazard_rig.rsi/equipped-OUTERCLOTHING.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/hazard_rig.rsi/icon.png b/Resources/Textures/Clothing/OuterClothing/hazard_rig.rsi/icon.png new file mode 100644 index 0000000000..75297ed99f Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/hazard_rig.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/hazard_rig.rsi/inhand-left.png b/Resources/Textures/Clothing/OuterClothing/hazard_rig.rsi/inhand-left.png new file mode 100644 index 0000000000..9c6a1579b6 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/hazard_rig.rsi/inhand-left.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/hazard_rig.rsi/inhand-right.png b/Resources/Textures/Clothing/OuterClothing/hazard_rig.rsi/inhand-right.png new file mode 100644 index 0000000000..f1090b425e Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/hazard_rig.rsi/inhand-right.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/hazard_rig.rsi/meta.json b/Resources/Textures/Clothing/OuterClothing/hazard_rig.rsi/meta.json new file mode 100644 index 0000000000..0d10142642 --- /dev/null +++ b/Resources/Textures/Clothing/OuterClothing/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/d71760fe0c0e9ea3a9aa8e9e794daf7e7f892d8c/icons/inventory/suit/mob.dmi", "states": [{"name": "equipped-OUTERCLOTHING", "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/OuterClothing/hazard_rig_sealed.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/Clothing/OuterClothing/hazard_rig_sealed.rsi/equipped-OUTERCLOTHING.png new file mode 100644 index 0000000000..17838db523 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/hazard_rig_sealed.rsi/equipped-OUTERCLOTHING.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/hazard_rig_sealed.rsi/icon.png b/Resources/Textures/Clothing/OuterClothing/hazard_rig_sealed.rsi/icon.png new file mode 100644 index 0000000000..77aff5f33d Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/hazard_rig_sealed.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/hazard_rig_sealed.rsi/inhand-left.png b/Resources/Textures/Clothing/OuterClothing/hazard_rig_sealed.rsi/inhand-left.png new file mode 100644 index 0000000000..0680aac84e Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/hazard_rig_sealed.rsi/inhand-left.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/hazard_rig_sealed.rsi/inhand-right.png b/Resources/Textures/Clothing/OuterClothing/hazard_rig_sealed.rsi/inhand-right.png new file mode 100644 index 0000000000..59f11a3957 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/hazard_rig_sealed.rsi/inhand-right.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/hazard_rig_sealed.rsi/meta.json b/Resources/Textures/Clothing/OuterClothing/hazard_rig_sealed.rsi/meta.json new file mode 100644 index 0000000000..0d10142642 --- /dev/null +++ b/Resources/Textures/Clothing/OuterClothing/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/d71760fe0c0e9ea3a9aa8e9e794daf7e7f892d8c/icons/inventory/suit/mob.dmi", "states": [{"name": "equipped-OUTERCLOTHING", "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/OuterClothing/heavy.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/Clothing/OuterClothing/heavy.rsi/equipped-OUTERCLOTHING.png new file mode 100644 index 0000000000..57f22a6c32 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/heavy.rsi/equipped-OUTERCLOTHING.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/heavy.rsi/icon.png b/Resources/Textures/Clothing/OuterClothing/heavy.rsi/icon.png new file mode 100644 index 0000000000..5d8cfcc494 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/heavy.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/heavy.rsi/inhand-left.png b/Resources/Textures/Clothing/OuterClothing/heavy.rsi/inhand-left.png new file mode 100644 index 0000000000..c8484dd2ea Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/heavy.rsi/inhand-left.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/heavy.rsi/inhand-right.png b/Resources/Textures/Clothing/OuterClothing/heavy.rsi/inhand-right.png new file mode 100644 index 0000000000..cdb52b1999 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/heavy.rsi/inhand-right.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/heavy.rsi/meta.json b/Resources/Textures/Clothing/OuterClothing/heavy.rsi/meta.json new file mode 100644 index 0000000000..0d10142642 --- /dev/null +++ b/Resources/Textures/Clothing/OuterClothing/heavy.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/d71760fe0c0e9ea3a9aa8e9e794daf7e7f892d8c/icons/inventory/suit/mob.dmi", "states": [{"name": "equipped-OUTERCLOTHING", "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/OuterClothing/hm_armorvest.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/Clothing/OuterClothing/hm_armorvest.rsi/equipped-OUTERCLOTHING.png new file mode 100644 index 0000000000..440138e591 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/hm_armorvest.rsi/equipped-OUTERCLOTHING.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/hm_armorvest.rsi/icon.png b/Resources/Textures/Clothing/OuterClothing/hm_armorvest.rsi/icon.png new file mode 100644 index 0000000000..2591ea6aa7 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/hm_armorvest.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/hm_armorvest.rsi/inhand-left.png b/Resources/Textures/Clothing/OuterClothing/hm_armorvest.rsi/inhand-left.png new file mode 100644 index 0000000000..36dc0dd965 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/hm_armorvest.rsi/inhand-left.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/hm_armorvest.rsi/inhand-right.png b/Resources/Textures/Clothing/OuterClothing/hm_armorvest.rsi/inhand-right.png new file mode 100644 index 0000000000..fe20900e20 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/hm_armorvest.rsi/inhand-right.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/hm_armorvest.rsi/meta.json b/Resources/Textures/Clothing/OuterClothing/hm_armorvest.rsi/meta.json new file mode 100644 index 0000000000..0d10142642 --- /dev/null +++ b/Resources/Textures/Clothing/OuterClothing/hm_armorvest.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/d71760fe0c0e9ea3a9aa8e9e794daf7e7f892d8c/icons/inventory/suit/mob.dmi", "states": [{"name": "equipped-OUTERCLOTHING", "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/OuterClothing/hos.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/Clothing/OuterClothing/hos.rsi/equipped-OUTERCLOTHING.png new file mode 100644 index 0000000000..68bc7bfff8 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/hos.rsi/equipped-OUTERCLOTHING.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/hos.rsi/icon.png b/Resources/Textures/Clothing/OuterClothing/hos.rsi/icon.png new file mode 100644 index 0000000000..0aaed2d801 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/hos.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/hos.rsi/inhand-left.png b/Resources/Textures/Clothing/OuterClothing/hos.rsi/inhand-left.png new file mode 100644 index 0000000000..c3591b9b9e Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/hos.rsi/inhand-left.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/hos.rsi/inhand-right.png b/Resources/Textures/Clothing/OuterClothing/hos.rsi/inhand-right.png new file mode 100644 index 0000000000..3c87f36260 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/hos.rsi/inhand-right.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/hos.rsi/meta.json b/Resources/Textures/Clothing/OuterClothing/hos.rsi/meta.json new file mode 100644 index 0000000000..0d10142642 --- /dev/null +++ b/Resources/Textures/Clothing/OuterClothing/hos.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/d71760fe0c0e9ea3a9aa8e9e794daf7e7f892d8c/icons/inventory/suit/mob.dmi", "states": [{"name": "equipped-OUTERCLOTHING", "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/OuterClothing/ihs_rig.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/Clothing/OuterClothing/ihs_rig.rsi/equipped-OUTERCLOTHING.png new file mode 100644 index 0000000000..00bbc88b92 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/ihs_rig.rsi/equipped-OUTERCLOTHING.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/ihs_rig.rsi/icon.png b/Resources/Textures/Clothing/OuterClothing/ihs_rig.rsi/icon.png new file mode 100644 index 0000000000..5ba991b971 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/ihs_rig.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/ihs_rig.rsi/inhand-left.png b/Resources/Textures/Clothing/OuterClothing/ihs_rig.rsi/inhand-left.png new file mode 100644 index 0000000000..30c3e17250 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/ihs_rig.rsi/inhand-left.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/ihs_rig.rsi/inhand-right.png b/Resources/Textures/Clothing/OuterClothing/ihs_rig.rsi/inhand-right.png new file mode 100644 index 0000000000..3a30664788 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/ihs_rig.rsi/inhand-right.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/ihs_rig.rsi/meta.json b/Resources/Textures/Clothing/OuterClothing/ihs_rig.rsi/meta.json new file mode 100644 index 0000000000..0d10142642 --- /dev/null +++ b/Resources/Textures/Clothing/OuterClothing/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/d71760fe0c0e9ea3a9aa8e9e794daf7e7f892d8c/icons/inventory/suit/mob.dmi", "states": [{"name": "equipped-OUTERCLOTHING", "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/OuterClothing/ihs_rig_sealed.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/Clothing/OuterClothing/ihs_rig_sealed.rsi/equipped-OUTERCLOTHING.png new file mode 100644 index 0000000000..cbe722fcab Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/ihs_rig_sealed.rsi/equipped-OUTERCLOTHING.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/ihs_rig_sealed.rsi/icon.png b/Resources/Textures/Clothing/OuterClothing/ihs_rig_sealed.rsi/icon.png new file mode 100644 index 0000000000..41fcb8b236 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/ihs_rig_sealed.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/ihs_rig_sealed.rsi/inhand-left.png b/Resources/Textures/Clothing/OuterClothing/ihs_rig_sealed.rsi/inhand-left.png new file mode 100644 index 0000000000..d6201fb853 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/ihs_rig_sealed.rsi/inhand-left.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/ihs_rig_sealed.rsi/inhand-right.png b/Resources/Textures/Clothing/OuterClothing/ihs_rig_sealed.rsi/inhand-right.png new file mode 100644 index 0000000000..64f072d75f Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/ihs_rig_sealed.rsi/inhand-right.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/ihs_rig_sealed.rsi/meta.json b/Resources/Textures/Clothing/OuterClothing/ihs_rig_sealed.rsi/meta.json new file mode 100644 index 0000000000..0d10142642 --- /dev/null +++ b/Resources/Textures/Clothing/OuterClothing/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/d71760fe0c0e9ea3a9aa8e9e794daf7e7f892d8c/icons/inventory/suit/mob.dmi", "states": [{"name": "equipped-OUTERCLOTHING", "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/OuterClothing/ihvoidsuit.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/Clothing/OuterClothing/ihvoidsuit.rsi/equipped-OUTERCLOTHING.png new file mode 100644 index 0000000000..b351c3eb36 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/ihvoidsuit.rsi/equipped-OUTERCLOTHING.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/ihvoidsuit.rsi/icon.png b/Resources/Textures/Clothing/OuterClothing/ihvoidsuit.rsi/icon.png new file mode 100644 index 0000000000..6cc3ae4a58 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/ihvoidsuit.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/ihvoidsuit.rsi/inhand-left.png b/Resources/Textures/Clothing/OuterClothing/ihvoidsuit.rsi/inhand-left.png new file mode 100644 index 0000000000..5351742735 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/ihvoidsuit.rsi/inhand-left.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/ihvoidsuit.rsi/inhand-right.png b/Resources/Textures/Clothing/OuterClothing/ihvoidsuit.rsi/inhand-right.png new file mode 100644 index 0000000000..d3676369a6 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/ihvoidsuit.rsi/inhand-right.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/ihvoidsuit.rsi/meta.json b/Resources/Textures/Clothing/OuterClothing/ihvoidsuit.rsi/meta.json new file mode 100644 index 0000000000..0d10142642 --- /dev/null +++ b/Resources/Textures/Clothing/OuterClothing/ihvoidsuit.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/d71760fe0c0e9ea3a9aa8e9e794daf7e7f892d8c/icons/inventory/suit/mob.dmi", "states": [{"name": "equipped-OUTERCLOTHING", "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/OuterClothing/insp_coat.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/Clothing/OuterClothing/insp_coat.rsi/equipped-OUTERCLOTHING.png new file mode 100644 index 0000000000..3e4eecb548 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/insp_coat.rsi/equipped-OUTERCLOTHING.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/insp_coat.rsi/icon.png b/Resources/Textures/Clothing/OuterClothing/insp_coat.rsi/icon.png new file mode 100644 index 0000000000..7ecea2106b Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/insp_coat.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/insp_coat.rsi/inhand-left.png b/Resources/Textures/Clothing/OuterClothing/insp_coat.rsi/inhand-left.png new file mode 100644 index 0000000000..9a76544f14 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/insp_coat.rsi/inhand-left.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/insp_coat.rsi/inhand-right.png b/Resources/Textures/Clothing/OuterClothing/insp_coat.rsi/inhand-right.png new file mode 100644 index 0000000000..cd74981c7e Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/insp_coat.rsi/inhand-right.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/insp_coat.rsi/meta.json b/Resources/Textures/Clothing/OuterClothing/insp_coat.rsi/meta.json new file mode 100644 index 0000000000..0d10142642 --- /dev/null +++ b/Resources/Textures/Clothing/OuterClothing/insp_coat.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/d71760fe0c0e9ea3a9aa8e9e794daf7e7f892d8c/icons/inventory/suit/mob.dmi", "states": [{"name": "equipped-OUTERCLOTHING", "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/OuterClothing/jensencoat.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/Clothing/OuterClothing/jensencoat.rsi/equipped-OUTERCLOTHING.png new file mode 100644 index 0000000000..ff9f0b6773 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/jensencoat.rsi/equipped-OUTERCLOTHING.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/jensencoat.rsi/icon.png b/Resources/Textures/Clothing/OuterClothing/jensencoat.rsi/icon.png new file mode 100644 index 0000000000..da5919d484 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/jensencoat.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/jensencoat.rsi/inhand-left.png b/Resources/Textures/Clothing/OuterClothing/jensencoat.rsi/inhand-left.png new file mode 100644 index 0000000000..5c12b1d6cc Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/jensencoat.rsi/inhand-left.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/jensencoat.rsi/inhand-right.png b/Resources/Textures/Clothing/OuterClothing/jensencoat.rsi/inhand-right.png new file mode 100644 index 0000000000..8832941461 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/jensencoat.rsi/inhand-right.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/jensencoat.rsi/meta.json b/Resources/Textures/Clothing/OuterClothing/jensencoat.rsi/meta.json new file mode 100644 index 0000000000..0d10142642 --- /dev/null +++ b/Resources/Textures/Clothing/OuterClothing/jensencoat.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/d71760fe0c0e9ea3a9aa8e9e794daf7e7f892d8c/icons/inventory/suit/mob.dmi", "states": [{"name": "equipped-OUTERCLOTHING", "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/OuterClothing/judge.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/Clothing/OuterClothing/judge.rsi/equipped-OUTERCLOTHING.png new file mode 100644 index 0000000000..91b6a9dff5 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/judge.rsi/equipped-OUTERCLOTHING.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/judge.rsi/icon.png b/Resources/Textures/Clothing/OuterClothing/judge.rsi/icon.png new file mode 100644 index 0000000000..6d679c2e81 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/judge.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/judge.rsi/inhand-left.png b/Resources/Textures/Clothing/OuterClothing/judge.rsi/inhand-left.png new file mode 100644 index 0000000000..ac6d85d76a Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/judge.rsi/inhand-left.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/judge.rsi/inhand-right.png b/Resources/Textures/Clothing/OuterClothing/judge.rsi/inhand-right.png new file mode 100644 index 0000000000..e9c5847695 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/judge.rsi/inhand-right.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/judge.rsi/meta.json b/Resources/Textures/Clothing/OuterClothing/judge.rsi/meta.json new file mode 100644 index 0000000000..0d10142642 --- /dev/null +++ b/Resources/Textures/Clothing/OuterClothing/judge.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/d71760fe0c0e9ea3a9aa8e9e794daf7e7f892d8c/icons/inventory/suit/mob.dmi", "states": [{"name": "equipped-OUTERCLOTHING", "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/OuterClothing/kvest.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/Clothing/OuterClothing/kvest.rsi/equipped-OUTERCLOTHING.png new file mode 100644 index 0000000000..f660671c4c Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/kvest.rsi/equipped-OUTERCLOTHING.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/kvest.rsi/icon.png b/Resources/Textures/Clothing/OuterClothing/kvest.rsi/icon.png new file mode 100644 index 0000000000..0fdb5b94d0 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/kvest.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/kvest.rsi/inhand-left.png b/Resources/Textures/Clothing/OuterClothing/kvest.rsi/inhand-left.png new file mode 100644 index 0000000000..e76355e051 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/kvest.rsi/inhand-left.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/kvest.rsi/inhand-right.png b/Resources/Textures/Clothing/OuterClothing/kvest.rsi/inhand-right.png new file mode 100644 index 0000000000..b99ac7be31 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/kvest.rsi/inhand-right.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/kvest.rsi/meta.json b/Resources/Textures/Clothing/OuterClothing/kvest.rsi/meta.json new file mode 100644 index 0000000000..0d10142642 --- /dev/null +++ b/Resources/Textures/Clothing/OuterClothing/kvest.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/d71760fe0c0e9ea3a9aa8e9e794daf7e7f892d8c/icons/inventory/suit/mob.dmi", "states": [{"name": "equipped-OUTERCLOTHING", "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/OuterClothing/labcoat.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/Clothing/OuterClothing/labcoat.rsi/equipped-OUTERCLOTHING.png new file mode 100644 index 0000000000..6999277fc5 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/labcoat.rsi/equipped-OUTERCLOTHING.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/labcoat.rsi/icon.png b/Resources/Textures/Clothing/OuterClothing/labcoat.rsi/icon.png new file mode 100644 index 0000000000..792f614e69 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/labcoat.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/labcoat.rsi/inhand-left.png b/Resources/Textures/Clothing/OuterClothing/labcoat.rsi/inhand-left.png new file mode 100644 index 0000000000..330da9f29b Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/labcoat.rsi/inhand-left.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/labcoat.rsi/inhand-right.png b/Resources/Textures/Clothing/OuterClothing/labcoat.rsi/inhand-right.png new file mode 100644 index 0000000000..d866dd53b5 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/labcoat.rsi/inhand-right.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/labcoat.rsi/meta.json b/Resources/Textures/Clothing/OuterClothing/labcoat.rsi/meta.json new file mode 100644 index 0000000000..0d10142642 --- /dev/null +++ b/Resources/Textures/Clothing/OuterClothing/labcoat.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/d71760fe0c0e9ea3a9aa8e9e794daf7e7f892d8c/icons/inventory/suit/mob.dmi", "states": [{"name": "equipped-OUTERCLOTHING", "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/OuterClothing/labcoat_chem.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/Clothing/OuterClothing/labcoat_chem.rsi/equipped-OUTERCLOTHING.png new file mode 100644 index 0000000000..7072d257dc Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/labcoat_chem.rsi/equipped-OUTERCLOTHING.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/labcoat_chem.rsi/icon.png b/Resources/Textures/Clothing/OuterClothing/labcoat_chem.rsi/icon.png new file mode 100644 index 0000000000..bc63e64b5f Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/labcoat_chem.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/labcoat_chem.rsi/inhand-left.png b/Resources/Textures/Clothing/OuterClothing/labcoat_chem.rsi/inhand-left.png new file mode 100644 index 0000000000..647ae1247b Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/labcoat_chem.rsi/inhand-left.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/labcoat_chem.rsi/inhand-right.png b/Resources/Textures/Clothing/OuterClothing/labcoat_chem.rsi/inhand-right.png new file mode 100644 index 0000000000..85e7cdc33e Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/labcoat_chem.rsi/inhand-right.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/labcoat_chem.rsi/meta.json b/Resources/Textures/Clothing/OuterClothing/labcoat_chem.rsi/meta.json new file mode 100644 index 0000000000..0d10142642 --- /dev/null +++ b/Resources/Textures/Clothing/OuterClothing/labcoat_chem.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/d71760fe0c0e9ea3a9aa8e9e794daf7e7f892d8c/icons/inventory/suit/mob.dmi", "states": [{"name": "equipped-OUTERCLOTHING", "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/OuterClothing/labcoat_chem_open.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/Clothing/OuterClothing/labcoat_chem_open.rsi/equipped-OUTERCLOTHING.png new file mode 100644 index 0000000000..ea146b71ab Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/labcoat_chem_open.rsi/equipped-OUTERCLOTHING.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/labcoat_chem_open.rsi/icon.png b/Resources/Textures/Clothing/OuterClothing/labcoat_chem_open.rsi/icon.png new file mode 100644 index 0000000000..9a2524fb16 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/labcoat_chem_open.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/labcoat_chem_open.rsi/inhand-left.png b/Resources/Textures/Clothing/OuterClothing/labcoat_chem_open.rsi/inhand-left.png new file mode 100644 index 0000000000..f60e234177 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/labcoat_chem_open.rsi/inhand-left.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/labcoat_chem_open.rsi/inhand-right.png b/Resources/Textures/Clothing/OuterClothing/labcoat_chem_open.rsi/inhand-right.png new file mode 100644 index 0000000000..e171e8997e Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/labcoat_chem_open.rsi/inhand-right.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/labcoat_chem_open.rsi/meta.json b/Resources/Textures/Clothing/OuterClothing/labcoat_chem_open.rsi/meta.json new file mode 100644 index 0000000000..0d10142642 --- /dev/null +++ b/Resources/Textures/Clothing/OuterClothing/labcoat_chem_open.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/d71760fe0c0e9ea3a9aa8e9e794daf7e7f892d8c/icons/inventory/suit/mob.dmi", "states": [{"name": "equipped-OUTERCLOTHING", "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/OuterClothing/labcoat_cmo.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/Clothing/OuterClothing/labcoat_cmo.rsi/equipped-OUTERCLOTHING.png new file mode 100644 index 0000000000..1f0f12d989 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/labcoat_cmo.rsi/equipped-OUTERCLOTHING.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/labcoat_cmo.rsi/icon.png b/Resources/Textures/Clothing/OuterClothing/labcoat_cmo.rsi/icon.png new file mode 100644 index 0000000000..21c235b3c2 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/labcoat_cmo.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/labcoat_cmo.rsi/inhand-left.png b/Resources/Textures/Clothing/OuterClothing/labcoat_cmo.rsi/inhand-left.png new file mode 100644 index 0000000000..c6c7ded502 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/labcoat_cmo.rsi/inhand-left.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/labcoat_cmo.rsi/inhand-right.png b/Resources/Textures/Clothing/OuterClothing/labcoat_cmo.rsi/inhand-right.png new file mode 100644 index 0000000000..b0752e2df8 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/labcoat_cmo.rsi/inhand-right.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/labcoat_cmo.rsi/meta.json b/Resources/Textures/Clothing/OuterClothing/labcoat_cmo.rsi/meta.json new file mode 100644 index 0000000000..0d10142642 --- /dev/null +++ b/Resources/Textures/Clothing/OuterClothing/labcoat_cmo.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/d71760fe0c0e9ea3a9aa8e9e794daf7e7f892d8c/icons/inventory/suit/mob.dmi", "states": [{"name": "equipped-OUTERCLOTHING", "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/OuterClothing/labcoat_cmo_open.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/Clothing/OuterClothing/labcoat_cmo_open.rsi/equipped-OUTERCLOTHING.png new file mode 100644 index 0000000000..3601b885d7 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/labcoat_cmo_open.rsi/equipped-OUTERCLOTHING.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/labcoat_cmo_open.rsi/icon.png b/Resources/Textures/Clothing/OuterClothing/labcoat_cmo_open.rsi/icon.png new file mode 100644 index 0000000000..7e32ec83fc Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/labcoat_cmo_open.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/labcoat_cmo_open.rsi/inhand-left.png b/Resources/Textures/Clothing/OuterClothing/labcoat_cmo_open.rsi/inhand-left.png new file mode 100644 index 0000000000..62749998d5 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/labcoat_cmo_open.rsi/inhand-left.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/labcoat_cmo_open.rsi/inhand-right.png b/Resources/Textures/Clothing/OuterClothing/labcoat_cmo_open.rsi/inhand-right.png new file mode 100644 index 0000000000..fde2183dc8 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/labcoat_cmo_open.rsi/inhand-right.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/labcoat_cmo_open.rsi/meta.json b/Resources/Textures/Clothing/OuterClothing/labcoat_cmo_open.rsi/meta.json new file mode 100644 index 0000000000..0d10142642 --- /dev/null +++ b/Resources/Textures/Clothing/OuterClothing/labcoat_cmo_open.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/d71760fe0c0e9ea3a9aa8e9e794daf7e7f892d8c/icons/inventory/suit/mob.dmi", "states": [{"name": "equipped-OUTERCLOTHING", "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/OuterClothing/labcoat_gen.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/Clothing/OuterClothing/labcoat_gen.rsi/equipped-OUTERCLOTHING.png new file mode 100644 index 0000000000..1326b662e1 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/labcoat_gen.rsi/equipped-OUTERCLOTHING.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/labcoat_gen.rsi/icon.png b/Resources/Textures/Clothing/OuterClothing/labcoat_gen.rsi/icon.png new file mode 100644 index 0000000000..4b2ec35bd9 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/labcoat_gen.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/labcoat_gen.rsi/inhand-left.png b/Resources/Textures/Clothing/OuterClothing/labcoat_gen.rsi/inhand-left.png new file mode 100644 index 0000000000..ee7f2e50c6 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/labcoat_gen.rsi/inhand-left.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/labcoat_gen.rsi/inhand-right.png b/Resources/Textures/Clothing/OuterClothing/labcoat_gen.rsi/inhand-right.png new file mode 100644 index 0000000000..d2c7a28fa1 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/labcoat_gen.rsi/inhand-right.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/labcoat_gen.rsi/meta.json b/Resources/Textures/Clothing/OuterClothing/labcoat_gen.rsi/meta.json new file mode 100644 index 0000000000..0d10142642 --- /dev/null +++ b/Resources/Textures/Clothing/OuterClothing/labcoat_gen.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/d71760fe0c0e9ea3a9aa8e9e794daf7e7f892d8c/icons/inventory/suit/mob.dmi", "states": [{"name": "equipped-OUTERCLOTHING", "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/OuterClothing/labcoat_gen_open.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/Clothing/OuterClothing/labcoat_gen_open.rsi/equipped-OUTERCLOTHING.png new file mode 100644 index 0000000000..72c6e367b7 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/labcoat_gen_open.rsi/equipped-OUTERCLOTHING.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/labcoat_gen_open.rsi/icon.png b/Resources/Textures/Clothing/OuterClothing/labcoat_gen_open.rsi/icon.png new file mode 100644 index 0000000000..5d1364f829 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/labcoat_gen_open.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/labcoat_gen_open.rsi/inhand-left.png b/Resources/Textures/Clothing/OuterClothing/labcoat_gen_open.rsi/inhand-left.png new file mode 100644 index 0000000000..e0b0e8890c Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/labcoat_gen_open.rsi/inhand-left.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/labcoat_gen_open.rsi/inhand-right.png b/Resources/Textures/Clothing/OuterClothing/labcoat_gen_open.rsi/inhand-right.png new file mode 100644 index 0000000000..9998649bca Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/labcoat_gen_open.rsi/inhand-right.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/labcoat_gen_open.rsi/meta.json b/Resources/Textures/Clothing/OuterClothing/labcoat_gen_open.rsi/meta.json new file mode 100644 index 0000000000..0d10142642 --- /dev/null +++ b/Resources/Textures/Clothing/OuterClothing/labcoat_gen_open.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/d71760fe0c0e9ea3a9aa8e9e794daf7e7f892d8c/icons/inventory/suit/mob.dmi", "states": [{"name": "equipped-OUTERCLOTHING", "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/OuterClothing/labcoat_medspec.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/Clothing/OuterClothing/labcoat_medspec.rsi/equipped-OUTERCLOTHING.png new file mode 100644 index 0000000000..dbdba0e60d Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/labcoat_medspec.rsi/equipped-OUTERCLOTHING.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/labcoat_medspec.rsi/icon.png b/Resources/Textures/Clothing/OuterClothing/labcoat_medspec.rsi/icon.png new file mode 100644 index 0000000000..0dc8e79a2b Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/labcoat_medspec.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/labcoat_medspec.rsi/inhand-left.png b/Resources/Textures/Clothing/OuterClothing/labcoat_medspec.rsi/inhand-left.png new file mode 100644 index 0000000000..47011c72e6 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/labcoat_medspec.rsi/inhand-left.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/labcoat_medspec.rsi/inhand-right.png b/Resources/Textures/Clothing/OuterClothing/labcoat_medspec.rsi/inhand-right.png new file mode 100644 index 0000000000..d61d187733 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/labcoat_medspec.rsi/inhand-right.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/labcoat_medspec.rsi/meta.json b/Resources/Textures/Clothing/OuterClothing/labcoat_medspec.rsi/meta.json new file mode 100644 index 0000000000..0d10142642 --- /dev/null +++ b/Resources/Textures/Clothing/OuterClothing/labcoat_medspec.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/d71760fe0c0e9ea3a9aa8e9e794daf7e7f892d8c/icons/inventory/suit/mob.dmi", "states": [{"name": "equipped-OUTERCLOTHING", "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/OuterClothing/labcoat_medspec_open.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/Clothing/OuterClothing/labcoat_medspec_open.rsi/equipped-OUTERCLOTHING.png new file mode 100644 index 0000000000..d3a49ceb58 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/labcoat_medspec_open.rsi/equipped-OUTERCLOTHING.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/labcoat_medspec_open.rsi/icon.png b/Resources/Textures/Clothing/OuterClothing/labcoat_medspec_open.rsi/icon.png new file mode 100644 index 0000000000..b21fb4cc4b Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/labcoat_medspec_open.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/labcoat_medspec_open.rsi/inhand-left.png b/Resources/Textures/Clothing/OuterClothing/labcoat_medspec_open.rsi/inhand-left.png new file mode 100644 index 0000000000..e50a28685d Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/labcoat_medspec_open.rsi/inhand-left.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/labcoat_medspec_open.rsi/inhand-right.png b/Resources/Textures/Clothing/OuterClothing/labcoat_medspec_open.rsi/inhand-right.png new file mode 100644 index 0000000000..6823de193f Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/labcoat_medspec_open.rsi/inhand-right.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/labcoat_medspec_open.rsi/meta.json b/Resources/Textures/Clothing/OuterClothing/labcoat_medspec_open.rsi/meta.json new file mode 100644 index 0000000000..0d10142642 --- /dev/null +++ b/Resources/Textures/Clothing/OuterClothing/labcoat_medspec_open.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/d71760fe0c0e9ea3a9aa8e9e794daf7e7f892d8c/icons/inventory/suit/mob.dmi", "states": [{"name": "equipped-OUTERCLOTHING", "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/OuterClothing/labcoat_open.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/Clothing/OuterClothing/labcoat_open.rsi/equipped-OUTERCLOTHING.png new file mode 100644 index 0000000000..e87ad5f98a Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/labcoat_open.rsi/equipped-OUTERCLOTHING.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/labcoat_open.rsi/icon.png b/Resources/Textures/Clothing/OuterClothing/labcoat_open.rsi/icon.png new file mode 100644 index 0000000000..df3e924e06 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/labcoat_open.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/labcoat_open.rsi/inhand-left.png b/Resources/Textures/Clothing/OuterClothing/labcoat_open.rsi/inhand-left.png new file mode 100644 index 0000000000..50e9c6c8c6 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/labcoat_open.rsi/inhand-left.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/labcoat_open.rsi/inhand-right.png b/Resources/Textures/Clothing/OuterClothing/labcoat_open.rsi/inhand-right.png new file mode 100644 index 0000000000..5e6a8ee41d Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/labcoat_open.rsi/inhand-right.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/labcoat_open.rsi/meta.json b/Resources/Textures/Clothing/OuterClothing/labcoat_open.rsi/meta.json new file mode 100644 index 0000000000..0d10142642 --- /dev/null +++ b/Resources/Textures/Clothing/OuterClothing/labcoat_open.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/d71760fe0c0e9ea3a9aa8e9e794daf7e7f892d8c/icons/inventory/suit/mob.dmi", "states": [{"name": "equipped-OUTERCLOTHING", "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/OuterClothing/labcoat_tox.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/Clothing/OuterClothing/labcoat_tox.rsi/equipped-OUTERCLOTHING.png new file mode 100644 index 0000000000..038d031c28 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/labcoat_tox.rsi/equipped-OUTERCLOTHING.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/labcoat_tox.rsi/icon.png b/Resources/Textures/Clothing/OuterClothing/labcoat_tox.rsi/icon.png new file mode 100644 index 0000000000..4e93587857 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/labcoat_tox.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/labcoat_tox.rsi/inhand-left.png b/Resources/Textures/Clothing/OuterClothing/labcoat_tox.rsi/inhand-left.png new file mode 100644 index 0000000000..d2d808fe60 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/labcoat_tox.rsi/inhand-left.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/labcoat_tox.rsi/inhand-right.png b/Resources/Textures/Clothing/OuterClothing/labcoat_tox.rsi/inhand-right.png new file mode 100644 index 0000000000..47621235d2 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/labcoat_tox.rsi/inhand-right.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/labcoat_tox.rsi/meta.json b/Resources/Textures/Clothing/OuterClothing/labcoat_tox.rsi/meta.json new file mode 100644 index 0000000000..0d10142642 --- /dev/null +++ b/Resources/Textures/Clothing/OuterClothing/labcoat_tox.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/d71760fe0c0e9ea3a9aa8e9e794daf7e7f892d8c/icons/inventory/suit/mob.dmi", "states": [{"name": "equipped-OUTERCLOTHING", "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/OuterClothing/labcoat_tox_open.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/Clothing/OuterClothing/labcoat_tox_open.rsi/equipped-OUTERCLOTHING.png new file mode 100644 index 0000000000..ae338c7c38 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/labcoat_tox_open.rsi/equipped-OUTERCLOTHING.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/labcoat_tox_open.rsi/icon.png b/Resources/Textures/Clothing/OuterClothing/labcoat_tox_open.rsi/icon.png new file mode 100644 index 0000000000..15c7951258 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/labcoat_tox_open.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/labcoat_tox_open.rsi/inhand-left.png b/Resources/Textures/Clothing/OuterClothing/labcoat_tox_open.rsi/inhand-left.png new file mode 100644 index 0000000000..efe7fcab7c Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/labcoat_tox_open.rsi/inhand-left.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/labcoat_tox_open.rsi/inhand-right.png b/Resources/Textures/Clothing/OuterClothing/labcoat_tox_open.rsi/inhand-right.png new file mode 100644 index 0000000000..260fe11b50 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/labcoat_tox_open.rsi/inhand-right.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/labcoat_tox_open.rsi/meta.json b/Resources/Textures/Clothing/OuterClothing/labcoat_tox_open.rsi/meta.json new file mode 100644 index 0000000000..0d10142642 --- /dev/null +++ b/Resources/Textures/Clothing/OuterClothing/labcoat_tox_open.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/d71760fe0c0e9ea3a9aa8e9e794daf7e7f892d8c/icons/inventory/suit/mob.dmi", "states": [{"name": "equipped-OUTERCLOTHING", "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/OuterClothing/labcoat_vir.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/Clothing/OuterClothing/labcoat_vir.rsi/equipped-OUTERCLOTHING.png new file mode 100644 index 0000000000..399ce37319 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/labcoat_vir.rsi/equipped-OUTERCLOTHING.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/labcoat_vir.rsi/icon.png b/Resources/Textures/Clothing/OuterClothing/labcoat_vir.rsi/icon.png new file mode 100644 index 0000000000..00df437639 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/labcoat_vir.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/labcoat_vir.rsi/inhand-left.png b/Resources/Textures/Clothing/OuterClothing/labcoat_vir.rsi/inhand-left.png new file mode 100644 index 0000000000..ed574c4642 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/labcoat_vir.rsi/inhand-left.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/labcoat_vir.rsi/inhand-right.png b/Resources/Textures/Clothing/OuterClothing/labcoat_vir.rsi/inhand-right.png new file mode 100644 index 0000000000..cbbe70d054 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/labcoat_vir.rsi/inhand-right.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/labcoat_vir.rsi/meta.json b/Resources/Textures/Clothing/OuterClothing/labcoat_vir.rsi/meta.json new file mode 100644 index 0000000000..0d10142642 --- /dev/null +++ b/Resources/Textures/Clothing/OuterClothing/labcoat_vir.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/d71760fe0c0e9ea3a9aa8e9e794daf7e7f892d8c/icons/inventory/suit/mob.dmi", "states": [{"name": "equipped-OUTERCLOTHING", "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/OuterClothing/labcoat_vir_open.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/Clothing/OuterClothing/labcoat_vir_open.rsi/equipped-OUTERCLOTHING.png new file mode 100644 index 0000000000..68e724bbff Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/labcoat_vir_open.rsi/equipped-OUTERCLOTHING.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/labcoat_vir_open.rsi/icon.png b/Resources/Textures/Clothing/OuterClothing/labcoat_vir_open.rsi/icon.png new file mode 100644 index 0000000000..8fed6a8801 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/labcoat_vir_open.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/labcoat_vir_open.rsi/inhand-left.png b/Resources/Textures/Clothing/OuterClothing/labcoat_vir_open.rsi/inhand-left.png new file mode 100644 index 0000000000..a918eef648 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/labcoat_vir_open.rsi/inhand-left.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/labcoat_vir_open.rsi/inhand-right.png b/Resources/Textures/Clothing/OuterClothing/labcoat_vir_open.rsi/inhand-right.png new file mode 100644 index 0000000000..8b5f016085 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/labcoat_vir_open.rsi/inhand-right.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/labcoat_vir_open.rsi/meta.json b/Resources/Textures/Clothing/OuterClothing/labcoat_vir_open.rsi/meta.json new file mode 100644 index 0000000000..0d10142642 --- /dev/null +++ b/Resources/Textures/Clothing/OuterClothing/labcoat_vir_open.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/d71760fe0c0e9ea3a9aa8e9e794daf7e7f892d8c/icons/inventory/suit/mob.dmi", "states": [{"name": "equipped-OUTERCLOTHING", "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/OuterClothing/leather_jacket.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/Clothing/OuterClothing/leather_jacket.rsi/equipped-OUTERCLOTHING.png new file mode 100644 index 0000000000..382a7ff43f Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/leather_jacket.rsi/equipped-OUTERCLOTHING.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/leather_jacket.rsi/icon.png b/Resources/Textures/Clothing/OuterClothing/leather_jacket.rsi/icon.png new file mode 100644 index 0000000000..3df7c0f637 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/leather_jacket.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/leather_jacket.rsi/inhand-left.png b/Resources/Textures/Clothing/OuterClothing/leather_jacket.rsi/inhand-left.png new file mode 100644 index 0000000000..e2c328dc2d Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/leather_jacket.rsi/inhand-left.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/leather_jacket.rsi/inhand-right.png b/Resources/Textures/Clothing/OuterClothing/leather_jacket.rsi/inhand-right.png new file mode 100644 index 0000000000..e3e5da17ea Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/leather_jacket.rsi/inhand-right.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/leather_jacket.rsi/meta.json b/Resources/Textures/Clothing/OuterClothing/leather_jacket.rsi/meta.json new file mode 100644 index 0000000000..0d10142642 --- /dev/null +++ b/Resources/Textures/Clothing/OuterClothing/leather_jacket.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/d71760fe0c0e9ea3a9aa8e9e794daf7e7f892d8c/icons/inventory/suit/mob.dmi", "states": [{"name": "equipped-OUTERCLOTHING", "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/OuterClothing/magusblue.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/Clothing/OuterClothing/magusblue.rsi/equipped-OUTERCLOTHING.png new file mode 100644 index 0000000000..2f1012f898 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/magusblue.rsi/equipped-OUTERCLOTHING.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/magusblue.rsi/icon.png b/Resources/Textures/Clothing/OuterClothing/magusblue.rsi/icon.png new file mode 100644 index 0000000000..0359c2f8eb Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/magusblue.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/magusblue.rsi/inhand-left.png b/Resources/Textures/Clothing/OuterClothing/magusblue.rsi/inhand-left.png new file mode 100644 index 0000000000..fa2c502214 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/magusblue.rsi/inhand-left.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/magusblue.rsi/inhand-right.png b/Resources/Textures/Clothing/OuterClothing/magusblue.rsi/inhand-right.png new file mode 100644 index 0000000000..29e7894b8d Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/magusblue.rsi/inhand-right.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/magusblue.rsi/meta.json b/Resources/Textures/Clothing/OuterClothing/magusblue.rsi/meta.json new file mode 100644 index 0000000000..0d10142642 --- /dev/null +++ b/Resources/Textures/Clothing/OuterClothing/magusblue.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/d71760fe0c0e9ea3a9aa8e9e794daf7e7f892d8c/icons/inventory/suit/mob.dmi", "states": [{"name": "equipped-OUTERCLOTHING", "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/OuterClothing/magusred.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/Clothing/OuterClothing/magusred.rsi/equipped-OUTERCLOTHING.png new file mode 100644 index 0000000000..d81826cf0d Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/magusred.rsi/equipped-OUTERCLOTHING.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/magusred.rsi/icon.png b/Resources/Textures/Clothing/OuterClothing/magusred.rsi/icon.png new file mode 100644 index 0000000000..1547127402 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/magusred.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/magusred.rsi/inhand-left.png b/Resources/Textures/Clothing/OuterClothing/magusred.rsi/inhand-left.png new file mode 100644 index 0000000000..e422fc5e58 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/magusred.rsi/inhand-left.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/magusred.rsi/inhand-right.png b/Resources/Textures/Clothing/OuterClothing/magusred.rsi/inhand-right.png new file mode 100644 index 0000000000..cfd7fea323 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/magusred.rsi/inhand-right.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/magusred.rsi/meta.json b/Resources/Textures/Clothing/OuterClothing/magusred.rsi/meta.json new file mode 100644 index 0000000000..0d10142642 --- /dev/null +++ b/Resources/Textures/Clothing/OuterClothing/magusred.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/d71760fe0c0e9ea3a9aa8e9e794daf7e7f892d8c/icons/inventory/suit/mob.dmi", "states": [{"name": "equipped-OUTERCLOTHING", "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/OuterClothing/marisa.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/Clothing/OuterClothing/marisa.rsi/equipped-OUTERCLOTHING.png new file mode 100644 index 0000000000..c2e5fac258 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/marisa.rsi/equipped-OUTERCLOTHING.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/marisa.rsi/icon.png b/Resources/Textures/Clothing/OuterClothing/marisa.rsi/icon.png new file mode 100644 index 0000000000..820ba81060 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/marisa.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/marisa.rsi/inhand-left.png b/Resources/Textures/Clothing/OuterClothing/marisa.rsi/inhand-left.png new file mode 100644 index 0000000000..64942880e1 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/marisa.rsi/inhand-left.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/marisa.rsi/inhand-right.png b/Resources/Textures/Clothing/OuterClothing/marisa.rsi/inhand-right.png new file mode 100644 index 0000000000..6f86124bf7 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/marisa.rsi/inhand-right.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/marisa.rsi/meta.json b/Resources/Textures/Clothing/OuterClothing/marisa.rsi/meta.json new file mode 100644 index 0000000000..0d10142642 --- /dev/null +++ b/Resources/Textures/Clothing/OuterClothing/marisa.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/d71760fe0c0e9ea3a9aa8e9e794daf7e7f892d8c/icons/inventory/suit/mob.dmi", "states": [{"name": "equipped-OUTERCLOTHING", "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/OuterClothing/medical_rig.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/Clothing/OuterClothing/medical_rig.rsi/equipped-OUTERCLOTHING.png new file mode 100644 index 0000000000..99c5f1f7f3 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/medical_rig.rsi/equipped-OUTERCLOTHING.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/medical_rig.rsi/icon.png b/Resources/Textures/Clothing/OuterClothing/medical_rig.rsi/icon.png new file mode 100644 index 0000000000..7f61df66c5 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/medical_rig.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/medical_rig.rsi/inhand-left.png b/Resources/Textures/Clothing/OuterClothing/medical_rig.rsi/inhand-left.png new file mode 100644 index 0000000000..5a2e95bba2 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/medical_rig.rsi/inhand-left.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/medical_rig.rsi/inhand-right.png b/Resources/Textures/Clothing/OuterClothing/medical_rig.rsi/inhand-right.png new file mode 100644 index 0000000000..aad2020534 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/medical_rig.rsi/inhand-right.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/medical_rig.rsi/meta.json b/Resources/Textures/Clothing/OuterClothing/medical_rig.rsi/meta.json new file mode 100644 index 0000000000..0d10142642 --- /dev/null +++ b/Resources/Textures/Clothing/OuterClothing/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/d71760fe0c0e9ea3a9aa8e9e794daf7e7f892d8c/icons/inventory/suit/mob.dmi", "states": [{"name": "equipped-OUTERCLOTHING", "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/OuterClothing/medical_rig_sealed.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/Clothing/OuterClothing/medical_rig_sealed.rsi/equipped-OUTERCLOTHING.png new file mode 100644 index 0000000000..dfe645a28a Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/medical_rig_sealed.rsi/equipped-OUTERCLOTHING.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/medical_rig_sealed.rsi/icon.png b/Resources/Textures/Clothing/OuterClothing/medical_rig_sealed.rsi/icon.png new file mode 100644 index 0000000000..0054c36cde Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/medical_rig_sealed.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/medical_rig_sealed.rsi/inhand-left.png b/Resources/Textures/Clothing/OuterClothing/medical_rig_sealed.rsi/inhand-left.png new file mode 100644 index 0000000000..f05e915b38 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/medical_rig_sealed.rsi/inhand-left.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/medical_rig_sealed.rsi/inhand-right.png b/Resources/Textures/Clothing/OuterClothing/medical_rig_sealed.rsi/inhand-right.png new file mode 100644 index 0000000000..92e990c9a0 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/medical_rig_sealed.rsi/inhand-right.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/medical_rig_sealed.rsi/meta.json b/Resources/Textures/Clothing/OuterClothing/medical_rig_sealed.rsi/meta.json new file mode 100644 index 0000000000..0d10142642 --- /dev/null +++ b/Resources/Textures/Clothing/OuterClothing/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/d71760fe0c0e9ea3a9aa8e9e794daf7e7f892d8c/icons/inventory/suit/mob.dmi", "states": [{"name": "equipped-OUTERCLOTHING", "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/OuterClothing/merc_rig.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/Clothing/OuterClothing/merc_rig.rsi/equipped-OUTERCLOTHING.png new file mode 100644 index 0000000000..7510f2987d Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/merc_rig.rsi/equipped-OUTERCLOTHING.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/merc_rig.rsi/icon.png b/Resources/Textures/Clothing/OuterClothing/merc_rig.rsi/icon.png new file mode 100644 index 0000000000..7e1ed05505 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/merc_rig.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/merc_rig.rsi/inhand-left.png b/Resources/Textures/Clothing/OuterClothing/merc_rig.rsi/inhand-left.png new file mode 100644 index 0000000000..64c7c00856 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/merc_rig.rsi/inhand-left.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/merc_rig.rsi/inhand-right.png b/Resources/Textures/Clothing/OuterClothing/merc_rig.rsi/inhand-right.png new file mode 100644 index 0000000000..97c2db02eb Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/merc_rig.rsi/inhand-right.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/merc_rig.rsi/meta.json b/Resources/Textures/Clothing/OuterClothing/merc_rig.rsi/meta.json new file mode 100644 index 0000000000..0d10142642 --- /dev/null +++ b/Resources/Textures/Clothing/OuterClothing/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/d71760fe0c0e9ea3a9aa8e9e794daf7e7f892d8c/icons/inventory/suit/mob.dmi", "states": [{"name": "equipped-OUTERCLOTHING", "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/OuterClothing/merc_rig_sealed.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/Clothing/OuterClothing/merc_rig_sealed.rsi/equipped-OUTERCLOTHING.png new file mode 100644 index 0000000000..f598ec4ee2 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/merc_rig_sealed.rsi/equipped-OUTERCLOTHING.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/merc_rig_sealed.rsi/icon.png b/Resources/Textures/Clothing/OuterClothing/merc_rig_sealed.rsi/icon.png new file mode 100644 index 0000000000..ccd9a20022 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/merc_rig_sealed.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/merc_rig_sealed.rsi/inhand-left.png b/Resources/Textures/Clothing/OuterClothing/merc_rig_sealed.rsi/inhand-left.png new file mode 100644 index 0000000000..db3bed610f Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/merc_rig_sealed.rsi/inhand-left.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/merc_rig_sealed.rsi/inhand-right.png b/Resources/Textures/Clothing/OuterClothing/merc_rig_sealed.rsi/inhand-right.png new file mode 100644 index 0000000000..64eabd9bd0 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/merc_rig_sealed.rsi/inhand-right.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/merc_rig_sealed.rsi/meta.json b/Resources/Textures/Clothing/OuterClothing/merc_rig_sealed.rsi/meta.json new file mode 100644 index 0000000000..0d10142642 --- /dev/null +++ b/Resources/Textures/Clothing/OuterClothing/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/d71760fe0c0e9ea3a9aa8e9e794daf7e7f892d8c/icons/inventory/suit/mob.dmi", "states": [{"name": "equipped-OUTERCLOTHING", "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/OuterClothing/mercwebvest.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/Clothing/OuterClothing/mercwebvest.rsi/equipped-OUTERCLOTHING.png new file mode 100644 index 0000000000..7007449a83 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/mercwebvest.rsi/equipped-OUTERCLOTHING.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/mercwebvest.rsi/icon.png b/Resources/Textures/Clothing/OuterClothing/mercwebvest.rsi/icon.png new file mode 100644 index 0000000000..aac777b0f9 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/mercwebvest.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/mercwebvest.rsi/inhand-left.png b/Resources/Textures/Clothing/OuterClothing/mercwebvest.rsi/inhand-left.png new file mode 100644 index 0000000000..8ecff94859 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/mercwebvest.rsi/inhand-left.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/mercwebvest.rsi/inhand-right.png b/Resources/Textures/Clothing/OuterClothing/mercwebvest.rsi/inhand-right.png new file mode 100644 index 0000000000..3abdad0857 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/mercwebvest.rsi/inhand-right.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/mercwebvest.rsi/meta.json b/Resources/Textures/Clothing/OuterClothing/mercwebvest.rsi/meta.json new file mode 100644 index 0000000000..0d10142642 --- /dev/null +++ b/Resources/Textures/Clothing/OuterClothing/mercwebvest.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/d71760fe0c0e9ea3a9aa8e9e794daf7e7f892d8c/icons/inventory/suit/mob.dmi", "states": [{"name": "equipped-OUTERCLOTHING", "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/OuterClothing/monkeysuit.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/Clothing/OuterClothing/monkeysuit.rsi/equipped-OUTERCLOTHING.png new file mode 100644 index 0000000000..1ee5e7c039 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/monkeysuit.rsi/equipped-OUTERCLOTHING.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/monkeysuit.rsi/icon.png b/Resources/Textures/Clothing/OuterClothing/monkeysuit.rsi/icon.png new file mode 100644 index 0000000000..301f31a775 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/monkeysuit.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/monkeysuit.rsi/inhand-left.png b/Resources/Textures/Clothing/OuterClothing/monkeysuit.rsi/inhand-left.png new file mode 100644 index 0000000000..ed030ec922 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/monkeysuit.rsi/inhand-left.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/monkeysuit.rsi/inhand-right.png b/Resources/Textures/Clothing/OuterClothing/monkeysuit.rsi/inhand-right.png new file mode 100644 index 0000000000..ef09373c1a Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/monkeysuit.rsi/inhand-right.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/monkeysuit.rsi/meta.json b/Resources/Textures/Clothing/OuterClothing/monkeysuit.rsi/meta.json new file mode 100644 index 0000000000..0d10142642 --- /dev/null +++ b/Resources/Textures/Clothing/OuterClothing/monkeysuit.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/d71760fe0c0e9ea3a9aa8e9e794daf7e7f892d8c/icons/inventory/suit/mob.dmi", "states": [{"name": "equipped-OUTERCLOTHING", "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/OuterClothing/ninja_rig.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/Clothing/OuterClothing/ninja_rig.rsi/equipped-OUTERCLOTHING.png new file mode 100644 index 0000000000..69d8c6f192 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/ninja_rig.rsi/equipped-OUTERCLOTHING.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/ninja_rig.rsi/icon.png b/Resources/Textures/Clothing/OuterClothing/ninja_rig.rsi/icon.png new file mode 100644 index 0000000000..be6602ec1e Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/ninja_rig.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/ninja_rig.rsi/inhand-left.png b/Resources/Textures/Clothing/OuterClothing/ninja_rig.rsi/inhand-left.png new file mode 100644 index 0000000000..ee8afcdd53 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/ninja_rig.rsi/inhand-left.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/ninja_rig.rsi/inhand-right.png b/Resources/Textures/Clothing/OuterClothing/ninja_rig.rsi/inhand-right.png new file mode 100644 index 0000000000..90ad66e58b Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/ninja_rig.rsi/inhand-right.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/ninja_rig.rsi/meta.json b/Resources/Textures/Clothing/OuterClothing/ninja_rig.rsi/meta.json new file mode 100644 index 0000000000..0d10142642 --- /dev/null +++ b/Resources/Textures/Clothing/OuterClothing/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/d71760fe0c0e9ea3a9aa8e9e794daf7e7f892d8c/icons/inventory/suit/mob.dmi", "states": [{"name": "equipped-OUTERCLOTHING", "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/OuterClothing/ninja_rig_sealed.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/Clothing/OuterClothing/ninja_rig_sealed.rsi/equipped-OUTERCLOTHING.png new file mode 100644 index 0000000000..85e87efe1f Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/ninja_rig_sealed.rsi/equipped-OUTERCLOTHING.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/ninja_rig_sealed.rsi/icon.png b/Resources/Textures/Clothing/OuterClothing/ninja_rig_sealed.rsi/icon.png new file mode 100644 index 0000000000..911e6455cc Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/ninja_rig_sealed.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/ninja_rig_sealed.rsi/inhand-left.png b/Resources/Textures/Clothing/OuterClothing/ninja_rig_sealed.rsi/inhand-left.png new file mode 100644 index 0000000000..ddebc2e4c3 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/ninja_rig_sealed.rsi/inhand-left.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/ninja_rig_sealed.rsi/inhand-right.png b/Resources/Textures/Clothing/OuterClothing/ninja_rig_sealed.rsi/inhand-right.png new file mode 100644 index 0000000000..d91d2192fe Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/ninja_rig_sealed.rsi/inhand-right.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/ninja_rig_sealed.rsi/meta.json b/Resources/Textures/Clothing/OuterClothing/ninja_rig_sealed.rsi/meta.json new file mode 100644 index 0000000000..0d10142642 --- /dev/null +++ b/Resources/Textures/Clothing/OuterClothing/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/d71760fe0c0e9ea3a9aa8e9e794daf7e7f892d8c/icons/inventory/suit/mob.dmi", "states": [{"name": "equipped-OUTERCLOTHING", "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/OuterClothing/nun.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/Clothing/OuterClothing/nun.rsi/equipped-OUTERCLOTHING.png new file mode 100644 index 0000000000..a9a918c67e Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/nun.rsi/equipped-OUTERCLOTHING.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/nun.rsi/icon.png b/Resources/Textures/Clothing/OuterClothing/nun.rsi/icon.png new file mode 100644 index 0000000000..eb9c28d14b Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/nun.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/nun.rsi/inhand-left.png b/Resources/Textures/Clothing/OuterClothing/nun.rsi/inhand-left.png new file mode 100644 index 0000000000..a962e017ff Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/nun.rsi/inhand-left.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/nun.rsi/inhand-right.png b/Resources/Textures/Clothing/OuterClothing/nun.rsi/inhand-right.png new file mode 100644 index 0000000000..24da69fe06 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/nun.rsi/inhand-right.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/nun.rsi/meta.json b/Resources/Textures/Clothing/OuterClothing/nun.rsi/meta.json new file mode 100644 index 0000000000..0d10142642 --- /dev/null +++ b/Resources/Textures/Clothing/OuterClothing/nun.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/d71760fe0c0e9ea3a9aa8e9e794daf7e7f892d8c/icons/inventory/suit/mob.dmi", "states": [{"name": "equipped-OUTERCLOTHING", "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/OuterClothing/nymph.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/Clothing/OuterClothing/nymph.rsi/equipped-OUTERCLOTHING.png new file mode 100644 index 0000000000..ece983a1a7 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/nymph.rsi/equipped-OUTERCLOTHING.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/nymph.rsi/icon.png b/Resources/Textures/Clothing/OuterClothing/nymph.rsi/icon.png new file mode 100644 index 0000000000..006b807f6e Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/nymph.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/nymph.rsi/inhand-left.png b/Resources/Textures/Clothing/OuterClothing/nymph.rsi/inhand-left.png new file mode 100644 index 0000000000..8d6fa972e3 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/nymph.rsi/inhand-left.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/nymph.rsi/inhand-right.png b/Resources/Textures/Clothing/OuterClothing/nymph.rsi/inhand-right.png new file mode 100644 index 0000000000..a79c2c6739 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/nymph.rsi/inhand-right.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/nymph.rsi/meta.json b/Resources/Textures/Clothing/OuterClothing/nymph.rsi/meta.json new file mode 100644 index 0000000000..0d10142642 --- /dev/null +++ b/Resources/Textures/Clothing/OuterClothing/nymph.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/d71760fe0c0e9ea3a9aa8e9e794daf7e7f892d8c/icons/inventory/suit/mob.dmi", "states": [{"name": "equipped-OUTERCLOTHING", "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/OuterClothing/pirate.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/Clothing/OuterClothing/pirate.rsi/equipped-OUTERCLOTHING.png new file mode 100644 index 0000000000..428afe0a6d Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/pirate.rsi/equipped-OUTERCLOTHING.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/pirate.rsi/icon.png b/Resources/Textures/Clothing/OuterClothing/pirate.rsi/icon.png new file mode 100644 index 0000000000..2dc7906289 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/pirate.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/pirate.rsi/inhand-left.png b/Resources/Textures/Clothing/OuterClothing/pirate.rsi/inhand-left.png new file mode 100644 index 0000000000..d1ed5ac98e Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/pirate.rsi/inhand-left.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/pirate.rsi/inhand-right.png b/Resources/Textures/Clothing/OuterClothing/pirate.rsi/inhand-right.png new file mode 100644 index 0000000000..7db7552514 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/pirate.rsi/inhand-right.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/pirate.rsi/meta.json b/Resources/Textures/Clothing/OuterClothing/pirate.rsi/meta.json new file mode 100644 index 0000000000..0d10142642 --- /dev/null +++ b/Resources/Textures/Clothing/OuterClothing/pirate.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/d71760fe0c0e9ea3a9aa8e9e794daf7e7f892d8c/icons/inventory/suit/mob.dmi", "states": [{"name": "equipped-OUTERCLOTHING", "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/OuterClothing/plaguedoctor.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/Clothing/OuterClothing/plaguedoctor.rsi/equipped-OUTERCLOTHING.png new file mode 100644 index 0000000000..ded26ca1f7 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/plaguedoctor.rsi/equipped-OUTERCLOTHING.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/plaguedoctor.rsi/icon.png b/Resources/Textures/Clothing/OuterClothing/plaguedoctor.rsi/icon.png new file mode 100644 index 0000000000..ab49710216 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/plaguedoctor.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/plaguedoctor.rsi/inhand-left.png b/Resources/Textures/Clothing/OuterClothing/plaguedoctor.rsi/inhand-left.png new file mode 100644 index 0000000000..5c40e07631 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/plaguedoctor.rsi/inhand-left.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/plaguedoctor.rsi/inhand-right.png b/Resources/Textures/Clothing/OuterClothing/plaguedoctor.rsi/inhand-right.png new file mode 100644 index 0000000000..465af07fb6 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/plaguedoctor.rsi/inhand-right.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/plaguedoctor.rsi/meta.json b/Resources/Textures/Clothing/OuterClothing/plaguedoctor.rsi/meta.json new file mode 100644 index 0000000000..0d10142642 --- /dev/null +++ b/Resources/Textures/Clothing/OuterClothing/plaguedoctor.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/d71760fe0c0e9ea3a9aa8e9e794daf7e7f892d8c/icons/inventory/suit/mob.dmi", "states": [{"name": "equipped-OUTERCLOTHING", "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/OuterClothing/poncho.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/Clothing/OuterClothing/poncho.rsi/equipped-OUTERCLOTHING.png new file mode 100644 index 0000000000..7e7c2bea1b Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/poncho.rsi/equipped-OUTERCLOTHING.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/poncho.rsi/icon.png b/Resources/Textures/Clothing/OuterClothing/poncho.rsi/icon.png new file mode 100644 index 0000000000..06134e400e Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/poncho.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/poncho.rsi/inhand-left.png b/Resources/Textures/Clothing/OuterClothing/poncho.rsi/inhand-left.png new file mode 100644 index 0000000000..248124b2f2 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/poncho.rsi/inhand-left.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/poncho.rsi/inhand-right.png b/Resources/Textures/Clothing/OuterClothing/poncho.rsi/inhand-right.png new file mode 100644 index 0000000000..f8d9b7e71d Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/poncho.rsi/inhand-right.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/poncho.rsi/meta.json b/Resources/Textures/Clothing/OuterClothing/poncho.rsi/meta.json new file mode 100644 index 0000000000..0d10142642 --- /dev/null +++ b/Resources/Textures/Clothing/OuterClothing/poncho.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/d71760fe0c0e9ea3a9aa8e9e794daf7e7f892d8c/icons/inventory/suit/mob.dmi", "states": [{"name": "equipped-OUTERCLOTHING", "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/OuterClothing/psyamp.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/Clothing/OuterClothing/psyamp.rsi/equipped-OUTERCLOTHING.png new file mode 100644 index 0000000000..9f67de739c Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/psyamp.rsi/equipped-OUTERCLOTHING.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/psyamp.rsi/icon.png b/Resources/Textures/Clothing/OuterClothing/psyamp.rsi/icon.png new file mode 100644 index 0000000000..af79360d79 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/psyamp.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/psyamp.rsi/inhand-left.png b/Resources/Textures/Clothing/OuterClothing/psyamp.rsi/inhand-left.png new file mode 100644 index 0000000000..89d16d41f1 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/psyamp.rsi/inhand-left.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/psyamp.rsi/inhand-right.png b/Resources/Textures/Clothing/OuterClothing/psyamp.rsi/inhand-right.png new file mode 100644 index 0000000000..960da7ab8e Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/psyamp.rsi/inhand-right.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/psyamp.rsi/meta.json b/Resources/Textures/Clothing/OuterClothing/psyamp.rsi/meta.json new file mode 100644 index 0000000000..0d10142642 --- /dev/null +++ b/Resources/Textures/Clothing/OuterClothing/psyamp.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/d71760fe0c0e9ea3a9aa8e9e794daf7e7f892d8c/icons/inventory/suit/mob.dmi", "states": [{"name": "equipped-OUTERCLOTHING", "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/OuterClothing/qm_coat.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/Clothing/OuterClothing/qm_coat.rsi/equipped-OUTERCLOTHING.png new file mode 100644 index 0000000000..eb4033ec71 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/qm_coat.rsi/equipped-OUTERCLOTHING.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/qm_coat.rsi/icon.png b/Resources/Textures/Clothing/OuterClothing/qm_coat.rsi/icon.png new file mode 100644 index 0000000000..0506c0c2f4 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/qm_coat.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/qm_coat.rsi/inhand-left.png b/Resources/Textures/Clothing/OuterClothing/qm_coat.rsi/inhand-left.png new file mode 100644 index 0000000000..210e98661b Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/qm_coat.rsi/inhand-left.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/qm_coat.rsi/inhand-right.png b/Resources/Textures/Clothing/OuterClothing/qm_coat.rsi/inhand-right.png new file mode 100644 index 0000000000..099fd3fe4a Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/qm_coat.rsi/inhand-right.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/qm_coat.rsi/meta.json b/Resources/Textures/Clothing/OuterClothing/qm_coat.rsi/meta.json new file mode 100644 index 0000000000..0d10142642 --- /dev/null +++ b/Resources/Textures/Clothing/OuterClothing/qm_coat.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/d71760fe0c0e9ea3a9aa8e9e794daf7e7f892d8c/icons/inventory/suit/mob.dmi", "states": [{"name": "equipped-OUTERCLOTHING", "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/OuterClothing/rad.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/Clothing/OuterClothing/rad.rsi/equipped-OUTERCLOTHING.png new file mode 100644 index 0000000000..80a431a3ec Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/rad.rsi/equipped-OUTERCLOTHING.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/rad.rsi/icon.png b/Resources/Textures/Clothing/OuterClothing/rad.rsi/icon.png new file mode 100644 index 0000000000..7237b9943c Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/rad.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/rad.rsi/inhand-left.png b/Resources/Textures/Clothing/OuterClothing/rad.rsi/inhand-left.png new file mode 100644 index 0000000000..b0119e3192 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/rad.rsi/inhand-left.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/rad.rsi/inhand-right.png b/Resources/Textures/Clothing/OuterClothing/rad.rsi/inhand-right.png new file mode 100644 index 0000000000..102a230032 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/rad.rsi/inhand-right.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/rad.rsi/meta.json b/Resources/Textures/Clothing/OuterClothing/rad.rsi/meta.json new file mode 100644 index 0000000000..0d10142642 --- /dev/null +++ b/Resources/Textures/Clothing/OuterClothing/rad.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/d71760fe0c0e9ea3a9aa8e9e794daf7e7f892d8c/icons/inventory/suit/mob.dmi", "states": [{"name": "equipped-OUTERCLOTHING", "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/OuterClothing/reactive.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/Clothing/OuterClothing/reactive.rsi/equipped-OUTERCLOTHING.png new file mode 100644 index 0000000000..2491e558eb Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/reactive.rsi/equipped-OUTERCLOTHING.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/reactive.rsi/icon.png b/Resources/Textures/Clothing/OuterClothing/reactive.rsi/icon.png new file mode 100644 index 0000000000..411c7ef0f3 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/reactive.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/reactive.rsi/inhand-left.png b/Resources/Textures/Clothing/OuterClothing/reactive.rsi/inhand-left.png new file mode 100644 index 0000000000..3a500fdc17 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/reactive.rsi/inhand-left.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/reactive.rsi/inhand-right.png b/Resources/Textures/Clothing/OuterClothing/reactive.rsi/inhand-right.png new file mode 100644 index 0000000000..50c528071b Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/reactive.rsi/inhand-right.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/reactive.rsi/meta.json b/Resources/Textures/Clothing/OuterClothing/reactive.rsi/meta.json new file mode 100644 index 0000000000..a8db45e9bc --- /dev/null +++ b/Resources/Textures/Clothing/OuterClothing/reactive.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/d71760fe0c0e9ea3a9aa8e9e794daf7e7f892d8c/icons/inventory/suit/mob.dmi", "states": [{"name": "equipped-OUTERCLOTHING", "directions": 4, "delays": [[1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], [1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], [1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], [1.0, 1.0, 1.0, 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/OuterClothing/reactiveoff.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/Clothing/OuterClothing/reactiveoff.rsi/equipped-OUTERCLOTHING.png new file mode 100644 index 0000000000..0a74642dcb Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/reactiveoff.rsi/equipped-OUTERCLOTHING.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/reactiveoff.rsi/icon.png b/Resources/Textures/Clothing/OuterClothing/reactiveoff.rsi/icon.png new file mode 100644 index 0000000000..fb61343032 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/reactiveoff.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/reactiveoff.rsi/inhand-left.png b/Resources/Textures/Clothing/OuterClothing/reactiveoff.rsi/inhand-left.png new file mode 100644 index 0000000000..aff48f67b3 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/reactiveoff.rsi/inhand-left.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/reactiveoff.rsi/inhand-right.png b/Resources/Textures/Clothing/OuterClothing/reactiveoff.rsi/inhand-right.png new file mode 100644 index 0000000000..291262c855 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/reactiveoff.rsi/inhand-right.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/reactiveoff.rsi/meta.json b/Resources/Textures/Clothing/OuterClothing/reactiveoff.rsi/meta.json new file mode 100644 index 0000000000..0d10142642 --- /dev/null +++ b/Resources/Textures/Clothing/OuterClothing/reactiveoff.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/d71760fe0c0e9ea3a9aa8e9e794daf7e7f892d8c/icons/inventory/suit/mob.dmi", "states": [{"name": "equipped-OUTERCLOTHING", "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/OuterClothing/redtag.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/Clothing/OuterClothing/redtag.rsi/equipped-OUTERCLOTHING.png new file mode 100644 index 0000000000..7937674c8f Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/redtag.rsi/equipped-OUTERCLOTHING.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/redtag.rsi/icon.png b/Resources/Textures/Clothing/OuterClothing/redtag.rsi/icon.png new file mode 100644 index 0000000000..cf9554777e Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/redtag.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/redtag.rsi/inhand-left.png b/Resources/Textures/Clothing/OuterClothing/redtag.rsi/inhand-left.png new file mode 100644 index 0000000000..3153c99518 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/redtag.rsi/inhand-left.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/redtag.rsi/inhand-right.png b/Resources/Textures/Clothing/OuterClothing/redtag.rsi/inhand-right.png new file mode 100644 index 0000000000..05b030acf3 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/redtag.rsi/inhand-right.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/redtag.rsi/meta.json b/Resources/Textures/Clothing/OuterClothing/redtag.rsi/meta.json new file mode 100644 index 0000000000..0d10142642 --- /dev/null +++ b/Resources/Textures/Clothing/OuterClothing/redtag.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/d71760fe0c0e9ea3a9aa8e9e794daf7e7f892d8c/icons/inventory/suit/mob.dmi", "states": [{"name": "equipped-OUTERCLOTHING", "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/OuterClothing/redwizard.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/Clothing/OuterClothing/redwizard.rsi/equipped-OUTERCLOTHING.png new file mode 100644 index 0000000000..33b0ada1df Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/redwizard.rsi/equipped-OUTERCLOTHING.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/redwizard.rsi/icon.png b/Resources/Textures/Clothing/OuterClothing/redwizard.rsi/icon.png new file mode 100644 index 0000000000..dbd0fcee39 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/redwizard.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/redwizard.rsi/inhand-left.png b/Resources/Textures/Clothing/OuterClothing/redwizard.rsi/inhand-left.png new file mode 100644 index 0000000000..eec3320f0f Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/redwizard.rsi/inhand-left.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/redwizard.rsi/inhand-right.png b/Resources/Textures/Clothing/OuterClothing/redwizard.rsi/inhand-right.png new file mode 100644 index 0000000000..e3340fa623 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/redwizard.rsi/inhand-right.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/redwizard.rsi/meta.json b/Resources/Textures/Clothing/OuterClothing/redwizard.rsi/meta.json new file mode 100644 index 0000000000..0d10142642 --- /dev/null +++ b/Resources/Textures/Clothing/OuterClothing/redwizard.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/d71760fe0c0e9ea3a9aa8e9e794daf7e7f892d8c/icons/inventory/suit/mob.dmi", "states": [{"name": "equipped-OUTERCLOTHING", "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/OuterClothing/rig_atmos.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/Clothing/OuterClothing/rig_atmos.rsi/equipped-OUTERCLOTHING.png new file mode 100644 index 0000000000..4d00fe30ea Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/rig_atmos.rsi/equipped-OUTERCLOTHING.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/rig_atmos.rsi/icon.png b/Resources/Textures/Clothing/OuterClothing/rig_atmos.rsi/icon.png new file mode 100644 index 0000000000..ac0bc5fc73 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/rig_atmos.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/rig_atmos.rsi/inhand-left.png b/Resources/Textures/Clothing/OuterClothing/rig_atmos.rsi/inhand-left.png new file mode 100644 index 0000000000..5aec0b98c7 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/rig_atmos.rsi/inhand-left.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/rig_atmos.rsi/inhand-right.png b/Resources/Textures/Clothing/OuterClothing/rig_atmos.rsi/inhand-right.png new file mode 100644 index 0000000000..b329d4672d Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/rig_atmos.rsi/inhand-right.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/rig_atmos.rsi/meta.json b/Resources/Textures/Clothing/OuterClothing/rig_atmos.rsi/meta.json new file mode 100644 index 0000000000..0d10142642 --- /dev/null +++ b/Resources/Textures/Clothing/OuterClothing/rig_atmos.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/d71760fe0c0e9ea3a9aa8e9e794daf7e7f892d8c/icons/inventory/suit/mob.dmi", "states": [{"name": "equipped-OUTERCLOTHING", "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/OuterClothing/rig_engineering.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/Clothing/OuterClothing/rig_engineering.rsi/equipped-OUTERCLOTHING.png new file mode 100644 index 0000000000..d85158a7f5 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/rig_engineering.rsi/equipped-OUTERCLOTHING.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/rig_engineering.rsi/icon.png b/Resources/Textures/Clothing/OuterClothing/rig_engineering.rsi/icon.png new file mode 100644 index 0000000000..a360186912 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/rig_engineering.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/rig_engineering.rsi/inhand-left.png b/Resources/Textures/Clothing/OuterClothing/rig_engineering.rsi/inhand-left.png new file mode 100644 index 0000000000..c8e07a92f9 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/rig_engineering.rsi/inhand-left.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/rig_engineering.rsi/inhand-right.png b/Resources/Textures/Clothing/OuterClothing/rig_engineering.rsi/inhand-right.png new file mode 100644 index 0000000000..d2ba2e0254 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/rig_engineering.rsi/inhand-right.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/rig_engineering.rsi/meta.json b/Resources/Textures/Clothing/OuterClothing/rig_engineering.rsi/meta.json new file mode 100644 index 0000000000..0d10142642 --- /dev/null +++ b/Resources/Textures/Clothing/OuterClothing/rig_engineering.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/d71760fe0c0e9ea3a9aa8e9e794daf7e7f892d8c/icons/inventory/suit/mob.dmi", "states": [{"name": "equipped-OUTERCLOTHING", "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/OuterClothing/rig_hazardhardsuit.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/Clothing/OuterClothing/rig_hazardhardsuit.rsi/equipped-OUTERCLOTHING.png new file mode 100644 index 0000000000..90f121de08 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/rig_hazardhardsuit.rsi/equipped-OUTERCLOTHING.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/rig_hazardhardsuit.rsi/icon.png b/Resources/Textures/Clothing/OuterClothing/rig_hazardhardsuit.rsi/icon.png new file mode 100644 index 0000000000..c5d3b91eb8 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/rig_hazardhardsuit.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/rig_hazardhardsuit.rsi/inhand-left.png b/Resources/Textures/Clothing/OuterClothing/rig_hazardhardsuit.rsi/inhand-left.png new file mode 100644 index 0000000000..2d4a0381b2 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/rig_hazardhardsuit.rsi/inhand-left.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/rig_hazardhardsuit.rsi/inhand-right.png b/Resources/Textures/Clothing/OuterClothing/rig_hazardhardsuit.rsi/inhand-right.png new file mode 100644 index 0000000000..1be3b5ca6e Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/rig_hazardhardsuit.rsi/inhand-right.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/rig_hazardhardsuit.rsi/meta.json b/Resources/Textures/Clothing/OuterClothing/rig_hazardhardsuit.rsi/meta.json new file mode 100644 index 0000000000..0d10142642 --- /dev/null +++ b/Resources/Textures/Clothing/OuterClothing/rig_hazardhardsuit.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/d71760fe0c0e9ea3a9aa8e9e794daf7e7f892d8c/icons/inventory/suit/mob.dmi", "states": [{"name": "equipped-OUTERCLOTHING", "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/OuterClothing/rig_medical.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/Clothing/OuterClothing/rig_medical.rsi/equipped-OUTERCLOTHING.png new file mode 100644 index 0000000000..8f220979ce Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/rig_medical.rsi/equipped-OUTERCLOTHING.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/rig_medical.rsi/icon.png b/Resources/Textures/Clothing/OuterClothing/rig_medical.rsi/icon.png new file mode 100644 index 0000000000..2b6e16710d Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/rig_medical.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/rig_medical.rsi/inhand-left.png b/Resources/Textures/Clothing/OuterClothing/rig_medical.rsi/inhand-left.png new file mode 100644 index 0000000000..5a8c2487a8 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/rig_medical.rsi/inhand-left.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/rig_medical.rsi/inhand-right.png b/Resources/Textures/Clothing/OuterClothing/rig_medical.rsi/inhand-right.png new file mode 100644 index 0000000000..08960347e4 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/rig_medical.rsi/inhand-right.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/rig_medical.rsi/meta.json b/Resources/Textures/Clothing/OuterClothing/rig_medical.rsi/meta.json new file mode 100644 index 0000000000..0d10142642 --- /dev/null +++ b/Resources/Textures/Clothing/OuterClothing/rig_medical.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/d71760fe0c0e9ea3a9aa8e9e794daf7e7f892d8c/icons/inventory/suit/mob.dmi", "states": [{"name": "equipped-OUTERCLOTHING", "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/OuterClothing/rig_mining.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/Clothing/OuterClothing/rig_mining.rsi/equipped-OUTERCLOTHING.png new file mode 100644 index 0000000000..6daf184ffd Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/rig_mining.rsi/equipped-OUTERCLOTHING.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/rig_mining.rsi/icon.png b/Resources/Textures/Clothing/OuterClothing/rig_mining.rsi/icon.png new file mode 100644 index 0000000000..e927924fa8 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/rig_mining.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/rig_mining.rsi/inhand-left.png b/Resources/Textures/Clothing/OuterClothing/rig_mining.rsi/inhand-left.png new file mode 100644 index 0000000000..fbc53c9c2c Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/rig_mining.rsi/inhand-left.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/rig_mining.rsi/inhand-right.png b/Resources/Textures/Clothing/OuterClothing/rig_mining.rsi/inhand-right.png new file mode 100644 index 0000000000..0ccb463801 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/rig_mining.rsi/inhand-right.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/rig_mining.rsi/meta.json b/Resources/Textures/Clothing/OuterClothing/rig_mining.rsi/meta.json new file mode 100644 index 0000000000..0d10142642 --- /dev/null +++ b/Resources/Textures/Clothing/OuterClothing/rig_mining.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/d71760fe0c0e9ea3a9aa8e9e794daf7e7f892d8c/icons/inventory/suit/mob.dmi", "states": [{"name": "equipped-OUTERCLOTHING", "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/OuterClothing/rig_sectg.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/Clothing/OuterClothing/rig_sectg.rsi/equipped-OUTERCLOTHING.png new file mode 100644 index 0000000000..6cff7b8284 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/rig_sectg.rsi/equipped-OUTERCLOTHING.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/rig_sectg.rsi/icon.png b/Resources/Textures/Clothing/OuterClothing/rig_sectg.rsi/icon.png new file mode 100644 index 0000000000..bfd6c5243b Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/rig_sectg.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/rig_sectg.rsi/inhand-left.png b/Resources/Textures/Clothing/OuterClothing/rig_sectg.rsi/inhand-left.png new file mode 100644 index 0000000000..d93179d886 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/rig_sectg.rsi/inhand-left.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/rig_sectg.rsi/inhand-right.png b/Resources/Textures/Clothing/OuterClothing/rig_sectg.rsi/inhand-right.png new file mode 100644 index 0000000000..4d5061af1d Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/rig_sectg.rsi/inhand-right.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/rig_sectg.rsi/meta.json b/Resources/Textures/Clothing/OuterClothing/rig_sectg.rsi/meta.json new file mode 100644 index 0000000000..0d10142642 --- /dev/null +++ b/Resources/Textures/Clothing/OuterClothing/rig_sectg.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/d71760fe0c0e9ea3a9aa8e9e794daf7e7f892d8c/icons/inventory/suit/mob.dmi", "states": [{"name": "equipped-OUTERCLOTHING", "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/OuterClothing/rig_syndie.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/Clothing/OuterClothing/rig_syndie.rsi/equipped-OUTERCLOTHING.png new file mode 100644 index 0000000000..8a3bf4be27 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/rig_syndie.rsi/equipped-OUTERCLOTHING.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/rig_syndie.rsi/icon.png b/Resources/Textures/Clothing/OuterClothing/rig_syndie.rsi/icon.png new file mode 100644 index 0000000000..289348b63b Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/rig_syndie.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/rig_syndie.rsi/inhand-left.png b/Resources/Textures/Clothing/OuterClothing/rig_syndie.rsi/inhand-left.png new file mode 100644 index 0000000000..2102993402 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/rig_syndie.rsi/inhand-left.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/rig_syndie.rsi/inhand-right.png b/Resources/Textures/Clothing/OuterClothing/rig_syndie.rsi/inhand-right.png new file mode 100644 index 0000000000..e4113194a3 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/rig_syndie.rsi/inhand-right.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/rig_syndie.rsi/meta.json b/Resources/Textures/Clothing/OuterClothing/rig_syndie.rsi/meta.json new file mode 100644 index 0000000000..36d6762455 --- /dev/null +++ b/Resources/Textures/Clothing/OuterClothing/rig_syndie.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/d71760fe0c0e9ea3a9aa8e9e794daf7e7f892d8c/icons/inventory/suit/mob.dmi", "states": [{"name": "equipped-OUTERCLOTHING", "directions": 4}, {"name": "equipped-OUTERCLOTHING", "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/OuterClothing/rig_white.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/Clothing/OuterClothing/rig_white.rsi/equipped-OUTERCLOTHING.png new file mode 100644 index 0000000000..a7fa5600f5 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/rig_white.rsi/equipped-OUTERCLOTHING.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/rig_white.rsi/icon.png b/Resources/Textures/Clothing/OuterClothing/rig_white.rsi/icon.png new file mode 100644 index 0000000000..0774210bb0 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/rig_white.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/rig_white.rsi/inhand-left.png b/Resources/Textures/Clothing/OuterClothing/rig_white.rsi/inhand-left.png new file mode 100644 index 0000000000..cb32cd1058 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/rig_white.rsi/inhand-left.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/rig_white.rsi/inhand-right.png b/Resources/Textures/Clothing/OuterClothing/rig_white.rsi/inhand-right.png new file mode 100644 index 0000000000..af40dac726 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/rig_white.rsi/inhand-right.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/rig_white.rsi/meta.json b/Resources/Textures/Clothing/OuterClothing/rig_white.rsi/meta.json new file mode 100644 index 0000000000..0d10142642 --- /dev/null +++ b/Resources/Textures/Clothing/OuterClothing/rig_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/d71760fe0c0e9ea3a9aa8e9e794daf7e7f892d8c/icons/inventory/suit/mob.dmi", "states": [{"name": "equipped-OUTERCLOTHING", "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/OuterClothing/rig_wiz.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/Clothing/OuterClothing/rig_wiz.rsi/equipped-OUTERCLOTHING.png new file mode 100644 index 0000000000..24be13e43e Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/rig_wiz.rsi/equipped-OUTERCLOTHING.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/rig_wiz.rsi/icon.png b/Resources/Textures/Clothing/OuterClothing/rig_wiz.rsi/icon.png new file mode 100644 index 0000000000..b48a8a9ac9 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/rig_wiz.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/rig_wiz.rsi/inhand-left.png b/Resources/Textures/Clothing/OuterClothing/rig_wiz.rsi/inhand-left.png new file mode 100644 index 0000000000..c2d63c7828 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/rig_wiz.rsi/inhand-left.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/rig_wiz.rsi/inhand-right.png b/Resources/Textures/Clothing/OuterClothing/rig_wiz.rsi/inhand-right.png new file mode 100644 index 0000000000..69560b4df7 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/rig_wiz.rsi/inhand-right.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/rig_wiz.rsi/meta.json b/Resources/Textures/Clothing/OuterClothing/rig_wiz.rsi/meta.json new file mode 100644 index 0000000000..0d10142642 --- /dev/null +++ b/Resources/Textures/Clothing/OuterClothing/rig_wiz.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/d71760fe0c0e9ea3a9aa8e9e794daf7e7f892d8c/icons/inventory/suit/mob.dmi", "states": [{"name": "equipped-OUTERCLOTHING", "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/OuterClothing/riot.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/Clothing/OuterClothing/riot.rsi/equipped-OUTERCLOTHING.png new file mode 100644 index 0000000000..566594c3e8 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/riot.rsi/equipped-OUTERCLOTHING.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/riot.rsi/icon.png b/Resources/Textures/Clothing/OuterClothing/riot.rsi/icon.png new file mode 100644 index 0000000000..a1a5165233 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/riot.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/riot.rsi/inhand-left.png b/Resources/Textures/Clothing/OuterClothing/riot.rsi/inhand-left.png new file mode 100644 index 0000000000..b1847ac8b0 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/riot.rsi/inhand-left.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/riot.rsi/inhand-right.png b/Resources/Textures/Clothing/OuterClothing/riot.rsi/inhand-right.png new file mode 100644 index 0000000000..fee3da81a6 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/riot.rsi/inhand-right.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/riot.rsi/meta.json b/Resources/Textures/Clothing/OuterClothing/riot.rsi/meta.json new file mode 100644 index 0000000000..0d10142642 --- /dev/null +++ b/Resources/Textures/Clothing/OuterClothing/riot.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/d71760fe0c0e9ea3a9aa8e9e794daf7e7f892d8c/icons/inventory/suit/mob.dmi", "states": [{"name": "equipped-OUTERCLOTHING", "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/OuterClothing/robotech_jacket.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/Clothing/OuterClothing/robotech_jacket.rsi/equipped-OUTERCLOTHING.png new file mode 100644 index 0000000000..e8760b139b Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/robotech_jacket.rsi/equipped-OUTERCLOTHING.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/robotech_jacket.rsi/icon.png b/Resources/Textures/Clothing/OuterClothing/robotech_jacket.rsi/icon.png new file mode 100644 index 0000000000..ebd2e5ca4c Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/robotech_jacket.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/robotech_jacket.rsi/inhand-left.png b/Resources/Textures/Clothing/OuterClothing/robotech_jacket.rsi/inhand-left.png new file mode 100644 index 0000000000..64fd43075a Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/robotech_jacket.rsi/inhand-left.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/robotech_jacket.rsi/inhand-right.png b/Resources/Textures/Clothing/OuterClothing/robotech_jacket.rsi/inhand-right.png new file mode 100644 index 0000000000..c702b8e9a7 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/robotech_jacket.rsi/inhand-right.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/robotech_jacket.rsi/meta.json b/Resources/Textures/Clothing/OuterClothing/robotech_jacket.rsi/meta.json new file mode 100644 index 0000000000..0d10142642 --- /dev/null +++ b/Resources/Textures/Clothing/OuterClothing/robotech_jacket.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/d71760fe0c0e9ea3a9aa8e9e794daf7e7f892d8c/icons/inventory/suit/mob.dmi", "states": [{"name": "equipped-OUTERCLOTHING", "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/OuterClothing/s_ninja.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/Clothing/OuterClothing/s_ninja.rsi/equipped-OUTERCLOTHING.png new file mode 100644 index 0000000000..85e87efe1f Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/s_ninja.rsi/equipped-OUTERCLOTHING.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/s_ninja.rsi/icon.png b/Resources/Textures/Clothing/OuterClothing/s_ninja.rsi/icon.png new file mode 100644 index 0000000000..911e6455cc Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/s_ninja.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/s_ninja.rsi/inhand-left.png b/Resources/Textures/Clothing/OuterClothing/s_ninja.rsi/inhand-left.png new file mode 100644 index 0000000000..ddebc2e4c3 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/s_ninja.rsi/inhand-left.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/s_ninja.rsi/inhand-right.png b/Resources/Textures/Clothing/OuterClothing/s_ninja.rsi/inhand-right.png new file mode 100644 index 0000000000..d91d2192fe Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/s_ninja.rsi/inhand-right.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/s_ninja.rsi/meta.json b/Resources/Textures/Clothing/OuterClothing/s_ninja.rsi/meta.json new file mode 100644 index 0000000000..0d10142642 --- /dev/null +++ b/Resources/Textures/Clothing/OuterClothing/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/d71760fe0c0e9ea3a9aa8e9e794daf7e7f892d8c/icons/inventory/suit/mob.dmi", "states": [{"name": "equipped-OUTERCLOTHING", "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/OuterClothing/santa.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/Clothing/OuterClothing/santa.rsi/equipped-OUTERCLOTHING.png new file mode 100644 index 0000000000..ac68ed2d38 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/santa.rsi/equipped-OUTERCLOTHING.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/santa.rsi/icon.png b/Resources/Textures/Clothing/OuterClothing/santa.rsi/icon.png new file mode 100644 index 0000000000..671fa0cd58 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/santa.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/santa.rsi/inhand-left.png b/Resources/Textures/Clothing/OuterClothing/santa.rsi/inhand-left.png new file mode 100644 index 0000000000..aa99664f45 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/santa.rsi/inhand-left.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/santa.rsi/inhand-right.png b/Resources/Textures/Clothing/OuterClothing/santa.rsi/inhand-right.png new file mode 100644 index 0000000000..65fdf16ac0 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/santa.rsi/inhand-right.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/santa.rsi/meta.json b/Resources/Textures/Clothing/OuterClothing/santa.rsi/meta.json new file mode 100644 index 0000000000..0d10142642 --- /dev/null +++ b/Resources/Textures/Clothing/OuterClothing/santa.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/d71760fe0c0e9ea3a9aa8e9e794daf7e7f892d8c/icons/inventory/suit/mob.dmi", "states": [{"name": "equipped-OUTERCLOTHING", "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/OuterClothing/scaf.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/Clothing/OuterClothing/scaf.rsi/equipped-OUTERCLOTHING.png new file mode 100644 index 0000000000..e93c024893 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/scaf.rsi/equipped-OUTERCLOTHING.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/scaf.rsi/icon.png b/Resources/Textures/Clothing/OuterClothing/scaf.rsi/icon.png new file mode 100644 index 0000000000..cd7f486a89 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/scaf.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/scaf.rsi/inhand-left.png b/Resources/Textures/Clothing/OuterClothing/scaf.rsi/inhand-left.png new file mode 100644 index 0000000000..ce718ad300 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/scaf.rsi/inhand-left.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/scaf.rsi/inhand-right.png b/Resources/Textures/Clothing/OuterClothing/scaf.rsi/inhand-right.png new file mode 100644 index 0000000000..6bfef738a4 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/scaf.rsi/inhand-right.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/scaf.rsi/meta.json b/Resources/Textures/Clothing/OuterClothing/scaf.rsi/meta.json new file mode 100644 index 0000000000..0d10142642 --- /dev/null +++ b/Resources/Textures/Clothing/OuterClothing/scaf.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/d71760fe0c0e9ea3a9aa8e9e794daf7e7f892d8c/icons/inventory/suit/mob.dmi", "states": [{"name": "equipped-OUTERCLOTHING", "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/OuterClothing/science_rig.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/Clothing/OuterClothing/science_rig.rsi/equipped-OUTERCLOTHING.png new file mode 100644 index 0000000000..24420f5500 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/science_rig.rsi/equipped-OUTERCLOTHING.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/science_rig.rsi/icon.png b/Resources/Textures/Clothing/OuterClothing/science_rig.rsi/icon.png new file mode 100644 index 0000000000..03c01f9afe Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/science_rig.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/science_rig.rsi/inhand-left.png b/Resources/Textures/Clothing/OuterClothing/science_rig.rsi/inhand-left.png new file mode 100644 index 0000000000..d4dedefdfc Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/science_rig.rsi/inhand-left.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/science_rig.rsi/inhand-right.png b/Resources/Textures/Clothing/OuterClothing/science_rig.rsi/inhand-right.png new file mode 100644 index 0000000000..012a2fc2f2 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/science_rig.rsi/inhand-right.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/science_rig.rsi/meta.json b/Resources/Textures/Clothing/OuterClothing/science_rig.rsi/meta.json new file mode 100644 index 0000000000..0d10142642 --- /dev/null +++ b/Resources/Textures/Clothing/OuterClothing/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/d71760fe0c0e9ea3a9aa8e9e794daf7e7f892d8c/icons/inventory/suit/mob.dmi", "states": [{"name": "equipped-OUTERCLOTHING", "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/OuterClothing/science_rig_sealed.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/Clothing/OuterClothing/science_rig_sealed.rsi/equipped-OUTERCLOTHING.png new file mode 100644 index 0000000000..e5b93c30a7 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/science_rig_sealed.rsi/equipped-OUTERCLOTHING.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/science_rig_sealed.rsi/icon.png b/Resources/Textures/Clothing/OuterClothing/science_rig_sealed.rsi/icon.png new file mode 100644 index 0000000000..379926b91d Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/science_rig_sealed.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/science_rig_sealed.rsi/inhand-left.png b/Resources/Textures/Clothing/OuterClothing/science_rig_sealed.rsi/inhand-left.png new file mode 100644 index 0000000000..d4dedefdfc Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/science_rig_sealed.rsi/inhand-left.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/science_rig_sealed.rsi/inhand-right.png b/Resources/Textures/Clothing/OuterClothing/science_rig_sealed.rsi/inhand-right.png new file mode 100644 index 0000000000..19d14ab5dd Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/science_rig_sealed.rsi/inhand-right.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/science_rig_sealed.rsi/meta.json b/Resources/Textures/Clothing/OuterClothing/science_rig_sealed.rsi/meta.json new file mode 100644 index 0000000000..0d10142642 --- /dev/null +++ b/Resources/Textures/Clothing/OuterClothing/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/d71760fe0c0e9ea3a9aa8e9e794daf7e7f892d8c/icons/inventory/suit/mob.dmi", "states": [{"name": "equipped-OUTERCLOTHING", "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/OuterClothing/security_rig.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/Clothing/OuterClothing/security_rig.rsi/equipped-OUTERCLOTHING.png new file mode 100644 index 0000000000..995a2599aa Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/security_rig.rsi/equipped-OUTERCLOTHING.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/security_rig.rsi/icon.png b/Resources/Textures/Clothing/OuterClothing/security_rig.rsi/icon.png new file mode 100644 index 0000000000..a700076050 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/security_rig.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/security_rig.rsi/inhand-left.png b/Resources/Textures/Clothing/OuterClothing/security_rig.rsi/inhand-left.png new file mode 100644 index 0000000000..0cce74dcba Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/security_rig.rsi/inhand-left.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/security_rig.rsi/inhand-right.png b/Resources/Textures/Clothing/OuterClothing/security_rig.rsi/inhand-right.png new file mode 100644 index 0000000000..23bbe8269d Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/security_rig.rsi/inhand-right.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/security_rig.rsi/meta.json b/Resources/Textures/Clothing/OuterClothing/security_rig.rsi/meta.json new file mode 100644 index 0000000000..0d10142642 --- /dev/null +++ b/Resources/Textures/Clothing/OuterClothing/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/d71760fe0c0e9ea3a9aa8e9e794daf7e7f892d8c/icons/inventory/suit/mob.dmi", "states": [{"name": "equipped-OUTERCLOTHING", "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/OuterClothing/security_rig_sealed.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/Clothing/OuterClothing/security_rig_sealed.rsi/equipped-OUTERCLOTHING.png new file mode 100644 index 0000000000..95db8e7692 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/security_rig_sealed.rsi/equipped-OUTERCLOTHING.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/security_rig_sealed.rsi/icon.png b/Resources/Textures/Clothing/OuterClothing/security_rig_sealed.rsi/icon.png new file mode 100644 index 0000000000..5c6ae653cd Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/security_rig_sealed.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/security_rig_sealed.rsi/inhand-left.png b/Resources/Textures/Clothing/OuterClothing/security_rig_sealed.rsi/inhand-left.png new file mode 100644 index 0000000000..da416ceee2 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/security_rig_sealed.rsi/inhand-left.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/security_rig_sealed.rsi/inhand-right.png b/Resources/Textures/Clothing/OuterClothing/security_rig_sealed.rsi/inhand-right.png new file mode 100644 index 0000000000..f37c59ffbc Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/security_rig_sealed.rsi/inhand-right.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/security_rig_sealed.rsi/meta.json b/Resources/Textures/Clothing/OuterClothing/security_rig_sealed.rsi/meta.json new file mode 100644 index 0000000000..0d10142642 --- /dev/null +++ b/Resources/Textures/Clothing/OuterClothing/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/d71760fe0c0e9ea3a9aa8e9e794daf7e7f892d8c/icons/inventory/suit/mob.dmi", "states": [{"name": "equipped-OUTERCLOTHING", "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/OuterClothing/soviet_skaf.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/Clothing/OuterClothing/soviet_skaf.rsi/equipped-OUTERCLOTHING.png new file mode 100644 index 0000000000..a57e34606a Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/soviet_skaf.rsi/equipped-OUTERCLOTHING.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/soviet_skaf.rsi/icon.png b/Resources/Textures/Clothing/OuterClothing/soviet_skaf.rsi/icon.png new file mode 100644 index 0000000000..535f7bddfd Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/soviet_skaf.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/soviet_skaf.rsi/inhand-left.png b/Resources/Textures/Clothing/OuterClothing/soviet_skaf.rsi/inhand-left.png new file mode 100644 index 0000000000..fe74411790 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/soviet_skaf.rsi/inhand-left.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/soviet_skaf.rsi/inhand-right.png b/Resources/Textures/Clothing/OuterClothing/soviet_skaf.rsi/inhand-right.png new file mode 100644 index 0000000000..f96c5d9173 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/soviet_skaf.rsi/inhand-right.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/soviet_skaf.rsi/meta.json b/Resources/Textures/Clothing/OuterClothing/soviet_skaf.rsi/meta.json new file mode 100644 index 0000000000..0d10142642 --- /dev/null +++ b/Resources/Textures/Clothing/OuterClothing/soviet_skaf.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/d71760fe0c0e9ea3a9aa8e9e794daf7e7f892d8c/icons/inventory/suit/mob.dmi", "states": [{"name": "equipped-OUTERCLOTHING", "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/OuterClothing/space.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/Clothing/OuterClothing/space.rsi/equipped-OUTERCLOTHING.png new file mode 100644 index 0000000000..de6583d1e0 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/space.rsi/equipped-OUTERCLOTHING.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/space.rsi/icon.png b/Resources/Textures/Clothing/OuterClothing/space.rsi/icon.png new file mode 100644 index 0000000000..f829c73b5a Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/space.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/space.rsi/inhand-left.png b/Resources/Textures/Clothing/OuterClothing/space.rsi/inhand-left.png new file mode 100644 index 0000000000..3ecd11fbf0 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/space.rsi/inhand-left.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/space.rsi/inhand-right.png b/Resources/Textures/Clothing/OuterClothing/space.rsi/inhand-right.png new file mode 100644 index 0000000000..a241e04ed6 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/space.rsi/inhand-right.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/space.rsi/meta.json b/Resources/Textures/Clothing/OuterClothing/space.rsi/meta.json new file mode 100644 index 0000000000..0d10142642 --- /dev/null +++ b/Resources/Textures/Clothing/OuterClothing/space.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/d71760fe0c0e9ea3a9aa8e9e794daf7e7f892d8c/icons/inventory/suit/mob.dmi", "states": [{"name": "equipped-OUTERCLOTHING", "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/OuterClothing/stealth_rig.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/Clothing/OuterClothing/stealth_rig.rsi/equipped-OUTERCLOTHING.png new file mode 100644 index 0000000000..69d8c6f192 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/stealth_rig.rsi/equipped-OUTERCLOTHING.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/stealth_rig.rsi/icon.png b/Resources/Textures/Clothing/OuterClothing/stealth_rig.rsi/icon.png new file mode 100644 index 0000000000..be6602ec1e Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/stealth_rig.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/stealth_rig.rsi/inhand-left.png b/Resources/Textures/Clothing/OuterClothing/stealth_rig.rsi/inhand-left.png new file mode 100644 index 0000000000..ee8afcdd53 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/stealth_rig.rsi/inhand-left.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/stealth_rig.rsi/inhand-right.png b/Resources/Textures/Clothing/OuterClothing/stealth_rig.rsi/inhand-right.png new file mode 100644 index 0000000000..90ad66e58b Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/stealth_rig.rsi/inhand-right.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/stealth_rig.rsi/meta.json b/Resources/Textures/Clothing/OuterClothing/stealth_rig.rsi/meta.json new file mode 100644 index 0000000000..0d10142642 --- /dev/null +++ b/Resources/Textures/Clothing/OuterClothing/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/d71760fe0c0e9ea3a9aa8e9e794daf7e7f892d8c/icons/inventory/suit/mob.dmi", "states": [{"name": "equipped-OUTERCLOTHING", "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/OuterClothing/stealth_rig_sealed.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/Clothing/OuterClothing/stealth_rig_sealed.rsi/equipped-OUTERCLOTHING.png new file mode 100644 index 0000000000..85e87efe1f Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/stealth_rig_sealed.rsi/equipped-OUTERCLOTHING.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/stealth_rig_sealed.rsi/icon.png b/Resources/Textures/Clothing/OuterClothing/stealth_rig_sealed.rsi/icon.png new file mode 100644 index 0000000000..911e6455cc Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/stealth_rig_sealed.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/stealth_rig_sealed.rsi/inhand-left.png b/Resources/Textures/Clothing/OuterClothing/stealth_rig_sealed.rsi/inhand-left.png new file mode 100644 index 0000000000..ddebc2e4c3 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/stealth_rig_sealed.rsi/inhand-left.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/stealth_rig_sealed.rsi/inhand-right.png b/Resources/Textures/Clothing/OuterClothing/stealth_rig_sealed.rsi/inhand-right.png new file mode 100644 index 0000000000..d91d2192fe Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/stealth_rig_sealed.rsi/inhand-right.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/stealth_rig_sealed.rsi/meta.json b/Resources/Textures/Clothing/OuterClothing/stealth_rig_sealed.rsi/meta.json new file mode 100644 index 0000000000..0d10142642 --- /dev/null +++ b/Resources/Textures/Clothing/OuterClothing/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/d71760fe0c0e9ea3a9aa8e9e794daf7e7f892d8c/icons/inventory/suit/mob.dmi", "states": [{"name": "equipped-OUTERCLOTHING", "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/OuterClothing/straight_jacket.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/Clothing/OuterClothing/straight_jacket.rsi/equipped-OUTERCLOTHING.png new file mode 100644 index 0000000000..d0404b188b Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/straight_jacket.rsi/equipped-OUTERCLOTHING.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/straight_jacket.rsi/icon.png b/Resources/Textures/Clothing/OuterClothing/straight_jacket.rsi/icon.png new file mode 100644 index 0000000000..9f3449f093 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/straight_jacket.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/straight_jacket.rsi/inhand-left.png b/Resources/Textures/Clothing/OuterClothing/straight_jacket.rsi/inhand-left.png new file mode 100644 index 0000000000..0535d5601a Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/straight_jacket.rsi/inhand-left.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/straight_jacket.rsi/inhand-right.png b/Resources/Textures/Clothing/OuterClothing/straight_jacket.rsi/inhand-right.png new file mode 100644 index 0000000000..93b9809df9 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/straight_jacket.rsi/inhand-right.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/straight_jacket.rsi/meta.json b/Resources/Textures/Clothing/OuterClothing/straight_jacket.rsi/meta.json new file mode 100644 index 0000000000..0d10142642 --- /dev/null +++ b/Resources/Textures/Clothing/OuterClothing/straight_jacket.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/d71760fe0c0e9ea3a9aa8e9e794daf7e7f892d8c/icons/inventory/suit/mob.dmi", "states": [{"name": "equipped-OUTERCLOTHING", "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/OuterClothing/surgeon.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/Clothing/OuterClothing/surgeon.rsi/equipped-OUTERCLOTHING.png new file mode 100644 index 0000000000..d160d52db9 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/surgeon.rsi/equipped-OUTERCLOTHING.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/surgeon.rsi/icon.png b/Resources/Textures/Clothing/OuterClothing/surgeon.rsi/icon.png new file mode 100644 index 0000000000..8c21f1f8c0 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/surgeon.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/surgeon.rsi/inhand-left.png b/Resources/Textures/Clothing/OuterClothing/surgeon.rsi/inhand-left.png new file mode 100644 index 0000000000..75c64f9a13 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/surgeon.rsi/inhand-left.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/surgeon.rsi/inhand-right.png b/Resources/Textures/Clothing/OuterClothing/surgeon.rsi/inhand-right.png new file mode 100644 index 0000000000..009e1d9f13 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/surgeon.rsi/inhand-right.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/surgeon.rsi/meta.json b/Resources/Textures/Clothing/OuterClothing/surgeon.rsi/meta.json new file mode 100644 index 0000000000..0d10142642 --- /dev/null +++ b/Resources/Textures/Clothing/OuterClothing/surgeon.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/d71760fe0c0e9ea3a9aa8e9e794daf7e7f892d8c/icons/inventory/suit/mob.dmi", "states": [{"name": "equipped-OUTERCLOTHING", "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/OuterClothing/swat.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/Clothing/OuterClothing/swat.rsi/equipped-OUTERCLOTHING.png new file mode 100644 index 0000000000..ab89e62adf Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/swat.rsi/equipped-OUTERCLOTHING.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/swat.rsi/icon.png b/Resources/Textures/Clothing/OuterClothing/swat.rsi/icon.png new file mode 100644 index 0000000000..cef327a17e Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/swat.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/swat.rsi/inhand-left.png b/Resources/Textures/Clothing/OuterClothing/swat.rsi/inhand-left.png new file mode 100644 index 0000000000..9245c98c86 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/swat.rsi/inhand-left.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/swat.rsi/inhand-right.png b/Resources/Textures/Clothing/OuterClothing/swat.rsi/inhand-right.png new file mode 100644 index 0000000000..d26134d2bc Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/swat.rsi/inhand-right.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/swat.rsi/meta.json b/Resources/Textures/Clothing/OuterClothing/swat.rsi/meta.json new file mode 100644 index 0000000000..0d10142642 --- /dev/null +++ b/Resources/Textures/Clothing/OuterClothing/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/d71760fe0c0e9ea3a9aa8e9e794daf7e7f892d8c/icons/inventory/suit/mob.dmi", "states": [{"name": "equipped-OUTERCLOTHING", "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/OuterClothing/swatarmor.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/Clothing/OuterClothing/swatarmor.rsi/equipped-OUTERCLOTHING.png new file mode 100644 index 0000000000..0803e6d351 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/swatarmor.rsi/equipped-OUTERCLOTHING.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/swatarmor.rsi/icon.png b/Resources/Textures/Clothing/OuterClothing/swatarmor.rsi/icon.png new file mode 100644 index 0000000000..75113fd332 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/swatarmor.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/swatarmor.rsi/inhand-left.png b/Resources/Textures/Clothing/OuterClothing/swatarmor.rsi/inhand-left.png new file mode 100644 index 0000000000..119eee328c Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/swatarmor.rsi/inhand-left.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/swatarmor.rsi/inhand-right.png b/Resources/Textures/Clothing/OuterClothing/swatarmor.rsi/inhand-right.png new file mode 100644 index 0000000000..651aca2270 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/swatarmor.rsi/inhand-right.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/swatarmor.rsi/meta.json b/Resources/Textures/Clothing/OuterClothing/swatarmor.rsi/meta.json new file mode 100644 index 0000000000..0d10142642 --- /dev/null +++ b/Resources/Textures/Clothing/OuterClothing/swatarmor.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/d71760fe0c0e9ea3a9aa8e9e794daf7e7f892d8c/icons/inventory/suit/mob.dmi", "states": [{"name": "equipped-OUTERCLOTHING", "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/OuterClothing/syndicate.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/Clothing/OuterClothing/syndicate.rsi/equipped-OUTERCLOTHING.png new file mode 100644 index 0000000000..8c1772ddf3 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/syndicate.rsi/equipped-OUTERCLOTHING.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/syndicate.rsi/icon.png b/Resources/Textures/Clothing/OuterClothing/syndicate.rsi/icon.png new file mode 100644 index 0000000000..3beca6c6ae Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/syndicate.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/syndicate.rsi/inhand-left.png b/Resources/Textures/Clothing/OuterClothing/syndicate.rsi/inhand-left.png new file mode 100644 index 0000000000..f728793ecd Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/syndicate.rsi/inhand-left.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/syndicate.rsi/inhand-right.png b/Resources/Textures/Clothing/OuterClothing/syndicate.rsi/inhand-right.png new file mode 100644 index 0000000000..8b4db5b125 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/syndicate.rsi/inhand-right.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/syndicate.rsi/meta.json b/Resources/Textures/Clothing/OuterClothing/syndicate.rsi/meta.json new file mode 100644 index 0000000000..0d10142642 --- /dev/null +++ b/Resources/Textures/Clothing/OuterClothing/syndicate.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/d71760fe0c0e9ea3a9aa8e9e794daf7e7f892d8c/icons/inventory/suit/mob.dmi", "states": [{"name": "equipped-OUTERCLOTHING", "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/OuterClothing/tdgreen.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/Clothing/OuterClothing/tdgreen.rsi/equipped-OUTERCLOTHING.png new file mode 100644 index 0000000000..753a458c5e Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/tdgreen.rsi/equipped-OUTERCLOTHING.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/tdgreen.rsi/icon.png b/Resources/Textures/Clothing/OuterClothing/tdgreen.rsi/icon.png new file mode 100644 index 0000000000..1c9e96a4f5 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/tdgreen.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/tdgreen.rsi/inhand-left.png b/Resources/Textures/Clothing/OuterClothing/tdgreen.rsi/inhand-left.png new file mode 100644 index 0000000000..837d867623 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/tdgreen.rsi/inhand-left.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/tdgreen.rsi/inhand-right.png b/Resources/Textures/Clothing/OuterClothing/tdgreen.rsi/inhand-right.png new file mode 100644 index 0000000000..1919e30b7b Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/tdgreen.rsi/inhand-right.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/tdgreen.rsi/meta.json b/Resources/Textures/Clothing/OuterClothing/tdgreen.rsi/meta.json new file mode 100644 index 0000000000..0d10142642 --- /dev/null +++ b/Resources/Textures/Clothing/OuterClothing/tdgreen.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/d71760fe0c0e9ea3a9aa8e9e794daf7e7f892d8c/icons/inventory/suit/mob.dmi", "states": [{"name": "equipped-OUTERCLOTHING", "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/OuterClothing/tdred.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/Clothing/OuterClothing/tdred.rsi/equipped-OUTERCLOTHING.png new file mode 100644 index 0000000000..c8518d8b3b Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/tdred.rsi/equipped-OUTERCLOTHING.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/tdred.rsi/icon.png b/Resources/Textures/Clothing/OuterClothing/tdred.rsi/icon.png new file mode 100644 index 0000000000..26d8466aca Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/tdred.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/tdred.rsi/inhand-left.png b/Resources/Textures/Clothing/OuterClothing/tdred.rsi/inhand-left.png new file mode 100644 index 0000000000..4bd5d6f4f3 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/tdred.rsi/inhand-left.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/tdred.rsi/inhand-right.png b/Resources/Textures/Clothing/OuterClothing/tdred.rsi/inhand-right.png new file mode 100644 index 0000000000..7fe32d73d3 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/tdred.rsi/inhand-right.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/tdred.rsi/meta.json b/Resources/Textures/Clothing/OuterClothing/tdred.rsi/meta.json new file mode 100644 index 0000000000..0d10142642 --- /dev/null +++ b/Resources/Textures/Clothing/OuterClothing/tdred.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/d71760fe0c0e9ea3a9aa8e9e794daf7e7f892d8c/icons/inventory/suit/mob.dmi", "states": [{"name": "equipped-OUTERCLOTHING", "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/OuterClothing/vest.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/Clothing/OuterClothing/vest.rsi/equipped-OUTERCLOTHING.png new file mode 100644 index 0000000000..0ac62cbf2f Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/vest.rsi/equipped-OUTERCLOTHING.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/vest.rsi/icon.png b/Resources/Textures/Clothing/OuterClothing/vest.rsi/icon.png new file mode 100644 index 0000000000..78a44d8bc1 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/vest.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/vest.rsi/inhand-left.png b/Resources/Textures/Clothing/OuterClothing/vest.rsi/inhand-left.png new file mode 100644 index 0000000000..e31fe4b59b Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/vest.rsi/inhand-left.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/vest.rsi/inhand-right.png b/Resources/Textures/Clothing/OuterClothing/vest.rsi/inhand-right.png new file mode 100644 index 0000000000..56e13c98e6 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/vest.rsi/inhand-right.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/vest.rsi/meta.json b/Resources/Textures/Clothing/OuterClothing/vest.rsi/meta.json new file mode 100644 index 0000000000..0d10142642 --- /dev/null +++ b/Resources/Textures/Clothing/OuterClothing/vest.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/d71760fe0c0e9ea3a9aa8e9e794daf7e7f892d8c/icons/inventory/suit/mob.dmi", "states": [{"name": "equipped-OUTERCLOTHING", "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/OuterClothing/violetwizard.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/Clothing/OuterClothing/violetwizard.rsi/equipped-OUTERCLOTHING.png new file mode 100644 index 0000000000..5d1ce7594b Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/violetwizard.rsi/equipped-OUTERCLOTHING.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/violetwizard.rsi/icon.png b/Resources/Textures/Clothing/OuterClothing/violetwizard.rsi/icon.png new file mode 100644 index 0000000000..bc886ce7dc Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/violetwizard.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/violetwizard.rsi/inhand-left.png b/Resources/Textures/Clothing/OuterClothing/violetwizard.rsi/inhand-left.png new file mode 100644 index 0000000000..4f23517dbc Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/violetwizard.rsi/inhand-left.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/violetwizard.rsi/inhand-right.png b/Resources/Textures/Clothing/OuterClothing/violetwizard.rsi/inhand-right.png new file mode 100644 index 0000000000..1fc800a4c3 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/violetwizard.rsi/inhand-right.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/violetwizard.rsi/meta.json b/Resources/Textures/Clothing/OuterClothing/violetwizard.rsi/meta.json new file mode 100644 index 0000000000..0d10142642 --- /dev/null +++ b/Resources/Textures/Clothing/OuterClothing/violetwizard.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/d71760fe0c0e9ea3a9aa8e9e794daf7e7f892d8c/icons/inventory/suit/mob.dmi", "states": [{"name": "equipped-OUTERCLOTHING", "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/OuterClothing/void.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/Clothing/OuterClothing/void.rsi/equipped-OUTERCLOTHING.png new file mode 100644 index 0000000000..315284155c Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/void.rsi/equipped-OUTERCLOTHING.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/void.rsi/icon.png b/Resources/Textures/Clothing/OuterClothing/void.rsi/icon.png new file mode 100644 index 0000000000..1e0c65ccf0 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/void.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/void.rsi/inhand-left.png b/Resources/Textures/Clothing/OuterClothing/void.rsi/inhand-left.png new file mode 100644 index 0000000000..5506570ff8 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/void.rsi/inhand-left.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/void.rsi/inhand-right.png b/Resources/Textures/Clothing/OuterClothing/void.rsi/inhand-right.png new file mode 100644 index 0000000000..b6b7b13d07 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/void.rsi/inhand-right.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/void.rsi/meta.json b/Resources/Textures/Clothing/OuterClothing/void.rsi/meta.json new file mode 100644 index 0000000000..6a3980367b --- /dev/null +++ b/Resources/Textures/Clothing/OuterClothing/void.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/d71760fe0c0e9ea3a9aa8e9e794daf7e7f892d8c/icons/inventory/suit/mob.dmi", "states": [{"name": "equipped-OUTERCLOTHING", "directions": 4, "delays": [[2.0, 2.0, 2.0, 2.0], [2.0, 2.0, 2.0, 2.0], [2.0, 2.0, 2.0, 2.0], [2.0, 2.0, 2.0, 2.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/OuterClothing/webvest.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/Clothing/OuterClothing/webvest.rsi/equipped-OUTERCLOTHING.png new file mode 100644 index 0000000000..02eb4c8078 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/webvest.rsi/equipped-OUTERCLOTHING.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/webvest.rsi/icon.png b/Resources/Textures/Clothing/OuterClothing/webvest.rsi/icon.png new file mode 100644 index 0000000000..c208aba1f8 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/webvest.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/webvest.rsi/inhand-left.png b/Resources/Textures/Clothing/OuterClothing/webvest.rsi/inhand-left.png new file mode 100644 index 0000000000..bb043734cd Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/webvest.rsi/inhand-left.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/webvest.rsi/inhand-right.png b/Resources/Textures/Clothing/OuterClothing/webvest.rsi/inhand-right.png new file mode 100644 index 0000000000..36c7711a7d Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/webvest.rsi/inhand-right.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/webvest.rsi/meta.json b/Resources/Textures/Clothing/OuterClothing/webvest.rsi/meta.json new file mode 100644 index 0000000000..0d10142642 --- /dev/null +++ b/Resources/Textures/Clothing/OuterClothing/webvest.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/d71760fe0c0e9ea3a9aa8e9e794daf7e7f892d8c/icons/inventory/suit/mob.dmi", "states": [{"name": "equipped-OUTERCLOTHING", "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/OuterClothing/wizard.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/Clothing/OuterClothing/wizard.rsi/equipped-OUTERCLOTHING.png new file mode 100644 index 0000000000..449f1ce454 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/wizard.rsi/equipped-OUTERCLOTHING.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/wizard.rsi/icon.png b/Resources/Textures/Clothing/OuterClothing/wizard.rsi/icon.png new file mode 100644 index 0000000000..dddb7e31ff Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/wizard.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/wizard.rsi/inhand-left.png b/Resources/Textures/Clothing/OuterClothing/wizard.rsi/inhand-left.png new file mode 100644 index 0000000000..4b87695249 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/wizard.rsi/inhand-left.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/wizard.rsi/inhand-right.png b/Resources/Textures/Clothing/OuterClothing/wizard.rsi/inhand-right.png new file mode 100644 index 0000000000..72c2304228 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/wizard.rsi/inhand-right.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/wizard.rsi/meta.json b/Resources/Textures/Clothing/OuterClothing/wizard.rsi/meta.json new file mode 100644 index 0000000000..0d10142642 --- /dev/null +++ b/Resources/Textures/Clothing/OuterClothing/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/d71760fe0c0e9ea3a9aa8e9e794daf7e7f892d8c/icons/inventory/suit/mob.dmi", "states": [{"name": "equipped-OUTERCLOTHING", "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/OuterClothing/xenos.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/Clothing/OuterClothing/xenos.rsi/equipped-OUTERCLOTHING.png new file mode 100644 index 0000000000..5bd5700c1b Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/xenos.rsi/equipped-OUTERCLOTHING.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/xenos.rsi/icon.png b/Resources/Textures/Clothing/OuterClothing/xenos.rsi/icon.png new file mode 100644 index 0000000000..f389b598b3 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/xenos.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/xenos.rsi/inhand-left.png b/Resources/Textures/Clothing/OuterClothing/xenos.rsi/inhand-left.png new file mode 100644 index 0000000000..af93efd129 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/xenos.rsi/inhand-left.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/xenos.rsi/inhand-right.png b/Resources/Textures/Clothing/OuterClothing/xenos.rsi/inhand-right.png new file mode 100644 index 0000000000..a72cf276c2 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/xenos.rsi/inhand-right.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/xenos.rsi/meta.json b/Resources/Textures/Clothing/OuterClothing/xenos.rsi/meta.json new file mode 100644 index 0000000000..0d10142642 --- /dev/null +++ b/Resources/Textures/Clothing/OuterClothing/xenos.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/d71760fe0c0e9ea3a9aa8e9e794daf7e7f892d8c/icons/inventory/suit/mob.dmi", "states": [{"name": "equipped-OUTERCLOTHING", "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/armor.rsi/armor.png b/Resources/Textures/Clothing/armor.rsi/armor.png deleted file mode 100644 index d84f5be130..0000000000 Binary files a/Resources/Textures/Clothing/armor.rsi/armor.png and /dev/null differ diff --git a/Resources/Textures/Clothing/armor.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/Clothing/armor.rsi/equipped-OUTERCLOTHING.png deleted file mode 100644 index 1ab8b4351b..0000000000 Binary files a/Resources/Textures/Clothing/armor.rsi/equipped-OUTERCLOTHING.png and /dev/null differ diff --git a/Resources/Textures/Clothing/armor.rsi/inhand-left.png b/Resources/Textures/Clothing/armor.rsi/inhand-left.png deleted file mode 100644 index 7653872d6f..0000000000 Binary files a/Resources/Textures/Clothing/armor.rsi/inhand-left.png and /dev/null differ diff --git a/Resources/Textures/Clothing/armor.rsi/inhand-right.png b/Resources/Textures/Clothing/armor.rsi/inhand-right.png deleted file mode 100644 index bb7736307b..0000000000 Binary files a/Resources/Textures/Clothing/armor.rsi/inhand-right.png and /dev/null differ diff --git a/Resources/Textures/Clothing/armor.rsi/meta.json b/Resources/Textures/Clothing/armor.rsi/meta.json deleted file mode 100644 index 8bae430434..0000000000 --- a/Resources/Textures/Clothing/armor.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": "armor", "directions": 1, "delays": [[1.0]]}, {"name": "equipped-OUTERCLOTHING", "directions": 4, "delays": [[1.0], [1.0], [1.0], [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]]}]} diff --git a/Resources/Textures/Clothing/chef_apron.rsi/apron.png b/Resources/Textures/Clothing/chef_apron.rsi/apron.png deleted file mode 100644 index 221b01644e..0000000000 Binary files a/Resources/Textures/Clothing/chef_apron.rsi/apron.png and /dev/null differ diff --git a/Resources/Textures/Clothing/chef_apron.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/Clothing/chef_apron.rsi/equipped-OUTERCLOTHING.png deleted file mode 100644 index d1c76ba5d3..0000000000 Binary files a/Resources/Textures/Clothing/chef_apron.rsi/equipped-OUTERCLOTHING.png and /dev/null differ diff --git a/Resources/Textures/Clothing/chef_apron.rsi/inhand-left.png b/Resources/Textures/Clothing/chef_apron.rsi/inhand-left.png deleted file mode 100644 index 84e5e83e3f..0000000000 Binary files a/Resources/Textures/Clothing/chef_apron.rsi/inhand-left.png and /dev/null differ diff --git a/Resources/Textures/Clothing/chef_apron.rsi/inhand-right.png b/Resources/Textures/Clothing/chef_apron.rsi/inhand-right.png deleted file mode 100644 index 69ad696a10..0000000000 Binary files a/Resources/Textures/Clothing/chef_apron.rsi/inhand-right.png and /dev/null differ diff --git a/Resources/Textures/Clothing/chef_apron.rsi/meta.json b/Resources/Textures/Clothing/chef_apron.rsi/meta.json deleted file mode 100644 index 0361d4ed6c..0000000000 --- a/Resources/Textures/Clothing/chef_apron.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": "apron", "directions": 1, "delays": [[1.0]]}, {"name": "equipped-OUTERCLOTHING", "directions": 4, "delays": [[1.0], [1.0], [1.0], [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]]}]} diff --git a/Resources/Textures/Clothing/vest_hazard.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/Clothing/vest_hazard.rsi/equipped-OUTERCLOTHING.png deleted file mode 100644 index 8d09fbcb5d..0000000000 Binary files a/Resources/Textures/Clothing/vest_hazard.rsi/equipped-OUTERCLOTHING.png and /dev/null differ diff --git a/Resources/Textures/Clothing/vest_hazard.rsi/hazard.png b/Resources/Textures/Clothing/vest_hazard.rsi/hazard.png deleted file mode 100644 index 50fac7686c..0000000000 Binary files a/Resources/Textures/Clothing/vest_hazard.rsi/hazard.png and /dev/null differ diff --git a/Resources/Textures/Clothing/vest_hazard.rsi/meta.json b/Resources/Textures/Clothing/vest_hazard.rsi/meta.json deleted file mode 100644 index 693db07a8c..0000000000 --- a/Resources/Textures/Clothing/vest_hazard.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-OUTERCLOTHING", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}, {"name": "hazard", "directions": 1, "delays": [[1.0]]}]} \ No newline at end of file