1
0
forked from 0ad/0ad

[Gameplay][Balance] Reduce bolt and cata prepare time to help with responsiveness/feel

Reduce prepare time for catapults and bolt shooters. Catapults have
recently been nerfed and buffed with a small splash attack. Bolt
shooters are a little underutilized. Both of these units share a
'clunkiness' which is due to their pack/unpack time, minimum range, and
long prepare time. This patch hopes to address part of this clunkiness
by decreasing the prepare time for catas and bolt shooters. This makes
the unit seem more responsive to new commands to attack a different
unit/structure.

Patch by: @real_tabasco_sauce
Accepted by: @wowgetoffyourcellphone
Comments by: @chrstgtr, @Freagarach
Differential revision: https://code.wildfiregames.com/D5131
This was SVN commit r27865.
This commit is contained in:
wowgetoffyourcellphone 2023-10-01 02:24:23 +00:00
parent 03ec53b610
commit 13c169025c
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@
</Damage>
<MaxRange>90</MaxRange>
<MinRange>15</MinRange>
<PrepareTime>5000</PrepareTime>
<PrepareTime>2000</PrepareTime>
<RepeatTime>6000</RepeatTime>
<Projectile>
<Speed>150</Speed>

View File

@ -8,7 +8,7 @@
</Damage>
<MaxRange>85</MaxRange>
<MinRange>26</MinRange>
<PrepareTime>6000</PrepareTime>
<PrepareTime>3000</PrepareTime>
<RepeatTime>7000</RepeatTime>
<Projectile>
<Speed>40</Speed>