Added fur armour set and magic descriptions...

This commit is contained in:
Ognjen Milan Robovic 2024-05-05 13:09:59 -04:00
parent 49238bb711
commit 47899ff3f8
5 changed files with 6 additions and 6 deletions

View File

@ -44,12 +44,12 @@ package magic is
count : constant natural := enumeration'pos (enumeration'last) + 1;
trait : constant array (enumeration) of information := (
("Arrow Storm ", air, 1, effect.none, "- "),
("Torment ", dark, 1, effect.none, "- "),
("Stone Armour ", earth, 1, effect.none, "- "),
("Fireball ", fire, 1, effect.none, "- "),
("Heal ", light, 1, effect.none, "- "),
("Ice Armour ", water, 1, effect.none, "- ")
("Arrow Storm ", air, 1, effect.none, "Arrow Storm increases the range of your ranged units. "),
("Torment ", dark, 1, effect.none, "Torment causes targeted friend or foe to feel pain and shit. "),
("Stone Armour ", earth, 1, effect.none, "Stone Armour increases defense of selected unit. "),
("Fireball ", fire, 1, effect.none, "Fireball conjures a literal ball of fire that flies go brr. "),
("Heal ", light, 1, effect.none, "Heal does what it says it will do, keeps the promise. "),
("Ice Armour ", water, 1, effect.none, "Ice Armour increases defense and stamina of selected unit. ")
);
------------------------------------------------------------------------------------------

Binary file not shown.

After

Width:  |  Height:  |  Size: 477 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 287 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 316 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 492 B