diff --git a/Resources/Prototypes/_DV/Catalog/Fills/Items/gas_tanks.yml b/Resources/Prototypes/_DV/Catalog/Fills/Items/gas_tanks.yml index 216193e9e1..69de6f32c3 100644 --- a/Resources/Prototypes/_DV/Catalog/Fills/Items/gas_tanks.yml +++ b/Resources/Prototypes/_DV/Catalog/Fills/Items/gas_tanks.yml @@ -73,3 +73,52 @@ - 0 # tritium - 1.025689525 # water vapor temperature: 293.15 + +- type: entity + id: OxygenTankERTFilled + parent: OxygenTankERT + suffix: Filled + name: ERT oxygen tank + components: + - type: GasTank + air: + volume: 5 + moles: + Oxygen: 2.051379050 + temperature: 293.15 + - type: Tag + tags: + - OxygenTank + +- type: entity + id: NitrogenTankERTFilled + parent: NitrogenTankERT + suffix: Filled + name: ERT nitrogen tank + components: + - type: GasTank + air: + volume: 5 + moles: + Nitrogen: 2.051379050 + temperature: 293.15 + - type: Tag + tags: + - NitrogenTank + +- type: entity + id: WaterVaporTankERTFilled + parent: WaterVaporTankERT + suffix: Filled + name: ERT water vapor tank + components: + - type: GasTank + outputPressure: 21.3 + air: + volume: 5 + moles: + WaterVapor: 2.051379050 + temperature: 293.15 + - type: Tag + tags: + - WaterVaporTank diff --git a/Resources/Prototypes/_DV/Catalog/Fills/Lockers/suit_storage.yml b/Resources/Prototypes/_DV/Catalog/Fills/Lockers/suit_storage.yml index 6e34800633..d560819f34 100644 --- a/Resources/Prototypes/_DV/Catalog/Fills/Lockers/suit_storage.yml +++ b/Resources/Prototypes/_DV/Catalog/Fills/Lockers/suit_storage.yml @@ -127,9 +127,9 @@ - id: JetpackSecurityFilled - id: ClothingMaskGasERT - id: HandheldGPSBasic - - id: DoubleEmergencyOxygenTankFilled - - id: DoubleEmergencyNitrogenTankFilled - - id: DoubleEmergencyWaterVaporTankFilled + - id: OxygenTankERTFilled + - id: NitrogenTankERTFilled + - id: WaterVaporTankERTFilled - type: entity parent: SuitStorageBase @@ -151,9 +151,9 @@ - id: JetpackSecurityFilled - id: ClothingMaskGasERT - id: HandheldGPSBasic - - id: DoubleEmergencyOxygenTankFilled - - id: DoubleEmergencyNitrogenTankFilled - - id: DoubleEmergencyWaterVaporTankFilled + - id: OxygenTankERTFilled + - id: NitrogenTankERTFilled + - id: WaterVaporTankERTFilled - type: entity parent: SuitStorageBase @@ -175,9 +175,9 @@ - id: JetpackSecurityFilled - id: ClothingMaskGasERT - id: HandheldGPSBasic - - id: DoubleEmergencyOxygenTankFilled - - id: DoubleEmergencyNitrogenTankFilled - - id: DoubleEmergencyWaterVaporTankFilled + - id: OxygenTankERTFilled + - id: NitrogenTankERTFilled + - id: WaterVaporTankERTFilled - type: entity parent: SuitStorageBase @@ -199,9 +199,9 @@ - id: JetpackSecurityFilled - id: ClothingMaskGasERT - id: HandheldGPSBasic - - id: DoubleEmergencyOxygenTankFilled - - id: DoubleEmergencyNitrogenTankFilled - - id: DoubleEmergencyWaterVaporTankFilled + - id: OxygenTankERTFilled + - id: NitrogenTankERTFilled + - id: WaterVaporTankERTFilled - type: entity parent: SuitStorageBase @@ -223,9 +223,9 @@ - id: JetpackSecurityFilled - id: ClothingMaskGasERT - id: HandheldGPSBasic - - id: DoubleEmergencyOxygenTankFilled - - id: DoubleEmergencyNitrogenTankFilled - - id: DoubleEmergencyWaterVaporTankFilled + - id: OxygenTankERTFilled + - id: NitrogenTankERTFilled + - id: WaterVaporTankERTFilled - type: entity parent: SuitStorageBase @@ -247,9 +247,9 @@ - id: JetpackSecurityFilled - id: ClothingMaskGasERT - id: HandheldGPSBasic - - id: DoubleEmergencyOxygenTankFilled - - id: DoubleEmergencyNitrogenTankFilled - - id: DoubleEmergencyWaterVaporTankFilled + - id: OxygenTankERTFilled + - id: NitrogenTankERTFilled + - id: WaterVaporTankERTFilled # Science EVA Suit - type: entityTable diff --git a/Resources/Prototypes/_DV/Entities/Clothing/Back/backpacks.yml b/Resources/Prototypes/_DV/Entities/Clothing/Back/backpacks.yml index c1cf77222d..9f61cdb564 100644 --- a/Resources/Prototypes/_DV/Entities/Clothing/Back/backpacks.yml +++ b/Resources/Prototypes/_DV/Entities/Clothing/Back/backpacks.yml @@ -28,3 +28,66 @@ - type: Storage grid: - 0,0,10,3 + +- type: entity + parent: ClothingBackpackERTLeader + id: ClothingBackpackERTLeaderReducedVisual + suffix: Reduced Visual + description: A spacious backpack with lots of pockets, worn by the Commander of an Emergency Response Team. This one seems to utilise magnets to stay on + components: + - type: Sprite + sprite: _DV/Clothing/Back/Backpacks/ertleaderreduced.rsi + +- type: entity + parent: ClothingBackpackERTSecurity + id: ClothingBackpackERTSecurityReducedVisual + suffix: Reduced Visual + description: A spacious backpack with lots of pockets, worn by Security Officers of an Emergency Response Team. This one seems to utilise magnets to stay on + components: + - type: Sprite + sprite: _DV/Clothing/Back/Backpacks/ertsecreduced.rsi + +- type: entity + parent: ClothingBackpackERTMedical + id: ClothingBackpackERTMedicalReducedVisual + suffix: Reduced Visual + description: A spacious backpack with lots of pockets, worn by Medical Officers of an Emergency Response Team. This one seems to utilise magnets to stay on + components: + - type: Sprite + sprite: _DV/Clothing/Back/Backpacks/ertmedreduced.rsi + +- type: entity + parent: ClothingBackpackERTEngineer + id: ClothingBackpackERTEngineerReducedVisual + suffix: Reduced Visual + description: A spacious backpack with lots of pockets, worn by Engineers of an Emergency Response Team. This one seems to utilise magnets to stay on + components: + - type: Sprite + sprite: _DV/Clothing/Back/Backpacks/ertengreduced.rsi + +- type: entity + parent: ClothingBackpackERTJanitor + id: ClothingBackpackERTJanitorReducedVisual + suffix: Reduced Visual + description: A spacious backpack with lots of pockets, worn by Janitors of an Emergency Response Team. This one seems to utilise magnets to stay on + components: + - type: Sprite + sprite: _DV/Clothing/Back/Backpacks/ertjanitorreduced.rsi + +- type: entity + parent: ClothingBackpackERTClown + id: ClothingBackpackERTClownReducedVisual + suffix: Reduced Visual + description: A spacious backpack with lots of pockets, worn by Clowns of an Emergency Response Team. This one seems to utilise magnets to stay on + components: + - type: Sprite + sprite: _DV/Clothing/Back/Backpacks/ertclownreduced.rsi + +- type: entity + parent: ClothingBackpackERTChaplain + id: ClothingBackpackERTChaplainReducedVisual + suffix: Reduced Visual + description: A spacious backpack with lots of pockets, worn by Chaplains of an Emergency Response Team. This one seems to utilise magnets to stay on + components: + - type: Sprite + sprite: _DV/Clothing/Back/Backpacks/ertchaplainreduced.rsi diff --git a/Resources/Prototypes/_DV/Entities/Mobs/Player/humanoid.yml b/Resources/Prototypes/_DV/Entities/Mobs/Player/humanoid.yml index 941843d950..3b14e60ccb 100644 --- a/Resources/Prototypes/_DV/Entities/Mobs/Player/humanoid.yml +++ b/Resources/Prototypes/_DV/Entities/Mobs/Player/humanoid.yml @@ -55,7 +55,7 @@ components: - type: Loadout prototypes: [ ERTLeaderGearRed ] - roleLoadout: [ RoleSurvivalEVA ] + roleLoadout: [ RoleSurvivalERT ] - type: entity parent: RandomHumanoidSpawnerERTLeaderAmber @@ -74,7 +74,7 @@ components: - type: Loadout prototypes: [ ERTLeaderGearGamma ] - roleLoadout: [ RoleSurvivalEVA ] + roleLoadout: [ RoleSurvivalERT ] ## ERT Chaplain @@ -134,7 +134,7 @@ components: - type: Loadout prototypes: [ ERTChaplainGearRed ] - roleLoadout: [ RoleSurvivalEVA ] + roleLoadout: [ RoleSurvivalERT ] - type: BibleUser - type: entity @@ -155,7 +155,7 @@ components: - type: Loadout prototypes: [ ERTChaplainGearGamma ] - roleLoadout: [ RoleSurvivalEVA ] + roleLoadout: [ RoleSurvivalERT ] - type: BibleUser ## ERT Janitor @@ -223,7 +223,7 @@ job: ERTJanitor - type: Loadout prototypes: [ ERTJanitorGearRed ] - roleLoadout: [ RoleSurvivalEVA ] + roleLoadout: [ RoleSurvivalERT ] - type: entity parent: RandomHumanoidSpawnerERTJanitorAmber @@ -250,7 +250,7 @@ job: ERTJanitor - type: Loadout prototypes: [ ERTJanitorGearGamma ] - roleLoadout: [ RoleSurvivalEVA ] + roleLoadout: [ RoleSurvivalERT ] ## ERT Engineer @@ -309,7 +309,7 @@ components: - type: Loadout prototypes: [ ERTEngineerGearRed ] - roleLoadout: [ RoleSurvivalEVA ] + roleLoadout: [ RoleSurvivalERT ] - type: entity parent: RandomHumanoidSpawnerERTEngineerAmber @@ -329,7 +329,7 @@ components: - type: Loadout prototypes: [ ERTEngineerGearGamma ] - roleLoadout: [ RoleSurvivalEVA ] + roleLoadout: [ RoleSurvivalERT ] ## ERT Security @@ -388,7 +388,7 @@ components: - type: Loadout prototypes: [ ERTSecurityGearRed ] - roleLoadout: [ RoleSurvivalEVA ] + roleLoadout: [ RoleSurvivalERT ] - type: entity parent: RandomHumanoidSpawnerERTSecurityAmber @@ -407,7 +407,7 @@ components: - type: Loadout prototypes: [ ERTSecurityGearGamma ] - roleLoadout: [ RoleSurvivalEVA ] + roleLoadout: [ RoleSurvivalERT ] ## ERT Medic @@ -466,7 +466,7 @@ components: - type: Loadout prototypes: [ ERTMedicalGearRed ] - roleLoadout: [ RoleSurvivalEVA ] + roleLoadout: [ RoleSurvivalERT ] - type: entity parent: RandomHumanoidSpawnerERTMedicalAmber @@ -486,7 +486,7 @@ components: - type: Loadout prototypes: [ ERTMedicalGearGamma ] - roleLoadout: [ RoleSurvivalEVA ] + roleLoadout: [ RoleSurvivalERT ] ## CBURN diff --git a/Resources/Prototypes/_DV/Entities/Objects/Tools/gas_tank.yml b/Resources/Prototypes/_DV/Entities/Objects/Tools/gas_tank.yml index 352b466d97..e522086115 100644 --- a/Resources/Prototypes/_DV/Entities/Objects/Tools/gas_tank.yml +++ b/Resources/Prototypes/_DV/Entities/Objects/Tools/gas_tank.yml @@ -52,3 +52,53 @@ sprite: _DV/Objects/Tanks/emergency_double_water_vapor.rsi - type: Clothing sprite: _DV/Objects/Tanks/emergency_double_water_vapor.rsi + +# ERT + +- type: entity + parent: OxygenTank + id: OxygenTankERT + name: ERT oxygen tank + description: A cylindrical gas tank for oxygen, worn by Emergency Response Team members. It can hold 5 L of gas. + components: + - type: Sprite + sprite: _DV/Objects/Tanks/emergency_oxygen_ert.rsi + - type: Item + sprite: _DV/Objects/Tanks/emergency_oxygen_ert.rsi + - type: Clothing + sprite: _DV/Objects/Tanks/emergency_oxygen_ert.rsi + - type: Tag # Funkystation - Crash Carts + tags: + - OxygenTank + +- type: entity + parent: NitrogenTank + id: NitrogenTankERT + name: ERT nitrogen tank + description: A cylindrical gas tank for nitrogen, worn by Emergency Response Team members. It can hold 5 L of gas. + components: + - type: Sprite + sprite: _DV/Objects/Tanks/emergency_nitrogen_ert.rsi + - type: Item + sprite: _DV/Objects/Tanks/emergency_nitrogen_ert.rsi + - type: Clothing + sprite: _DV/Objects/Tanks/emergency_nitrogen_ert.rsi + - type: Tag # Funkystation - Crash Carts + tags: + - NitrogenTank + +- type: entity + parent: WaterVaporTank + id: WaterVaporTankERT + name: ERT water vapor tank + description: A cylindrical gas tank for water vapor, worn by Emergency Response Team members. It can hold 5 L of gas. + components: + - type: Sprite + sprite: _DV/Objects/Tanks/emergency_water_vapor_ert.rsi + - type: Item + sprite: _DV/Objects/Tanks/emergency_water_vapor_ert.rsi + - type: Clothing + sprite: _DV/Objects/Tanks/emergency_water_vapor_ert.rsi + - type: Tag # Funkystation - Crash Carts + tags: + - WaterVaporTank diff --git a/Resources/Prototypes/_DV/Loadouts/Miscellaneous/survival.yml b/Resources/Prototypes/_DV/Loadouts/Miscellaneous/survival.yml index ae9306c263..c62fc834f9 100644 --- a/Resources/Prototypes/_DV/Loadouts/Miscellaneous/survival.yml +++ b/Resources/Prototypes/_DV/Loadouts/Miscellaneous/survival.yml @@ -144,3 +144,29 @@ storage: back: - BoxSurvivalHumanoidSilicon + +# ERT + +- type: loadout + id: LoadoutEmergencyOxygenExtendedERT + effects: + - !type:GroupLoadoutEffect + proto: OxygenBreather + equipment: + suitstorage: OxygenTankERTFilled + +- type: loadout + id: LoadoutEmergencyNitrogenExtendedERT + effects: + - !type:GroupLoadoutEffect + proto: NitrogenBreather + equipment: + suitstorage: NitrogenTankERTFilled + +- type: loadout + id: LoadoutEmergencyWaterVaporExtendedERT + effects: + - !type:GroupLoadoutEffect + proto: WaterBreather + equipment: + suitstorage: WaterVaporTankERTFilled diff --git a/Resources/Prototypes/_DV/Loadouts/loadout_groups.yml b/Resources/Prototypes/_DV/Loadouts/loadout_groups.yml index 3a75920b8f..1d29c92554 100644 --- a/Resources/Prototypes/_DV/Loadouts/loadout_groups.yml +++ b/Resources/Prototypes/_DV/Loadouts/loadout_groups.yml @@ -992,3 +992,19 @@ hidden: true loadouts: - EmergencyIPCBox + +# ERT +- type: loadoutGroup + id: GroupEVATankERT + name: loadout-group-EVA-tank + hidden: true + loadouts: + - LoadoutEmergencyOxygenExtendedERT + - LoadoutEmergencyNitrogenExtendedERT + - LoadoutEmergencyWaterVaporExtendedERT + +- type: roleLoadout + id: RoleSurvivalERT + groups: + - GroupEVATankERT + - SurvivalExtended diff --git a/Resources/Prototypes/_DV/Roles/Jobs/CentComm/EmergencyResponseTeam.yml b/Resources/Prototypes/_DV/Roles/Jobs/CentComm/EmergencyResponseTeam.yml index 79e0931dab..6549516023 100644 --- a/Resources/Prototypes/_DV/Roles/Jobs/CentComm/EmergencyResponseTeam.yml +++ b/Resources/Prototypes/_DV/Roles/Jobs/CentComm/EmergencyResponseTeam.yml @@ -3,7 +3,7 @@ id: ERTLeaderGearAmber equipment: jumpsuit: ClothingUniformJumpsuitERTLeader - back: ClothingBackpackERTLeader + back: ClothingBackpackERTLeaderReducedVisual shoes: ClothingShoesBootsCombatFilled head: ClothingHeadHelmetERTLeader eyes: ClothingEyesGlassesCommand @@ -69,7 +69,7 @@ id: ERTChaplainGearAmber equipment: jumpsuit: ClothingUniformJumpsuitERTChaplain - back: ClothingBackpackERTChaplain + back: ClothingBackpackERTChaplainReducedVisual shoes: ClothingShoesLeather eyes: ClothingEyesGlassesSecurity neck: ClothingNeckStoleChaplain @@ -118,7 +118,7 @@ id: ERTEngineerGearAmber equipment: jumpsuit: ClothingUniformJumpsuitERTEngineer - back: ClothingBackpackERTEngineer + back: ClothingBackpackERTEngineerReducedVisual shoes: ClothingShoesBootsMag head: ClothingHeadHelmetERTEngineer eyes: ClothingEyesGlassesMeson @@ -179,7 +179,7 @@ id: ERTSecurityGearAmber equipment: jumpsuit: ClothingUniformJumpsuitERTSecurity - back: ClothingBackpackERTSecurity + back: ClothingBackpackERTSecurityReducedVisual shoes: ClothingShoesBootsJackFilled head: ClothingHeadHelmetERTSecurity eyes: ClothingEyesGlassesSecurity @@ -236,7 +236,7 @@ id: ERTMedicalGearAmber equipment: jumpsuit: ClothingUniformJumpsuitERTMedic - back: ClothingBackpackERTMedical + back: ClothingBackpackERTMedicalReducedVisual shoes: ClothingShoesBootsCombatFilled head: ClothingHeadHelmetERTMedic eyes: ClothingEyesHudMedical @@ -303,7 +303,7 @@ id: ERTJanitorGearAmber equipment: jumpsuit: ClothingUniformJumpsuitERTJanitor - back: ClothingBackpackERTJanitor + back: ClothingBackpackERTJanitorReducedVisual shoes: ClothingShoesGaloshes head: ClothingHeadHelmetERTJanitor eyes: ClothingEyesGlassesSecurity diff --git a/Resources/Textures/_DV/Clothing/Back/Backpacks/ertchaplainreduced.rsi/equipped-BACKPACK.png b/Resources/Textures/_DV/Clothing/Back/Backpacks/ertchaplainreduced.rsi/equipped-BACKPACK.png new file mode 100644 index 0000000000..16e49fb136 Binary files /dev/null and b/Resources/Textures/_DV/Clothing/Back/Backpacks/ertchaplainreduced.rsi/equipped-BACKPACK.png differ diff --git a/Resources/Textures/_DV/Clothing/Back/Backpacks/ertchaplainreduced.rsi/icon.png b/Resources/Textures/_DV/Clothing/Back/Backpacks/ertchaplainreduced.rsi/icon.png new file mode 100644 index 0000000000..02b99ef372 Binary files /dev/null and b/Resources/Textures/_DV/Clothing/Back/Backpacks/ertchaplainreduced.rsi/icon.png differ diff --git a/Resources/Textures/_DV/Clothing/Back/Backpacks/ertchaplainreduced.rsi/inhand-left.png b/Resources/Textures/_DV/Clothing/Back/Backpacks/ertchaplainreduced.rsi/inhand-left.png new file mode 100644 index 0000000000..f6bb073134 Binary files /dev/null and b/Resources/Textures/_DV/Clothing/Back/Backpacks/ertchaplainreduced.rsi/inhand-left.png differ diff --git a/Resources/Textures/_DV/Clothing/Back/Backpacks/ertchaplainreduced.rsi/inhand-right.png b/Resources/Textures/_DV/Clothing/Back/Backpacks/ertchaplainreduced.rsi/inhand-right.png new file mode 100644 index 0000000000..d527a7daf9 Binary files /dev/null and b/Resources/Textures/_DV/Clothing/Back/Backpacks/ertchaplainreduced.rsi/inhand-right.png differ diff --git a/Resources/Textures/_DV/Clothing/Back/Backpacks/ertchaplainreduced.rsi/meta.json b/Resources/Textures/_DV/Clothing/Back/Backpacks/ertchaplainreduced.rsi/meta.json new file mode 100644 index 0000000000..6bbe561788 --- /dev/null +++ b/Resources/Textures/_DV/Clothing/Back/Backpacks/ertchaplainreduced.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from paradisestation at commit https://github.com/ParadiseSS13/Paradise/blob/12c21ced8432015485484b17e311dcceb7c458f6/icons/mob/clothing/back.dmi, inhands by peptide, edited by dorragon", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-BACKPACK", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_DV/Clothing/Back/Backpacks/ertclownreduced.rsi/equipped-BACKPACK.png b/Resources/Textures/_DV/Clothing/Back/Backpacks/ertclownreduced.rsi/equipped-BACKPACK.png new file mode 100644 index 0000000000..42d78bc4a5 Binary files /dev/null and b/Resources/Textures/_DV/Clothing/Back/Backpacks/ertclownreduced.rsi/equipped-BACKPACK.png differ diff --git a/Resources/Textures/_DV/Clothing/Back/Backpacks/ertclownreduced.rsi/icon.png b/Resources/Textures/_DV/Clothing/Back/Backpacks/ertclownreduced.rsi/icon.png new file mode 100644 index 0000000000..af71fb7d7f Binary files /dev/null and b/Resources/Textures/_DV/Clothing/Back/Backpacks/ertclownreduced.rsi/icon.png differ diff --git a/Resources/Textures/_DV/Clothing/Back/Backpacks/ertclownreduced.rsi/inhand-left.png b/Resources/Textures/_DV/Clothing/Back/Backpacks/ertclownreduced.rsi/inhand-left.png new file mode 100644 index 0000000000..075081bd99 Binary files /dev/null and b/Resources/Textures/_DV/Clothing/Back/Backpacks/ertclownreduced.rsi/inhand-left.png differ diff --git a/Resources/Textures/_DV/Clothing/Back/Backpacks/ertclownreduced.rsi/inhand-right.png b/Resources/Textures/_DV/Clothing/Back/Backpacks/ertclownreduced.rsi/inhand-right.png new file mode 100644 index 0000000000..47990d9fdd Binary files /dev/null and b/Resources/Textures/_DV/Clothing/Back/Backpacks/ertclownreduced.rsi/inhand-right.png differ diff --git a/Resources/Textures/_DV/Clothing/Back/Backpacks/ertclownreduced.rsi/meta.json b/Resources/Textures/_DV/Clothing/Back/Backpacks/ertclownreduced.rsi/meta.json new file mode 100644 index 0000000000..61c4a9357e --- /dev/null +++ b/Resources/Textures/_DV/Clothing/Back/Backpacks/ertclownreduced.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from paradisestation at commit https://github.com/ParadiseSS13/Paradise/blob/12c21ced8432015485484b17e311dcceb7c458f6/icons/mob/clothing/back.dmi, edited by dorragon", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-BACKPACK", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_DV/Clothing/Back/Backpacks/ertengreduced.rsi/equipped-BACKPACK.png b/Resources/Textures/_DV/Clothing/Back/Backpacks/ertengreduced.rsi/equipped-BACKPACK.png new file mode 100644 index 0000000000..99beb7f638 Binary files /dev/null and b/Resources/Textures/_DV/Clothing/Back/Backpacks/ertengreduced.rsi/equipped-BACKPACK.png differ diff --git a/Resources/Textures/_DV/Clothing/Back/Backpacks/ertengreduced.rsi/icon.png b/Resources/Textures/_DV/Clothing/Back/Backpacks/ertengreduced.rsi/icon.png new file mode 100644 index 0000000000..0f618b627c Binary files /dev/null and b/Resources/Textures/_DV/Clothing/Back/Backpacks/ertengreduced.rsi/icon.png differ diff --git a/Resources/Textures/_DV/Clothing/Back/Backpacks/ertengreduced.rsi/inhand-left.png b/Resources/Textures/_DV/Clothing/Back/Backpacks/ertengreduced.rsi/inhand-left.png new file mode 100644 index 0000000000..6e0ea6f88c Binary files /dev/null and b/Resources/Textures/_DV/Clothing/Back/Backpacks/ertengreduced.rsi/inhand-left.png differ diff --git a/Resources/Textures/_DV/Clothing/Back/Backpacks/ertengreduced.rsi/inhand-right.png b/Resources/Textures/_DV/Clothing/Back/Backpacks/ertengreduced.rsi/inhand-right.png new file mode 100644 index 0000000000..11de37d456 Binary files /dev/null and b/Resources/Textures/_DV/Clothing/Back/Backpacks/ertengreduced.rsi/inhand-right.png differ diff --git a/Resources/Textures/_DV/Clothing/Back/Backpacks/ertengreduced.rsi/meta.json b/Resources/Textures/_DV/Clothing/Back/Backpacks/ertengreduced.rsi/meta.json new file mode 100644 index 0000000000..61c4a9357e --- /dev/null +++ b/Resources/Textures/_DV/Clothing/Back/Backpacks/ertengreduced.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from paradisestation at commit https://github.com/ParadiseSS13/Paradise/blob/12c21ced8432015485484b17e311dcceb7c458f6/icons/mob/clothing/back.dmi, edited by dorragon", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-BACKPACK", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_DV/Clothing/Back/Backpacks/ertjanitorreduced.rsi/equipped-BACKPACK.png b/Resources/Textures/_DV/Clothing/Back/Backpacks/ertjanitorreduced.rsi/equipped-BACKPACK.png new file mode 100644 index 0000000000..232c22aa82 Binary files /dev/null and b/Resources/Textures/_DV/Clothing/Back/Backpacks/ertjanitorreduced.rsi/equipped-BACKPACK.png differ diff --git a/Resources/Textures/_DV/Clothing/Back/Backpacks/ertjanitorreduced.rsi/icon.png b/Resources/Textures/_DV/Clothing/Back/Backpacks/ertjanitorreduced.rsi/icon.png new file mode 100644 index 0000000000..6bf88a586e Binary files /dev/null and b/Resources/Textures/_DV/Clothing/Back/Backpacks/ertjanitorreduced.rsi/icon.png differ diff --git a/Resources/Textures/_DV/Clothing/Back/Backpacks/ertjanitorreduced.rsi/inhand-left.png b/Resources/Textures/_DV/Clothing/Back/Backpacks/ertjanitorreduced.rsi/inhand-left.png new file mode 100644 index 0000000000..313a7821c6 Binary files /dev/null and b/Resources/Textures/_DV/Clothing/Back/Backpacks/ertjanitorreduced.rsi/inhand-left.png differ diff --git a/Resources/Textures/_DV/Clothing/Back/Backpacks/ertjanitorreduced.rsi/inhand-right.png b/Resources/Textures/_DV/Clothing/Back/Backpacks/ertjanitorreduced.rsi/inhand-right.png new file mode 100644 index 0000000000..12dabf300e Binary files /dev/null and b/Resources/Textures/_DV/Clothing/Back/Backpacks/ertjanitorreduced.rsi/inhand-right.png differ diff --git a/Resources/Textures/_DV/Clothing/Back/Backpacks/ertjanitorreduced.rsi/meta.json b/Resources/Textures/_DV/Clothing/Back/Backpacks/ertjanitorreduced.rsi/meta.json new file mode 100644 index 0000000000..61c4a9357e --- /dev/null +++ b/Resources/Textures/_DV/Clothing/Back/Backpacks/ertjanitorreduced.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from paradisestation at commit https://github.com/ParadiseSS13/Paradise/blob/12c21ced8432015485484b17e311dcceb7c458f6/icons/mob/clothing/back.dmi, edited by dorragon", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-BACKPACK", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_DV/Clothing/Back/Backpacks/ertleaderreduced.rsi/equipped-BACKPACK.png b/Resources/Textures/_DV/Clothing/Back/Backpacks/ertleaderreduced.rsi/equipped-BACKPACK.png new file mode 100644 index 0000000000..a036db2f23 Binary files /dev/null and b/Resources/Textures/_DV/Clothing/Back/Backpacks/ertleaderreduced.rsi/equipped-BACKPACK.png differ diff --git a/Resources/Textures/_DV/Clothing/Back/Backpacks/ertleaderreduced.rsi/icon.png b/Resources/Textures/_DV/Clothing/Back/Backpacks/ertleaderreduced.rsi/icon.png new file mode 100644 index 0000000000..d560a0d5b9 Binary files /dev/null and b/Resources/Textures/_DV/Clothing/Back/Backpacks/ertleaderreduced.rsi/icon.png differ diff --git a/Resources/Textures/_DV/Clothing/Back/Backpacks/ertleaderreduced.rsi/inhand-left.png b/Resources/Textures/_DV/Clothing/Back/Backpacks/ertleaderreduced.rsi/inhand-left.png new file mode 100644 index 0000000000..846919bc89 Binary files /dev/null and b/Resources/Textures/_DV/Clothing/Back/Backpacks/ertleaderreduced.rsi/inhand-left.png differ diff --git a/Resources/Textures/_DV/Clothing/Back/Backpacks/ertleaderreduced.rsi/inhand-right.png b/Resources/Textures/_DV/Clothing/Back/Backpacks/ertleaderreduced.rsi/inhand-right.png new file mode 100644 index 0000000000..ac2c36bf28 Binary files /dev/null and b/Resources/Textures/_DV/Clothing/Back/Backpacks/ertleaderreduced.rsi/inhand-right.png differ diff --git a/Resources/Textures/_DV/Clothing/Back/Backpacks/ertleaderreduced.rsi/meta.json b/Resources/Textures/_DV/Clothing/Back/Backpacks/ertleaderreduced.rsi/meta.json new file mode 100644 index 0000000000..6bbe561788 --- /dev/null +++ b/Resources/Textures/_DV/Clothing/Back/Backpacks/ertleaderreduced.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from paradisestation at commit https://github.com/ParadiseSS13/Paradise/blob/12c21ced8432015485484b17e311dcceb7c458f6/icons/mob/clothing/back.dmi, inhands by peptide, edited by dorragon", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-BACKPACK", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_DV/Clothing/Back/Backpacks/ertmedreduced.rsi/equipped-BACKPACK.png b/Resources/Textures/_DV/Clothing/Back/Backpacks/ertmedreduced.rsi/equipped-BACKPACK.png new file mode 100644 index 0000000000..1b74e9948a Binary files /dev/null and b/Resources/Textures/_DV/Clothing/Back/Backpacks/ertmedreduced.rsi/equipped-BACKPACK.png differ diff --git a/Resources/Textures/_DV/Clothing/Back/Backpacks/ertmedreduced.rsi/icon.png b/Resources/Textures/_DV/Clothing/Back/Backpacks/ertmedreduced.rsi/icon.png new file mode 100644 index 0000000000..b771701acb Binary files /dev/null and b/Resources/Textures/_DV/Clothing/Back/Backpacks/ertmedreduced.rsi/icon.png differ diff --git a/Resources/Textures/_DV/Clothing/Back/Backpacks/ertmedreduced.rsi/inhand-left.png b/Resources/Textures/_DV/Clothing/Back/Backpacks/ertmedreduced.rsi/inhand-left.png new file mode 100644 index 0000000000..e937bb0924 Binary files /dev/null and b/Resources/Textures/_DV/Clothing/Back/Backpacks/ertmedreduced.rsi/inhand-left.png differ diff --git a/Resources/Textures/_DV/Clothing/Back/Backpacks/ertmedreduced.rsi/inhand-right.png b/Resources/Textures/_DV/Clothing/Back/Backpacks/ertmedreduced.rsi/inhand-right.png new file mode 100644 index 0000000000..2bfd5b5fe4 Binary files /dev/null and b/Resources/Textures/_DV/Clothing/Back/Backpacks/ertmedreduced.rsi/inhand-right.png differ diff --git a/Resources/Textures/_DV/Clothing/Back/Backpacks/ertmedreduced.rsi/meta.json b/Resources/Textures/_DV/Clothing/Back/Backpacks/ertmedreduced.rsi/meta.json new file mode 100644 index 0000000000..61c4a9357e --- /dev/null +++ b/Resources/Textures/_DV/Clothing/Back/Backpacks/ertmedreduced.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from paradisestation at commit https://github.com/ParadiseSS13/Paradise/blob/12c21ced8432015485484b17e311dcceb7c458f6/icons/mob/clothing/back.dmi, edited by dorragon", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-BACKPACK", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_DV/Clothing/Back/Backpacks/ertsecreduced.rsi/equipped-BACKPACK.png b/Resources/Textures/_DV/Clothing/Back/Backpacks/ertsecreduced.rsi/equipped-BACKPACK.png new file mode 100644 index 0000000000..1802f3edd4 Binary files /dev/null and b/Resources/Textures/_DV/Clothing/Back/Backpacks/ertsecreduced.rsi/equipped-BACKPACK.png differ diff --git a/Resources/Textures/_DV/Clothing/Back/Backpacks/ertsecreduced.rsi/icon.png b/Resources/Textures/_DV/Clothing/Back/Backpacks/ertsecreduced.rsi/icon.png new file mode 100644 index 0000000000..f7db1b9b27 Binary files /dev/null and b/Resources/Textures/_DV/Clothing/Back/Backpacks/ertsecreduced.rsi/icon.png differ diff --git a/Resources/Textures/_DV/Clothing/Back/Backpacks/ertsecreduced.rsi/inhand-left.png b/Resources/Textures/_DV/Clothing/Back/Backpacks/ertsecreduced.rsi/inhand-left.png new file mode 100644 index 0000000000..094a179e99 Binary files /dev/null and b/Resources/Textures/_DV/Clothing/Back/Backpacks/ertsecreduced.rsi/inhand-left.png differ diff --git a/Resources/Textures/_DV/Clothing/Back/Backpacks/ertsecreduced.rsi/inhand-right.png b/Resources/Textures/_DV/Clothing/Back/Backpacks/ertsecreduced.rsi/inhand-right.png new file mode 100644 index 0000000000..72f633d0ca Binary files /dev/null and b/Resources/Textures/_DV/Clothing/Back/Backpacks/ertsecreduced.rsi/inhand-right.png differ diff --git a/Resources/Textures/_DV/Clothing/Back/Backpacks/ertsecreduced.rsi/meta.json b/Resources/Textures/_DV/Clothing/Back/Backpacks/ertsecreduced.rsi/meta.json new file mode 100644 index 0000000000..61c4a9357e --- /dev/null +++ b/Resources/Textures/_DV/Clothing/Back/Backpacks/ertsecreduced.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from paradisestation at commit https://github.com/ParadiseSS13/Paradise/blob/12c21ced8432015485484b17e311dcceb7c458f6/icons/mob/clothing/back.dmi, edited by dorragon", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-BACKPACK", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_DV/Objects/Tanks/emergency_nitrogen_ert.rsi/equipped-BACKPACK.png b/Resources/Textures/_DV/Objects/Tanks/emergency_nitrogen_ert.rsi/equipped-BACKPACK.png new file mode 100644 index 0000000000..e67d16dfe8 Binary files /dev/null and b/Resources/Textures/_DV/Objects/Tanks/emergency_nitrogen_ert.rsi/equipped-BACKPACK.png differ diff --git a/Resources/Textures/_DV/Objects/Tanks/emergency_nitrogen_ert.rsi/equipped-SUITSTORAGE.png b/Resources/Textures/_DV/Objects/Tanks/emergency_nitrogen_ert.rsi/equipped-SUITSTORAGE.png new file mode 100644 index 0000000000..e67d16dfe8 Binary files /dev/null and b/Resources/Textures/_DV/Objects/Tanks/emergency_nitrogen_ert.rsi/equipped-SUITSTORAGE.png differ diff --git a/Resources/Textures/_DV/Objects/Tanks/emergency_nitrogen_ert.rsi/icon.png b/Resources/Textures/_DV/Objects/Tanks/emergency_nitrogen_ert.rsi/icon.png new file mode 100644 index 0000000000..e0f9e83ca0 Binary files /dev/null and b/Resources/Textures/_DV/Objects/Tanks/emergency_nitrogen_ert.rsi/icon.png differ diff --git a/Resources/Textures/_DV/Objects/Tanks/emergency_nitrogen_ert.rsi/inhand-left.png b/Resources/Textures/_DV/Objects/Tanks/emergency_nitrogen_ert.rsi/inhand-left.png new file mode 100644 index 0000000000..b1413be3f1 Binary files /dev/null and b/Resources/Textures/_DV/Objects/Tanks/emergency_nitrogen_ert.rsi/inhand-left.png differ diff --git a/Resources/Textures/_DV/Objects/Tanks/emergency_nitrogen_ert.rsi/inhand-right.png b/Resources/Textures/_DV/Objects/Tanks/emergency_nitrogen_ert.rsi/inhand-right.png new file mode 100644 index 0000000000..e89888f507 Binary files /dev/null and b/Resources/Textures/_DV/Objects/Tanks/emergency_nitrogen_ert.rsi/inhand-right.png differ diff --git a/Resources/Textures/_DV/Objects/Tanks/emergency_nitrogen_ert.rsi/meta.json b/Resources/Textures/_DV/Objects/Tanks/emergency_nitrogen_ert.rsi/meta.json new file mode 100644 index 0000000000..b6503fadc5 --- /dev/null +++ b/Resources/Textures/_DV/Objects/Tanks/emergency_nitrogen_ert.rsi/meta.json @@ -0,0 +1,30 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from tgstation at https://github.com/tgstation/tgstation/commit/e1142f20f5e4661cb6845cfcf2dd69f864d67432. Suit and back storages drawn by Ubaser. Edited by Dorragon", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-BACKPACK", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + }, + { + "name": "equipped-SUITSTORAGE", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_DV/Objects/Tanks/emergency_oxygen_ert.rsi/equipped-BACKPACK.png b/Resources/Textures/_DV/Objects/Tanks/emergency_oxygen_ert.rsi/equipped-BACKPACK.png new file mode 100644 index 0000000000..2e4de3b8a7 Binary files /dev/null and b/Resources/Textures/_DV/Objects/Tanks/emergency_oxygen_ert.rsi/equipped-BACKPACK.png differ diff --git a/Resources/Textures/_DV/Objects/Tanks/emergency_oxygen_ert.rsi/equipped-SUITSTORAGE.png b/Resources/Textures/_DV/Objects/Tanks/emergency_oxygen_ert.rsi/equipped-SUITSTORAGE.png new file mode 100644 index 0000000000..2e4de3b8a7 Binary files /dev/null and b/Resources/Textures/_DV/Objects/Tanks/emergency_oxygen_ert.rsi/equipped-SUITSTORAGE.png differ diff --git a/Resources/Textures/_DV/Objects/Tanks/emergency_oxygen_ert.rsi/icon.png b/Resources/Textures/_DV/Objects/Tanks/emergency_oxygen_ert.rsi/icon.png new file mode 100644 index 0000000000..d9b16d727f Binary files /dev/null and b/Resources/Textures/_DV/Objects/Tanks/emergency_oxygen_ert.rsi/icon.png differ diff --git a/Resources/Textures/_DV/Objects/Tanks/emergency_oxygen_ert.rsi/inhand-left.png b/Resources/Textures/_DV/Objects/Tanks/emergency_oxygen_ert.rsi/inhand-left.png new file mode 100644 index 0000000000..8d5528737f Binary files /dev/null and b/Resources/Textures/_DV/Objects/Tanks/emergency_oxygen_ert.rsi/inhand-left.png differ diff --git a/Resources/Textures/_DV/Objects/Tanks/emergency_oxygen_ert.rsi/inhand-right.png b/Resources/Textures/_DV/Objects/Tanks/emergency_oxygen_ert.rsi/inhand-right.png new file mode 100644 index 0000000000..542d34e748 Binary files /dev/null and b/Resources/Textures/_DV/Objects/Tanks/emergency_oxygen_ert.rsi/inhand-right.png differ diff --git a/Resources/Textures/_DV/Objects/Tanks/emergency_oxygen_ert.rsi/meta.json b/Resources/Textures/_DV/Objects/Tanks/emergency_oxygen_ert.rsi/meta.json new file mode 100644 index 0000000000..b6503fadc5 --- /dev/null +++ b/Resources/Textures/_DV/Objects/Tanks/emergency_oxygen_ert.rsi/meta.json @@ -0,0 +1,30 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from tgstation at https://github.com/tgstation/tgstation/commit/e1142f20f5e4661cb6845cfcf2dd69f864d67432. Suit and back storages drawn by Ubaser. Edited by Dorragon", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-BACKPACK", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + }, + { + "name": "equipped-SUITSTORAGE", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_DV/Objects/Tanks/emergency_water_vapor_ert.rsi/equipped-BACKPACK.png b/Resources/Textures/_DV/Objects/Tanks/emergency_water_vapor_ert.rsi/equipped-BACKPACK.png new file mode 100644 index 0000000000..e9f4dcf062 Binary files /dev/null and b/Resources/Textures/_DV/Objects/Tanks/emergency_water_vapor_ert.rsi/equipped-BACKPACK.png differ diff --git a/Resources/Textures/_DV/Objects/Tanks/emergency_water_vapor_ert.rsi/equipped-SUITSTORAGE.png b/Resources/Textures/_DV/Objects/Tanks/emergency_water_vapor_ert.rsi/equipped-SUITSTORAGE.png new file mode 100644 index 0000000000..e9f4dcf062 Binary files /dev/null and b/Resources/Textures/_DV/Objects/Tanks/emergency_water_vapor_ert.rsi/equipped-SUITSTORAGE.png differ diff --git a/Resources/Textures/_DV/Objects/Tanks/emergency_water_vapor_ert.rsi/icon.png b/Resources/Textures/_DV/Objects/Tanks/emergency_water_vapor_ert.rsi/icon.png new file mode 100644 index 0000000000..f8420c8c26 Binary files /dev/null and b/Resources/Textures/_DV/Objects/Tanks/emergency_water_vapor_ert.rsi/icon.png differ diff --git a/Resources/Textures/_DV/Objects/Tanks/emergency_water_vapor_ert.rsi/inhand-left.png b/Resources/Textures/_DV/Objects/Tanks/emergency_water_vapor_ert.rsi/inhand-left.png new file mode 100644 index 0000000000..788c77e9b0 Binary files /dev/null and b/Resources/Textures/_DV/Objects/Tanks/emergency_water_vapor_ert.rsi/inhand-left.png differ diff --git a/Resources/Textures/_DV/Objects/Tanks/emergency_water_vapor_ert.rsi/inhand-right.png b/Resources/Textures/_DV/Objects/Tanks/emergency_water_vapor_ert.rsi/inhand-right.png new file mode 100644 index 0000000000..6c91a619f4 Binary files /dev/null and b/Resources/Textures/_DV/Objects/Tanks/emergency_water_vapor_ert.rsi/inhand-right.png differ diff --git a/Resources/Textures/_DV/Objects/Tanks/emergency_water_vapor_ert.rsi/meta.json b/Resources/Textures/_DV/Objects/Tanks/emergency_water_vapor_ert.rsi/meta.json new file mode 100644 index 0000000000..b6503fadc5 --- /dev/null +++ b/Resources/Textures/_DV/Objects/Tanks/emergency_water_vapor_ert.rsi/meta.json @@ -0,0 +1,30 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from tgstation at https://github.com/tgstation/tgstation/commit/e1142f20f5e4661cb6845cfcf2dd69f864d67432. Suit and back storages drawn by Ubaser. Edited by Dorragon", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-BACKPACK", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + }, + { + "name": "equipped-SUITSTORAGE", + "directions": 4 + } + ] +}