MiniRPG/data/moves.json

24 lines
No EOL
483 B
JSON

[
{
"Name": "Fireball",
"Description": "A burst of fire that burns the enemy.",
"Power": 40,
"ManaCost": 10,
"Type": "Attack"
},
{
"Name": "Heal",
"Description": "Restores a small amount of HP.",
"Power": 25,
"ManaCost": 5,
"Type": "Heal"
},
{
"Name": "Lightning Bolt",
"Description": "A shocking magical strike.",
"Power": 50,
"ManaCost": 15,
"Type": "Attack"
}
]