spell 
A knowledge subtype that grants the heretic a certain spell.
Vars | |
| action_to_add | Spell path we add to the heretic. Type-path. |
|---|---|
| charge_maptext | Used to display charges on the spell's action button, if applicable. |
| charges | Charge count |
| created_action_ref | The spell we actually created. |
| focus_recharge_amount | What percent of the max charges the spell regains periodically while wearing a focus |
| holywater_drain_amount | What percent of the max charges the spell loses periodically from consuming holy water |
| max_charges | Max amount of charges before a heretic needs to recharge by doing the ritual again |
| path_recharge_amount | Percent of max charges restored on completing the path passive |
| path_recharge_can_surpass_cap | When recharged via path passive, if TRUE, we bypass the max_charges cap. |
| recharge_amount | Percent of max charges restored on a successful ritual |
Procs | |
| add_charges | Add a number of charges, optionally bypassing the cap |
| remove_charges | Remove a number of charges (down to 0) |
Var Details
action_to_add 
Spell path we add to the heretic. Type-path.
charge_maptext 
Used to display charges on the spell's action button, if applicable.
charges 
Charge count
created_action_ref 
The spell we actually created.
focus_recharge_amount 
What percent of the max charges the spell regains periodically while wearing a focus
holywater_drain_amount 
What percent of the max charges the spell loses periodically from consuming holy water
max_charges 
Max amount of charges before a heretic needs to recharge by doing the ritual again
path_recharge_amount 
Percent of max charges restored on completing the path passive
path_recharge_can_surpass_cap 
When recharged via path passive, if TRUE, we bypass the max_charges cap.
recharge_amount 
Percent of max charges restored on a successful ritual
Proc Details
add_charges
Add a number of charges, optionally bypassing the cap
remove_charges
Remove a number of charges (down to 0)