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" }