Attribute descriptions...
This commit is contained in:
parent
58598f03c0
commit
7b8226f3ab
@ -27,12 +27,12 @@ package attribute is
|
|||||||
count : constant natural := enumeration'pos (enumeration'last) + 1;
|
count : constant natural := enumeration'pos (enumeration'last) + 1;
|
||||||
|
|
||||||
trait : constant array (enumeration) of information := (
|
trait : constant array (enumeration) of information := (
|
||||||
("Offense ", 0, "- "),
|
("Offense ", 0, "Offense attribute determines your damage modifier when attacking. "),
|
||||||
("Defense ", 0, "- "),
|
("Defense ", 0, "D-FENS attribute determines how much damage your reflect and receive. "),
|
||||||
("Wisdom ", 0, "- "),
|
("Wisdom ", 0, "Wisdom attribute determines how much mana your chad has. "),
|
||||||
("Stamina ", 0, "- "),
|
("Stamina ", 0, "Stamina attribute determines how fast you recover from being wounded. "),
|
||||||
("Speed ", 0, "- "),
|
("Speed ", 0, "Speed attribute determines how far you can walk per turn. "),
|
||||||
("Reach ", 0, "- ")
|
("Reach ", 0, "Reach attribute determines your range modifier when shooting or casting.")
|
||||||
);
|
);
|
||||||
|
|
||||||
------------------------------------------------------------------------------------------
|
------------------------------------------------------------------------------------------
|
||||||
|
Loading…
Reference in New Issue
Block a user