I would like to add a customized tag to various spells. Essentially I would like the damage to show up just under concentration check tag here:
View attachment 2644
Essentially what I would like to do is calculate the bonuses. An example would be for Burning hands:
1. Determine caster level
2. School = evocation? , if yes then
3. Output (caster level)d4 + (CL/2)
4. If no, then
5. Output (CL)d4
My main problems are:
1. Is it even possible to change the info that pops up when you hover over the '?' (I know I can adjust each tag value individually and change the description)
2. If so, how?
3. Is there already an adjustment created for this?
4. I think I could find most of the necessary fields and work out the math but where would I put the script in order to output it to the right place?
5. Why am I so obsessed with doing things like this??
View attachment 2644
Essentially what I would like to do is calculate the bonuses. An example would be for Burning hands:
1. Determine caster level
2. School = evocation? , if yes then
3. Output (caster level)d4 + (CL/2)
4. If no, then
5. Output (CL)d4
My main problems are:
1. Is it even possible to change the info that pops up when you hover over the '?' (I know I can adjust each tag value individually and change the description)
2. If so, how?
3. Is there already an adjustment created for this?
4. I think I could find most of the necessary fields and work out the math but where would I put the script in order to output it to the right place?
5. Why am I so obsessed with doing things like this??