Lone Wolf Development Forums

Lone Wolf Development Forums (http://forums.wolflair.com/index.php)
-   HL - d20 System (http://forums.wolflair.com/forumdisplay.php?f=46)
-   -   Here I go again (http://forums.wolflair.com/showthread.php?t=57279)

ErinRigh December 27th, 2016 01:19 AM

Here I go again
 
OK, I know somebody musta asked this before, but I'll be damned if I can find it.

I am trying to build a feat based on Versatile Performer, that does for Crafts what that feat does for Performs.

The problem I am running into is in the prereqs.

I am trying to set the prerequisite to; Craft (Any) 5+ ranks

Based on Versatile Performer, that should look like;

herofield[Skill Ranks].value >= 5

Versatile Performer uses tMaxPerf to get the highest ranks in perform.

To my question ("Finally" you mutter);

Is there a similar ID to tMaxPerf for Maximum Crafts? If so, can you tell me where or how to find it, so I can use that? If it isn't any more straight forward than "Sure, it's <blank>" please tell me how to find the ID myself so that I don't need a similar explanation when I need to do the same for Max Knowledges.

If it is that simple, can you please give me both IDs (Max Craft and Max Knowledge)?

Thanks in advance

ShadowChemosh December 27th, 2016 09:25 AM

No such field exists on the hero. :(

Use this on a eval-rule:
Code:

~Loop through all the craft skills
foreach pick in hero from BaseSkill where "Helper.SkCatCraft"

  ~ If this skill has 5 or more ranks, we are valid
  validif (each.field[kUserRanks].value >= 5)
nexteach


ErinRigh December 27th, 2016 02:29 PM

Awesome SC, now how would I do it for Knowledges? I am thinking Helper.SkCatKnow am I right?

ShadowChemosh December 27th, 2016 02:38 PM

Quote:

Originally Posted by ErinRigh (Post 240210)
Awesome SC, now how would I do it for Knowledges? I am thinking Helper.SkCatKnow am I right?

Add a Knowledge skill to your character. Look at its tags. Do you see a Helper.SkCatKnow?

ErinRigh December 28th, 2016 04:57 AM

Thanks SC


All times are GMT -8. The time now is 11: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.