forked from space-syndicate/space-station-14
-
Notifications
You must be signed in to change notification settings - Fork 61
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adds Surgeon role & surgical belt (#146)
* job added * wip * loadout, belt and locale * TimeRequirement fix * Update Resources/Prototypes/_CorvaxNext/Roles/Jobs/Medical/surgeon.yml --------- Co-authored-by: Ko4ergaPunk <[email protected]> Co-authored-by: AwareFoxy <[email protected]>
- Loading branch information
1 parent
cd14136
commit fc5a222
Showing
44 changed files
with
382 additions
and
1 deletion.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
job-description-surgeon = Masterfully shove the scalpel deep into the poor souls who come... Saving lives, of course! |
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 @@ | ||
job-name-surgeon = surgeon |
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 @@ | ||
job-description-surgeon = Мастерски пихайте скальпель куда поглубже приходящим бедолагам... Спасая жизни, конечно! |
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 @@ | ||
job-name-surgeon = хирург | ||
JobSurgeon = хирург |
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
17 changes: 17 additions & 0 deletions
17
Resources/Prototypes/_CorvaxNext/Loadouts/Jobs/Medical/surgeon.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,17 @@ | ||
- type: loadoutEffectGroup | ||
id: SeniorSurgeon | ||
effects: | ||
- !type:JobRequirementLoadoutEffect | ||
requirement: | ||
!type:RoleTimeRequirement | ||
role: JobSurgeon | ||
time: 187200 # 52 hrs | ||
|
||
- type: loadout | ||
id: SurgeonScalpelLaser | ||
effects: | ||
- !type:GroupLoadoutEffect | ||
proto: SeniorSurgeon | ||
storage: | ||
back: | ||
- ScalpelLaser |
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
26 changes: 26 additions & 0 deletions
26
Resources/Prototypes/_CorvaxNext/Roles/Jobs/Medical/surgeon.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,26 @@ | ||
- type: job | ||
id: Surgeon | ||
name: job-name-surgeon | ||
description: job-description-surgeon | ||
playTimeTracker: JobSurgeon | ||
requirements: | ||
- !type:RoleTimeRequirement | ||
role: JobMedicalDoctor | ||
time: 36000 # 10 hrs | ||
startingGear: SurgeonGear | ||
icon: "JobIconSurgeon" | ||
supervisors: job-supervisors-cmo | ||
access: | ||
- Medical | ||
- Maintenance | ||
extendedAccess: | ||
- Chemistry | ||
|
||
- type: startingGear | ||
id: SurgeonGear | ||
equipment: | ||
ears: ClothingHeadsetMedical | ||
belt: ClothingBeltSurgicalBoardFilled | ||
shoes: ClothingShoesColorWhite | ||
mask: ClothingMaskSterile | ||
gloves: ClothingHandsGlovesNitrile |
3 changes: 3 additions & 0 deletions
3
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 |
---|---|---|
@@ -1,2 +1,5 @@ | ||
- type: playTimeTracker | ||
id: JobBrigmedic | ||
|
||
- type: playTimeTracker | ||
id: JobSurgeon |
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,7 @@ | ||
- type: jobIcon | ||
parent: JobIcon | ||
id: JobIconSurgeon | ||
icon: | ||
sprite: /Textures/_CorvaxNext/Interface/Misc/job_icons.rsi | ||
state: Surgeon | ||
jobName: job-name-surgeon |
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
Binary file added
BIN
+290 Bytes
.../_CorvaxNext/Clothing/Belt/belt_overlay.rsi/advancedRetractor-equipped-BELT.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+368 Bytes
...urces/Textures/_CorvaxNext/Clothing/Belt/belt_overlay.rsi/advancedRetractor.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+177 Bytes
...s/Textures/_CorvaxNext/Clothing/Belt/belt_overlay.rsi/cautery-equipped-BELT.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+189 Bytes
Resources/Textures/_CorvaxNext/Clothing/Belt/belt_overlay.rsi/cautery.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+265 Bytes
...ces/Textures/_CorvaxNext/Clothing/Belt/belt_overlay.rsi/drill-equipped-BELT.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+348 Bytes
Resources/Textures/_CorvaxNext/Clothing/Belt/belt_overlay.rsi/drill.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+153 Bytes
...ures/_CorvaxNext/Clothing/Belt/belt_overlay.rsi/energyCautery-equipped-BELT.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+212 Bytes
Resources/Textures/_CorvaxNext/Clothing/Belt/belt_overlay.rsi/energyCautery.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+214 Bytes
...ures/_CorvaxNext/Clothing/Belt/belt_overlay.rsi/energyScalpel-equipped-BELT.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+294 Bytes
Resources/Textures/_CorvaxNext/Clothing/Belt/belt_overlay.rsi/energyScalpel.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+197 Bytes
.../Textures/_CorvaxNext/Clothing/Belt/belt_overlay.rsi/hemostat-equipped-BELT.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+273 Bytes
Resources/Textures/_CorvaxNext/Clothing/Belt/belt_overlay.rsi/hemostat.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.