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)
-   -   Making a Template Class (http://forums.wolflair.com/showthread.php?t=64930)

saharory October 18th, 2020 09:50 PM

Making a Template Class
 
So Im currently making a Lich class template from Savage Species online source. and wanted to know if anyone knows a script to remove all BAB and saves advancment in the class editor.

Sendric October 19th, 2020 03:58 AM

Quote:

Originally Posted by saharory (Post 291462)
So Im currently making a Lich class template from Savage Species online source. and wanted to know if anyone knows a script to remove all BAB and saves advancment in the class editor.

I'm not entirely sure what you're looking for here. Each class has a tag assigned to it to determine rate of saving throw bonus and base attack bonus. In addition, each character has a thing to control each of these you can easily modify. For example:

Code:

hero.childfound[Attack].field[Bonus].value += X
hero.childfound[vFort].field[Bonus].value += X
hero.childfound[vRef].field[Bonus].value += X
hero.childfound[vWill].field[Bonus].value += X

There are other fields you can change, but this should get you started.


All times are GMT -8. The time now is 02:04 PM.

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