powkhenai / shrouded-island

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

Skill bonuses from other skills #27

Open powkhenai opened 7 years ago

powkhenai commented 7 years ago

Some skills provide a flat (one time) bonus to other related skills.
i.e. Hacking provides a bonus to Cryptography, Surveillance, and Locksmithing.
Another association table should be able to manage this, and the skill calculation logic will need to be updated accordingly.

powkhenai commented 7 years ago

Using an association table should allow me to retro-actively apply these bonuses to skills that have already been added to the system. I'll likely need to add form fields for making such associations though.