rebalance and fix onager

This commit is contained in:
real_tabasco_sauce 2024-09-07 11:52:22 -07:00 committed by Stan
parent 675ec90b16
commit 4a9fc1b7dd
3 changed files with 7 additions and 11 deletions

View File

@ -5,17 +5,20 @@
<Damage> <Damage>
<Crush>40</Crush> <Crush>40</Crush>
</Damage> </Damage>
<Projectile>
<Spread>2</Spread>
</Projectile>
<MaxRange>60</MaxRange> <MaxRange>60</MaxRange>
<MinRange>15</MinRange> <MinRange>15</MinRange>
<PrepareTime>1000</PrepareTime> <PrepareTime>600</PrepareTime>
<RepeatTime>5000</RepeatTime> <RepeatTime>5000</RepeatTime>
<PreferredClasses datatype="tokens">-Structure</PreferredClasses> <PreferredClasses datatype="tokens">-Structure</PreferredClasses>
<Splash> <Splash>
<Shape>Circular</Shape> <Shape>Circular</Shape>
<Range>4</Range> <Range>3</Range>
<FriendlyFire>false</FriendlyFire> <FriendlyFire>false</FriendlyFire>
<Damage> <Damage>
<Crush>100</Crush> <Crush>140</Crush>
</Damage> </Damage>
</Splash> </Splash>
</Ranged> </Ranged>

View File

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_unit_siege_stonethrower"> <Entity parent="units/rome/siege_onager_packed">
<Footprint replace=""> <Footprint replace="">
<Square width="9.0" depth="15.0"/> <Square width="9.0" depth="15.0"/>
<Height>5.0</Height> <Height>5.0</Height>

View File

@ -4,13 +4,6 @@
<Square width="6.0" depth="14.0"/> <Square width="6.0" depth="14.0"/>
<Height>5.0</Height> <Height>5.0</Height>
</Footprint> </Footprint>
<Attack>
<Ranged>
<AttackName>Stone</AttackName>
<MaxRange>70</MaxRange>
<MinRange>20</MinRange>
</Ranged>
</Attack>
<Identity> <Identity>
<Civ>rome</Civ> <Civ>rome</Civ>
<SpecificName>Onager</SpecificName> <SpecificName>Onager</SpecificName>