Files
blessfrey-bottle/src/blessfrey-gdd/spirit
T

8 lines
679 B
Plaintext

<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>