Lone Wolf Development Forums  

Go Back   Lone Wolf Development Forums > Hero Lab Forums > HL - Mutants & Masterminds
Register FAQ Community Today's Posts Search

Notices

Reply
 
Thread Tools Display Modes
cinder
Junior Member
 
Join Date: Nov 2009
Posts: 13

Old August 17th, 2010, 11:25 AM
How would I go about making 3.0 Affliction a power in 2.0 MnM?

Is this possible? Is it legal?
cinder is offline   #1 Reply With Quote
Duggan
Senior Member
Volunteer Data File Contributor
 
Join Date: Nov 2009
Posts: 1,502

Old August 17th, 2010, 08:35 PM
I don't think it would be that difficult. You can add multiple Power Elements to choose from for a power. The only catch is, I can add the dropdown, but even just trying to copy the Dazzle or Drain powers, it doesn't actually let you select anything, so I'm missing something here...
Duggan is offline   #2 Reply With Quote
Duggan
Senior Member
Volunteer Data File Contributor
 
Join Date: Nov 2009
Posts: 1,502

Old August 20th, 2010, 10:46 PM
I have an initial draft of this. I'm this close to figuring out how to make Limited Stage remove one or two bootstraps, but I can't quite bridge that gap. Note that, as per the description of the power, it precludes Stun, Fearsome Presence, Nauseate, and a couple of others.

Oh, and it would be nice to be able to add custom Conditions to the character so that they could be checked off.

^_^ Colen?
Attached Files
File Type: zip Afflictions (Cinder).zip (2.3 KB, 19 views)
Duggan is offline   #3 Reply With Quote
Colen
Senior Member
Lone Wolf Staff
 
Join Date: Dec 2008
Posts: 4,690

Old August 30th, 2010, 08:22 AM
I'll see if I can add Conditions to the editor. To make Limited Stage remove one or two bootstraps, you can have it add a tag to the power container like this:

Code:
      perform container.assign[Internal.pfAffLimDg]
      if (field[pwmRanks].value = 2) then
        perform container.assign[Internal.pfAffLimDg]
        endif
This adds one Internal.pfAffLimDg tag, or two if you took 2 ranks of the flaw. Then add bootstrap conditions to check for the tag like this:

Code:
count:Internal.pfAffLimDg < 1
This only shows the bootstrapped thing if there are less than 1 (i.e. if there are 0) of the tags assigned to the power. You'll need to use a different tag, but you should be able to define one in the "User" group on the "Limited Degree" flaw.

Hope this helps!
Colen is offline   #4 Reply With Quote
Duggan
Senior Member
Volunteer Data File Contributor
 
Join Date: Nov 2009
Posts: 1,502

Old August 30th, 2010, 09:22 AM
Hah! I thought it would be something like that, but I just couldn't manage to find an example of an applied tag in the extant powers and I was having issues mapping the Pathfinder examples to M&M. Thank you!
Duggan is offline   #5 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 03:32 PM.


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