Lone Wolf Development Forums  

Go Back   Lone Wolf Development Forums > Hero Lab Forums > HL - Savage Worlds
Register FAQ Community Today's Posts Search

Notices

Reply
 
Thread Tools Display Modes
Gumbytie
Senior Member
 
Join Date: Jun 2010
Location: Florida
Posts: 237

Old Today, 09:56 AM
Okay, this is the objective. The arcane skill used to "cast" modifies the amount of Power Points based on the skill level.

d4 Skill = 2 starting power points
d6 Skill = 3 power points
d8 Skill = 4 power points

etc.

The character can ALSO still take the Edge Power Points for even more additional PP.

So I have a script that is not quite getting what I want:

Code:
foreach pick in hero where "component.Arcane"
var powbonus as number
powbonus = hero.tagis[Skill.skCBDeepConnect]
debug powbonus

~ Half Deep Connection die in Power Points
eachpick.field[resMax].value += powbonus
nexteach
So that is giving me a constant bonus of 1 additional Power Point. I am pretty sure I am not getting it correct in this part:

Code:
hero.tagis[Skill.skCBDeepConnect]
The desire is that should adjust best on the skill level as above listing. So, does anyone have some suggestions how to get my math correct?
Gumbytie is offline   #1 Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


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


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