Adding main characteristics
This commit is contained in:
parent
029acbbbb3
commit
4b5ec33d74
14 changed files with 124 additions and 8 deletions
17
include/characteristic/habilete.hpp
Normal file
17
include/characteristic/habilete.hpp
Normal file
|
@ -0,0 +1,17 @@
|
|||
#ifndef BILLYSHEET_HABILETE_HPP
|
||||
#define BILLYSHEET_HABILETE_HPP
|
||||
|
||||
#include <cstdint>
|
||||
|
||||
namespace character::characteristic {
|
||||
class Habilete final {
|
||||
private:
|
||||
const std::uint32_t base{ 2 };
|
||||
std::uint32_t carac{ 0 };
|
||||
std::uint32_t materiel{ 0 };
|
||||
std::uint32_t additional{ 0 };
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
#endif //BILLYSHEET_HABILETE_HPP
|
Loading…
Add table
Add a link
Reference in a new issue