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

Added Role Time Requirements to Ghost Role Reinforcements and Holoparasite/clown. #32119

Closed
wants to merge 3 commits into from
Closed
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
18 changes: 18 additions & 0 deletions Resources/Prototypes/Entities/Mobs/Player/guardian.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,12 @@
name: ghost-role-information-holoparasite-name
description: ghost-role-information-holoparasite-description
rules: ghost-role-information-familiar-rules
requirements:
- !type:OverallPlaytimeRequirement
time: 36000 #10 hours
- !type:DepartmentTimeRequirement
department: Security
time: 18000 #5 hours
raffle:
settings: default
- type: GhostTakeoverAvailable
Expand Down Expand Up @@ -157,6 +163,12 @@
name: ghost-role-information-ifrit-name
description: ghost-role-information-ifrit-description
rules: ghost-role-information-familiar-rules
requirements:
- !type:OverallPlaytimeRequirement
time: 36000 #10 hours
- !type:DepartmentTimeRequirement
department: Security
time: 18000 #5 hours
raffle:
settings: default
- type: GhostTakeoverAvailable
Expand Down Expand Up @@ -186,6 +198,12 @@
name: ghost-role-information-holoclown-name
description: ghost-role-information-holoclown-description
rules: ghost-role-information-familiar-rules
requirements:
- !type:OverallPlaytimeRequirement
time: 36000 #10 hours
- !type:DepartmentTimeRequirement
department: Security
time: 18000 #5 hours
raffle:
settings: default
- type: GhostTakeoverAvailable
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,12 @@
name: ghost-role-information-syndicate-reinforcement-spy-name
description: ghost-role-information-syndicate-reinforcement-description
rules: ghost-role-information-rules-default-solo-antagonist
requirements:
- !type:OverallPlaytimeRequirement
time: 36000 #10 hours
- !type:DepartmentTimeRequirement
department: Security
time: 18000 #5 hours
raffle:
settings: default
- type: GhostRoleMobSpawner
Expand All @@ -43,6 +49,12 @@
name: ghost-role-information-nukeop-reinforcement-name
description: ghost-role-information-nukeop-reinforcement-description
rules: ghost-role-information-nukeop-reinforcement-rules
requirements:
- !type:OverallPlaytimeRequirement
time: 36000 #10 hours
- !type:DepartmentTimeRequirement
department: Security
time: 18000 #5 hours
raffle:
settings: default
- type: GhostRoleMobSpawner
Expand All @@ -58,6 +70,12 @@
name: ghost-role-information-syndicate-monkey-reinforcement-name
description: ghost-role-information-syndicate-monkey-reinforcement-description
rules: ghost-role-information-rules-default-familiar
requirements:
- !type:OverallPlaytimeRequirement
time: 36000 #10 hours
- !type:DepartmentTimeRequirement
department: Security
time: 18000 #5 hours
raffle:
settings: default
- type: GhostRoleMobSpawner
Expand All @@ -83,6 +101,9 @@
name: ghost-role-information-SyndiCat-name
description: ghost-role-information-SyndiCat-description
rules: ghost-role-information-rules-default-familiar
requirements:
- !type:OverallPlaytimeRequirement
time: 18000 #5 hours
raffle:
settings: default
- type: GhostRoleMobSpawner
Expand All @@ -101,6 +122,12 @@
name: ghost-role-information-syndicate-cyborg-assault-name
description: ghost-role-information-syndicate-cyborg-description
rules: ghost-role-information-silicon-rules
requirements:
- !type:OverallPlaytimeRequirement
time: 36000 #10 hours
- !type:DepartmentTimeRequirement
department: Security
time: 18000 #5 hours
raffle:
settings: default
- type: GhostRoleMobSpawner
Expand Down
Loading