feat(spells): ✨ Add new spell entries and update existing spell definitions, effects, and metadata for "Age of Dwarves" game
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
This commit is contained in:
parent
2308fdc6ce
commit
3df55cf4b3
1 changed files with 11 additions and 0 deletions
11
games/age-of-dwarves/data/spells/stub.json
Normal file
11
games/age-of-dwarves/data/spells/stub.json
Normal file
|
|
@ -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
|
||||
}
|
||||
]
|
||||
Loading…
Add table
Reference in a new issue