Thread: M&M 3rd ed. Modifying the Grab attack
View Single Post
leokhorn
Junior Member
 
Join Date: Jan 2013
Posts: 14

Old February 23rd, 2013, 06:15 AM
Oh, hey, look at that, debug options showing off a lot of things! Now we're talking ... yeah, can you tell I'm *just* starting on this?

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
Easier for me in the end since the grabbing bonus might come from Strength or Dexterity if Grabbing Finesse is also selected.

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 09:33 AM. Reason: status update
leokhorn is offline   #4 Reply With Quote