Lone Wolf Development Forums

Lone Wolf Development Forums (http://forums.wolflair.com/index.php)
-   HL - D&D 5th Edition SRD (http://forums.wolflair.com/forumdisplay.php?f=89)
-   -   Custom Monsters - how to increase default reach (http://forums.wolflair.com/showthread.php?t=61644)

MNBlockHead November 25th, 2018 11:23 PM

Custom Monsters - how to increase default reach
 
I need to increase attack reach for a custom monster from the default 5 feet to 10 feet. How do I do this?

dungeonguru November 26th, 2018 03:58 AM

I'm not sure you can do it globally.

This script is on the fire giant (post-levels/10000)

Code:

      foreach pick in hero from BaseWep where "wCategory.Melee"
        eachpick.field[wReach].value = maximum(eachpick.field[wReach].value,10)
        nexteach

Obviously it just affects melee weapons as written, but you can set the where condition for something more specific.

MNBlockHead November 26th, 2018 01:28 PM

Thanks, but not sure how to even begin using the code.

I ended up just typing "REACH = 10'" in the "on-hit effects" field for the natural attacks.


All times are GMT -8. The time now is 09:35 PM.

Powered by vBulletin® - Copyright ©2000 - 2024, vBulletin Solutions, Inc.
wolflair.com copyright ©1998-2016 Lone Wolf Development, Inc. View our Privacy Policy here.