Added 6 new skills...
This commit is contained in:
parent
9175d9eab3
commit
90d7576ad1
@ -9,8 +9,9 @@ package skill is
|
||||
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
||||
|
||||
type enumeration is (
|
||||
archery, diplomacy, estates, exploration, leadership, logistics,
|
||||
medicine, mercantile, mysticism, necromancy, sorcery, tactics
|
||||
alchemy, archery, architecture, athletics, diplomacy, estates,
|
||||
exploration, leadership, logistics, medicine, mercantile, mysticism,
|
||||
necromancy, resistance, skirmish, sorcery, tactics, thaumaturgy
|
||||
);
|
||||
|
||||
------------------------------------------------------------------------------------------
|
||||
@ -28,7 +29,10 @@ package skill is
|
||||
count : constant natural := enumeration'pos (enumeration'last) + 1;
|
||||
|
||||
trait : constant array (enumeration) of information := (
|
||||
("Alchemy ", 0, "Alchemy skill determines effectiveness of your vials and potions. "),
|
||||
("Archery ", 0, "Archery skill determines effectiveness and range or your archers. "),
|
||||
("Architecture ", 0, "Architecture decreases time spent on building constructions. "),
|
||||
("Athletics ", 0, "Athletics increases movement speed of all your units, since they train. "),
|
||||
("Diplomacy ", 0, "Diplomacy helps you to avoid starting a battle you can't win. "),
|
||||
("Estates ", 0, "Estates makes you the ultimate crypto-bro, establishing a blockchain. "),
|
||||
("Exploration ", 0, "Exploration is quite self-explanatory... "),
|
||||
@ -38,8 +42,11 @@ package skill is
|
||||
("Mercantile ", 0, "Mercantile is the skill of any true-born nosy person, otherwise useless."),
|
||||
("Mysticism ", 0, "Mysticism allows you to have 60 cats, drink wine and talk weird. "),
|
||||
("Necromancy ", 0, "Necromancy lets you not to waste the bones after every battle. "),
|
||||
("Resistence ", 0, "Resistence skill increases defense points of all your units slightly. "),
|
||||
("Skirmish ", 0, "Skirmish makes your units go berserk when they have little health left. "),
|
||||
("Sorcery ", 0, "Sorcery skill is appropriately named useless skill to have in real life."),
|
||||
("Tactics ", 0, "Tactics is the opposite of skirmish, master it and lose in every battle.")
|
||||
("Tactics ", 0, "Tactics is the opposite of skirmish, master it and lose in every battle."),
|
||||
("Thaumaturgy ", 0, "Thaumaturgy lets you do nothing, and hope that the best will happen. ")
|
||||
);
|
||||
|
||||
------------------------------------------------------------------------------------------
|
||||
|
Loading…
Reference in New Issue
Block a user