hv-unified/simulator/configs/default.json
GaboGG 6c2bb2f8f3 Add battle simulator and Forgejo repo setup
- Simulator: headless HV battle engine in Node.js
  - Player/Entity models with stats, gear, spells
  - Monster definitions and spawning
  - Strategy engine ported from userscript
  - Grindfest simulation with turn-by-turn logging
- Forgejo remote: git@git.gaboggamer.online:gabogg/hv-unified.git
- 3 config presets: default, aggressive, conservative
- Outputs summary stats (kills, damage, survival) per run
2026-07-20 19:36:55 -04:00

12 lines
273 B
JSON

{
"name": "current-defaults",
"description": "Current v0.11.0 strategy defaults",
"cureHP": 0.35,
"cureItemHP": 0.65,
"cureRegenHP": 0.75,
"manaGemMP": 0.60,
"manaPotionMP": 0.30,
"spiritPotionSP": 0.40,
"spiritStanceOC": 60,
"useAttackSpells": false
}