League-of-Fabulous-Developers / FoundryVTT-Fabula-Ultima

Enter Project FU: an unofficial foundry system for Fabula Ultima, channeling the essence of the book while delivering the immersive experience of playing a JRPG in tabletop format.
MIT License
40 stars 18 forks source link

Maximum MP Score problem. (In the latest beta version) #117

Closed slottwo closed 5 months ago

slottwo commented 5 months ago

Bug Description: The calculation of maximum Mind Point is not including the character's level in the sum as it should (visit the core rulebook on page 163: "Your maximum Mind Points are equal to your total character level + five times your character’s base Willpower die size.")

Steps to Reproduce:

  1. At version 2.3.7-beta.2
  2. Navigate to 'Actors tab'
  3. Click on 'Create Actor'
  4. Click on 'Create New Actor'
  5. Observe the error occurring: Note that the maximum HP is valued at 45 (5*8+5), but the maximum MP is only 40.
  6. Change the Level to '6'
  7. Observe the error occurring: See that the maximum HP has increased to 46 (5*8+6), but the maximum MP remains 40.

Expected behavior: I expected that at points 4 and 6 the maximum MP score would be evaluated as 45 and 46, respectively.

Attachments: image

spyrella commented 5 months ago

The issue has been addressed in the development branch. It will be available on the new prelease beta, probably by tonight.

spyrella commented 5 months ago

Is available with the new V2.3.7 dropping tonight.