mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-06-16 05:13:58 -07:00
[Fix] 2e68fccd1d -> restore loyalty_regen.json
Patch by: @marder Accepted by: @wowgetoffyourcellphone Differential Revision: https://code.wildfiregames.com/D5210 Fixes #6891 This was SVN commit r27964.
This commit is contained in:
parent
37a49249fa
commit
71cd4ecf98
1 changed files with 11 additions and 0 deletions
|
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"type": "range",
|
||||
"radius": 75,
|
||||
"affects": ["Structure"],
|
||||
"modifications": [
|
||||
{ "value": "Capturable/GarrisonRegenRate", "multiply": 1.5 }
|
||||
],
|
||||
"auraName": "Loyalty",
|
||||
"auraDescription": "Structures +50% capture points garrison regeneration rate.",
|
||||
"overlayIcon": "art/textures/ui/session/auras/build_bonus.png"
|
||||
}
|
||||
Loading…
Reference in a new issue