1
0
mirror of https://git.ngram.ca/OpenJam/rc-servers synced 2026-08-23 23:08:52 +00:00

Update shield and natural regen defaults

This commit is contained in:
NG (Graham)
2025-09-09 20:29:10 -04:00
parent a694ee5f5f
commit e33a499415
3 changed files with 6 additions and 6 deletions

View File

@@ -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": {

View File

@@ -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(),

View File

@@ -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": {