powkhenai / shrouded-island

Rifts Character manager web-app in python
0 stars 0 forks source link

Skills can have class specific bonuses #12

Open powkhenai opened 7 years ago

powkhenai commented 7 years ago

Class bonuses can be applied to a specific skill or set of skills.

powkhenai commented 7 years ago

i.e. TW gets bonuses to electrical skills

powkhenai commented 7 years ago

Added a simple patch for this that allows skill bonuses to be added when a skill is assigned to a character. This is obviously easier than having to record this information in the class description, but is a reduction in automation from the concept. I'm going to leave this open while I decide what's best.