-
Notifications
You must be signed in to change notification settings - Fork 340
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
12 changed files
with
51,838 additions
and
55,044 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
job-description-medical-borg = Half-human, Half-machine. Follow your laws, serve the crew, and assist the medical department. |
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-medical-borg = Medical Cyborg |
Large diffs are not rendered by default.
Oops, something went wrong.
15 changes: 15 additions & 0 deletions
15
Resources/Prototypes/DeltaV/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,15 @@ | ||
|
||
- type: entity | ||
id: SpawnPointMedicalBorg | ||
parent: SpawnPointJobBase | ||
name: medical cyborg | ||
components: | ||
- type: SpawnPoint | ||
job_id: MedicalBorg | ||
- type: Sprite | ||
layers: | ||
- state: green | ||
- sprite: Mobs/Silicon/chassis.rsi | ||
state: medical | ||
- sprite: Mobs/Silicon/chassis.rsi | ||
state: medical_e |
20 changes: 20 additions & 0 deletions
20
Resources/Prototypes/DeltaV/Entities/Mobs/Player/silicon.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,20 @@ | ||
|
||
- type: entity | ||
id: PlayerBorgMedical | ||
parent: BorgChassisMedical | ||
suffix: Diagnosis, Treatment | ||
components: | ||
- type: ContainerFill | ||
containers: | ||
borg_brain: | ||
- PositronicBrain | ||
borg_module: | ||
- BorgModuleDiagnosis | ||
- BorgModuleTreatment | ||
- type: ItemSlots | ||
slots: | ||
cell_slot: | ||
name: power-cell-slot-component-slot-name-default | ||
startingItem: PowerCellMedium | ||
- type: RandomMetadata | ||
nameSegments: [names_borg] |
16 changes: 16 additions & 0 deletions
16
Resources/Prototypes/DeltaV/Roles/Jobs/Medical/medical_borg.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,16 @@ | ||
|
||
- type: job | ||
id: MedicalBorg | ||
name: job-name-medical-borg | ||
description: job-description-medical-borg | ||
playTimeTracker: JobMedicalBorg | ||
requirements: | ||
- !type:OverallPlaytimeRequirement | ||
time: 216000 #60 hrs | ||
- !type:DepartmentTimeRequirement | ||
department: Medical | ||
time: 21600 #6 hrs | ||
canBeAntag: false | ||
icon: JobIconMedicalBorg | ||
supervisors: job-supervisors-cmo | ||
jobEntity: PlayerBorgMedical |
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: JobMedicalBorg |
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,6 @@ | ||
- type: statusIcon | ||
parent: JobIcon | ||
id: JobIconMedicalBorg | ||
icon: | ||
sprite: DeltaV/Interface/Misc/job_icons.rsi | ||
state: MedicalBorg |
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
Binary file added
BIN
+138 Bytes
Resources/Textures/DeltaV/Interface/Misc/job_icons.rsi/MedicalBorg.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 |
---|---|---|
|
@@ -24,6 +24,9 @@ | |
}, | ||
{ | ||
"name": "nyanoMantis" | ||
}, | ||
{ | ||
"name": "MedicalBorg" | ||
} | ||
] | ||
} |