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
jait
Junior Member
 
Join Date: May 2011
Posts: 3

Old June 8th, 2011, 11:17 PM
I apologize for the newbie question, but I'm obviously missing something here.

I have a player who wants to put together a characters for a PL10-150pp game that has, among others, the following powers:
* Force Constructs: Create 12 (Volume: 4000 cft., DC 22)
* Vector: Deflect 12

The problem is that when I run it through HeroLab, I get the following validation errors, and I don't know why:
* Force Constructs: Create 12: Exceeds Power Level limit by 2;
* Vector: Deflect 12: Too many ranks - limited to 10 ranks by Power Level


The player is asking me why and hasn't been satisfied with my answers.

I understand about the Attack/Damage trade-offs. And the Toughness/Dodge & Toughenss/Parry tradeoffs.

But I get these messages even when I open a new portfolio, start a new character and add only these two powers. Nothing else has yet been defined. So why is Create and Deflect limited to a rank of 10?

I'm particularly interested as he wants to do a Force Constructs kind of thing with Create 12. HeroLab allows Force Field 12 with validation...

So... What am I missing?
jait is offline   #1 Reply With Quote
Duggan
Senior Member
Volunteer Data File Contributor
 
Join Date: Nov 2009
Posts: 1,502

Old June 9th, 2011, 05:34 AM
As mentioned on the message board, Create doesn't do trade-offs due to the ranged attack option being returned via errata to the 2E standard of an area attack. Reverting to the pre-errata version can be done by using the .user file over here.

No idea on Deflect. I'm guessing that the book doesn't list it as being capped at PL and there are no tradeoffs with defense that we're missing here?
Duggan is offline   #2 Reply With Quote
jait
Junior Member
 
Join Date: May 2011
Posts: 3

Old June 9th, 2011, 07:38 AM
It does say Deflect Modifiers are limited by Power Level, but that's not the same thing as a cap on Deflect, is it?

When I open a new portfolio, add a brand new hero and add only the Deflect power at rank-12, I still get the error message.

I'm probably spending way too much time on this. I should just accept it as a false validation warning and move on.
jait is offline   #3 Reply With Quote
charlieluce
Senior Member
 
Join Date: Jul 2008
Posts: 1,321

Old June 9th, 2011, 06:11 PM
It does indeed look like Deflect is being treated as not being affected by the Defense/Toughness trade-off, and I'm pretty sure that's a bug.

Currently Running: Pathfinder Second Edition
Currently Playing:
Pathfinder First Edition, Star Trek Adventures
Former HL Games: D&D 4e & 5e, Mutants & Masterminds 2E & 3E, Savage Worlds
charlieluce is offline   #4 Reply With Quote
Duggan
Senior Member
Volunteer Data File Contributor
 
Join Date: Nov 2009
Posts: 1,502

Old June 10th, 2011, 02:40 AM
Actually, according to the DCA errata, it's supposed to be limited by PL. Maybe Green Ronin intended to say "this trades off" but usually Colen asks them their intent on things like this, so I think this is a case where we disagree with Green Ronin's ruling.

Edit: Looking more closely at Deflect in the power editor and fiddling with it, there is a bug. Right now, Deflect is being set at the trade-off value of Dodge. Raise Dodge to 12 and you can have Deflect at 12 with no error. This might need to balance against Parry as well for melee attacks. Not sure.

Last edited by Duggan; June 10th, 2011 at 02:45 AM.
Duggan is offline   #5 Reply With Quote
CelticREI
Member
 
Join Date: Dec 2010
Location: Charlotte, NC
Posts: 64
Send a message via AIM to CelticREI Send a message via MSN to CelticREI Send a message via Yahoo to CelticREI

Old June 23rd, 2011, 09:29 AM
Deflect does indeed trade off on the side with Defenses (thus a high Toughness limits how high Deflect ye can have), though it's odd that ye need to raise your Dodge to be at or above your Deflect for the validation errors to go away, that shouldn't happen from what I know of the rules
CelticREI is offline   #6 Reply With Quote
Duggan
Senior Member
Volunteer Data File Contributor
 
Join Date: Nov 2009
Posts: 1,502

Old June 23rd, 2011, 11:11 AM
If I'm understanding the power correctly, the limit for Deflect should be (PL*2 - Max(Parry/Dodge). The problem in the current code is that it uses a function to check to see what the maximum Dodge is given the current tradeoffs. If Dodge has not been increased past PL, there are no tradeoffs even if Toughness does not match the PL.

I'll see if I can't write something up on this tonight. Seems like it should be easy enough to fix.
Duggan is offline   #7 Reply With Quote
Duggan
Senior Member
Volunteer Data File Contributor
 
Join Date: Nov 2009
Posts: 1,502

Old June 23rd, 2011, 02:53 PM
It's slightly ugly, but the following in Eval Rules works:
Code:
      ~ Deflect is limited by PL
      validif (hero.tagis[Hero.NoPLLimits] <> 0)

      var limit as number
      limit = hero.child[defTough].field[PLBaseMax].value  - hero.child[defTough].field[PLOver].value
      validif (field[pwBaseRank].value <= limit)
      @message = "Too many ranks - limited to " & limit & " ranks by Power Level"
I'm sure there's a better way to do this, but this method works alright for what it is.

Attached is a zipped .user file that replaces Deflect with my version. The usual fair warning that using this version of Deflect makes you dependent on my .user file until you replace it with the fixed version Colen will no doubt include in the next update.
Attached Files
File Type: zip Deflect PL fix.zip (1.0 KB, 1 views)
Duggan is offline   #8 Reply With Quote
Duggan
Senior Member
Volunteer Data File Contributor
 
Join Date: Nov 2009
Posts: 1,502

Old July 14th, 2011, 04:57 AM
Can anyone confirm that this got fixed in the latest release? I would check but I'm nowhere near my laptop at the moment.
Duggan is offline   #9 Reply With Quote
Duggan
Senior Member
Volunteer Data File Contributor
 
Join Date: Nov 2009
Posts: 1,502

Old August 6th, 2011, 10:25 PM
^_^ It is. And I'm blamed in the comments if it doesn't work. Thanks, Colen!
Duggan is offline   #10 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 07:38 AM.


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