diff --git a/Resources/Locale/en-US/_fish/prototypes/entities/clothing/cloaks.ftl b/Resources/Locale/en-US/_fish/prototypes/entities/clothing/cloaks.ftl new file mode 100644 index 00000000000..e7453b568e8 --- /dev/null +++ b/Resources/Locale/en-US/_fish/prototypes/entities/clothing/cloaks.ftl @@ -0,0 +1,2 @@ +ent-ClothingNeckCloakParamedicFish = paramedic's cape + .desc = A cape granted to seasoned paramedics dedicated to saving lives. diff --git a/Resources/Locale/ru-RU/_fish/prototypes/entities/clothing/cloaks.ftl b/Resources/Locale/ru-RU/_fish/prototypes/entities/clothing/cloaks.ftl new file mode 100644 index 00000000000..022f7772787 --- /dev/null +++ b/Resources/Locale/ru-RU/_fish/prototypes/entities/clothing/cloaks.ftl @@ -0,0 +1,2 @@ +ent-ClothingNeckCloakParamedicFish = плащ парамедика + .desc = Плащ, выдаваемый опытным парамедикам, посвятившим себя спасению жизней. diff --git a/Resources/Prototypes/_Fish/Entities/Clothing/Neck/paramedic_cape.yml b/Resources/Prototypes/_Fish/Entities/Clothing/Neck/paramedic_cape.yml new file mode 100644 index 00000000000..42d2e4c7bea --- /dev/null +++ b/Resources/Prototypes/_Fish/Entities/Clothing/Neck/paramedic_cape.yml @@ -0,0 +1,15 @@ +- type: entity + parent: ClothingCloakBase + id: ClothingNeckCloakParamedicFish + name: ent-ClothingNeckCloakParamedicFish + description: ent-ClothingNeckCloakParamedicFish + suffix: Fish + components: + - type: Sprite + sprite: _Fish/Clothing/Neck/Cloaks/paramedCape.rsi + state: paramedCape + - type: Clothing + sprite: _Fish/Clothing/Neck/Cloaks/paramedCape.rsi + clothingVisuals: + neck: + - state: paramedCape diff --git a/Resources/Prototypes/_Fish/Loadouts/Jobs/Medical/paramedic.yml b/Resources/Prototypes/_Fish/Loadouts/Jobs/Medical/paramedic.yml new file mode 100644 index 00000000000..1ec6dc44f54 --- /dev/null +++ b/Resources/Prototypes/_Fish/Loadouts/Jobs/Medical/paramedic.yml @@ -0,0 +1,10 @@ +- type: loadout + id: ParamedicCape + effects: + - !type:JobRequirementLoadoutEffect + requirement: + !type:RoleTimeRequirement + role: JobParamedic + time: 180000 # 50 hours + equipment: + neck: ClothingNeckCloakParamedicFish diff --git a/Resources/Prototypes/_Sunrise/Loadouts/loadout_groups.yml b/Resources/Prototypes/_Sunrise/Loadouts/loadout_groups.yml index 7358d0ebf18..58c81adae94 100644 --- a/Resources/Prototypes/_Sunrise/Loadouts/loadout_groups.yml +++ b/Resources/Prototypes/_Sunrise/Loadouts/loadout_groups.yml @@ -649,6 +649,7 @@ - Sunrise-ScarfCyan - Sunrise-ScarfBlue - Sunrise-Stethoscope + - ParamedicCape # Fish-Edit - type: loadoutGroup id: SunriseParamedicMask diff --git a/Resources/Textures/_Fish/Clothing/Neck/Cloaks/paramedCape.rsi/meta.json b/Resources/Textures/_Fish/Clothing/Neck/Cloaks/paramedCape.rsi/meta.json new file mode 100644 index 00000000000..56f020a5ac6 --- /dev/null +++ b/Resources/Textures/_Fish/Clothing/Neck/Cloaks/paramedCape.rsi/meta.json @@ -0,0 +1,15 @@ +{ + "version": 1, + "license": "CC-BY-SA 3.0", + "copyright": "Made by paradoxmi for Fish Station", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "paramedCape", + "directions": 4 + } + ] +} \ No newline at end of file diff --git a/Resources/Textures/_Fish/Clothing/Neck/Cloaks/paramedCape.rsi/paramedCape.png b/Resources/Textures/_Fish/Clothing/Neck/Cloaks/paramedCape.rsi/paramedCape.png new file mode 100644 index 00000000000..00cdd986703 Binary files /dev/null and b/Resources/Textures/_Fish/Clothing/Neck/Cloaks/paramedCape.rsi/paramedCape.png differ