• Please note: In an effort to ensure that all of our users feel welcome on our forums, we’ve updated our forum rules. You can review the updated rules here: http://forums.wolflair.com/showthread.php?t=5528.

    If a fellow Community member is not following the forum rules, please report the post by clicking the Report button (the red yield sign on the left) located on every post. This will notify the moderators directly. If you have any questions about these new rules, please contact support@wolflair.com.

    - The Lone Wolf Development Team

M&M 2nd ed. Sub Skills (half cost)

cinder

Member
Hello everyone.

Is there a way to make skills that get two ranks for each skill point assigned to them?

For instance, I want to make athletics with, climb and swim as sub skills. So if you put one skill point in athletics, you get one rank. But if you choose climb you get two ranks for a point.

My searches seem to indicate that you cannot do this, but most of the results deal with making 3e close combat and ranged combat 2pp/rank. I found this code to achieve that:

~This makes Close Combat cost 1/2 regardless of other skill cost
this.field[PPCost].value = 0.5 * this.field[TotalPerm].value

Is there a way to do this?
 
Back
Top