• 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

Target tag

Sendric

Well-known member
I suspect the answer is no, but I'm curious. Does anyone know if the Target tag works with specials or just feats? For example, Weapon Focus can use the Target.[weapon thing id] to force the selection of a specific weapon. Would we be able to do the same thing with Ability Focus to select a specific special (ie Target.[special thing id])?
 
It appears that Target.? will currently work with "Spell School", "Skill", and "weapons". But I am 90% sure adding it to Specials would be very easy. I can take a look at that for the next release...
 
The problem isn't the targeting, at least from my perspective as a coder. The problem is how does it benefit the user to have such a tag in the first place. Works great with Weapons and Skills because they have a common field that can be used as a modifier across the board. Not so much with Spell School, the target is added but it modifies nothing as far as I know. In PF I'm sure their is a DC field for each spell that is calculated and then the Spell School target has something to modified based on the matching Spell School of the spell. But D20 doesn't have that. Now, unless a DC field is added to the Specials, with all the attendant ways that a DC can be modified by type (to avoid stacking), I probably wouldn't use the tag unless it had some tangible effect in HL. I don't use the Spell School one for just that reason. Just my two brain cells worth of thought on this matter.
 
The problem isn't the targeting, at least from my perspective as a coder. The problem is how does it benefit the user to have such a tag in the first place. Works great with Weapons and Skills because they have a common field that can be used as a modifier across the board. Not so much with Spell School, the target is added but it modifies nothing as far as I know. In PF I'm sure their is a DC field for each spell that is calculated and then the Spell School target has something to modified based on the matching Spell School of the spell. But D20 doesn't have that. Now, unless a DC field is added to the Specials, with all the attendant ways that a DC can be modified by type (to avoid stacking), I probably wouldn't use the tag unless it had some tangible effect in HL. I don't use the Spell School one for just that reason. Just my two brain cells worth of thought on this matter.
You are correct that DC is missing from "many" Things in d20. But "one" step at a time and in this case it won't hurt anything to add the Target.? tags now. But yeah DC is another HUGE lacking area including spells and spell schools....
 
It appears that Target.? will currently work with "Spell School", "Skill", and "weapons". But I am 90% sure adding it to Specials would be very easy. I can take a look at that for the next release...

Thanks, Shadow. I would consider it a relatively low priority, but it would be useful to have.
 
Actually, I'd like to weigh in on why Target tags don't exist for racial specials, at least in PF. If I recall correctly, it is because racial specials often have to be bootstrapped with their target, and having the Target tag for themselves as an identity tag means they will have two and not know what to point at. In addition, if you wanted them to select something based on the user choosing in a dropdown, the presence of a Target tag shuts that down. The special would in essence not allow a selection because it automatically selects itself.
 
Actually, I'd like to weigh in on why Target tags don't exist for racial specials, at least in PF. If I recall correctly, it is because racial specials often have to be bootstrapped with their target, and having the Target tag for themselves as an identity tag means they will have two and not know what to point at. In addition, if you wanted them to select something based on the user choosing in a dropdown, the presence of a Target tag shuts that down. The special would in essence not allow a selection because it automatically selects itself.
Thanks Aaron. I had not gotten into this Target.? stuff yet as more important issues in d20 currently. I appreciate the info and will keep it in mind for when I take a look at the target tags...
 
Back
Top