Closed mlenser closed 7 years ago
It counts down uses, but also counts down slots at the same time. I take it that's not desired? Should count down use but not a slot?
If uses exist for a spell it should prioritize those over spell slots. So detect if a use exists, if it does then deduct that, otherwise try to use a slot.
I'm assuming if the spell is being cast above its level, don't deduct a use, use a slot instead?
This is partially working. Use recovery on spells isn't working yet, and right now it will still deduct uses even when casting at higher level.
Higher level should not use a slot, correct
I've implemented spell uses in the standard way for 14.0.0. I send the typical
{{uses=@{uses}}}
,{{uses_max=@{uses|max}}}
,{{per_use=@{per_use}}}
, and{{repeating_item=${repString}}}
.Can you add support for it on the script's side?