• 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

How to give Eidolon Undersized Weapons Ability?

Exploit

New member
I have a centaur-like eidolon which per Ultimate Magic should have:

Undersized Weapons (Ex)

Although a centaur is Large, its upper torso is the same size as that of a Medium humanoid. As a result, they wield weapons as if they were one size category smaller than their actual size (Medium for most centaurs).​

How do I add this trait to my eidolon in Hero Labs?
 
Those Models aren't supposed to introduce new evolutions from what I understand. I think that might be an ad-hoc thing thrown in there.

If you want to, you could make an adjustment and add that to the eidolon. The eval script just has to assign the Helper.Undersized tag to the race, like so:

First 600
Code:
      doneif (field[pIsOn].value = 0)

      perform hero.findchild[BaseRace].assign[Helper.Undersized]
 
Back
Top