diff --git a/assets/robocraft/config.json b/assets/robocraft/config.json index 8f71bb3..56f7d98 100644 --- a/assets/robocraft/config.json +++ b/assets/robocraft/config.json @@ -14418,9 +14418,9 @@ "lerp_value": 0.1, "battle": { "regen": { - "wait_for_heal_s": 5.0, + "wait_for_heal_s": 10.0, "wait_full_heal_s": 5.0, - "sound_start_s": 2.5, + "sound_start_s": 7.5, "auto_heal": true }, "votes": { diff --git a/rc_core/src/persist/settings.rs b/rc_core/src/persist/settings.rs index 9f0595c..52b104b 100644 --- a/rc_core/src/persist/settings.rs +++ b/rc_core/src/persist/settings.rs @@ -18,8 +18,8 @@ fn default_gameplay_settings() -> super::GameplaySettings { health_threshold: 0.20, microbot_sphere: 0.5, misfire_angle: 10.0, - shield_dps: 100, - shield_hps: 2_000, + shield_dps: 100_000, + shield_hps: 10_000_000, request_review_level: 10_000, critical_ratio: 5.0, cross_promo_image: "https://git.ngram.ca/OpenJam/servers/raw/branch/main/assets/robocraft/default.png".to_owned(), diff --git a/utils/cube_gen.py b/utils/cube_gen.py index 2b9767c..a0930bd 100755 --- a/utils/cube_gen.py +++ b/utils/cube_gen.py @@ -428,9 +428,9 @@ def main(asset_in, cubes=None, weapons=None, movement=None): "lerp_value": 0.1, "battle": { "regen": { - "wait_for_heal_s": 5.0, + "wait_for_heal_s": 10.0, "wait_full_heal_s": 5.0, - "sound_start_s": 2.5, + "sound_start_s": 7.5, "auto_heal": True, }, "votes": {