mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-07-10 06:16:46 +00:00
Fixed a bug in the XML (charge action should be in actions.attack.charge).
This was SVN commit r4739.
This commit is contained in:
@@ -33,7 +33,7 @@
|
||||
</Traits>
|
||||
|
||||
<Actions>
|
||||
|
||||
<Attack>
|
||||
<Charge>
|
||||
<Damage>20.0</Damage>
|
||||
<Crush>0.0</Crush>
|
||||
@@ -42,7 +42,7 @@
|
||||
<Range>2.0</Range>
|
||||
<Speed>2500</Speed>
|
||||
</Charge>
|
||||
|
||||
</Attack>
|
||||
</Actions>
|
||||
|
||||
</Entity>
|
||||
@@ -21,7 +21,7 @@
|
||||
</Traits>
|
||||
|
||||
<Actions>
|
||||
|
||||
<Attack>
|
||||
<Charge>
|
||||
<Damage>20.0</Damage>
|
||||
<Crush>0.0</Crush>
|
||||
@@ -30,7 +30,7 @@
|
||||
<Range>2.0</Range>
|
||||
<Speed>1500</Speed>
|
||||
</Charge>
|
||||
|
||||
</Attack>
|
||||
</Actions>
|
||||
|
||||
</Entity>
|
||||
Reference in New Issue
Block a user