Example aura, but the change calculation heppen even when the units are not near the building. Is there any way to specify recalculation of indicators at the moment of action, and avoid unnecessary calculations?
{
"type": "range",
"radius": 60,
"affects": ["Soldier"],
"modifications": [
{ "value": "Attack/Capture/Capture", "add": 0.2 }
],
"stackable": true,
"auraName": "Capture Bonus",
"auraDescription": "Each Soldier in range increases capture points by 0.2. The effect is stackable.",
"overlayIcon": "art/textures/ui/session/auras/attack_bonus.png"
}