feat(iframe): balance.json 增 player_iframe_sec 键 + SettingsManager 访问器(默认0.5s)

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-07-24 09:15:48 +08:00
co-authored by Claude Opus 4.8
parent c756423d57
commit daf34ac1bb
2 changed files with 6 additions and 1 deletions
+2 -1
View File
@@ -11,5 +11,6 @@
},
"aether_thresholds": [[1, 0], [5, 3], [10, 8], [15, 14], [20, 20]],
"mana_heat": { "per_cast": 0.01, "decay_per_sec": 0.1, "max": 1.0 },
"infinite_spells": { "hp_per_shot": 1.0, "hp_cost_cap_ratio": 0.15 }
"infinite_spells": { "hp_per_shot": 1.0, "hp_cost_cap_ratio": 0.15 },
"player_iframe_sec": 0.5
}