34 lines
No EOL
734 B
JSON
34 lines
No EOL
734 B
JSON
[
|
|
{
|
|
"Name": "Fireball",
|
|
"Description": "A burst of fire that burns the enemy.",
|
|
"Power": 40,
|
|
"ManaCost": 10,
|
|
"Type": "MagicMove",
|
|
"Action": "Attack"
|
|
},
|
|
{
|
|
"Name": "Heal",
|
|
"Description": "Restores a small amount of HP.",
|
|
"Power": 25,
|
|
"ManaCost": 5,
|
|
"Type": "MagicMove",
|
|
"Action": "Healing"
|
|
},
|
|
{
|
|
"Name": "Lightning Bolt",
|
|
"Description": "A shocking magical strike.",
|
|
"Power": 50,
|
|
"ManaCost": 15,
|
|
"Type": "MagicMove",
|
|
"Action": "Attack"
|
|
},
|
|
{
|
|
"Name": "Stab",
|
|
"Description": "A stab with a sharp object.",
|
|
"Power": 20,
|
|
"Type": "PhysicalMove",
|
|
"Action": "Attack"
|
|
}
|
|
]
|
|
|