![]() |
Junior Member
Join Date: Jan 2013
Posts: 14
|
Is it possible? It seems the Elongation power does not add anything to the DC for example, so I have the feeling these variables are not accessible?
For reference, I wanted to make a "Limited to Grabbing" flaw for Enhanced Ability Strength. |
![]() |
![]() |
Senior Member
Volunteer Data File Contributor
Join Date: Nov 2009
Posts: 1,501
|
I am away from my copy of Hero Lab, but my impulse would be to suggest right-clicking the displayed DC and seeing if you can bring up any debug fields.
|
![]() |
![]() |
Senior Member
Volunteer Data File Contributor
Join Date: Nov 2009
Posts: 1,501
|
Just to follow up, I right-clicked on the Grab entry in the Specials column and found that its ID is wpGrab (it's actually listed as one of the weapons) and the DC is under its atkDC field. I'm going to fiddle with it a bit to see if I can put together a power to add to it.
|
![]() |
![]() |
Junior Member
Join Date: Jan 2013
Posts: 14
|
Oh, hey, look at that, debug options showing off a lot of things! Now we're talking
![]() Thanks for the tip. With the actual variables shown, I have the feeling I'll be able to do something with it. EDIT: I managed to get things working with an alternate way, using an Advantage instead. I based it off Throwing Mastery for the timing, and used this Eval Script: Code:
~ If we're not active, get out doneif (activated = 0) hero.child[wpGrab].field[atkDC].value += field[adRanks].value That said, mysteriously, copying the Limited to Lifting flaw as is does not reproduce its behavior. It still adds the Strength as if there was no limitation. Is the flaw dealt with as a special case? Last edited by leokhorn; February 23rd, 2013 at 10:33 AM. Reason: status update |
![]() |
![]() |
Senior Member
Volunteer Data File Contributor
Join Date: Nov 2009
Posts: 1,501
|
Quote:
Quote:
|
||
![]() |
![]() |
Senior Member
|
Wrong topic.
Last edited by MPHopcroft; December 4th, 2020 at 02:51 PM. Reason: Deleting |
![]() |
![]() |
![]() |
Thread Tools | |
Display Modes | |
|
|