mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-06-21 02:03:45 +00:00
[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:
@@ -8,7 +8,7 @@
|
||||
</Damage>
|
||||
<MaxRange>90</MaxRange>
|
||||
<MinRange>15</MinRange>
|
||||
<PrepareTime>5000</PrepareTime>
|
||||
<PrepareTime>2000</PrepareTime>
|
||||
<RepeatTime>6000</RepeatTime>
|
||||
<Projectile>
|
||||
<Speed>150</Speed>
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
</Damage>
|
||||
<MaxRange>85</MaxRange>
|
||||
<MinRange>26</MinRange>
|
||||
<PrepareTime>6000</PrepareTime>
|
||||
<PrepareTime>3000</PrepareTime>
|
||||
<RepeatTime>7000</RepeatTime>
|
||||
<Projectile>
|
||||
<Speed>40</Speed>
|
||||
|
||||
Reference in New Issue
Block a user