Index: ps/trunk/binaries/data/mods/public/simulation/data/technologies/advanced_unit_bonus.json =================================================================== --- ps/trunk/binaries/data/mods/public/simulation/data/technologies/advanced_unit_bonus.json +++ ps/trunk/binaries/data/mods/public/simulation/data/technologies/advanced_unit_bonus.json @@ -13,7 +13,7 @@ { "value": "UnitMotion/WalkSpeed", "add": 1, "affects": "Cavalry" }, { "value": "Attack/Ranged/MaxRange", "add": 4, "affects": "Ranged" }, { "value": "Vision/Range", "add": 4, "affects": "Ranged" }, - { "value": "Attack/Ranged/Spread", "multiply": 0.95, "affects": "Ranged" }, + { "value": "Attack/Ranged/Spread", "multiply": 0.9, "affects": "Ranged" }, { "value": "Attack/Melee/Hack", "multiply": 1.2, "affects": "Melee" }, { "value": "Attack/Melee/Pierce", "multiply": 1.2, "affects": "Melee" }, { "value": "Vision/Range", "add": 3, "affects": "Healer" }, Index: ps/trunk/binaries/data/mods/public/simulation/data/technologies/elite_unit_bonus.json =================================================================== --- ps/trunk/binaries/data/mods/public/simulation/data/technologies/elite_unit_bonus.json +++ ps/trunk/binaries/data/mods/public/simulation/data/technologies/elite_unit_bonus.json @@ -13,7 +13,7 @@ { "value": "UnitMotion/WalkSpeed", "add": 1, "affects": "Cavalry" }, { "value": "Attack/Ranged/MaxRange", "add": 4, "affects": "Ranged" }, { "value": "Vision/Range", "add": 4, "affects": "Ranged" }, - { "value": "Attack/Ranged/Spread", "multiply": 0.95, "affects": "Ranged" }, + { "value": "Attack/Ranged/Spread", "multiply": 0.9, "affects": "Ranged" }, { "value": "Attack/Melee/Hack", "multiply": 1.2, "affects": "Melee" }, { "value": "Attack/Melee/Pierce", "multiply": 1.2, "affects": "Melee" }, { "value": "Vision/Range", "add": 3, "affects": "Healer" }, Index: ps/trunk/binaries/data/mods/public/simulation/data/technologies/mauryans/special_archery_tradition.json =================================================================== --- ps/trunk/binaries/data/mods/public/simulation/data/technologies/mauryans/special_archery_tradition.json +++ ps/trunk/binaries/data/mods/public/simulation/data/technologies/mauryans/special_archery_tradition.json @@ -1,17 +1,19 @@ { "genericName": "Archery Tradition", "description": "The Indians had a tradition of fine archery and a penchant for using massed archers in battle.", - "cost": {"food": 500, "wood": 500, "stone": 0, "metal": 250}, - "requirements": {"all": [{"tech": "phase_village"}, {"civ": "maur"}]}, + "cost": { "food": 500, "wood": 500, "stone": 0, "metal": 250 }, + "requirements": { "all": [{ "tech": "phase_village" }, { "civ": "maur" }] }, "requirementsTooltip": "Unlocked in Village Phase.", "icon": "armor_plates_ranged.png", "researchTime": 60, - "tooltip": "Range +10 meters for bow-wielding units. Archer units train time -20%, but also -20% health.", + "tooltip": "Range +10 meters for bow-wielding units. Archer units better accuracy and -20% train time, but also -20% health.", "modifications": [ - {"value": "Attack/Ranged/MaxRange", "add": 10.0}, - {"value": "Vision/Range", "add": 10.0}, - {"value": "Cost/BuildTime", "multiply": 0.8}, - {"value": "Health/Max", "multiply": 0.8}], + { "value": "Attack/Ranged/MaxRange", "add": 10.0 }, + { "value": "Attack/Ranged/Spread", "multiply": 0.8 }, + { "value": "Vision/Range", "add": 10.0 }, + { "value": "Cost/BuildTime", "multiply": 0.8 }, + { "value": "Health/Max", "multiply": 0.8 } + ], "affects": ["Archer"], "soundComplete": "interface/alarm/alarm_upgradearmory.xml" } Index: ps/trunk/binaries/data/mods/public/simulation/data/technologies/persians/special_archery_tradition.json =================================================================== --- ps/trunk/binaries/data/mods/public/simulation/data/technologies/persians/special_archery_tradition.json +++ ps/trunk/binaries/data/mods/public/simulation/data/technologies/persians/special_archery_tradition.json @@ -1,17 +1,19 @@ { "genericName": "Archery Tradition", "description": "The Persians had a tradition of fine archery and a penchant for using massed archers in battle.", - "cost": {"food": 500, "wood": 500, "stone": 0, "metal": 250}, - "requirements": {"all": [{"tech": "phase_village"}, {"civ": "pers"}]}, + "cost": { "food": 500, "wood": 500, "stone": 0, "metal": 250 }, + "requirements": { "all": [{ "tech": "phase_village" }, { "civ": "pers" }] }, "requirementsTooltip": "Unlocked in Village Phase.", "icon": "armor_plates_ranged.png", "researchTime": 60, - "tooltip": "Range +10 meters for bow-wielding units. Archer units train time -20%, but also -20% health.", + "tooltip": "Range +10 meters for bow-wielding units. Archer units better accuracy and -20% train time, but also -20% health.", "modifications": [ - {"value": "Attack/Ranged/MaxRange", "add": 10.0}, - {"value": "Vision/Range", "add": 10.0}, - {"value": "Cost/BuildTime", "multiply": 0.8}, - {"value": "Health/Max", "multiply": 0.8}], + { "value": "Attack/Ranged/MaxRange", "add": 10.0 }, + { "value": "Attack/Ranged/Spread", "multiply": 0.8 }, + { "value": "Vision/Range", "add": 10.0 }, + { "value": "Cost/BuildTime", "multiply": 0.8 }, + { "value": "Health/Max", "multiply": 0.8 } + ], "affects": ["Archer"], "soundComplete": "interface/alarm/alarm_upgradearmory.xml" } Index: ps/trunk/binaries/data/mods/public/simulation/data/technologies/siege_bolt_accuracy.json =================================================================== --- ps/trunk/binaries/data/mods/public/simulation/data/technologies/siege_bolt_accuracy.json +++ ps/trunk/binaries/data/mods/public/simulation/data/technologies/siege_bolt_accuracy.json @@ -5,7 +5,7 @@ "requirements": { "all": [ { "tech": "phase_city" }, - { "notciv": "brit"}, + { "notciv": "brit" }, { "notciv": "gaul" }, { "notciv": "iber" }, { "notciv": "maur" }, @@ -16,7 +16,7 @@ "requirementsTooltip": "Unlocked in City Phase.", "icon": "accuracy_bolt.png", "researchTime": 40, - "tooltip": "Bolt shooter accuracy increased 25%.", + "tooltip": "Bolt shooter increased accuracy.", "modifications": [{ "value": "Attack/Ranged/Spread", "multiply": 0.8 }], "affects": ["BoltShooter"], "soundComplete": "interface/alarm/alarm_upgradearmory.xml"