• Please note: In an effort to ensure that all of our users feel welcome on our forums, we’ve updated our forum rules. You can review the updated rules here: http://forums.wolflair.com/showthread.php?t=5528.

    If a fellow Community member is not following the forum rules, please report the post by clicking the Report button (the red yield sign on the left) located on every post. This will notify the moderators directly. If you have any questions about these new rules, please contact support@wolflair.com.

    - The Lone Wolf Development Team

Adding house rules.

katataban

Member
Though I notice a lot of great things I can do with the editor, I seem to be not grasping something. Adding house rules.

For a new campaign I'm going to be a player in, the GM has decided that (like in D&D 3.5) Players get their first level skill points tripled, and that skill ranks can be HD + 2

Now in order to accommodate this for him, I want to add this as a house rule to all our HL's, but I can't seem to find how to do it. Would someone be willing to help me along?
 
Ok the only question I have left is whether it is possible to make it so that max skill ranks is HD+1?

I've looked through the mechanics, but there don't seem to be any triggers for max skill ranks. Would anyone please be willing to point me in the right direction?
 
The maximum number of ranks is based on the number of Hero.HitDice tags on the hero. If you calculate that number +1, and then foreach through all skills on the hero looking for the calculated value of ranks exactly, then you can delete the Helper.SklErRanks tag on the matching skills.

Helper.SklErRanks is assigned at PostAttr 11000, so the foreach should happen right after then.

I think that'll work, but it hasn't been tested. Give it a try and see what happens.
 
Back
Top