3194
Resources/Maps/Shuttles/ShuttleEvent/manowar.yml
Normal file
3194
Resources/Maps/Shuttles/ShuttleEvent/manowar.yml
Normal file
File diff suppressed because it is too large
Load Diff
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user