mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-06-21 01:29:50 +00:00
reduce cavalry capture attack from 2.5 -> 1.75 for CS and 5 -> 3.5 for champ
This commit is contained in:
committed by
Dunedan
parent
e27909e603
commit
d1f6c04ba5
@@ -3,7 +3,7 @@
|
||||
<Attack>
|
||||
<Capture>
|
||||
<AttackName>Capture</AttackName>
|
||||
<Capture>2.5</Capture>
|
||||
<Capture>1.75</Capture>
|
||||
<MaxRange>4</MaxRange>
|
||||
<RepeatTime>1000</RepeatTime>
|
||||
<RestrictedClasses datatype="tokens">Field Palisade Wall</RestrictedClasses>
|
||||
|
||||
@@ -1,5 +1,10 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Entity parent="template_unit_champion">
|
||||
<Attack>
|
||||
<Capture>
|
||||
<Capture>3.5</Capture>
|
||||
</Capture>
|
||||
</Attack>
|
||||
<Cost>
|
||||
<BuildTime>25</BuildTime>
|
||||
<Resources>
|
||||
|
||||
Reference in New Issue
Block a user