From 71cd4ecf985ce7fd8d68b01ea6debee64132f0a4 Mon Sep 17 00:00:00 2001 From: wowgetoffyourcellphone Date: Sat, 2 Dec 2023 19:00:34 +0000 Subject: [PATCH] [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. --- .../data/auras/structures/loyalty_regen.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 binaries/data/mods/public/simulation/data/auras/structures/loyalty_regen.json diff --git a/binaries/data/mods/public/simulation/data/auras/structures/loyalty_regen.json b/binaries/data/mods/public/simulation/data/auras/structures/loyalty_regen.json new file mode 100644 index 0000000000..1093c05bab --- /dev/null +++ b/binaries/data/mods/public/simulation/data/auras/structures/loyalty_regen.json @@ -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" +}