
Go to the source code of this file.
Functions | |
| int | skill_cost_needed (int level) |
| void | calc_total_skill_points (void) |
| int | calc_skill_cost (int skill_cost_level, int skill_level) |
| void | check_skill_level_change (skill_type sk, bool do_level_up=true) |
| void | change_skill_level (skill_type exsk, int num_level) |
| void | change_skill_points (skill_type sk, int points, bool do_level_up) |
| int | exercise (skill_type exsk, int deg) |
| int calc_skill_cost | ( | int | skill_cost_level, | |
| int | skill_level | |||
| ) |

| void calc_total_skill_points | ( | void | ) |

| void change_skill_level | ( | skill_type | exsk, | |
| int | num_level | |||
| ) |
| void change_skill_points | ( | skill_type | sk, | |
| int | points, | |||
| bool | do_level_up | |||
| ) |

| void check_skill_level_change | ( | skill_type | sk, | |
| bool | do_level_up = true | |||
| ) |

| int exercise | ( | skill_type | exsk, | |
| int | deg | |||
| ) |

| int skill_cost_needed | ( | int | level | ) |
1.5.6