- 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
12 lines
295 B
JSON
12 lines
295 B
JSON
{
|
|
"name": "conservative-spirit",
|
|
"description": "Higher OC spirit stance, save skills for big moments",
|
|
"cureHP": 0.35,
|
|
"cureItemHP": 0.65,
|
|
"cureRegenHP": 0.75,
|
|
"manaGemMP": 0.60,
|
|
"manaPotionMP": 0.30,
|
|
"spiritPotionSP": 0.40,
|
|
"spiritStanceOC": 80,
|
|
"useAttackSpells": false
|
|
}
|