Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Навыходившие фиксы хирургии #221

Merged
merged 2 commits into from
Jan 4, 2025
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
Original file line number Diff line number Diff line change
Expand Up @@ -247,6 +247,7 @@
Heat: 10 # capable of touching light bulbs and stoves without feeling pain!
- type: TTS # Corvax-TTS
voice: TrainingRobot
- type: Targeting # Corvax-Next-Surgery

- type: entity
abstract: true
Expand Down
2 changes: 1 addition & 1 deletion Resources/Prototypes/Roles/Jobs/Medical/chemist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
components:
#- type: CPRTraining
- type: SurgerySpeedModifier
SpeedModifier: 1.75
speedModifier: 1.75
#end-_CorvaxNext: surgery

- type: startingGear
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
#start-_CorvaxNext: surgery
#- type: CPRTraining
- type: SurgerySpeedModifier
SpeedModifier: 2.5
speedModifier: 2.5
#end-_CorvaxNext: surgery

- type: startingGear
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
#start-_CorvaxNext: surgery
#- type: CPRTraining
- type: SurgerySpeedModifier
SpeedModifier: 1.75
speedModifier: 1.75
#end-_CorvaxNext: surgery

- type: startingGear
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
#start-_CorvaxNext: surgery
#- type: CPRTraining
- type: SurgerySpeedModifier
SpeedModifier: 1.5
speedModifier: 1.5
#end-_CorvaxNext: surgery

- type: startingGear
Expand Down
2 changes: 1 addition & 1 deletion Resources/Prototypes/Roles/Jobs/Medical/paramedic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
#start-_CorvaxNext: surgery
#- type: CPRTraining
- type: SurgerySpeedModifier
SpeedModifier: 1.75
speedModifier: 1.75
#end-_CorvaxNext: surgery

- type: startingGear
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@
- Maintenance
extendedAccess:
- Chemistry
special:
- !type:AddComponentSpecial
components:
- type: SurgerySpeedModifier
speedModifier: 2.5

- type: startingGear
id: SurgeonGear
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@
special:
- !type:AddImplantSpecial
implants: [ MindShieldImplant ]
- !type:AddComponentSpecial
components:
- type: SurgerySpeedModifier
speedModifier: 1.75

- type: startingGear
id: BrigmedicGear
Expand Down
2 changes: 2 additions & 0 deletions Resources/Prototypes/borg_types.yml
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,8 @@
- type: ShowHealthIcons
damageContainers:
- Biological
- type: SurgeryTarget # Corvax-Next-Surgery
- type: Sanitized # Corvax-Next-Surgery

# Visual
inventoryTemplateId: borgDutch
Expand Down
Loading