Parcourir la source

Added fur armour set and magic descriptions...

master
Ognjen Milan Robovic il y a 2 semaines
Parent
révision
47899ff3f8
5 fichiers modifiés avec 6 ajouts et 6 suppressions
  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 Voir le fichier

@@ -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 Voir le fichier

Avant Après
Largeur: 64  |  Hauteur: 96  |  Taille: 477B

BIN
sprite/item/feet/fur_greaves.png Voir le fichier

Avant Après
Largeur: 64  |  Hauteur: 96  |  Taille: 287B

BIN
sprite/item/hands/fur_gauntlets.png Voir le fichier

Avant Après
Largeur: 64  |  Hauteur: 96  |  Taille: 316B

BIN
sprite/item/head/fur_helmet.png Voir le fichier

Avant Après
Largeur: 64  |  Hauteur: 96  |  Taille: 492B

Chargement…
Annuler
Enregistrer