Skip to content

Commit

Permalink
Modify antagAdvantage values.
Browse files Browse the repository at this point in the history
  • Loading branch information
stellar-novas committed Feb 9, 2024
1 parent 6aada92 commit 5635b78
Show file tree
Hide file tree
Showing 8 changed files with 5 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
startingGear: ForensicMantisGear
icon: "JobIconForensicMantis"
supervisors: job-supervisors-rd
antagAdvantage: 5 # DeltaV - From 4 to 5
canBeAntag: true # DeltaV - Mantis is no longer a Detective
# whitelistRequired: true
access:
Expand Down
1 change: 0 additions & 1 deletion Resources/Prototypes/Roles/Jobs/Cargo/cargo_technician.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
name: job-name-cargotech
description: job-description-cargotech
playTimeTracker: JobCargoTechnician
antagAdvantage: 2 # DeltaV - Reduced TC: External 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: 3 # DeltaV - Reduced TC: External Access + Free hardsuit and weapons
antagAdvantage: 2 # 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 @@ -10,7 +10,6 @@
icon: "JobIconServiceWorker"
supervisors: job-supervisors-service
canBeAntag: true # DeltaV - Can be antagonist
antagAdvantage: 1 # DeltaV - Reduced TC: Accesses
access:
- Service
- Maintenance
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: 10 # DeltaV - Reduced TC: External Access + Fireaxe + Free Hardsuit
antagAdvantage: 3 # DeltaV - Reduced TC: Free Hardsuit + 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: 3 # DeltaV - Reduced TC: External Access + Engineering
antagAdvantage: 2 # DeltaV - Reduced TC: Free Hardsuit + 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: 3 # DeltaV - Reduced TC: External Access + Engineering
antagAdvantage: 2 # DeltaV - Reduced TC: Free Hardsuit + Engineering
requirements:
- !type:OverallPlaytimeRequirement # DeltaV - to prevent griefers from taking the role.
time: 14400 # 4 hours
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 @@ -3,7 +3,7 @@
name: job-name-paramedic
description: job-description-paramedic
playTimeTracker: JobParamedic
antagAdvantage: 2 # DeltaV - Reduced TC: External Access
antagAdvantage: 1 # DeltaV - Reduced TC: Handheld crew monitor
requirements:
# - !type:RoleTimeRequirement # DeltaV - No Medical Doctor time requirement
# role: JobMedicalDoctor
Expand Down

0 comments on commit 5635b78

Please sign in to comment.