• 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

Slow Learner Racial Flaw

ChipDSnow

Member
I'm trying to create a flaw for a certain race (Half-Giant). I'm completely stumped. Anything to help would be greatly appreciated!
 
Oh, sorry about that.

The Half-Giant is slow to learn, and therefore only gets 1/2 skill points normally allowed to a Human, Elf, Half-Elf, etc.

Example: Barbarian gets 4+Int level, a Half-Giant Barbarian would then get (4+int mod) /2
 
Try this eval script on your trait:

Final 100
Code:
      ~ Halve our skill points.
      #resmax[resSkill] = round(#resmax[resSkill]/2,0,-1)
 
Try this eval script on your trait:

Final 100
Code:
      ~ Halve our skill points.
      #resmax[resSkill] = round(#resmax[resSkill]/2,0,-1)

It's not working. Do I have to tweak the code somehow?

I guess the best to look at this is to see an actual flaw in the works.

Thanks for your help.
 
I actually tested this and it worked for me. Are you sure you have it running at the phase and priority I specified?
 
Back
Top