diff --git a/Resources/Locale/en-US/_Omu/loadouts/loadout-groups.ftl b/Resources/Locale/en-US/_Omu/loadouts/loadout-groups.ftl index e6b9c0ae1f7..761a5162401 100644 --- a/Resources/Locale/en-US/_Omu/loadouts/loadout-groups.ftl +++ b/Resources/Locale/en-US/_Omu/loadouts/loadout-groups.ftl @@ -10,6 +10,12 @@ loadout-group-corpsman-glasses = Corpsman glasses loadout-group-corpsman-belt = Corpsman belt loadout-group-corpsman-headset = Corpsman headset +# Medical +loadout-group-medical-backpack = Medical backpack + +# Paramedic +loadout-group-paramedic-backpack = Paramedic backpack + # Virologist loadout-group-virologist-envirohelm = Virologist envirohelm loadout-group-virologist-envirosuit = Virologist envirosuit diff --git a/Resources/Prototypes/Loadouts/Jobs/Medical/medical_doctor.yml b/Resources/Prototypes/Loadouts/Jobs/Medical/medical_doctor.yml index c2f20f01a52..8df5e454425 100644 --- a/Resources/Prototypes/Loadouts/Jobs/Medical/medical_doctor.yml +++ b/Resources/Prototypes/Loadouts/Jobs/Medical/medical_doctor.yml @@ -214,16 +214,19 @@ id: MedicalDoctorBackpack equipment: back: ClothingBackpackMedical + groupBy: "backpack" # Omu - type: loadout id: MedicalDoctorSatchel equipment: back: ClothingBackpackSatchelMedical + groupBy: "satchel" # Omu - type: loadout id: MedicalDoctorDuffel equipment: back: ClothingBackpackDuffelMedical + groupBy: "duffel" # Omu # OuterClothing - type: loadout diff --git a/Resources/Prototypes/Loadouts/loadout_groups.yml b/Resources/Prototypes/Loadouts/loadout_groups.yml index 3331c4cc706..23d8c2e8e4f 100644 --- a/Resources/Prototypes/Loadouts/loadout_groups.yml +++ b/Resources/Prototypes/Loadouts/loadout_groups.yml @@ -1698,7 +1698,7 @@ - type: loadoutGroup id: MedicalBackpack - name: loadout-group-medical-doctor-backpack + name: loadout-group-medical-backpack # Omu loadouts: - MedicalDoctorBackpack - MedicalDoctorSatchel diff --git a/Resources/Prototypes/Loadouts/role_loadouts.yml b/Resources/Prototypes/Loadouts/role_loadouts.yml index 1787339b28d..587cdb471c5 100644 --- a/Resources/Prototypes/Loadouts/role_loadouts.yml +++ b/Resources/Prototypes/Loadouts/role_loadouts.yml @@ -735,7 +735,7 @@ - MedicalMask - MedicalDoctorJumpsuit - MedicalGloves - - MedicalBackpack + - MedicalDoctorBackpack # Omu Edit - MedicalDoctorOuterClothing - MedicalShoes - MedicalDoctorPDA @@ -798,7 +798,7 @@ - MedicalMask - ParamedicJumpsuit - MedicalGloves - - MedicalBackpack + - ParamedicBackpack # Omu Edit - ParamedicOuterClothing - ParamedicShoes - MedicalEyewear diff --git a/Resources/Prototypes/_NF/Loadouts/messengers.yml b/Resources/Prototypes/_NF/Loadouts/messengers.yml index 2ea9c977d41..8f375aec52e 100644 --- a/Resources/Prototypes/_NF/Loadouts/messengers.yml +++ b/Resources/Prototypes/_NF/Loadouts/messengers.yml @@ -66,6 +66,7 @@ id: MedicalDoctorMessenger equipment: back: ClothingBackpackMessengerMedical + groupBy: "messenger" # Omu - type: loadout id: ChemistMessenger diff --git a/Resources/Prototypes/_Omu/Entities/Clothing/Back/backpacks.yml b/Resources/Prototypes/_Omu/Entities/Clothing/Back/backpacks.yml new file mode 100644 index 00000000000..1090caf67c9 --- /dev/null +++ b/Resources/Prototypes/_Omu/Entities/Clothing/Back/backpacks.yml @@ -0,0 +1,17 @@ +- type: entity + parent: ClothingBackpack + id: ClothingBackpackParamedic + name: paramedic backpack + description: A lightweight, sterile backpack designed for doctors on the move. + components: + - type: Sprite + sprite: _Omu/Clothing/Back/Backpacks/paramedic.rsi + +- type: entity + parent: ClothingBackpack + id: ClothingBackpackMedicalCybersun + name: cybersun medical backpack + description: A sterile backpack worn by Cybersun medical doctors to hold their supplies. How *you* got one remains a mystery. + components: + - type: Sprite + sprite: _Omu/Clothing/Back/Backpacks/cybersunmed.rsi diff --git a/Resources/Prototypes/_Omu/Entities/Clothing/Back/duffel.yml b/Resources/Prototypes/_Omu/Entities/Clothing/Back/duffel.yml new file mode 100644 index 00000000000..dbb12ac70ee --- /dev/null +++ b/Resources/Prototypes/_Omu/Entities/Clothing/Back/duffel.yml @@ -0,0 +1,17 @@ +- type: entity + parent: ClothingBackpackDuffel + id: ClothingBackpackDuffelParamedic + name: paramedic duffel bag + description: A heavy duffel bag for holding extra rollerbeds. + components: + - type: Sprite + sprite: _Omu/Clothing/Back/Duffels/paramedic.rsi + +- type: entity + parent: ClothingBackpackDuffel + id: ClothingBackpackDuffelMedicalCybersun + name: cybersun medical duffel bag + description: A robust duffel bag issued to Cybersun medical doctors, made to hold plenty of meds. How *you* got one remains a mystery. + components: + - type: Sprite + sprite: _Omu/Clothing/Back/Duffels/cybersunmed.rsi diff --git a/Resources/Prototypes/_Omu/Entities/Clothing/Back/messenger.yml b/Resources/Prototypes/_Omu/Entities/Clothing/Back/messenger.yml index 92e5dd9c70c..bc65f5850da 100644 --- a/Resources/Prototypes/_Omu/Entities/Clothing/Back/messenger.yml +++ b/Resources/Prototypes/_Omu/Entities/Clothing/Back/messenger.yml @@ -51,4 +51,20 @@ - state: clasp-inhand-right color: "#ffffff" +- type: entity + parent: ClothingBackpackMessengerBase + id: ClothingBackpackMessengerParamedic + name: paramedic messenger bag + description: A lightweight bag for keeping extra medicine. + components: + - type: Sprite + sprite: _Omu/Clothing/Back/Messenger/paramedic.rsi +- type: entity + parent: ClothingBackpackMessengerBase + id: ClothingBackpackMessengerMedicalCybersun + name: cybersun medical messenger bag + description: A robust bag issued to Cybersun field medics for keeping extra supplies. How *you* got one remains a mystery. + components: + - type: Sprite + sprite: _Omu/Clothing/Back/Messenger/cybersunmed.rsi diff --git a/Resources/Prototypes/_Omu/Entities/Clothing/Back/satchel.yml b/Resources/Prototypes/_Omu/Entities/Clothing/Back/satchel.yml new file mode 100644 index 00000000000..19ea12b4b5d --- /dev/null +++ b/Resources/Prototypes/_Omu/Entities/Clothing/Back/satchel.yml @@ -0,0 +1,17 @@ +- type: entity + parent: ClothingBackpackSatchel + id: ClothingBackpackSatchelParamedic + name: paramedic satchel + description: A light, sterile satchel used by Paramedics. + components: + - type: Sprite + sprite: _Omu/Clothing/Back/Satchels/paramedic.rsi + +- type: entity + parent: ClothingBackpackSatchel + id: ClothingBackpackSatchelMedicalCybersun + name: cybersun medical satchel + description: A light, sterile satchel issued to Cybersun field medics. How *you* got one remains a mystery. + components: + - type: Sprite + sprite: _Omu/Clothing/Back/Satchels/cybersunmed.rsi diff --git a/Resources/Prototypes/_Omu/Loadouts/Jobs/Medical/medical_doctor.yml b/Resources/Prototypes/_Omu/Loadouts/Jobs/Medical/medical_doctor.yml index 464e78a6e6e..b90dcaa3621 100644 --- a/Resources/Prototypes/_Omu/Loadouts/Jobs/Medical/medical_doctor.yml +++ b/Resources/Prototypes/_Omu/Loadouts/Jobs/Medical/medical_doctor.yml @@ -29,6 +29,31 @@ equipment: outerClothing: ClothingOuterJacketSeniorPhys +# Back +- type: loadout + id: CybersunMedicalBackpack + equipment: + back: ClothingBackpackMedicalCybersun + groupBy: "backpack" + +- type: loadout + id: CybersunMedicalSatchel + equipment: + back: ClothingBackpackSatchelMedicalCybersun + groupBy: "satchel" + +- type: loadout + id: CybersunMedicalDuffel + equipment: + back: ClothingBackpackDuffelMedicalCybersun + groupBy: "duffel" + +- type: loadout + id: CybersunMedicalMessenger + equipment: + back: ClothingBackpackMessengerMedicalCybersun + groupBy: "messenger" + #Masks - type: loadout id: SterileMaskRed diff --git a/Resources/Prototypes/_Omu/Loadouts/Jobs/Medical/paramedic.yml b/Resources/Prototypes/_Omu/Loadouts/Jobs/Medical/paramedic.yml index 42224f5ea80..1665d67d957 100644 --- a/Resources/Prototypes/_Omu/Loadouts/Jobs/Medical/paramedic.yml +++ b/Resources/Prototypes/_Omu/Loadouts/Jobs/Medical/paramedic.yml @@ -24,4 +24,29 @@ - type: loadout id: ClothingJacketParamedBlue equipment: - outerClothing: ClothingOuterJacketParamed \ No newline at end of file + outerClothing: ClothingOuterJacketParamed + +# Back +- type: loadout + id: ParamedBackpack + equipment: + back: ClothingBackpackParamedic + groupBy: "backpack" + +- type: loadout + id: ParamedSatchel + equipment: + back: ClothingBackpackSatchelParamedic + groupBy: "satchel" + +- type: loadout + id: ParamedDuffel + equipment: + back: ClothingBackpackDuffelParamedic + groupBy: "duffel" + +- type: loadout + id: ParamedMessenger + equipment: + back: ClothingBackpackMessengerParamedic + groupBy: "messenger" diff --git a/Resources/Prototypes/_Omu/Loadouts/loadout_groups.yml b/Resources/Prototypes/_Omu/Loadouts/loadout_groups.yml index b6a3f3b94d0..83afdd288e8 100644 --- a/Resources/Prototypes/_Omu/Loadouts/loadout_groups.yml +++ b/Resources/Prototypes/_Omu/Loadouts/loadout_groups.yml @@ -476,3 +476,35 @@ - WhiteShoes - LeatherShoes - WinterBoots + +# Medical Doctor +- type: loadoutGroup + id: MedicalDoctorBackpack + name: loadout-group-medical-doctor-backpack + loadouts: + - MedicalDoctorBackpack + - CybersunMedicalBackpack + - MedicalDoctorSatchel + - CybersunMedicalSatchel + - MedicalDoctorDuffel + - CybersunMedicalDuffel + - MedicalDoctorMessenger # Frontier + - CybersunMedicalMessenger + +# Paramedic +- type: loadoutGroup + id: ParamedicBackpack + name: loadout-group-paramedic-backpack + loadouts: + - ParamedBackpack + - MedicalDoctorBackpack + - CybersunMedicalBackpack + - ParamedSatchel + - MedicalDoctorSatchel + - CybersunMedicalSatchel + - ParamedDuffel + - MedicalDoctorDuffel + - CybersunMedicalDuffel + - ParamedMessenger + - MedicalDoctorMessenger # Frontier + - CybersunMedicalMessenger diff --git a/Resources/Textures/_Omu/Clothing/Back/Backpacks/cybersunmed.rsi/equipped-BACKPACK.png b/Resources/Textures/_Omu/Clothing/Back/Backpacks/cybersunmed.rsi/equipped-BACKPACK.png new file mode 100644 index 00000000000..4940b61ec65 Binary files /dev/null and b/Resources/Textures/_Omu/Clothing/Back/Backpacks/cybersunmed.rsi/equipped-BACKPACK.png differ diff --git a/Resources/Textures/_Omu/Clothing/Back/Backpacks/cybersunmed.rsi/icon.png b/Resources/Textures/_Omu/Clothing/Back/Backpacks/cybersunmed.rsi/icon.png new file mode 100644 index 00000000000..636482fdfae Binary files /dev/null and b/Resources/Textures/_Omu/Clothing/Back/Backpacks/cybersunmed.rsi/icon.png differ diff --git a/Resources/Textures/_Omu/Clothing/Back/Backpacks/cybersunmed.rsi/inhand-left.png b/Resources/Textures/_Omu/Clothing/Back/Backpacks/cybersunmed.rsi/inhand-left.png new file mode 100644 index 00000000000..567ff22f283 Binary files /dev/null and b/Resources/Textures/_Omu/Clothing/Back/Backpacks/cybersunmed.rsi/inhand-left.png differ diff --git a/Resources/Textures/_Omu/Clothing/Back/Backpacks/cybersunmed.rsi/inhand-right.png b/Resources/Textures/_Omu/Clothing/Back/Backpacks/cybersunmed.rsi/inhand-right.png new file mode 100644 index 00000000000..495628fee61 Binary files /dev/null and b/Resources/Textures/_Omu/Clothing/Back/Backpacks/cybersunmed.rsi/inhand-right.png differ diff --git a/Resources/Textures/_Omu/Clothing/Back/Backpacks/cybersunmed.rsi/meta.json b/Resources/Textures/_Omu/Clothing/Back/Backpacks/cybersunmed.rsi/meta.json new file mode 100644 index 00000000000..921df8331d7 --- /dev/null +++ b/Resources/Textures/_Omu/Clothing/Back/Backpacks/cybersunmed.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/2e24b7af2221928e4b844a29408e821b60a5fe29 | Inhand resprites taken from Mureixlol and recolored by DuskTheSnep", + "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/_Omu/Clothing/Back/Backpacks/paramedic.rsi/equipped-BACKPACK.png b/Resources/Textures/_Omu/Clothing/Back/Backpacks/paramedic.rsi/equipped-BACKPACK.png new file mode 100644 index 00000000000..4aa7f09a75d Binary files /dev/null and b/Resources/Textures/_Omu/Clothing/Back/Backpacks/paramedic.rsi/equipped-BACKPACK.png differ diff --git a/Resources/Textures/_Omu/Clothing/Back/Backpacks/paramedic.rsi/icon.png b/Resources/Textures/_Omu/Clothing/Back/Backpacks/paramedic.rsi/icon.png new file mode 100644 index 00000000000..9aa80a07b2b Binary files /dev/null and b/Resources/Textures/_Omu/Clothing/Back/Backpacks/paramedic.rsi/icon.png differ diff --git a/Resources/Textures/_Omu/Clothing/Back/Backpacks/paramedic.rsi/inhand-left.png b/Resources/Textures/_Omu/Clothing/Back/Backpacks/paramedic.rsi/inhand-left.png new file mode 100644 index 00000000000..7fa02fe2762 Binary files /dev/null and b/Resources/Textures/_Omu/Clothing/Back/Backpacks/paramedic.rsi/inhand-left.png differ diff --git a/Resources/Textures/_Omu/Clothing/Back/Backpacks/paramedic.rsi/inhand-right.png b/Resources/Textures/_Omu/Clothing/Back/Backpacks/paramedic.rsi/inhand-right.png new file mode 100644 index 00000000000..f9a8f952f32 Binary files /dev/null and b/Resources/Textures/_Omu/Clothing/Back/Backpacks/paramedic.rsi/inhand-right.png differ diff --git a/Resources/Textures/_Omu/Clothing/Back/Backpacks/paramedic.rsi/meta.json b/Resources/Textures/_Omu/Clothing/Back/Backpacks/paramedic.rsi/meta.json new file mode 100644 index 00000000000..84034c647dc --- /dev/null +++ b/Resources/Textures/_Omu/Clothing/Back/Backpacks/paramedic.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/2e24b7af2221928e4b844a29408e821b60a5fe29, Recolored by DuskTheSnep | Inhand resprites taken from Mureixlol and recolored by DuskTheSnep", + "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/_Omu/Clothing/Back/Duffels/cybersunmed.rsi/equipped-BACKPACK.png b/Resources/Textures/_Omu/Clothing/Back/Duffels/cybersunmed.rsi/equipped-BACKPACK.png new file mode 100644 index 00000000000..1dd8ea0965c Binary files /dev/null and b/Resources/Textures/_Omu/Clothing/Back/Duffels/cybersunmed.rsi/equipped-BACKPACK.png differ diff --git a/Resources/Textures/_Omu/Clothing/Back/Duffels/cybersunmed.rsi/icon.png b/Resources/Textures/_Omu/Clothing/Back/Duffels/cybersunmed.rsi/icon.png new file mode 100644 index 00000000000..92c81c244ad Binary files /dev/null and b/Resources/Textures/_Omu/Clothing/Back/Duffels/cybersunmed.rsi/icon.png differ diff --git a/Resources/Textures/_Omu/Clothing/Back/Duffels/cybersunmed.rsi/inhand-left.png b/Resources/Textures/_Omu/Clothing/Back/Duffels/cybersunmed.rsi/inhand-left.png new file mode 100644 index 00000000000..0fc32136587 Binary files /dev/null and b/Resources/Textures/_Omu/Clothing/Back/Duffels/cybersunmed.rsi/inhand-left.png differ diff --git a/Resources/Textures/_Omu/Clothing/Back/Duffels/cybersunmed.rsi/inhand-right.png b/Resources/Textures/_Omu/Clothing/Back/Duffels/cybersunmed.rsi/inhand-right.png new file mode 100644 index 00000000000..825c0a50dad Binary files /dev/null and b/Resources/Textures/_Omu/Clothing/Back/Duffels/cybersunmed.rsi/inhand-right.png differ diff --git a/Resources/Textures/_Omu/Clothing/Back/Duffels/cybersunmed.rsi/meta.json b/Resources/Textures/_Omu/Clothing/Back/Duffels/cybersunmed.rsi/meta.json new file mode 100644 index 00000000000..fbf5ce62fe6 --- /dev/null +++ b/Resources/Textures/_Omu/Clothing/Back/Duffels/cybersunmed.rsi/meta.json @@ -0,0 +1,27 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/547852588166c8e091b441e4e67169e156bb09c1, Resprite taken from Mureixlol and recolored by DuskTheSnep", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon", + "directions": 1 + }, + { + "name": "equipped-BACKPACK", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_Omu/Clothing/Back/Duffels/paramedic.rsi/equipped-BACKPACK.png b/Resources/Textures/_Omu/Clothing/Back/Duffels/paramedic.rsi/equipped-BACKPACK.png new file mode 100644 index 00000000000..7215a060950 Binary files /dev/null and b/Resources/Textures/_Omu/Clothing/Back/Duffels/paramedic.rsi/equipped-BACKPACK.png differ diff --git a/Resources/Textures/_Omu/Clothing/Back/Duffels/paramedic.rsi/icon.png b/Resources/Textures/_Omu/Clothing/Back/Duffels/paramedic.rsi/icon.png new file mode 100644 index 00000000000..f0013d8ebeb Binary files /dev/null and b/Resources/Textures/_Omu/Clothing/Back/Duffels/paramedic.rsi/icon.png differ diff --git a/Resources/Textures/_Omu/Clothing/Back/Duffels/paramedic.rsi/inhand-left.png b/Resources/Textures/_Omu/Clothing/Back/Duffels/paramedic.rsi/inhand-left.png new file mode 100644 index 00000000000..29130a5b50f Binary files /dev/null and b/Resources/Textures/_Omu/Clothing/Back/Duffels/paramedic.rsi/inhand-left.png differ diff --git a/Resources/Textures/_Omu/Clothing/Back/Duffels/paramedic.rsi/inhand-right.png b/Resources/Textures/_Omu/Clothing/Back/Duffels/paramedic.rsi/inhand-right.png new file mode 100644 index 00000000000..333b94f3d33 Binary files /dev/null and b/Resources/Textures/_Omu/Clothing/Back/Duffels/paramedic.rsi/inhand-right.png differ diff --git a/Resources/Textures/_Omu/Clothing/Back/Duffels/paramedic.rsi/meta.json b/Resources/Textures/_Omu/Clothing/Back/Duffels/paramedic.rsi/meta.json new file mode 100644 index 00000000000..fbf5ce62fe6 --- /dev/null +++ b/Resources/Textures/_Omu/Clothing/Back/Duffels/paramedic.rsi/meta.json @@ -0,0 +1,27 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/547852588166c8e091b441e4e67169e156bb09c1, Resprite taken from Mureixlol and recolored by DuskTheSnep", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon", + "directions": 1 + }, + { + "name": "equipped-BACKPACK", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_Omu/Clothing/Back/Messenger/cybersunmed.rsi/equipped-BACKPACK.png b/Resources/Textures/_Omu/Clothing/Back/Messenger/cybersunmed.rsi/equipped-BACKPACK.png new file mode 100644 index 00000000000..94e2a5c6df7 Binary files /dev/null and b/Resources/Textures/_Omu/Clothing/Back/Messenger/cybersunmed.rsi/equipped-BACKPACK.png differ diff --git a/Resources/Textures/_Omu/Clothing/Back/Messenger/cybersunmed.rsi/icon.png b/Resources/Textures/_Omu/Clothing/Back/Messenger/cybersunmed.rsi/icon.png new file mode 100644 index 00000000000..d0f5ca2de79 Binary files /dev/null and b/Resources/Textures/_Omu/Clothing/Back/Messenger/cybersunmed.rsi/icon.png differ diff --git a/Resources/Textures/_Omu/Clothing/Back/Messenger/cybersunmed.rsi/inhand-left.png b/Resources/Textures/_Omu/Clothing/Back/Messenger/cybersunmed.rsi/inhand-left.png new file mode 100644 index 00000000000..d76d8804aff Binary files /dev/null and b/Resources/Textures/_Omu/Clothing/Back/Messenger/cybersunmed.rsi/inhand-left.png differ diff --git a/Resources/Textures/_Omu/Clothing/Back/Messenger/cybersunmed.rsi/inhand-right.png b/Resources/Textures/_Omu/Clothing/Back/Messenger/cybersunmed.rsi/inhand-right.png new file mode 100644 index 00000000000..ad934fe16fa Binary files /dev/null and b/Resources/Textures/_Omu/Clothing/Back/Messenger/cybersunmed.rsi/inhand-right.png differ diff --git a/Resources/Textures/_Omu/Clothing/Back/Messenger/cybersunmed.rsi/meta.json b/Resources/Textures/_Omu/Clothing/Back/Messenger/cybersunmed.rsi/meta.json new file mode 100644 index 00000000000..30bc0524fd3 --- /dev/null +++ b/Resources/Textures/_Omu/Clothing/Back/Messenger/cybersunmed.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/0345de358247afe0eb23ed0ff509b9b5f1995135 | Sprites by @Zydras (github) | Recolored by DuskTheSnep", + "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/_Omu/Clothing/Back/Messenger/paramedic.rsi/equipped-BACKPACK.png b/Resources/Textures/_Omu/Clothing/Back/Messenger/paramedic.rsi/equipped-BACKPACK.png new file mode 100644 index 00000000000..d043d45ba74 Binary files /dev/null and b/Resources/Textures/_Omu/Clothing/Back/Messenger/paramedic.rsi/equipped-BACKPACK.png differ diff --git a/Resources/Textures/_Omu/Clothing/Back/Messenger/paramedic.rsi/icon.png b/Resources/Textures/_Omu/Clothing/Back/Messenger/paramedic.rsi/icon.png new file mode 100644 index 00000000000..16a9ad853d1 Binary files /dev/null and b/Resources/Textures/_Omu/Clothing/Back/Messenger/paramedic.rsi/icon.png differ diff --git a/Resources/Textures/_Omu/Clothing/Back/Messenger/paramedic.rsi/inhand-left.png b/Resources/Textures/_Omu/Clothing/Back/Messenger/paramedic.rsi/inhand-left.png new file mode 100644 index 00000000000..ed042501ca4 Binary files /dev/null and b/Resources/Textures/_Omu/Clothing/Back/Messenger/paramedic.rsi/inhand-left.png differ diff --git a/Resources/Textures/_Omu/Clothing/Back/Messenger/paramedic.rsi/inhand-right.png b/Resources/Textures/_Omu/Clothing/Back/Messenger/paramedic.rsi/inhand-right.png new file mode 100644 index 00000000000..c2e789b2a14 Binary files /dev/null and b/Resources/Textures/_Omu/Clothing/Back/Messenger/paramedic.rsi/inhand-right.png differ diff --git a/Resources/Textures/_Omu/Clothing/Back/Messenger/paramedic.rsi/meta.json b/Resources/Textures/_Omu/Clothing/Back/Messenger/paramedic.rsi/meta.json new file mode 100644 index 00000000000..30bc0524fd3 --- /dev/null +++ b/Resources/Textures/_Omu/Clothing/Back/Messenger/paramedic.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/0345de358247afe0eb23ed0ff509b9b5f1995135 | Sprites by @Zydras (github) | Recolored by DuskTheSnep", + "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/_Omu/Clothing/Back/Satchels/cybersunmed.rsi/equipped-BACKPACK.png b/Resources/Textures/_Omu/Clothing/Back/Satchels/cybersunmed.rsi/equipped-BACKPACK.png new file mode 100644 index 00000000000..d1dfcf777a2 Binary files /dev/null and b/Resources/Textures/_Omu/Clothing/Back/Satchels/cybersunmed.rsi/equipped-BACKPACK.png differ diff --git a/Resources/Textures/_Omu/Clothing/Back/Satchels/cybersunmed.rsi/icon.png b/Resources/Textures/_Omu/Clothing/Back/Satchels/cybersunmed.rsi/icon.png new file mode 100644 index 00000000000..cf9539a7177 Binary files /dev/null and b/Resources/Textures/_Omu/Clothing/Back/Satchels/cybersunmed.rsi/icon.png differ diff --git a/Resources/Textures/_Omu/Clothing/Back/Satchels/cybersunmed.rsi/inhand-left.png b/Resources/Textures/_Omu/Clothing/Back/Satchels/cybersunmed.rsi/inhand-left.png new file mode 100644 index 00000000000..b629cd088d9 Binary files /dev/null and b/Resources/Textures/_Omu/Clothing/Back/Satchels/cybersunmed.rsi/inhand-left.png differ diff --git a/Resources/Textures/_Omu/Clothing/Back/Satchels/cybersunmed.rsi/inhand-right.png b/Resources/Textures/_Omu/Clothing/Back/Satchels/cybersunmed.rsi/inhand-right.png new file mode 100644 index 00000000000..9ad5987710f Binary files /dev/null and b/Resources/Textures/_Omu/Clothing/Back/Satchels/cybersunmed.rsi/inhand-right.png differ diff --git a/Resources/Textures/_Omu/Clothing/Back/Satchels/cybersunmed.rsi/meta.json b/Resources/Textures/_Omu/Clothing/Back/Satchels/cybersunmed.rsi/meta.json new file mode 100644 index 00000000000..84034c647dc --- /dev/null +++ b/Resources/Textures/_Omu/Clothing/Back/Satchels/cybersunmed.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/2e24b7af2221928e4b844a29408e821b60a5fe29, Recolored by DuskTheSnep | Inhand resprites taken from Mureixlol and recolored by DuskTheSnep", + "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/_Omu/Clothing/Back/Satchels/paramedic.rsi/equipped-BACKPACK.png b/Resources/Textures/_Omu/Clothing/Back/Satchels/paramedic.rsi/equipped-BACKPACK.png new file mode 100644 index 00000000000..e5b5c9df4aa Binary files /dev/null and b/Resources/Textures/_Omu/Clothing/Back/Satchels/paramedic.rsi/equipped-BACKPACK.png differ diff --git a/Resources/Textures/_Omu/Clothing/Back/Satchels/paramedic.rsi/icon.png b/Resources/Textures/_Omu/Clothing/Back/Satchels/paramedic.rsi/icon.png new file mode 100644 index 00000000000..83a816fb9ac Binary files /dev/null and b/Resources/Textures/_Omu/Clothing/Back/Satchels/paramedic.rsi/icon.png differ diff --git a/Resources/Textures/_Omu/Clothing/Back/Satchels/paramedic.rsi/inhand-left.png b/Resources/Textures/_Omu/Clothing/Back/Satchels/paramedic.rsi/inhand-left.png new file mode 100644 index 00000000000..16ab2f17c5d Binary files /dev/null and b/Resources/Textures/_Omu/Clothing/Back/Satchels/paramedic.rsi/inhand-left.png differ diff --git a/Resources/Textures/_Omu/Clothing/Back/Satchels/paramedic.rsi/inhand-right.png b/Resources/Textures/_Omu/Clothing/Back/Satchels/paramedic.rsi/inhand-right.png new file mode 100644 index 00000000000..d8533f08ca2 Binary files /dev/null and b/Resources/Textures/_Omu/Clothing/Back/Satchels/paramedic.rsi/inhand-right.png differ diff --git a/Resources/Textures/_Omu/Clothing/Back/Satchels/paramedic.rsi/meta.json b/Resources/Textures/_Omu/Clothing/Back/Satchels/paramedic.rsi/meta.json new file mode 100644 index 00000000000..84034c647dc --- /dev/null +++ b/Resources/Textures/_Omu/Clothing/Back/Satchels/paramedic.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/2e24b7af2221928e4b844a29408e821b60a5fe29, Recolored by DuskTheSnep | Inhand resprites taken from Mureixlol and recolored by DuskTheSnep", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-BACKPACK", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +}