Update skills for 5e system

This commit is contained in:
kinther 2025-08-28 10:47:05 -07:00
parent 0815cd6a96
commit 17d6221510
13 changed files with 474 additions and 143 deletions

View file

@ -90,7 +90,7 @@ struct ac_breakdown {
int GET_ABILITY_MOD(int score);
int GET_PROFICIENCY(int pct);
int compute_ascending_ac(struct char_data *ch);
int situational_ac_mods(struct char_data *ch);
int GET_SITUATIONAL_AC(struct char_data *ch);
int compute_armor_class_asc(struct char_data *ch);
void compute_ac_breakdown(struct char_data *ch, struct ac_breakdown *out);