Фиксы метеоров (#410)
* Missing meteor presets (#29044) * add meteors into missing game presets * changes for real * implement code * this too * Revert "Missing meteor presets (#29044)" This reverts commit d6554159b30d395b2ab0a1e47b67efcf895be903. * add: more meteors * add: less meteors --------- Co-authored-by: Nemanja <98561806+EmoGarbage404@users.noreply.github.com>
This commit is contained in:
@@ -48,11 +48,11 @@ public sealed partial class MeteorSwarmComponent : Component
|
||||
public Dictionary<EntProtoId, float> Meteors = new();
|
||||
|
||||
[DataField]
|
||||
public MinMax Waves = new(3, 3);
|
||||
public MinMax Waves = new(2, 4);
|
||||
|
||||
[DataField]
|
||||
public MinMax MeteorsPerWave = new(3, 4);
|
||||
|
||||
[DataField]
|
||||
public MinMax WaveCooldown = new (10, 60);
|
||||
public MinMax WaveCooldown = new (30, 60);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user