I am trying to add a legendary item/artifact called the Equinox Crown, from Legendary Games' product, Road to War: The Equinox Crown.
One of its abilities is the ability to give the Selective Feat to the user, if it's equipped and if the wearer has 10+ ranks in Spellcraft. Adding the feat via Bootstraps is easy, but I'm having trouble trying to puzzle out the syntax for the Conditions on the bootstrap.
I believe it should be something like:
(fieldval:gIsEquip<>0) & (fieldval: #magic# >= 10)
...And that's where I can't find or figure out what the #magic# is. How do I get the skill ranks in Spellcraft from the wearer? skSpellcra should be in there somewhere, and I think I need the skRanks field (as that's the total ranks, both skInnate and skUser - right?). But how do I reference it in a bootstraps conditions?
From what I've read here, I think it's something like either count:hero#hero.something or fieldval:hero#hero.something. I've tried the whack-a-mole approach (also known as "wild guesses"), but that's been ineffective. I haven't found any other bootstraps that reference skill ranks, so no copy and paste, either.
Any ideas?
One of its abilities is the ability to give the Selective Feat to the user, if it's equipped and if the wearer has 10+ ranks in Spellcraft. Adding the feat via Bootstraps is easy, but I'm having trouble trying to puzzle out the syntax for the Conditions on the bootstrap.
I believe it should be something like:
(fieldval:gIsEquip<>0) & (fieldval: #magic# >= 10)
...And that's where I can't find or figure out what the #magic# is. How do I get the skill ranks in Spellcraft from the wearer? skSpellcra should be in there somewhere, and I think I need the skRanks field (as that's the total ranks, both skInnate and skUser - right?). But how do I reference it in a bootstraps conditions?
From what I've read here, I think it's something like either count:hero#hero.something or fieldval:hero#hero.something. I've tried the whack-a-mole approach (also known as "wild guesses"), but that's been ineffective. I haven't found any other bootstraps that reference skill ranks, so no copy and paste, either.
Any ideas?