View Single Post
Aril
Senior Member
 
Join Date: Jul 2019
Posts: 142

Old October 4th, 2020, 10:23 AM
So in the main menus on the GUI, I've picked:

Action: Swift
Range Measure: Personal
Duration: 1
Duration Measure: Round
Section 3 -In-Parenthesis: Include Duration Text
Statblock Line: Spell-like Ability

Show in Tracked Resources List (checked)
Automatic Calculations: 3+Attribute Mod
Charge Calc Attribute: Charisma
Usage Period: uses/day

Then, among the blue buttons at the top right, I've got:

Fields
FieldID: abDuration, Value: 1

Eval Scripts Phase - Final Phase, Priority 1000, Index 3

~ If we're disabled, do nothing
doneif (tagis[Helper.SpcDisable] <> 0)

doneif (field[abilActive].value = 0)

~ if not mythic, get out
doneif (tagis[LGMyClass.?] = 0)

perform assign[Usage.RoundsAbs]
field[trkMax].value += field[abDuration].value

if (field[abilActive].value <> 0) then
perform assign[User.Tracker]
endif

Eval Scripts Phase - Post-attributes, Priority 10000, Index 1

field[abValue].value += round(hero.tagcount[Classes.Sorcerer]/2,0,1)

Eval Scripts Phase - Post-attributes, Priority 20000, Index 2


~ If we're disabled, do nothing
doneif (tagis[Helper.SpcDisable] <> 0)

doneif (field[abilActive].value = 0)

#applybonus[tACDeflect, hero.child[ArmorClass], field[abValue].value]

#applybonus[Bonus, hero.child[svFort], field[abValue].value]

#applybonus[Bonus, hero.child[svRef], field[abValue].value]

#applybonus[Bonus, hero.child[svWill], field[abValue].value]
Aril is offline   #3 Reply With Quote