Lone Wolf Development Forums

Lone Wolf Development Forums (http://forums.wolflair.com/index.php)
-   HL - Pathfinder Roleplaying Game (http://forums.wolflair.com/forumdisplay.php?f=62)
-   -   Template Help - HP Mulitiplier? (http://forums.wolflair.com/showthread.php?t=64492)

IronGolem July 6th, 2020 07:07 AM

Template Help - HP Mulitiplier?
 
Good morning everyone,

I'm attempting to add the Elite Template from the World of Warcraft core book and I'm not seeing a way to do the x4 multiplier on the hit points.

Am I missing something?

Thanks
IG

Minous July 6th, 2020 10:12 AM

I use this code for a 20% boots in HP:
Post-attributes 15000
Code:

var hpbonus as number
var totalhp as number
totalhp = container.child[Totals].field[tHP].value+container.child[Totals].field[tBonusHP].value
hpbonus = round(totalhp*0.2,0,1)
container.child[Totals].field[tBonusHP].value += hpbonus


IronGolem July 6th, 2020 11:20 AM

Thank you... Precisely what I'm looking for.


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

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