Skip to content

Commit

Permalink
Add antagAdvantage to chemist and modify other role's values.
Browse files Browse the repository at this point in the history
  • Loading branch information
stellar-novas committed Feb 9, 2024
1 parent 5635b78 commit 479bb0d
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
startingGear: ForensicMantisGear
icon: "JobIconForensicMantis"
supervisors: job-supervisors-rd
antagAdvantage: 2 # DeltaV - From 4 to 2
canBeAntag: true # DeltaV - Mantis is no longer a Detective
# whitelistRequired: true
access:
Expand Down
1 change: 1 addition & 0 deletions Resources/Prototypes/Roles/Jobs/Cargo/cargo_technician.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
name: job-name-cargotech
description: job-description-cargotech
playTimeTracker: JobCargoTechnician
antagAdvantage: 2 # DeltaV - Reduced TC: Cargo Access
startingGear: CargoTechGear
icon: "JobIconCargoTechnician"
supervisors: job-supervisors-qm
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
name: job-name-salvagespec
description: job-description-salvagespec
playTimeTracker: JobSalvageSpecialist
antagAdvantage: 2 # DeltaV - Reduced TC: Free hardsuit and weapons
antagAdvantage: 3 # DeltaV - Reduced TC: Free hardsuit and weapons
requirements:
- !type:DepartmentTimeRequirement
department: Logistics # DeltaV - Logistics Department replacing Cargo
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
name: job-name-atmostech
description: job-description-atmostech
playTimeTracker: JobAtmosphericTechnician
antagAdvantage: 3 # DeltaV - Reduced TC: Free Hardsuit + Engineering + Atmospherics
antagAdvantage: 2 # DeltaV - Reduced TC: Free Firesuit + Engineering + Atmospherics
requirements:
- !type:DepartmentTimeRequirement
department: Engineering
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
name: job-name-engineer
description: job-description-engineer
playTimeTracker: JobStationEngineer
antagAdvantage: 2 # DeltaV - Reduced TC: Free Hardsuit + Engineering
antagAdvantage: 1 # DeltaV - Reduced TC: Engineering
requirements:
- !type:DepartmentTimeRequirement
department: Engineering
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
name: job-name-technical-assistant
description: job-description-technical-assistant
playTimeTracker: JobTechnicalAssistant
antagAdvantage: 2 # DeltaV - Reduced TC: Free Hardsuit + Engineering
antagAdvantage: 1 # DeltaV - Reduced TC: Engineering
requirements:
- !type:OverallPlaytimeRequirement # DeltaV - to prevent griefers from taking the role.
time: 14400 # 4 hours
Expand Down
1 change: 1 addition & 0 deletions Resources/Prototypes/Roles/Jobs/Medical/chemist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
startingGear: ChemistGear
icon: "JobIconChemist"
supervisors: job-supervisors-cmo
antagAdvantage: 2 # DeltaV - Reduced TC: Chemistry access
access:
- Medical
- Chemistry
Expand Down

0 comments on commit 479bb0d

Please sign in to comment.