documenting features; updating milestones

This commit is contained in:
chimchooree
2023-02-02 00:52:14 -06:00
parent 41f43c8ac7
commit dce9e420da
10 changed files with 125 additions and 100 deletions
+7
View File
@@ -0,0 +1,7 @@
<p>Spirit is the main currency used by <a href="/blessfrey-gdd/character">characters</a>. Characters' <a href="/blessfrey-gdd/pip">spirit pips</a> replenish their spirit over time. </p>
<p>Spirit can drop below 0. The UI will read 0 until the character recovers enough spirit.</p>
<h3>structure</h3>
<p>Characters have spirit (float) and max_spirit (float). </p>
<h3>logic</h3>
<p>Characters' spirit, by default, is calculated as 20 + spirit bestowed by their current job + spirit bestowed by their current equipment. </p>
<p>Armsmen have 10 extra spirit; Brawlers and Tamers have 20 extra spirit; and Chemists, Disciples, and Hackers have 30 extra spirit. </p>