source: ps/trunk/binaries/data/mods/public/simulation/templates/template_unit_hero_cavalry_crossbowman.xml@ 25138

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

Fix rP25129 - crossbowman introduced in rP25122

  • 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_hero_cavalry">
3 <Attack>
4 <Ranged>
5 <AttackName>Crossbow</AttackName>
6 <Damage>
7 <Pierce>80</Pierce>
8 </Damage>
9 <MaxRange>60</MaxRange>
10 <MinRange>0</MinRange>
11 <PrepareTime>2400</PrepareTime>
12 <RepeatTime>3000</RepeatTime>
13 <Delay>0</Delay>
14 <Projectile>
15 <Speed>120</Speed>
16 <Spread>0.4</Spread>
17 <Gravity>30</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>Hero Cavalry Crossbowman</GenericName>
26 <VisibleClasses datatype="tokens">Ranged Crossbowman</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_impact_ranged>attack/impact/arrow_impact.xml</attack_impact_ranged>
42 <attack_ranged>attack/weapon/bow_attack.xml</attack_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.