From 8a46c3341b67df648896e86cab9c8cd2da5c2c6b Mon Sep 17 00:00:00 2001 From: Freagarach Date: Fri, 17 Feb 2023 13:18:26 +0000 Subject: [PATCH] Allow Chanakya technology bonus to be used concurrently with healing. As it was too tedious to use and hence unused. Also nerf it a bit since it may be too strong otherwise. Patch by: @real_tabasco_sauce Differential revision: https://code.wildfiregames.com/D4943 Reviewed by: @chrstgtr, @wowgetoffyourcellphone This was SVN commit r27547. --- .../data/auras/units/heroes/maur_hero_chanakya_1.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/binaries/data/mods/public/simulation/data/auras/units/heroes/maur_hero_chanakya_1.json b/binaries/data/mods/public/simulation/data/auras/units/heroes/maur_hero_chanakya_1.json index f63bb44ead..72a9f5252d 100644 --- a/binaries/data/mods/public/simulation/data/auras/units/heroes/maur_hero_chanakya_1.json +++ b/binaries/data/mods/public/simulation/data/auras/units/heroes/maur_hero_chanakya_1.json @@ -1,14 +1,14 @@ { - "type": "garrison", + "type": "global", "affects": ["Structure"], "modifications": [ { "value": "Researcher/TechCostMultiplier/food", "multiply": 0.8 }, { "value": "Researcher/TechCostMultiplier/wood", "multiply": 0.8 }, { "value": "Researcher/TechCostMultiplier/stone", "multiply": 0.8 }, { "value": "Researcher/TechCostMultiplier/metal", "multiply": 0.8 }, - { "value": "Researcher/TechCostMultiplier/time", "multiply": 0.5 } + { "value": "Researcher/TechCostMultiplier/time", "multiply": 0.7 } ], - "auraDescription": "When garrisoned, the Structure's technologies have −20% resource cost and −50% research time.", + "auraDescription": "All technologies have −20% resource cost and −30% research time.", "auraName": "Teacher", "overlayIcon": "art/textures/ui/session/auras/build_bonus.png" }