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
+5
View File
@@ -0,0 +1,5 @@
<p>Pips increase their <a href="/blessfrey-gdd/character">owner's</a> <a href="/blessfrey-gdd/life">life</a> or <a href="/blessfrey-gdd/spirit">spirit</a> over time. Life/Spirit Degeneration or Life/Spirit Regeneration can modify the number of pips. Pips are represented by arrows on the life bar or spirit bar. </p>
<p>A life pip increases or decreases the character's life by 2 every regen_tick (1 second), while a spirit pip increases the character's spirit by 3. </p>
<p>A character starts with 2 spirit pips by default. </p>
<h3>logic</h3>
<p>Each character has a regen timer for their life and another for their spirit. </p>