New fun meteors (#37327)
* New fun meteors * Forgot about newline * Fix * Wow, a new test * Okay * Fix * Fix 2 * I hope this is correct enough * Attribution * Attribution 2
This commit is contained in:
@@ -33,6 +33,10 @@
|
||||
- id: GameRuleMeteorSwarmMedium
|
||||
- id: GameRuleMeteorSwarmLarge
|
||||
- id: GameRuleUristSwarm
|
||||
- id: GameRuleClownSwarm
|
||||
- id: GameRuleCowSwarm
|
||||
- id: GameRulePotatoSwarm
|
||||
- id: GameRuleFunSwarm
|
||||
- id: ImmovableRodSpawn
|
||||
|
||||
- type: weightedRandomEntity
|
||||
@@ -70,7 +74,7 @@
|
||||
components:
|
||||
- type: GameRule
|
||||
- type: BasicStationEventScheduler
|
||||
minimumTimeUntilFirstEvent: 600 # 10 min
|
||||
minimumTimeUntilFirstEvent: 600 # 10 min
|
||||
minMaxEventTiming:
|
||||
min: 750 # 12.5 min
|
||||
max: 930 # 17.5 min
|
||||
@@ -237,3 +241,78 @@
|
||||
- id: ImmovableRodWeh
|
||||
prob: 0.0075
|
||||
orGroup: rodProto
|
||||
|
||||
- type: entity
|
||||
parent: GameRuleMeteorSwarm
|
||||
id: GameRuleCowSwarm
|
||||
components:
|
||||
- type: StationEvent
|
||||
weight: 0.05
|
||||
- type: MeteorSwarm
|
||||
announcement: station-event-meteor-cow-start-announcement
|
||||
announcementSound: /Audio/Announcements/attention.ogg
|
||||
meteors:
|
||||
MeteorCow: 1
|
||||
waves:
|
||||
min: 3
|
||||
max: 3
|
||||
meteorsPerWave:
|
||||
min: 10
|
||||
max: 10
|
||||
|
||||
- type: entity
|
||||
parent: GameRuleMeteorSwarm
|
||||
id: GameRuleClownSwarm
|
||||
components:
|
||||
- type: StationEvent
|
||||
weight: 0.05
|
||||
- type: MeteorSwarm
|
||||
announcement: station-event-meteor-clown-start-announcement
|
||||
announcementSound: /Audio/Announcements/attention.ogg
|
||||
meteors:
|
||||
MeteorClown: 1
|
||||
waves:
|
||||
min: 3
|
||||
max: 3
|
||||
meteorsPerWave:
|
||||
min: 10
|
||||
max: 10
|
||||
|
||||
- type: entity
|
||||
parent: GameRuleMeteorSwarm
|
||||
id: GameRulePotatoSwarm
|
||||
components:
|
||||
- type: StationEvent
|
||||
weight: 0.05
|
||||
- type: MeteorSwarm
|
||||
announcement: station-event-meteor-potato-start-announcement
|
||||
announcementSound: /Audio/Announcements/attention.ogg
|
||||
meteors:
|
||||
MeteorPotato: 1
|
||||
waves:
|
||||
min: 3
|
||||
max: 3
|
||||
meteorsPerWave:
|
||||
min: 10
|
||||
max: 10
|
||||
|
||||
- type: entity
|
||||
parent: GameRuleMeteorSwarm
|
||||
id: GameRuleFunSwarm
|
||||
components:
|
||||
- type: StationEvent
|
||||
weight: 0.03
|
||||
- type: MeteorSwarm
|
||||
announcement: station-event-fun-swarm-start-announcement
|
||||
announcementSound: /Audio/Announcements/attention.ogg
|
||||
meteors:
|
||||
MeteorClown: 1
|
||||
MeteorCow: 1
|
||||
MeteorPotato: 1
|
||||
MeteorUrist: 1
|
||||
waves:
|
||||
min: 3
|
||||
max: 3
|
||||
meteorsPerWave:
|
||||
min: 8
|
||||
max: 12
|
||||
|
||||
Reference in New Issue
Block a user