mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-06-16 05:13:58 -07:00
Make onager throw 4 stones per attack
This commit is contained in:
parent
5cff8eeed1
commit
885bca7ebf
1 changed files with 4 additions and 3 deletions
|
|
@ -3,10 +3,11 @@
|
|||
<Attack>
|
||||
<Ranged>
|
||||
<Damage>
|
||||
<Crush>40</Crush>
|
||||
<Crush>10</Crush>
|
||||
</Damage>
|
||||
<Projectile>
|
||||
<Spread>2</Spread>
|
||||
<Spread>3</Spread>
|
||||
<Count>4</Count>
|
||||
</Projectile>
|
||||
<MaxRange>60</MaxRange>
|
||||
<MinRange>20</MinRange>
|
||||
|
|
@ -18,7 +19,7 @@
|
|||
<Range>4</Range>
|
||||
<FriendlyFire>false</FriendlyFire>
|
||||
<Damage>
|
||||
<Crush>160</Crush>
|
||||
<Crush>50</Crush>
|
||||
</Damage>
|
||||
</Splash>
|
||||
</Ranged>
|
||||
|
|
|
|||
Loading…
Reference in a new issue