forked from space-syndicate/space-station-14
-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e673a9d
commit 4ed5989
Showing
11 changed files
with
175 additions
and
15 deletions.
There are no files selected for viewing
5 changes: 5 additions & 0 deletions
5
Resources/Locale/ru-RU/_corvax-next/preferences/loadout-groups.ftl
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# Security | ||
loadout-group-brigmedic-head = Бригмедик, голова | ||
loadout-group-brigmedic-jumpsuit = Бригмедик, комбинезон | ||
loadout-group-brigmedic-backpack = Бригмедик, верхняя одежда | ||
loadout-group-brigmedic-outerclothing = Бригмедик, рюкзак |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
58 changes: 58 additions & 0 deletions
58
Resources/Prototypes/_CorvaxNext/Loadouts/Jobs/Security/brigmedic.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,58 @@ | ||
# Jumpsuit | ||
- type: loadout | ||
id: BrigmedicJumpsuit | ||
equipment: | ||
jumpsuit: ClothingUniformJumpsuitBrigmedic | ||
|
||
- type: loadout | ||
id: BrigmedicJumpskirt | ||
equipment: | ||
jumpsuit: ClothingUniformJumpskirtBrigmedic | ||
|
||
# Head | ||
- type: loadout | ||
id: BrigmedicSecurityBeret | ||
equipment: | ||
head: ClothingHeadHatBeretSecurityMedic | ||
|
||
- type: loadout | ||
id: BrigmedicBeret | ||
equipment: | ||
head: ClothingHeadHatBeretBrigmedic | ||
|
||
# Back | ||
- type: loadout | ||
id: BrigmedicBackpack | ||
equipment: | ||
back: ClothingBackpackBrigmedic | ||
|
||
- type: loadout | ||
id: BrigmedicSatchel | ||
equipment: | ||
back: ClothingBackpackSatchelBrigmedic | ||
|
||
- type: loadout | ||
id: BrigmedicDuffel | ||
equipment: | ||
back: ClothingBackpackDuffelBrigmedic | ||
|
||
# Outer clothing | ||
- type: loadout | ||
id: BrigmedicOuterClothingArmor | ||
equipment: | ||
outerClothing: ClothingOuterVestArmorMedSec | ||
|
||
- type: loadout | ||
id: BrigmedicOuterClothingCoat | ||
equipment: | ||
outerClothing: ClothingOuterCoatAMG | ||
|
||
- type: loadout | ||
id: BrigmedicOuterClothingLab | ||
equipment: | ||
outerClothing: ClothingOuterCoatLabSecurityMedic | ||
|
||
- type: loadout | ||
id: BrigmedicOuterClothingVest | ||
equipment: | ||
outerClothing: ClothingOuterVestSecurityMedic |
32 changes: 32 additions & 0 deletions
32
Resources/Prototypes/_CorvaxNext/Loadouts/loadout_groups.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
# Security | ||
- type: loadoutGroup | ||
id: BrigmedicHead | ||
name: loadout-group-brigmedic-head | ||
minLimit: 0 | ||
loadouts: | ||
- BrigmedicSecurityBeret | ||
- BrigmedicBeret | ||
|
||
- type: loadoutGroup | ||
id: BrigmedicJumpsuit | ||
name: loadout-group-brigmedic-jumpsuit | ||
loadouts: | ||
- BrigmedicJumpsuit | ||
- BrigmedicJumpskirt | ||
|
||
- type: loadoutGroup | ||
id: BrigmedicBackpack | ||
name: loadout-group-brigmedic-backpack | ||
loadouts: | ||
- BrigmedicBackpack | ||
- BrigmedicSatchel | ||
- BrigmedicDuffel | ||
|
||
- type: loadoutGroup | ||
id: BrigmedicOuterClothing | ||
name: loadout-group-brigmedic-outerclothing | ||
loadouts: | ||
- BrigmedicOuterClothingArmor | ||
- BrigmedicOuterClothingCoat | ||
- BrigmedicOuterClothingLab | ||
- BrigmedicOuterClothingVest |
11 changes: 11 additions & 0 deletions
11
Resources/Prototypes/_CorvaxNext/Loadouts/role_loadouts.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
- type: roleLoadout | ||
id: JobBrigmedic | ||
groups: | ||
- Inventory # Corvax-Loadouts | ||
- BrigmedicHead | ||
- BrigmedicJumpsuit | ||
- BrigmedicBackpack | ||
- BrigmedicOuterClothing | ||
- Survival | ||
- Trinkets | ||
- GroupSpeciesBreathTool |
42 changes: 42 additions & 0 deletions
42
Resources/Prototypes/_CorvaxNext/Roles/Jobs/Security/brigmedic.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
- type: job | ||
id: Brigmedic | ||
name: job-name-brigmedic | ||
description: job-description-brigmedic | ||
playTimeTracker: JobBrigmedic | ||
requirements: | ||
- !type:DepartmentTimeRequirement | ||
department: Security | ||
time: 14400 | ||
- !type:DepartmentTimeRequirement | ||
department: Medical | ||
time: 57600 | ||
startingGear: BrigmedicGear | ||
icon: "JobIconBrigmedic" | ||
supervisors: job-supervisors-hos | ||
canBeAntag: false | ||
access: | ||
- Brig | ||
- Detective | ||
- External | ||
- Medical | ||
- Security | ||
- Maintenance | ||
- Service | ||
special: | ||
- !type:AddImplantSpecial | ||
implants: [ MindShieldImplant ] | ||
|
||
- type: startingGear | ||
id: BrigmedicGear | ||
equipment: | ||
shoes: ClothingShoesBootsJackSecFilled | ||
gloves: ClothingHandsGlovesNitrile | ||
eyes: ClothingEyesHudMedSec | ||
id: BrigmedicPDA | ||
ears: ClothingHeadsetBrigmedic | ||
belt: ClothingBeltMedicalFilled | ||
pocket1: WeaponDisabler | ||
storage: | ||
back: | ||
- Flash | ||
- MedkitAdvancedFilled |
2 changes: 2 additions & 0 deletions
2
Resources/Prototypes/_CorvaxNext/Roles/play_time_trackers.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
- type: playTimeTracker | ||
id: JobBrigmedic |