diff --git a/games/age-of-dwarves/data/spells/stub.json b/games/age-of-dwarves/data/spells/stub.json new file mode 100644 index 00000000..6eca969a --- /dev/null +++ b/games/age-of-dwarves/data/spells/stub.json @@ -0,0 +1,11 @@ +[ + { + "id": "healing_light", + "name": "Healing Light", + "description": "Restores health to a friendly unit with divine radiance", + "school": "life", + "tier": 1, + "scope": "local", + "mana_cost": 8 + } +]