Compare commits

...

2 Commits

Author SHA1 Message Date
Rampoina 95959a3b92 Rebalance units 2022-09-01 19:13:53 +02:00
Rampoina da9a80bd6b Increase starting workers 2022-09-01 19:09:37 +02:00
6 changed files with 17 additions and 17 deletions

View File

@ -5,11 +5,11 @@
<resource name="gold" amount="200"/>
<resource name="wood" amount="200"/>
<resource name="stone" amount="400"/>
<resource name="energy" amount="9"/>
<resource name="energy" amount="14"/>
</starting-resources>
<starting-units>
<unit name="mage_tower" amount="1"/>
<unit name="initiate" amount="3"/>
<unit name="initiate" amount="6"/>
<unit name="battlemage" amount="1"/>
<unit name="summoner" amount="1"/>
<unit name="daemon" amount="1"/>

View File

@ -4,7 +4,7 @@
<parameters>
<size value="1"/>
<height value="2"/>
<max-hp value="700" regeneration="3"/>
<max-hp value="600" regeneration="3"/>
<max-ep value="500" regeneration="15"/>
<armor value="30"/>
<armor-type value="leather"/>
@ -90,8 +90,8 @@
<type value="attack"/>
<name value="attack_skill"/>
<ep-cost value="40"/>
<speed value="90"/>
<anim-speed value="90"/>
<speed value="100"/>
<anim-speed value="100"/>
<animation path="models/battlemage_attacking.g3d"/>
<sound enabled="true" start-time="0.3">
<sound-file path="sounds/battlemage_attack1.wav"/>

View File

@ -4,7 +4,7 @@
<parameters>
<size value="1"/>
<height value="2"/>
<max-hp value="500" regeneration="1"/>
<max-hp value="600" regeneration="1"/>
<max-ep value="0"/>
<armor value="10"/>
<armor-type value="organic"/>
@ -65,8 +65,8 @@
<type value="move"/>
<name value="move_skill"/>
<ep-cost value="0"/>
<speed value="375"/>
<anim-speed value="150"/>
<speed value="400"/>
<anim-speed value="165"/>
<animation path="models/daemon_walking.g3d"/>
<sound enabled="false"/>
</skill>

View File

@ -9,7 +9,7 @@
</starting-resources>
<starting-units>
<unit name="castle" amount="1"/>
<unit name="worker" amount="3"/>
<unit name="worker" amount="6"/>
<unit name="swordman" amount="1"/>
<unit name="archer" amount="1"/>
<unit name="cow" amount="1"/>

View File

@ -93,8 +93,8 @@
<type value="attack"/>
<name value="attack_skill"/>
<ep-cost value="0"/>
<speed value="75"/>
<anim-speed value="75"/>
<speed value="85"/>
<anim-speed value="85"/>
<animation path="models/archer_attacking.g3d"/>
<sound enabled="true" start-time="0.5">
<sound-file path="$COMMONDATAPATH/sounds/archer_attack1.wav"/>

View File

@ -68,8 +68,8 @@
<type value="move"/>
<name value="move_skill"/>
<ep-cost value="0"/>
<speed value="330"/>
<anim-speed value="109"/>
<speed value="370"/>
<anim-speed value="149"/>
<animation path="models/swordman_walking.g3d"/>
<sound enabled="false"/>
</skill>
@ -78,8 +78,8 @@
<type value="move"/>
<name value="charge_skill"/>
<ep-cost value="0"/>
<speed value="330"/>
<anim-speed value="109"/>
<speed value="370"/>
<anim-speed value="149"/>
<animation path="models/swordman_charging.g3d"/>
<sound enabled="false"/>
</skill>
@ -105,8 +105,8 @@
<sound-file path="$COMMONDATAPATH/sounds/swordman_attack11.wav"/>
<sound-file path="$COMMONDATAPATH/sounds/swordman_attack12.wav"/>
</sound>
<attack-strenght value="80"/>
<attack-var value="30"/>
<attack-strenght value="100"/>
<attack-var value="40"/>
<attack-range value="1"/>
<attack-type value="slashing"/>
<attack-fields>