Compare commits

...

3 Commits

Author SHA1 Message Date
Rampoina 9fa7dcc49d Tech worker mines faster 2023-01-01 20:59:56 +01:00
Rampoina 425e8eb804 Fix catapult 2023-01-01 20:59:31 +01:00
Rampoina b61a030e2b Nerf the battlemage 2023-01-01 19:53:51 +01:00
3 changed files with 8 additions and 8 deletions

View File

@ -90,8 +90,8 @@
<type value="attack"/>
<name value="attack_skill"/>
<ep-cost value="40"/>
<speed value="150"/>
<anim-speed value="150"/>
<speed value="120"/>
<anim-speed value="120"/>
<animation path="models/battlemage_attacking.g3d"/>
<sound enabled="true" start-time="0.3">
<sound-file path="sounds/battlemage_attack1.wav"/>
@ -103,9 +103,9 @@
<sound-file path="sounds/battlemage_attack7.wav"/>
<sound-file path="sounds/battlemage_attack8.wav"/>
</sound>
<attack-strenght value="120"/>
<attack-strenght value="70"/>
<attack-var value="40"/>
<attack-range value="7"/>
<attack-range value="6"/>
<attack-type value="energy"/>
<attack-fields>
<field value="land"/>

View File

@ -128,7 +128,7 @@
<unit-requirements />
<upgrade-requirements />
<produce-skill value="produce_skill"/>
<produced-unit name="battle_machine"/>
<produced-unit name="catapult"/>
</command>
<command>
<type value="upgrade"/>

View File

@ -166,7 +166,7 @@
<type value="harvest"/>
<name value="harvest_wood_skill"/>
<ep-cost value="0"/>
<speed value="150"/>
<speed value="300"/>
<anim-speed value="90"/>
<animation path="models/worker_harversting_wood.g3d"/>
<sound enabled="true" start-time="0.5">
@ -305,7 +305,7 @@
<resource name="gold"/>
<resource name="stone"/>
</harvested-resources>
<max-load value="5"/>
<max-load value="10"/>
<hits-per-unit value="1"/>
</command>
@ -322,7 +322,7 @@
<harvested-resources>
<resource name="wood"/>
</harvested-resources>
<max-load value="20"/>
<max-load value="10"/>
<hits-per-unit value="1"/>
</command>