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

Antag times #206

Merged
merged 4 commits into from
Oct 20, 2023
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 @@ -84,6 +84,12 @@
name: ghost-role-information-loneop-name
description: ghost-role-information-loneop-description
rules: ghost-role-information-loneop-rules
requirements:
- !type:OverallPlaytimeRequirement
time: 172800 # DeltaV - 48 hours
- !type:DepartmentTimeRequirement # DeltaV - Security dept time requirement
department: Security
time: 36000 # DeltaV - 10 hours
- type: GhostRoleMobSpawner
prototype: MobHumanLoneNuclearOperative
- type: Sprite
Expand Down
3 changes: 3 additions & 0 deletions Resources/Prototypes/Roles/Antags/ninja.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,6 @@
antagonist: true
setPreference: false
objective: roles-antag-space-ninja-objective
requirements:
- !type:OverallPlaytimeRequirement # DeltaV - Playtime requirement
time: 259200 # DeltaV - 72 hours
22 changes: 13 additions & 9 deletions Resources/Prototypes/Roles/Antags/nukeops.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,10 @@
objective: roles-antag-nuclear-operative-objective
requirements:
- !type:OverallPlaytimeRequirement
time: 18000 # 5h
time: 108000 # DeltaV - 30 hours
- !type:DepartmentTimeRequirement # DeltaV - Security dept time requirement
department: Security
time: 36000 # DeltaV - 10 hours

- type: antag
id: NukeopsMedic
Expand All @@ -16,10 +19,10 @@
objective: roles-antag-nuclear-operative-agent-objective
requirements:
- !type:OverallPlaytimeRequirement
time: 18000 # 5h
- !type:DepartmentTimeRequirement
time: 108000 # DeltaV - 30 hours
- !type:DepartmentTimeRequirement # DeltaV - Medical dept time requirement
department: Medical
time: 18000 # 5h
time: 36000 # DeltaV - 10 hours

- type: antag
id: NukeopsCommander
Expand All @@ -29,9 +32,10 @@
objective: roles-antag-nuclear-operative-commander-objective
requirements:
- !type:OverallPlaytimeRequirement
time: 18000 # 5h
- !type:DepartmentTimeRequirement
time: 216000 # DeltaV - 60 hours
- !type:DepartmentTimeRequirement # DeltaV - Security dept time requirement
department: Security
time: 18000 # 5h
- !type:WhitelistRequirement # DeltaV - Commander is an "hrp" role
# should be changed to nukie playtime when thats tracked (wyci)
time: 36000 # DeltaV - 10 hours
- !type:DepartmentTimeRequirement # DeltaV - Command dept time requirement
department: Command
time: 36000 # DeltaV - 10 hours
6 changes: 6 additions & 0 deletions Resources/Prototypes/Roles/Antags/revolutionary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@
antagonist: true
setPreference: true
objective: roles-antag-rev-head-objective
requirements:
- !type:OverallPlaytimeRequirement # DeltaV - Playtime requirement
time: 172800 # DeltaV - 48 hours
- !type:DepartmentTimeRequirement # DeltaV - Command dept time requirement
department: Command
time: 36000 # DeltaV - 10 hours

- type: antag
id: Rev
Expand Down
3 changes: 3 additions & 0 deletions Resources/Prototypes/Roles/Antags/traitor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,6 @@
antagonist: true
setPreference: true
objective: roles-antag-syndicate-agent-objective
requirements:
- !type:OverallPlaytimeRequirement # DeltaV - Playtime requirement
time: 86400 # DeltaV - 24 hours
3 changes: 3 additions & 0 deletions Resources/Prototypes/Roles/Antags/zombie.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
antagonist: true
setPreference: true
objective: roles-antag-initial-infected-objective
requirements:
- !type:OverallPlaytimeRequirement # DeltaV - Playtime requirement
time: 43200 # DeltaV - 12 hours

- type: antag
id: Zombie
Expand Down