AdamKing0126 / mud

a mud server written in go
0 stars 0 forks source link

Character Races - Implement Ability Score Increase (ASI) #17

Open AdamKing0126 opened 5 months ago

AdamKing0126 commented 5 months ago

contained in asi and asi_description columns of race_imports database/table

AdamKing0126 commented 5 months ago

Because the ASI will never change, this can be implemented during character creation - when the character's race is chosen, apply the ASI.

Related: Ability Scores