Offer your players a brand new RPG experience. https://phoenixdevt.fr/
Go to file
Dancull47 c5b661e3e2 Stats can now be regenerated as FLAT or PERCENTAGE based values. This includes the Health, Mana, Stamina, Stellium stats.
By default, the stats are regenerated off the flat value of their respective Regeneration stats. Example, if Health Regeneration is 10, the player will gain 10 HP upon regeneration.

For percentage, the stats will be regenerated with the following formula (Stat Regen * Max Stat). So for example, if your Health Regeneration is .5 and your Max Health is 100, you'll gain 50 HP upon regeneration.

Refresh your config.yml or add this directly to it if you wish to adjust them from the default true.
```# Should these Stats regenrate with a FLAT value or PERCENTAGE value?
   # By default, they are set to TRUE, which means they will regenerate
   # based off the FLAT Regeneration value for the respective stat
   # Setting a stat to FALSE means that it will regenerate
   # with the formula (Stat Regen * Max Stat) for example (Mana Regeneration * Max Mana)
   stat-regen-flat:
       health: true
       mana: true
       stamina: true
       stellium: true
```
2021-10-20 02:08:27 -04:00
.m2 Fix auth 2021-06-27 02:50:07 +00:00
src/main Stats can now be regenerated as FLAT or PERCENTAGE based values. This includes the Health, Mana, Stamina, Stellium stats. 2021-10-20 02:08:27 -04:00
.gitignore !git cleanup 2020-11-22 15:50:59 +01:00
.gitlab-ci.yml Update .gitlab-ci.yml 2021-06-13 21:20:15 +00:00
pom.xml another test 2021-09-03 18:29:26 +02:00
README.md !Update README.md 2020-09-10 19:31:08 -07:00