add man-o-war shuttle (#32105)

manowar
This commit is contained in:
IProduceWidgets
2024-12-20 06:36:23 -05:00
committed by GitHub
parent 39600f9516
commit 864c2257b0
3 changed files with 3212 additions and 0 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -31,6 +31,8 @@
id: UnknownShuttlesHostileTable
table: !type:AllSelector # we need to pass a list of rules, since rules have further restrictions to consider via StationEventComp
children:
- id: LoneOpsSpawn
- id: UnknownShuttleManOWar
- id: UnknownShuttleInstigator
# Shuttle Game Rules
@@ -201,6 +203,17 @@
- type: LoadMapRule
preloadedGrid: Lambordeere
- type: entity
id: UnknownShuttleManOWar
parent: BaseUnknownShuttleRule
components:
- type: StationEvent
startAnnouncement: station-event-unknown-shuttle-incoming #Leaving this one because theyre like primitives and its funnier
weight: 1 # lower because antags
earliestStart: 50 # late to hopefully have enough ghosts to fill all roles quickly. (4) & antags
- type: LoadMapRule
preloadedGrid: ManOWar
- type: entity
id: UnknownShuttleMeatZone
parent: BaseUnknownShuttleRule

View File

@@ -79,6 +79,11 @@
path: /Maps/Shuttles/ShuttleEvent/lambordeere.yml
copies: 1
- type: preloadedGrid
id: ManOWar
path: /Maps/Shuttles/ShuttleEvent/manowar.yml
copies: 1
- type: preloadedGrid
id: Meatzone
path: /Maps/Shuttles/ShuttleEvent/meatzone.yml