1
0
forked from mirrors/0ad

Change the vision range together with the attack range for some techs. Refs #2736. Patch by serveurix

This was SVN commit r15656.
This commit is contained in:
sanderd17
2014-08-18 19:20:46 +00:00
parent d9fcebd433
commit edcc4d3ec5
3 changed files with 4 additions and 1 deletions
@@ -9,6 +9,7 @@
"tooltip": "Range +10 meters for bow-wielding units. Archer units train time -20%, 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}],
"affects": ["Archer"],
@@ -9,6 +9,7 @@
"tooltip": "Range +10 meters for bow-wielding units. Archer units train time -20%, 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}],
"affects": ["Archer"],
@@ -20,7 +20,8 @@
"tooltip": "All Javelin units +2 pierce attack and +4 range.",
"modifications": [
{"value": "Attack/Ranged/Pierce", "add": 2.0},
{"value": "Attack/Ranged/MaxRange", "add": 4.0}],
{"value": "Attack/Ranged/MaxRange", "add": 4.0},
{"value": "Vision/Range", "add": 4.0}],
"affects": ["Javelin"],
"soundComplete": "interface/alarm/alarm_upgradearmory.xml"
}