Lone Wolf Development Forums

Lone Wolf Development Forums (http://forums.wolflair.com/index.php)
-   HL - d20 System (http://forums.wolflair.com/forumdisplay.php?f=46)
-   -   War Hulk problems (http://forums.wolflair.com/showthread.php?t=65448)

mikedcraft February 23rd, 2021 10:22 AM

War Hulk problems
 
Hi all,

I'm trying to figure out how to add the War Hulk prestige class, but I'm running into some issues. This is my first time using the editor, but it seems there is no 'base attack: none' option, just Poor/Medium/Good

I could maybe do some kind of attack adjustment? Is that even possible?

I looked but couldn't find that anyone had already posted a version of the War Hulk, so any help at all would be greatly appreciated.

Thanks!

Sendric February 25th, 2021 04:46 AM

Quote:

Originally Posted by mikedcraft (Post 293779)
Hi all,

I'm trying to figure out how to add the War Hulk prestige class, but I'm running into some issues. This is my first time using the editor, but it seems there is no 'base attack: none' option, just Poor/Medium/Good

I could maybe do some kind of attack adjustment? Is that even possible?

I looked but couldn't find that anyone had already posted a version of the War Hulk, so any help at all would be greatly appreciated.

Thanks!

Hi and welcome to Hero Lab, mikedcraft!

Yes, you can adjust the base attack bonus with an eval script. The simplest thing to do here is probably to set the base attack option to "Good" then reduce the base attack bonus by the number of levels, as such:

Per-Levels / 10000
Code:

var lvl as number
lvl = #levelcount[classtag]

hero.child[Attack].field[Bonus].value -=  lvl

You'll need to replace "classtag" with the tagid for your specific class's Classes.? tag.

Illyahr February 25th, 2021 07:52 AM

You'd have to use the modifier for BAB instead of attack bonus. Otherwise you'd still get extra attacks.

Go to the "General" tab and the "Adjustments" subtab. Copy the "Base Attack Bonus" adjustment to see the coding for adjusting BAB


All times are GMT -8. The time now is 07:23 PM.

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