diff --git a/source/magic.ads b/source/magic.ads index 13b1377..2395314 100644 --- a/source/magic.ads +++ b/source/magic.ads @@ -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. ") ); ------------------------------------------------------------------------------------------ diff --git a/sprite/item/chest/fur_armour.png b/sprite/item/chest/fur_armour.png new file mode 100644 index 0000000..1fb0bc8 Binary files /dev/null and b/sprite/item/chest/fur_armour.png differ diff --git a/sprite/item/feet/fur_greaves.png b/sprite/item/feet/fur_greaves.png new file mode 100644 index 0000000..dd59ea1 Binary files /dev/null and b/sprite/item/feet/fur_greaves.png differ diff --git a/sprite/item/hands/fur_gauntlets.png b/sprite/item/hands/fur_gauntlets.png new file mode 100644 index 0000000..f34fbfb Binary files /dev/null and b/sprite/item/hands/fur_gauntlets.png differ diff --git a/sprite/item/head/fur_helmet.png b/sprite/item/head/fur_helmet.png new file mode 100644 index 0000000..222660e Binary files /dev/null and b/sprite/item/head/fur_helmet.png differ