Added skill explanations while I can...

This commit is contained in:
Ognjen Milan Robovic 2024-06-15 16:03:42 -04:00
parent 91c0073ce2
commit bc70792d8c

View File

@ -69,10 +69,26 @@ package skill is
explanation : constant array (enumeration) of access string := (
none => new string'("--"),
--
alchemy => new string'("--"),
archery => new string'("--"),
architecture => new string'("--"),
athletics => new string'("--"),
alchemy => new string'("Alchemy skill, mixture of sorcery and medicine in the old times, determines the cost, " & core.line_feed &
"effectiveness and duration of your potions, but also failure rate when creating or mixing " & core.line_feed &
"them. As you gain proficiency in it, you'll be able to use less materials when crafting " & core.line_feed &
"potions, and succeed more often in doing so, with very small change of creating permanent " & core.line_feed &
"potion, one that'll change your attributes as long as you're alive."),
archery => new string'("Archery skill, common among all 9 nations in the world, is proficiency with bows, jarids " & core.line_feed &
"crossbows, as it determines shooting range, precision and damage of your archers. As you " & core.line_feed &
"gain more experience in it, your archers will gain ability to shoot through obstacles, " & core.line_feed &
"shoot through the first row of foes, to perform piercing shot if they use heavy launchers " & core.line_feed &
"like long bows or crossbows and much more."),
architecture => new string'("Architecture skill, while developped mostly by 3 ancient civilizations of Humans, Elves " & core.line_feed &
"and Orcs, was enchanced by 6 newer nations on the rise, their constructions are becoming " & core.line_feed &
"more and more sturdy and complex. It decreases cost of your constructions, building time " & core.line_feed &
"and their health, as well as giving them special use-cases, for example in the case of the" & core.line_feed &
"attack you can hide inside them, or upgrade them with archer towers."),
athletics => new string'("Athletics skill, as first recognized sport in the world, is old skill bestowed to people " & core.line_feed &
"by Red-Haired Goddess called Ksenia for no apparent reason. In the old days, people used " & core.line_feed &
"to run all around the world, exploring new land, but that tradition was lost through time." & core.line_feed &
"Now, if you train that skill, you and your party will be able to explore more lands and " & core.line_feed &
"dungeons without getting tired, or advance through enemy lines without rest."),
diplomacy => new string'("--"),
estates => new string'("--"),
exploration => new string'("--"),
@ -91,7 +107,11 @@ package skill is
hydrokinesis => new string'("--"),
aerokinesis => new string'("--"),
khousokinesis => new string'("--"),
phosokinesis => new string'("--"),
phosokinesis => new string'("Phosokinesis skill, meaning the art of manipulating light, increases power and duration of" & core.line_feed &
"magical abilities from Light school of magic, but also proportionally decreases power of " & core.line_feed &
"Dark magical abilities, gives you more information about monsters and items in your range " & core.line_feed &
"of view, and eventually gives you the ability to shine light from your spirit, increasing " & core.line_feed &
"your overall visibility but also making it harder to hide yourself from foes."),
eremnokinesis => new string'("Eremnokinesis skill, meaning the art of manipulating darkness, increases strength and " & core.line_feed &
"duration of magical abilities from Dark school of magic, influences your experience with " & core.line_feed &
"creatures that have high darkness aptitude, mainly Dark Elementals, and lets you see " & core.line_feed &