Senior Member
Join Date: Jun 2010
Location: Florida
Posts: 258
|
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 Code:
hero.tagis[Skill.skCBDeepConnect] |
#1 |
Thread Tools | |
Display Modes | |
|
|