forked from github/server
neue wdw rasse
This commit is contained in:
parent
db7c4914f3
commit
5a756a03f0
|
@ -3473,6 +3473,23 @@
|
||||||
<text locale="en">apepsnake</text>
|
<text locale="en">apepsnake</text>
|
||||||
</string>
|
</string>
|
||||||
|
|
||||||
|
<string name="apophis">
|
||||||
|
<text locale="de">Apophis</text>
|
||||||
|
<text locale="en">apophis</text>
|
||||||
|
</string>
|
||||||
|
<string name="apophis_p">
|
||||||
|
<text locale="de">Apophis</text>
|
||||||
|
<text locale="en">apophis</text>
|
||||||
|
</string>
|
||||||
|
<string name="apophis_d">
|
||||||
|
<text locale="de">Apophis</text>
|
||||||
|
<text locale="en">apophis</text>
|
||||||
|
</string>
|
||||||
|
<string name="apophis_x">
|
||||||
|
<text locale="de">Apophis</text>
|
||||||
|
<text locale="en">apophis</text>
|
||||||
|
</string>
|
||||||
|
|
||||||
<string name="aquarian">
|
<string name="aquarian">
|
||||||
<text locale="de">Meermensch</text>
|
<text locale="de">Meermensch</text>
|
||||||
<text locale="en">aquarian</text>
|
<text locale="en">aquarian</text>
|
||||||
|
|
|
@ -1393,12 +1393,8 @@
|
||||||
<attack type="6" spell="175"/>
|
<attack type="6" spell="175"/>
|
||||||
<precombatspell spell="176"/>
|
<precombatspell spell="176"/>
|
||||||
</race>
|
</race>
|
||||||
<race name="mummy" magres="0.600000" maxaura="1.000000" regaura="1.000000" recruitcost="5" weight="1000" capacity="540" speed="1.000000" hp="60" ac="2" damage="1d7" unarmedattack="6" unarmeddefense="6" attackmodifier="6" defensemodifier="6" scarepeasants="yes" walk="yes" nolearn="yes" teach="no" noheal="yes" undead="yes" equipment="yes" nogive="yes">
|
<race name="mummy" magres="0.600000" maxaura="1.000000" regaura="1.000000" recruitcost="5" weight="1000" capacity="540" speed="1.000000" hp="60" ac="2" damage="1d7" unarmedattack="6" unarmeddefense="6" attackmodifier="6" defensemodifier="6" scarepeasants="yes" walk="yes" teach="no" noheal="yes" undead="yes" equipment="yes" nogive="yes">
|
||||||
<ai splitsize="10000" moverandom="yes"/>
|
<ai splitsize="10000" moverandom="yes"/>
|
||||||
<skill name="sk_crossbow" modifier="1"/>
|
|
||||||
<skill name="sk_bow" modifier="1"/>
|
|
||||||
<skill name="sk_catapult" modifier="1"/>
|
|
||||||
<skill name="sk_riding" modifier="1"/>
|
|
||||||
<skill name="sk_melee" modifier="1"/>
|
<skill name="sk_melee" modifier="1"/>
|
||||||
<skill name="sk_polearm" modifier="1"/>
|
<skill name="sk_polearm" modifier="1"/>
|
||||||
<skill name="sk_tactics" modifier="1"/>
|
<skill name="sk_tactics" modifier="1"/>
|
||||||
|
|
|
@ -32,11 +32,37 @@
|
||||||
<familiar race="eagle"></familiar>
|
<familiar race="eagle"></familiar>
|
||||||
<familiar race="rat"></familiar>
|
<familiar race="rat"></familiar>
|
||||||
</race>
|
</race>
|
||||||
<race name="apepsnake" magres="0.900000" maxaura="1.000000" regaura="1.000000" recruitcost="50000" weight="100" capacity="50" speed="1.000000" hp="20" ac="1" damage="0d0" unarmedattack="0" unarmeddefense="0" attackmodifier="6" defensemodifier="10" scarepeasants="yes" fly="yes" walk="yes" teach="no" canguard="yes" invinciblenonmagic="yes">
|
<race name="apepsnake" magres="0.900000" maxaura="1.000000" regaura="1.000000" recruitcost="50000" weight="100" capacity="50" speed="1.000000" hp="20" ac="1" damage="0d0" unarmedattack="0" unarmeddefense="0" attackmodifier="6" defensemodifier="10" scarepeasants="yes" fly="yes" walk="yes" teach="no" canguard="yes" invinciblenonmagic="yes" giveitem="yes" giveperson="yes" giveunit="yes" getitem="yes">
|
||||||
<ai splitsize="500" killpeasants="yes" moverandom="yes" learn="yes"/>
|
<ai splitsize="500" attackrandom="yes" killpeasants="yes" moverandom="yes" learn="yes"/>
|
||||||
<attack type="2" damage="3d15"/>
|
<attack type="2" damage="3d15"/>
|
||||||
<attack type="3" damage="1d1"/>
|
<attack type="3" damage="1d1"/>
|
||||||
<attack type="4" damage="1d1"/>
|
<attack type="4" damage="1d1"/>
|
||||||
</race>
|
</race>
|
||||||
|
<race name="anubis" magres="0.950000" maxaura="1.000000" regaura="3.000000" recruitcost="2500000" weight="100" capacity="100000" speed="1.000000" hp="2700" ac="10" damage="2d60" unarmedattack="0" unarmeddefense="0" attackmodifier="10" defensemodifier="12" scarepeasants="yes" fly="yes" walk="yes" teach="no" getitem="yes" resistbash="yes" shapeshift="yes">
|
||||||
|
<ai splitsize="1" killpeasants="yes" learn="yes"/>
|
||||||
|
<function name="move" value="movedragon"/>
|
||||||
|
<skill name="sk_tactics" modifier="20"/>
|
||||||
|
<skill name="sk_perception" modifier="20"/>
|
||||||
|
<attack type="4" damage="5d30"/>
|
||||||
|
<attack type="4" damage="3d20"/>
|
||||||
|
<attack type="4" damage="3d20"/>
|
||||||
|
<attack type="4" damage="5d30"/>
|
||||||
|
<attack type="6" spell="174"/>
|
||||||
|
<attack type="6" spell="175"/>
|
||||||
|
<precombatspell spell="176"/>
|
||||||
|
</race>
|
||||||
|
<race name="apophis" magres="0.950000" maxaura="1.000000" regaura="3.000000" recruitcost="2500000" weight="100" capacity="100000" speed="1.000000" hp="2700" ac="10" damage="2d60" unarmedattack="0" unarmeddefense="0" attackmodifier="10" defensemodifier="12" scarepeasants="yes" fly="yes" walk="yes" teach="no" getitem="yes" resistbash="yes" shapeshift="yes">
|
||||||
|
<ai splitsize="1" killpeasants="yes" learn="yes"/>
|
||||||
|
<function name="move" value="movedragon"/>
|
||||||
|
<skill name="sk_tactics" modifier="20"/>
|
||||||
|
<skill name="sk_perception" modifier="20"/>
|
||||||
|
<attack type="4" damage="5d30"/>
|
||||||
|
<attack type="4" damage="3d20"/>
|
||||||
|
<attack type="4" damage="3d20"/>
|
||||||
|
<attack type="4" damage="5d30"/>
|
||||||
|
<attack type="6" spell="174"/>
|
||||||
|
<attack type="6" spell="175"/>
|
||||||
|
<precombatspell spell="176"/>
|
||||||
|
</race>
|
||||||
|
|
||||||
</races>
|
</races>
|
||||||
|
|
Loading…
Reference in New Issue