Lone Wolf Development Forums

Lone Wolf Development Forums (http://forums.wolflair.com/index.php)
-   HL - Savage Worlds (http://forums.wolflair.com/forumdisplay.php?f=59)
-   -   Creating Power Point pool in SWADE (http://forums.wolflair.com/showthread.php?t=64436)

Gumbytie June 13th, 2020 05:42 PM

Creating Power Point pool in SWADE
 
Beasts & Barbarians has an edge "Temptress". Gives the character boost/lower trait Power with its own power point pool. In Deluxe SW it is Charisma + 1/Rank Power Points. And my edge code worked and is this:

Code:

#trkmax[trkPower] += ((herofield[acRank].value + 1) + #traitbonus[trCharisma])

var PPoint as number
PPoint = ((herofield[acRank].value + 1) + #traitbonus[trCharisma])

field[livename].text = field[thingname].text & " (PP: " & PPoint & ")"

We have no Charisma in SWADE so the edge is modified to, Persuasion + 1/Rank Power Points. So tried this code but no avail:

Code:

#trkmax[trkPower] += ((herofield[acRank].value + 1) + #traitprof[skPersuadeSWADE])

var PPoint as number
PPoint = ((herofield[acRank].value + 1) + #traitprof[skPersuadeSWADE])

field[livename].text = field[thingname].text & " (PP: " & PPoint & ")"

So I need to pull the dice amount for the Persuasion skill and obviously doing it wrong :) Any suggestions?

TCArknight June 14th, 2020 09:26 AM

Try (#traitfound[skPersuadeSWADE] * 2) instead of the #traitprof. That should give you the final die value (4, 6, 8, etc.) in points.


All times are GMT -8. The time now is 12:59 AM.

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