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)
-   -   Condition based on state of bootstrap (http://forums.wolflair.com/showthread.php?t=56502)

Illyahr August 29th, 2016 04:30 PM

Condition based on state of bootstrap
 
I'm trying to set up the Hengeyokai from Oriental Adventures. There are a few versions, based on what kind of animal they turn into. I made one generic "Alternate Form" that has the skills in common they share, but each one also gets something specific.

I want to know what I'd need to put as a condition so that race-specific bootstraps only trigger when the hIsOn1 and hIsOn2 fields of the Alternate Form ability are on.

Right now I have: fieldval:rHengeAlt.hIsOn2 = 1

The program doesn't recognize what I'm trying to do so how should it read instead?

Sendric August 30th, 2016 03:39 AM

Quote:

Originally Posted by Illyahr (Post 233996)
I'm trying to set up the Hengeyokai from Oriental Adventures. There are a few versions, based on what kind of animal they turn into. I made one generic "Alternate Form" that has the skills in common they share, but each one also gets something specific.

I want to know what I'd need to put as a condition so that race-specific bootstraps only trigger when the hIsOn1 and hIsOn2 fields of the Alternate Form ability are on.

Right now I have: fieldval:rHengeAlt.hIsOn2 = 1

The program doesn't recognize what I'm trying to do so how should it read instead?

Might be a timing issue. There are a couple of options here. You can apply a race tag or set one of the Value fields based on the player's selection. Then use that as your basis for the conditional. If you continue to struggle, feel free to send the file to me and I'll take a look.

Illyahr August 30th, 2016 10:27 AM

I keep getting an error: non-existent field 'rHengeAlt' referenced by tag expression

Sendric August 31st, 2016 03:55 AM

Quote:

Originally Posted by Illyahr (Post 234016)
I keep getting an error: non-existent field 'rHengeAlt' referenced by tag expression

Oh, yes. Sorry. You can't do bootstrap conditions like that. When you use the fieldval evaluation, it has to be a value on the thing you are putting the bootstrap on. Therefore, the conditional would have to be placed on "rHengeAlt" thusly:

Code:

fieldval:hIsOn2 = 1
Check out this post for more on bootstrap conditions:

http://forums.wolflair.com/showthread.php?t=47611

Illyahr August 31st, 2016 08:35 AM

I was afraid of that. The problem is that 'rHengeAlt' doesn't give the same abilities to all the Hengeyokai. Only Low-Light Vision is shared between all of them.

Is it possible to turn a thing, eg. claw and bite, on and off from the eval area?

Sendric August 31st, 2016 08:56 AM

Quote:

Originally Posted by Illyahr (Post 234049)
I was afraid of that. The problem is that 'rHengeAlt' doesn't give the same abilities to all the Hengeyokai. Only Low-Light Vision is shared between all of them.

Is it possible to turn a thing, eg. claw and bite, on and off from the eval area?

Not currently. I believe there is a Hide.Weapon tag in the works that could help in this case. Otherwise, my recommendation would be to create a feat chooser that allows the player to select which alternate form the character is using and from there bootstrap the necessary items.

Illyahr August 31st, 2016 11:50 AM

Tried that with the Bind Vestige feat from Tome of Magic. Could never get it to work properly. All the bootstraps and conditions looked right but I could never get all the abilities to appear properly. Too many moving parts I guess.

I'll probably have to make it a separate ability for each of the dozen types of Hengeyokai. Oh well.

Thanks

Sendric August 31st, 2016 12:22 PM

Quote:

Originally Posted by Illyahr (Post 234055)
Tried that with the Bind Vestige feat from Tome of Magic. Could never get it to work properly. All the bootstraps and conditions looked right but I could never get all the abilities to appear properly. Too many moving parts I guess.

I'll probably have to make it a separate ability for each of the dozen types of Hengeyokai. Oh well.

Thanks

Hmm...I'll take a look at the Bind Vestige feat. No reason that can't be done.

Illyahr September 4th, 2016 03:18 PM

Ok, making a bootstrap condition tree like Bind Vestige but came across a slight issue.

To get Bind Vestige to select a vestige, the line "field[ftCandExpr].text" was used but the same line isn't allowing me to select a Hengeyokai race. How do I make a special ability have a drop-down selection?

Sendric September 6th, 2016 04:43 AM

Quote:

Originally Posted by Illyahr (Post 234218)
Ok, making a bootstrap condition tree like Bind Vestige but came across a slight issue.

To get Bind Vestige to select a vestige, the line "field[ftCandExpr].text" was used but the same line isn't allowing me to select a Hengeyokai race. How do I make a special ability have a drop-down selection?

There are only three things that use drop down selections. They are class specials, feats, and adjustments. Since this is for a race, you can't use class specials, so you have to use either feats or adjustments. I tend to use feats as that seems less clunky than using adjustments.


All times are GMT -8. The time now is 04:03 PM.

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