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 +}