Advertisement
leafbarrett

fe - stats/status

Apr 30th, 2016
159
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.81 KB | None | 0 0
  1. [[]] around a stat's value if it has a buff/debuff active
  2. floor() when division's involved at all
  3. Buffs go in the "maximum" slot
  4. Level (Current/Overall)
  5. XP (Current/100)
  6. HP (Current/Max)
  7. GP (Current/10) - Guard Stance meter.
  8. Str [[Str+@{Str|max}]]
  9. Mag [[Mag+@{Str|max}]]
  10. Skl [[Skl+@{Str|max}]]
  11. Spd [[Spd+@{Str|max}]]
  12. Lck [[Lck+@{Str|max}]]
  13. Def [[Def+@{Str|max}]]
  14. Res [[Res+@{Str|max}]]
  15. Mov
  16. Acc = [[floor((@{Skl}*3+@{Lck})/2)]]
  17. Eva = [[floor((@{Spd}*3+@{Lck})/2)]]
  18. Crt = [[floor(@{Skl}/2)]]
  19.  
  20. Poisoned - Skull & Crossbones - Unit loses 25% HP at the end of their next turn.
  21. Frozen - Snowflake - Unit's Mov=0 and Eva-20. Lasts for 1 turn.
  22. Exhausted - 0 - Cannot act at all. Lasts for 1 turn. Only inflicted by Firecracker.
  23. Hexed - Half heart - Unit's max HP is cut in half. Lasts for the entire map unless cured.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement