Toma400 / The_Isle_of_Ansur

Python-based text RPG game, successor of Between Shadows and Light.
Other
9 stars 0 forks source link

Race-exclusiveness expanded #87

Open Toma400 opened 9 months ago

Toma400 commented 9 months ago

System allowing race-exclusive classes is pretty great, but I think this could be expanded to race-exclusive origins or class-exclusive religion (for example, ormath shaman would only be able to be of his ormathic faith). It should be:

As the more this feature expands, the more complicated it gets, I'd for now only suggest small improvements for it in pre-alpha 3 case, or even passing it to pre-alpha 4 for getting broader perspective and feedback.

Toma400 commented 9 months ago

Additional caveat to analyse: if we consider doing those exclusiveness in a way where, for example, ormath will allow for ormathic religion, but ormath shaman would have to have this religion only, we will have probably two iterations over religions? (one will return standard list + ormath, second will return only ormath) This makes it much more complicated to analyse, since there should be some rules deciding which one has priority or how to resolve such conflict.

Toma400 commented 4 months ago

This will need fixing issues with lag that is encountered during skill/attribute counting, because this may also affect performance - and even current one should be avoided.