• 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

Savage Worlds Bug Reports

Deadlands Bug

I found a small typo in DLRSWADE.user that was causing the High Roller Edge to incorrectly fail validation. It was looking for a Spirit trait value of 45 instead of 4. Manually editing the file and restarting Herolab clears the false validation error for me.

<thing id="edgDLHiRo1SWADE" name="High Roller" description="Go high or go home. Your hero draws an extra card anytime he Deals with the Devil (see page 65)." compset="Edge" summary="Draw an extra card when Dealing With the Devil." uniqueness="unique">
<usesource source="DeadlandsSWADE"/>
<tag group="MinRank" tag="1"/>
<tag group="EdgeType" tag="Huckster"/>
<pickreq thing="edgArcDLHuSWADE"/>
<exprreq message="Spellcasting d6 required."><![CDATA[#traitfound[skSpellcst] >= 3]]></exprreq>
<exprreq message="Spirit d8 required"><![CDATA[#trait[attrSpi] >= 45]]></exprreq>
</thing>
 
Back
Top