Bladeren bron

Added fur armour set and magic descriptions...

master
Ognjen Milan Robovic 4 weken geleden
bovenliggende
commit
47899ff3f8
5 gewijzigde bestanden met toevoegingen van 6 en 6 verwijderingen
  1. +6
    -6
      source/magic.ads
  2. BIN
      sprite/item/chest/fur_armour.png
  3. BIN
      sprite/item/feet/fur_greaves.png
  4. BIN
      sprite/item/hands/fur_gauntlets.png
  5. BIN
      sprite/item/head/fur_helmet.png

+ 6
- 6
source/magic.ads Bestand weergeven

@@ -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. ")
);

------------------------------------------------------------------------------------------


BIN
sprite/item/chest/fur_armour.png Bestand weergeven

Before After
Width: 64  |  Height: 96  |  Size: 477B

BIN
sprite/item/feet/fur_greaves.png Bestand weergeven

Before After
Width: 64  |  Height: 96  |  Size: 287B

BIN
sprite/item/hands/fur_gauntlets.png Bestand weergeven

Before After
Width: 64  |  Height: 96  |  Size: 316B

BIN
sprite/item/head/fur_helmet.png Bestand weergeven

Before After
Width: 64  |  Height: 96  |  Size: 492B

Laden…
Annuleren
Opslaan