parent
114e8a66ab
commit
08a2457b95
|
|
@ -17,5 +17,5 @@ public sealed partial class MobReplacementRuleComponent : Component
|
|||
/// Chance per-entity.
|
||||
/// </summary>
|
||||
[DataField]
|
||||
public float Chance = 0.001f;
|
||||
public float Chance = 0.004f;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
noSpawn: true
|
||||
components:
|
||||
- type: StationEvent
|
||||
weight: 10
|
||||
weight: 5
|
||||
startDelay: 10
|
||||
duration: 120
|
||||
earliestStart: 20
|
||||
|
|
@ -24,11 +24,10 @@
|
|||
noSpawn: true
|
||||
components:
|
||||
- type: StationEvent
|
||||
weight: 6
|
||||
weight: 2
|
||||
startDelay: 10
|
||||
duration: 240
|
||||
minimumPlayers: 50
|
||||
earliestStart: 40
|
||||
earliestStart: 20
|
||||
- type: CargoGiftsRule
|
||||
description: cargo-gift-pizza-large
|
||||
sender: cargo-gift-default-sender
|
||||
|
|
@ -44,7 +43,7 @@
|
|||
noSpawn: true
|
||||
components:
|
||||
- type: StationEvent
|
||||
weight: 4
|
||||
weight: 5
|
||||
startDelay: 10
|
||||
duration: 240
|
||||
earliestStart: 30
|
||||
|
|
@ -90,7 +89,7 @@
|
|||
noSpawn: true
|
||||
components:
|
||||
- type: StationEvent
|
||||
weight: 8
|
||||
weight: 6
|
||||
startDelay: 10
|
||||
duration: 120
|
||||
minimumPlayers: 30
|
||||
|
|
@ -132,7 +131,7 @@
|
|||
noSpawn: true
|
||||
components:
|
||||
- type: StationEvent
|
||||
weight: 6
|
||||
weight: 4
|
||||
startDelay: 10
|
||||
duration: 120
|
||||
earliestStart: 10
|
||||
|
|
@ -154,7 +153,7 @@
|
|||
noSpawn: true
|
||||
components:
|
||||
- type: StationEvent
|
||||
weight: 3
|
||||
weight: 4
|
||||
startDelay: 10
|
||||
duration: 120
|
||||
earliestStart: 20
|
||||
|
|
@ -174,7 +173,7 @@
|
|||
noSpawn: true
|
||||
components:
|
||||
- type: StationEvent
|
||||
weight: 2
|
||||
weight: 3
|
||||
startDelay: 10
|
||||
duration: 120
|
||||
earliestStart: 20
|
||||
|
|
|
|||
Loading…
Reference in New Issue