View Single Post
DeltaMasterMind
Senior Member
 
Join Date: Jul 2014
Posts: 412

Old March 11th, 2018, 06:49 AM
Quote:
Originally Posted by ShadowChemosh View Post
I would actually just count the Ability tags to know how many times the feat was taken.

Like this:
Code:
~ Improve our maneuverability based on how many copies of this feat we have.
field[abValue].value += hero.tagcount[Ability.XXXXXXXX]

if (field[abValue].value = 1) then
  perform hero.childfound[xFly].tagreplace[Maneuver.Clumsy,Maneuver.Poor]
elseif (field[abValue].value = 2) then
  perform hero.childfound[xFly].tagreplace[Maneuver.Poor,Maneuver.Average]
elseif (field[abValue].value = 3) then
  perform hero.childfound[xFly].tagreplace[Maneuver.Average,Maneuver.Good]
elseif (field[abValue].value >= 4) then
  perform hero.childfound[xFly].tagreplace[Maneuver.Good,Maneuver.Perfect]
endif
Just replace XXXXXXXX with the Unique ID of your Feat.
Thank you so much for that Shadow!

Forum link for my content work:
Pathfinder Thread
Forum link for SU 5e content work:
5e Steven Universe Thread
This link is for my group, but feel free to play it with:
DMM 5e | "https://www.dropbox.com/s/vsd9w1eodlnwjq0/updatesDMM.xml?dl=1" Copy this link to your update manager to get updates when available.
This adds the Pisky subrace to elves from Berserk! and additional subraces for the Gem Race.
Please post comments in the provided threads above.
DeltaMasterMind is offline   #5 Reply With Quote