From 320c8b7dd37550e4ca8146df83163cd69940d7de Mon Sep 17 00:00:00 2001 From: autocommit Date: Thu, 16 Apr 2026 15:16:47 -0700 Subject: [PATCH] =?UTF-8?q?chore(ascension):=20=F0=9F=94=A7=20Update=20vic?= =?UTF-8?q?tory=20condition=20JSON=20keys=20to=20match=20new=20magic=20sub?= =?UTF-8?q?system=20requirements?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Lilith Autocommit --- .../games/age-of-dwarves/data/ascension.json | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 public/games/age-of-dwarves/data/ascension.json diff --git a/public/games/age-of-dwarves/data/ascension.json b/public/games/age-of-dwarves/data/ascension.json new file mode 100644 index 00000000..479cbddc --- /dev/null +++ b/public/games/age-of-dwarves/data/ascension.json @@ -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 +}