source: ps/trunk/binaries/data/mods/public/simulation/templates/template_unit_champion_cavalry_javelineer.xml@ 25129

Last change on this file since 25129 was 25129, checked in by wraitii, 3 years ago

Reduce cavalry training time and increase movement speed for ranged cavalry.

The early-game cavalry rush was overly nerfed in A24 with longer train time, slower speed, and the need for stables.
This rolls that back slightly by reducing train tim from 16 to 15, and increasing the movement speed of ranged cavalry from 15 to 16.

Patch by: borg-

Differential Revision: https://code.wildfiregames.com/D3664

  • Property svn:eol-style set to native
  • Property svn:mime-type set to text/xml
File size: 1.3 KB
Line 
1<?xml version="1.0" encoding="utf-8"?>
2<Entity parent="template_unit_champion_cavalry">
3 <Attack>
4 <Ranged>
5 <AttackName>Javelin</AttackName>
6 <Damage>
7 <Pierce>36</Pierce>
8 </Damage>
9 <MaxRange>30</MaxRange>
10 <MinRange>0</MinRange>
11 <PrepareTime>750</PrepareTime>
12 <RepeatTime>1250</RepeatTime>
13 <Delay>0</Delay>
14 <Projectile>
15 <Speed>70</Speed>
16 <Spread>1.6</Spread>
17 <Gravity>35</Gravity>
18 <FriendlyFire>false</FriendlyFire>
19 <LaunchPoint y="5"/>
20 </Projectile>
21 <PreferredClasses datatype="tokens">Human</PreferredClasses>
22 </Ranged>
23 </Attack>
24 <Identity>
25 <GenericName>Champion Cavalry Javelineer</GenericName>
26 <VisibleClasses datatype="tokens">Ranged Javelineer</VisibleClasses>
27 <Formations datatype="tokens">
28 special/formations/skirmish
29 </Formations>
30 </Identity>
31 <Resistance>
32 <Entity>
33 <Damage>
34 <Hack op="add">-2</Hack>
35 <Pierce op="add">-2</Pierce>
36 </Damage>
37 </Entity>
38 </Resistance>
39 <Sound>
40 <SoundGroups>
41 <attack_ranged>attack/weapon/javelin_attack.xml</attack_ranged>
42 <attack_impact_ranged>attack/impact/javelin_impact.xml</attack_impact_ranged>
43 </SoundGroups>
44 </Sound>
45 <UnitMotion>
46 <WalkSpeed op="mul">0.89</WalkSpeed>
47 </UnitMotion>
48</Entity>
Note: See TracBrowser for help on using the repository browser.