Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions Resources/Prototypes/Entities/Mobs/Cyborgs/borg_chassis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -300,6 +300,8 @@
- Medical
- Science
- Common
- type: SurgerySpeedModifier #shitmed
speedModifier: 1.75
# HardLight end
- type: AccessReader
access: [["Medical"], ["Command"], ["Research"]]
Expand Down
2 changes: 2 additions & 0 deletions Resources/Prototypes/Floof/Entities/Mobs/Cyborgs/quadborg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -613,6 +613,8 @@
- Medical
- Science
- Common
- type: SurgerySpeedModifier #shitmed
speedModifier: 1.75
# HardLight end
- type: BorgChassis
maxModules: 7
Expand Down
8 changes: 5 additions & 3 deletions Resources/Prototypes/_HL/Entities/Mobs/Player/Quads.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,16 @@
- BorgModuleTool
- BorgModuleDiagnosis
- BorgModuleTreatment
- type: SurgerySpeedModifier #shitmed
speedModifier: 1.75
- type: ItemSlots
slots:
cell_slot:
name: power-cell-slot-component-slot-name-default
startingItem: PowerCellMedium
- type: RandomMetadata
nameSegments: [NFNamesBorg]

- type: entity
id: PlayerBorgQuadsalv
parent: BorgChassisQuadsalv
Expand Down Expand Up @@ -77,7 +79,7 @@
startingItem: PowerCellMedium
- type: RandomMetadata
nameSegments: [NFNamesBorg]

- type: entity
id: PlayerBorgQuad
parent: BorgChassisQuadSec
Expand All @@ -98,4 +100,4 @@
name: power-cell-slot-component-slot-name-default
startingItem: PowerCellMedium
- type: RandomMetadata
nameSegments: [NFNamesBorg]
nameSegments: [NFNamesBorg]
6 changes: 6 additions & 0 deletions Resources/Prototypes/_HL/Roles/Jobs/Quads/Quads.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@
icon: JobIconMedicalBorg
supervisors: job-supervisors-cmo
jobEntity: PlayerBorgQuadmed
special:
- !type:AddComponentSpecial
components:
- type: SurgerySpeedModifier #shitmed
SpeedModifier: 1.75


- type: job
id: ServiceQuadBorg
Expand Down
Loading