#include <skill.h>
Public Member Functions | |
| Skill (const std::string &ident) | |
| virtual | ~Skill () |
| bool | addSkill (const std::string &, Skill *) |
| bool | deleteSkill (const std::string &, bool delTree=false) |
| bool | useSkill () |
| bool | setScript (const std::string &) |
| void | printTree (const std::string &indent) |
Private Attributes | |
| std::string | id |
| std::string | description |
| std::vector< Skill * > | children |
| float | light |
| float | dark |
| float | life |
| float | death |
|
|
|
|
|
|
|
||||||||||||
|
|
|
||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.3.9.1