chore(ascension): 🔧 Update victory condition JSON keys to match new magic subsystem requirements

Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
This commit is contained in:
autocommit 2026-04-16 15:16:47 -07:00
parent c9d396b8a1
commit 320c8b7dd3

View file

@ -0,0 +1,20 @@
{
"id": "arcane_ascension",
"name": "Arcane Ascension",
"description": "Channel the collective knowledge of the five schools through the High Archon to transcend the material plane. A ritual victory for masters of magic.",
"victory_type": "arcane_ascension",
"requirements": {
"school_wonders_built": 5,
"schools_maxed": 5,
"mana_accumulated": 500,
"high_archon_alive": true,
"required_tech": "arcane_ascension"
},
"ritual": {
"channel_turns": 10,
"mana_upkeep_per_turn": 25,
"failure_destroys_high_archon": true,
"announcement": "The High Archon begins the Arcane Ascension ritual. The collective gathers its power."
},
"always_enabled": false
}