View Single Post
ShadowChemosh
Senior Member
Volunteer Data File Contributor
 
Join Date: Jan 2010
Location: Chicago, IL (USA)
Posts: 10,729

Old October 26th, 2010, 08:06 PM
Spell: Ant Haul(from APG)
Code:
  <thing id="pS2AntHaul" name="Ant Haul" description="The target&apos;s carrying capacity triples (see Table 7-4: Carrying Capacity on page 171 of the Core Rulebook). This does not affect the creature&apos;s actual Strength  in any way, merely the amount of material it can carry while benefiting from this spell. It also has no effect on encumbrance due to armor. If the creature wears armor it still takes the normal penalties for doing so regardless of how much weight the spell allows it to carry." compset="InPlay">
    <tag group="Helper" tag="AdjSpell"/>
    <tag group="Helper" tag="NoIncr"/>
    <eval phase="PostAttr" priority="1950"><![CDATA[~if we're active
if (field[pIsOn].value <> 0) then
  ~multiply our carrying capacities by 3
  herofield[tEncumLgt].value *= 3 
  herofield[tEncumMed].value *= 3
  herofield[tEncumHvy].value *= 3
  endif]]></eval>
    </thing>
Quote:
Originally Posted by Mathias View Post
(although I believe the one you're mentioning is already available at d20pfsrd)
Yep it is because I am the one that did it.

Hero Lab Resources:
Pathfinder - d20pfsrd and Pathfinder Pack Setup
3.5 D&D (d20) - Community Server Setup
5E D&D - Community Server Setup
Hero Lab Help - Hero Lab FAQ, Editor Tutorials and Videos, Editor & Scripting Resources.
Created by the community for the community
- Realm Works kickstarter backer (Alpha Wolf) and Beta tester.
- d20 HL package volunteer editor.
ShadowChemosh is offline   #4 Reply With Quote