• 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

Shapeable Area - Effect of Progression

Duggan

Well-known member
Minor thing, but the definition of Shapeable Area is that it increases the number of cubes affected rather than the size of the cubes (although I could see the option of instead applying the progression to the cube size, it is not RAW).
 
To clarify, it is not Progression, but the actual "area (shapeable)" extra. Change the Eval scripts to:
Code:
      ~ Calculate our total area
      var val as number
      val = field[pwmRankUsr].value
      field[pwmInfo].text = val & " cubes of 125 cu. ft (5x5x5)."

      ~ If this is Ultimate Power, add the ability to choose whether it's a
      ~ General or Targeted area
      call UltPowArea

Similarly, Progression in this case should multiply the number of cubes by the Time and Progression chart.
 
Back
Top