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:
parent
c9d396b8a1
commit
320c8b7dd3
1 changed files with 20 additions and 0 deletions
20
public/games/age-of-dwarves/data/ascension.json
Normal file
20
public/games/age-of-dwarves/data/ascension.json
Normal 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
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue