1
0
forked from 0ad/0ad

Make towers weaker by reducing range fro 80 to 70 and decreasing the arrow tech multiplier to 40% more arrows from 100%.

This was SVN commit r13284.
This commit is contained in:
Jonathan Waller 2013-03-14 22:57:59 +00:00
parent 4edbd21714
commit c23181a1e0
2 changed files with 4 additions and 4 deletions

View File

@ -7,7 +7,7 @@
"requirementsTooltip": "Unlocked in Town Phase.",
"icon": "crenelations.png",
"researchTime": 20,
"tooltip": "Install crenellations and murder holes to double the number of arrows fired per garrisoned soldier.",
"modifications": [{"value": "BuildingAI/GarrisonArrowMultiplier", "multiplier": 2.0}],
"tooltip": "Install crenellations and murder holes to have 40% more arrows fired per garrisoned soldier.",
"modifications": [{"value": "BuildingAI/GarrisonArrowMultiplier", "multiplier": 1.4}],
"affects": ["Defensive Tower"]
}
}

View File

@ -15,7 +15,7 @@
<Hack>0.0</Hack>
<Pierce>25.0</Pierce>
<Crush>0.0</Crush>
<MaxRange>80.0</MaxRange>
<MaxRange>70.0</MaxRange>
<MinRange>16.0</MinRange>
<ProjectileSpeed>75.0</ProjectileSpeed>
<PrepareTime>1200</PrepareTime>