-
Notifications
You must be signed in to change notification settings - Fork 87
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* added brigmedic * added brigmedic to some maps * added loadout to bm * changelog --------- Co-authored-by: Vigers Ray <[email protected]>
- Loading branch information
Showing
27 changed files
with
211 additions
and
38 deletions.
There are no files selected for viewing
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
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 |
---|---|---|
@@ -1,2 +1,5 @@ | ||
loadout-group-inventory = Мой инвентарь | ||
loadout-group-psychologist-backpack = Рюкзак психолога | ||
loadout-group-brigmedic-backpack = Рюкзак бригмедика | ||
loadout-group-brigmedic-jumpsuit = Униформа бригмедика |
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
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
19 changes: 19 additions & 0 deletions
19
Resources/Prototypes/_Sunrise/Catalog/Fills/Boxes/emergency.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,19 @@ | ||
- type: entity | ||
name: survival box | ||
parent: BoxCardboard | ||
id: BoxSurvivalBrigmedic | ||
description: It's a box with basic internals inside. | ||
suffix: Medical | ||
components: | ||
- type: StorageFill | ||
contents: | ||
- id: ClothingMaskBreathMedicalSecurity | ||
- id: EmergencyOxygenTankFilled | ||
- id: EmergencyMedipen | ||
- id: EmergencyMedipen | ||
- id: FoodSnackNutribrick | ||
- id: DrinkWaterBottleFull | ||
- type: Sprite | ||
layers: | ||
- state: internals | ||
- state: emergencytank |
11 changes: 11 additions & 0 deletions
11
Resources/Prototypes/_Sunrise/Entities/Markers/Spawners/jobs.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: entity | ||
id: SpawnPointBrigmedic | ||
parent: SpawnPointJobBase | ||
name: brigmedic | ||
components: | ||
- type: SpawnPoint | ||
job_id: Brigmedic | ||
- type: Sprite | ||
layers: | ||
- state: green | ||
- state: brigmedic |
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
44 changes: 44 additions & 0 deletions
44
Resources/Prototypes/_Sunrise/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,44 @@ | ||
- type: loadout | ||
id: BrigmedicBackpack | ||
equipment: BrigmedicBackpack | ||
|
||
- type: startingGear | ||
id: BrigmedicBackpack | ||
equipment: | ||
back: ClothingBackpackBrigmedicFilled | ||
|
||
- type: loadout | ||
id: BrigmedicDuffel | ||
equipment: BrigmedicDuffel | ||
|
||
- type: startingGear | ||
id: BrigmedicDuffel | ||
equipment: | ||
back: ClothingBackpackDuffelBrigmedicFilled | ||
|
||
- type: loadout | ||
id: BrigmedicSatchel | ||
equipment: BrigmedicSatchel | ||
|
||
- type: startingGear | ||
id: BrigmedicSatchel | ||
equipment: | ||
back: ClothingBackpackSatchelBrigmedicFilled | ||
|
||
- type: loadout | ||
id: BrigmedicJumpsuit | ||
equipment: BrigmedicJumpsuit | ||
|
||
- type: startingGear | ||
id: BrigmedicJumpsuit | ||
equipment: | ||
jumpsuit: ClothingUniformJumpsuitBrigmedic | ||
|
||
- type: loadout | ||
id: BrigmedicJumpskirt | ||
equipment: BrigmedicJumpskirt | ||
|
||
- type: startingGear | ||
id: BrigmedicJumpskirt | ||
equipment: | ||
jumpsuit: ClothingUniformJumpskirtBrigmedic |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -63,4 +63,5 @@ | |
Musician: [ 1, 1 ] | ||
# Sunrise-Roles | ||
IAA: [ 1, 1 ] | ||
Brigmedic: [ 1, 1 ] | ||
|
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 |
---|---|---|
|
@@ -62,4 +62,5 @@ | |
Musician: [ 1, 1 ] | ||
# Sunrise-Roles | ||
IAA: [ 1, 1 ] | ||
Brigmedic: [ 1, 1 ] | ||
|
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 |
---|---|---|
|
@@ -55,3 +55,4 @@ | |
Psychologist: [ 1, 1 ] | ||
Detective: [ 1, 1 ] | ||
Paramedic: [ 2, 2 ] | ||
Brigmedic: [ 1, 1 ] # Sunrise-Brigmedic |
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 |
---|---|---|
|
@@ -64,3 +64,4 @@ | |
Musician: [ 1, 1 ] | ||
# Sunrise-Roles | ||
IAA: [ 1, 1 ] | ||
Brigmedic: [ 1, 1 ] |
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 |
---|---|---|
|
@@ -63,3 +63,4 @@ | |
Musician: [ 1, 1 ] | ||
# Sunrise-Roles | ||
IAA: [ 1, 1 ] | ||
Brigmedic: [ 1, 1 ] |
38 changes: 38 additions & 0 deletions
38
Resources/Prototypes/_Sunrise/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,38 @@ | ||
- type: job | ||
id: Brigmedic | ||
name: job-name-brigmedic | ||
description: job-description-brigmedic | ||
playTimeTracker: JobBrigmedic | ||
requirements: | ||
- !type:DepartmentTimeRequirement | ||
department: Medical | ||
time: 18000 | ||
- !type:DepartmentTimeRequirement | ||
department: Security | ||
time: 7200 | ||
startingGear: BrigmedicGear | ||
icon: "JobIconBrigmedic" | ||
supervisors: job-supervisors-hos | ||
canBeAntag: false | ||
access: | ||
- Medical | ||
- Security | ||
- Brig | ||
- Maintenance | ||
- External | ||
special: | ||
- !type:AddImplantSpecial | ||
implants: [ MindShieldImplant ] | ||
|
||
- type: startingGear | ||
id: BrigmedicGear | ||
equipment: | ||
outerClothing: ClothingOuterCoatLabSecurityMedic | ||
shoes: ClothingShoesColorRed | ||
gloves: ClothingHandsGlovesLatex | ||
eyes: ClothingEyesHudMedSec | ||
head: ClothingHeadHatBeretSecurityMedic | ||
id: BrigmedicPDA | ||
ears: ClothingHeadsetBrigmedic | ||
mask: ClothingMaskSterile | ||
belt: ClothingBeltMedicalFilled |
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 |
---|---|---|
@@ -1,2 +1,5 @@ | ||
- type: playTimeTracker | ||
id: JobIAA | ||
|
||
- type: playTimeTracker | ||
id: JobBrigmedic |