Index: binaries/data/mods/public/simulation/data/auras/units/heroes/athen_hero_themistocles_1.json =================================================================== --- binaries/data/mods/public/simulation/data/auras/units/heroes/athen_hero_themistocles_1.json +++ binaries/data/mods/public/simulation/data/auras/units/heroes/athen_hero_themistocles_1.json @@ -1,12 +1,9 @@ { - "type": "garrison", - "affects": ["Ship"], - "affectedPlayers": ["MutualAlly"], + "type": "global", + "affects": ["Sword Champion !Mercenary", "Archer !Champion"], "modifications": [ - { "value": "UnitMotion/WalkSpeed", "multiply": 1.5 }, - { "value": "UnitMotion/Run/Speed", "multiply": 1.5 }, - { "value": "ProductionQueue/BatchTimeModifier", "multiply": 0.5 } + { "value": "Cost/BuildTime", "multiply": 0.8 } ], "auraName": "Naval Commander", - "auraDescription": "When garrisoned in a ship, the ship is +50% faster and trains batches of units faster." + "auraDescription": "Soldiers trainable in docks and trireme have -20% training time." }