Ok the long rest (resetting ammo to 40) is working /me Dinbrik fully refills his Arcane Magazine to its max of 40!
!setattr {{
--name Dinbrik Grimspark
--other_resource|40
}} But the short rest, which adds 10, but cannot exceed max of 40, is not working. can you assist pls? /me - Dinbrik adds 10 rounds of ammo
!setattr {{
--name Dinbrik Grimspark
--evaluate
--other_resource|min(40,%other_resource% + 10)
}} thx!