Max life point.
This commit is contained in:
parent
1a07874ff2
commit
67967051f2
2 changed files with 12 additions and 1 deletions
|
@ -1 +1,5 @@
|
|||
#include "characteristic/endurance.hpp"
|
||||
|
||||
std::uint32_t character::characteristic::Endurance::get_max_lp() const noexcept {
|
||||
return (base + carac + materiel + additional) * 3;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue