• 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

M&M 3rd ed. Oversights for animal NPCs

EightBitz

Well-known member
In the game master's book, there are four animals that use Agility instead of Strength for Athletics:
Cat
Monkey
Rat
Snake, Viper

This is described in their stats as a 1-point benefit. In the .stock files that come with Hero Lab, this is noted in the Advantages, but it's merely a comment. The mechanic was overlooked. I've submitted the issue to support, but in the meantime, I created a .user file with the following content:

Code:
<?xml version="1.0" encoding="UTF-8"?>
<document signature="Hero Lab Data">
  <thing id="adAglAth" name="Benefit, Use Agility for Athletics" description="Use Agility instead of Strength for Athletics" compset="Advantage" uniqueness="useronce">
    <usesource source="srcErrata" parent="UserParent" name="Errata"/>
    <tag group="adCategory" tag="General"/>
    <eval phase="Traits"><![CDATA[perform hero.childfound[skAthletic].setlinkage[skAttr,Attribute,"thingid.attrAgl"]]]></eval>
    </thing>
  </document>

With that, make sure you include the "Errata" source under User Content, then under advantages, you can add "Benefit, use Agility for Athletics", and that should work.
 
Back
Top