Skip to content

Commit

Permalink
Merge pull request #625 from hivehum/allaboard
Browse files Browse the repository at this point in the history
Adds "All Aboard The Ship"
  • Loading branch information
TGRCdev authored Nov 6, 2024
2 parents a09c1f9 + 1e6d432 commit f78d6d5
Show file tree
Hide file tree
Showing 3 changed files with 53 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
allaboard-title = All Aboard The Ship!
allaboard-description = WE CAN MAKE IT WORSE!!!
30 changes: 30 additions & 0 deletions Resources/Prototypes/_Impstation/GameRules/roundstart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,3 +68,33 @@
forceAllPossible: true
mindRoles:
- MindRoleTraitor

- type: entity
parent: BaseTraitorRuleNoRandomObjectives
id: SpyVsSpy20TC
components:
- type: TraitorRule
startingBalance: 20
- type: GameRule
minPlayers: 15
delay:
min: 240
max: 420
- type: AntagObjectives
objectives:
- KillRandomTraitorSvSObjective
- RandomTraitorAliveSvSObjective
- EscapeShuttleObjective
- type: AntagSelection
definitions:
- prefRoles: [ Traitor ]
fallbackRoles: [ TraitorSleeper ]
max: 100
playerRatio: 1
blacklist:
components:
- AntagImmune
lateJoinAdditional: true
forceAllPossible: true
mindRoles:
- MindRoleTraitor
21 changes: 21 additions & 0 deletions Resources/Prototypes/_Impstation/game_presets.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
- type: gamePreset
id: AllAboardTheShip
alias:
- svsaller
name: allaboard-title
description: allaboard-description
showInVote: false #lol. lmao
rules:
- Nukeops
- SpyVsSpy20TC
- Revolutionary
- Zombie
- Changeling
- BasicStationEventScheduler
- KesslerSyndromeScheduler
- MeteorSwarmMildScheduler
- MeteorSwarmScheduler
- RampingStationEventScheduler
- SpaceTrafficControlEventScheduler
- SpaceTrafficControlFriendlyEventScheduler
- BasicRoundstartVariation

0 comments on commit f78d6d5

Please sign in to comment.