Skip to content
Open
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

Large diffs are not rendered by default.

1,602 changes: 1,602 additions & 0 deletions Resources/Maps/_Mono/ShuttleEvent/lancer.yml

Large diffs are not rendered by default.

1,566 changes: 1,566 additions & 0 deletions Resources/Maps/_Mono/ShuttleEvent/lancern.yml

Large diffs are not rendered by default.

This file was deleted.

14 changes: 12 additions & 2 deletions Resources/Prototypes/_Mono/GameRules/Shuttles/ship_spawns.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,20 @@
copies: 6

- type: preloadedGrid
id: AIRazorN
path: /Maps/_Mono/ShuttleEvent/razorn.yml
id: AILancerN
path: /Maps/_Mono/ShuttleEvent/lancern.yml
copies: 2

- type: preloadedGrid
id: AILancer
path: /Maps/_Mono/ShuttleEvent/lancer.yml
copies: 4

- type: preloadedGrid
id: AIFencer
path: /Maps/_Mono/ShuttleEvent/fencer.yml
copies: 4

- type: preloadedGrid
id: AIWyvern
path: /Maps/_Mono/ShuttleEvent/wyvern.yml
Expand Down
38 changes: 35 additions & 3 deletions Resources/Prototypes/_Mono/GameRules/damaged_ai.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,15 @@
- id: UnknownShuttleZenith
- id: UnknownShuttleWyrm
- id: UnknownShuttleNebula
- id: UnknownShuttleFencer
- id: UnknownShuttleLancer

- type: entityTable
id: DamagedAIShipsTableT2
table: !type:AllSelector # we need to pass a list of rules, since rules have further restrictions to consider via StationEventComp
children:
- id: UnknownShuttleZenithE
- id: UnknownShuttleRazorN
- id: UnknownShuttleLancerN
- id: UnknownShuttleWyvern

- type: entity
Expand Down Expand Up @@ -76,7 +78,7 @@

- type: entity
parent: BaseRandomShuttleRule
id: UnknownShuttleRazorN
id: UnknownShuttleLancerN
components:
- type: StationEvent
startAnnouncement: station-event-ai-shuttle-detected
Expand All @@ -87,7 +89,37 @@
- type: GameRule
minPlayers: 15
- type: LoadMapRule
preloadedGrid: AIRazorN
preloadedGrid: AILancerN

- type: entity
parent: BaseRandomShuttleRule
id: UnknownShuttleLancer
components:
- type: StationEvent
startAnnouncement: station-event-ai-shuttle-detected
startAudio:
path: /Audio/Misc/notice1.ogg
weight: 3
maxOccurrences: 4
- type: GameRule
minPlayers: 15
- type: LoadMapRule
preloadedGrid: AILancer

- type: entity
parent: BaseRandomShuttleRule
id: UnknownShuttleFencer
components:
- type: StationEvent
startAnnouncement: station-event-ai-shuttle-detected
startAudio:
path: /Audio/Misc/notice1.ogg
weight: 3
maxOccurrences: 4
- type: GameRule
minPlayers: 15
- type: LoadMapRule
preloadedGrid: AIFencer

- type: entity
parent: BaseRandomShuttleRule
Expand Down
6 changes: 3 additions & 3 deletions Resources/Prototypes/_Mono/game_presets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,8 +129,8 @@
- BluespaceSalvageEventScheduler
- SmugglingEventScheduler
- FrontierRoundstartVariation
- MonoChimeraSTCShuttleSpawnerSchedulerApocalypse
- MonoAISTCShuttleSpawnerSchedulerApocalypse
- MonoAsakimSTCShuttleSpawnerSchedulerApocalypse
- MonoChimeraSTCShuttleSpawnerScheduler
- MonoAISTCShuttleSpawnerScheduler
- MonoAsakimSTCShuttleSpawnerScheduler
- MonoMonolithicEventsScheduler

Loading