forked from github/server
neue monster
This commit is contained in:
parent
f59e497e7e
commit
d0ad28e9ca
|
@ -700,6 +700,14 @@ enum {
|
||||||
RC_VAMPUNICORN,
|
RC_VAMPUNICORN,
|
||||||
RC_PHOENIX,
|
RC_PHOENIX,
|
||||||
|
|
||||||
|
RC_SPHINX,
|
||||||
|
RC_LITTLESCARAB,
|
||||||
|
RC_GREENSCARAB,
|
||||||
|
RC_BLUESCARAB,
|
||||||
|
RC_REDSCARAB,
|
||||||
|
RC_UNDEADPHARAOH,
|
||||||
|
RC_MUMMY,
|
||||||
|
|
||||||
MAXRACES,
|
MAXRACES,
|
||||||
NORACE = (race_t) - 1
|
NORACE = (race_t) - 1
|
||||||
};
|
};
|
||||||
|
|
|
@ -172,7 +172,8 @@ static const char * oldracenames[MAXRACES] = {
|
||||||
"centaur",
|
"centaur",
|
||||||
"skeleton", "skeleton lord", "zombie", "juju-zombie", "ghoul", "ghast", "museumghost", "gnome",
|
"skeleton", "skeleton lord", "zombie", "juju-zombie", "ghoul", "ghast", "museumghost", "gnome",
|
||||||
"template",
|
"template",
|
||||||
"clone", "shadowdragon", "shadowbat", "nightmare", "vampunicorn", "phoenix"
|
"clone", "shadowdragon", "shadowbat", "nightmare", "vampunicorn", "phoenix",
|
||||||
|
"sphinx", "littlescarab", "greenscarab", "bluescarab", "redscarab", "undeadpharaoh", "mummy",
|
||||||
};
|
};
|
||||||
|
|
||||||
/* magres, {3 namen},
|
/* magres, {3 namen},
|
||||||
|
|
|
@ -10391,7 +10391,7 @@ spell spelldaten[] =
|
||||||
(spell_f)sp_dragonodem, patzer
|
(spell_f)sp_dragonodem, patzer
|
||||||
},
|
},
|
||||||
|
|
||||||
{SPL_AURA_OF_FEAR, "Gesang der Furcht",
|
{SPL_AURA_OF_FEAR, "Furchteinflößende Aura",
|
||||||
"Panik",
|
"Panik",
|
||||||
NULL,
|
NULL,
|
||||||
NULL,
|
NULL,
|
||||||
|
@ -10433,6 +10433,46 @@ spell spelldaten[] =
|
||||||
(spell_f)sp_immolation, patzer
|
(spell_f)sp_immolation, patzer
|
||||||
},
|
},
|
||||||
|
|
||||||
|
{ SPL_FIREODEM, "Feuerwalze",
|
||||||
|
"Tötet die Feinde",
|
||||||
|
NULL,
|
||||||
|
NULL,
|
||||||
|
M_GRAU, (COMBATSPELL), 5, 8,
|
||||||
|
{
|
||||||
|
{R_AURA, 2, SPC_FIX},
|
||||||
|
{0, 0, 0},
|
||||||
|
{0, 0, 0},
|
||||||
|
{0, 0, 0},
|
||||||
|
{0, 0, 0}},
|
||||||
|
(spell_f)sp_immolation, patzer
|
||||||
|
},
|
||||||
|
{ SPL_ICEODEM, "Eisnebel",
|
||||||
|
"Tötet die Feinde",
|
||||||
|
NULL,
|
||||||
|
NULL,
|
||||||
|
M_GRAU, (COMBATSPELL), 5, 8,
|
||||||
|
{
|
||||||
|
{R_AURA, 2, SPC_FIX},
|
||||||
|
{0, 0, 0},
|
||||||
|
{0, 0, 0},
|
||||||
|
{0, 0, 0},
|
||||||
|
{0, 0, 0}},
|
||||||
|
(spell_f)sp_immolation, patzer
|
||||||
|
},
|
||||||
|
{ SPL_ACIDODEM, "Säurenebel",
|
||||||
|
"Tötet die Feinde",
|
||||||
|
NULL,
|
||||||
|
NULL,
|
||||||
|
M_GRAU, (COMBATSPELL), 5, 8,
|
||||||
|
{
|
||||||
|
{R_AURA, 2, SPC_FIX},
|
||||||
|
{0, 0, 0},
|
||||||
|
{0, 0, 0},
|
||||||
|
{0, 0, 0},
|
||||||
|
{0, 0, 0}},
|
||||||
|
(spell_f)sp_immolation, patzer
|
||||||
|
},
|
||||||
|
|
||||||
/* SPL_NOSPELL MUSS der letzte Spruch der Liste sein*/
|
/* SPL_NOSPELL MUSS der letzte Spruch der Liste sein*/
|
||||||
|
|
||||||
{SPL_NOSPELL, "Keiner", NULL, NULL, NULL, 0, 0, 0, 0,
|
{SPL_NOSPELL, "Keiner", NULL, NULL, NULL, 0, 0, 0, 0,
|
||||||
|
|
|
@ -111,7 +111,7 @@ enum {
|
||||||
SPL_SPEED2,
|
SPL_SPEED2,
|
||||||
SPL_FIREDRAGONODEM,
|
SPL_FIREDRAGONODEM,
|
||||||
SPL_DRAGONODEM,
|
SPL_DRAGONODEM,
|
||||||
SPL_WYRMODEM,
|
SPL_WYRMODEM, /* 83 */
|
||||||
SPL_MAGICSTREET,
|
SPL_MAGICSTREET,
|
||||||
SPL_REANIMATE,
|
SPL_REANIMATE,
|
||||||
SPL_RECRUIT,
|
SPL_RECRUIT,
|
||||||
|
@ -209,6 +209,9 @@ enum {
|
||||||
SPL_INVISIBILITY2_ILLAUN,
|
SPL_INVISIBILITY2_ILLAUN,
|
||||||
SPL_BIGRECRUIT,
|
SPL_BIGRECRUIT,
|
||||||
SPL_IMMOLATION,
|
SPL_IMMOLATION,
|
||||||
|
SPL_FIREODEM, /* 181 */
|
||||||
|
SPL_ICEODEM,
|
||||||
|
SPL_ACIDODEM,
|
||||||
MAXALLSPELLS,
|
MAXALLSPELLS,
|
||||||
NO_SPELL = (spellid_t) -1
|
NO_SPELL = (spellid_t) -1
|
||||||
};
|
};
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -3059,6 +3059,125 @@
|
||||||
<text locale="en">illusion</text>
|
<text locale="en">illusion</text>
|
||||||
</string>
|
</string>
|
||||||
|
|
||||||
|
<string name="sphinx">
|
||||||
|
<text locale="de">Spinx</text>
|
||||||
|
<text locale="en">sphinx</text>
|
||||||
|
</string>
|
||||||
|
<string name="sphinx_p">
|
||||||
|
<text locale="de">Spinxen</text>
|
||||||
|
<text locale="en">sphinxs</text>
|
||||||
|
</string>
|
||||||
|
<string name="sphinx_d">
|
||||||
|
<text locale="de">Spinxen</text>
|
||||||
|
<text locale="en">sphinx</text>
|
||||||
|
</string>
|
||||||
|
<string name="sphinx_x">
|
||||||
|
<text locale="de">Spinx</text>
|
||||||
|
<text locale="en">sphinx</text>
|
||||||
|
</string>
|
||||||
|
|
||||||
|
<string name="littlescarab">
|
||||||
|
<text locale="de">kleiner Scarabäus</text>
|
||||||
|
<text locale="en">little scarab</text>
|
||||||
|
</string>
|
||||||
|
<string name="littlescarab_p">
|
||||||
|
<text locale="de">kleine Scarabäen</text>
|
||||||
|
<text locale="en">little scarab</text>
|
||||||
|
</string>
|
||||||
|
<string name="littlescarab_d">
|
||||||
|
<text locale="de">kleinen Scarabäen</text>
|
||||||
|
<text locale="en">little scarab</text>
|
||||||
|
</string>
|
||||||
|
<string name="littlescarab_x">
|
||||||
|
<text locale="de">kleine Scarabäen</text>
|
||||||
|
<text locale="en">little scarab</text>
|
||||||
|
</string>
|
||||||
|
|
||||||
|
<string name="greenscarab">
|
||||||
|
<text locale="de">grüner Scarabäus</text>
|
||||||
|
<text locale="en">green scarab</text>
|
||||||
|
</string>
|
||||||
|
<string name="greenscarab_p">
|
||||||
|
<text locale="de">grüne Scarabäen</text>
|
||||||
|
<text locale="en">green scarab</text>
|
||||||
|
</string>
|
||||||
|
<string name="greenscarab_d">
|
||||||
|
<text locale="de">grünen Scarabäen</text>
|
||||||
|
<text locale="en">green scarab</text>
|
||||||
|
</string>
|
||||||
|
<string name="greenscarab_x">
|
||||||
|
<text locale="de">grünen Scarabäen</text>
|
||||||
|
<text locale="en">green scarab</text>
|
||||||
|
</string>
|
||||||
|
|
||||||
|
<string name="bluescarab">
|
||||||
|
<text locale="de">blauer Scarabäus</text>
|
||||||
|
<text locale="en">blue scarab</text>
|
||||||
|
</string>
|
||||||
|
<string name="bluescarab_p">
|
||||||
|
<text locale="de">blaue Scarabäen</text>
|
||||||
|
<text locale="en">blue scarabs</text>
|
||||||
|
</string>
|
||||||
|
<string name="bluescarab_d">
|
||||||
|
<text locale="de">blauen Scarabäen</text>
|
||||||
|
<text locale="en">blue scarab</text>
|
||||||
|
</string>
|
||||||
|
<string name="bluescarab_x">
|
||||||
|
<text locale="de">blaue Scarabäen</text>
|
||||||
|
<text locale="en">blue scarab</text>
|
||||||
|
</string>
|
||||||
|
|
||||||
|
<string name="redscarab">
|
||||||
|
<text locale="de">roter Scarabäus</text>
|
||||||
|
<text locale="en">red scarab</text>
|
||||||
|
</string>
|
||||||
|
<string name="redscarab_p">
|
||||||
|
<text locale="de">rote Scarabäen</text>
|
||||||
|
<text locale="en">red scarabs</text>
|
||||||
|
</string>
|
||||||
|
<string name="redscarab_d">
|
||||||
|
<text locale="de">roten Scarabäen</text>
|
||||||
|
<text locale="en">red scarab</text>
|
||||||
|
</string>
|
||||||
|
<string name="redscarab_x">
|
||||||
|
<text locale="de">rote Scarabäen</text>
|
||||||
|
<text locale="en">red scarab</text>
|
||||||
|
</string>
|
||||||
|
|
||||||
|
<string name="undeadpharaoh">
|
||||||
|
<text locale="de">Untoter Pharao</text>
|
||||||
|
<text locale="en">undead Pharaoh</text>
|
||||||
|
</string>
|
||||||
|
<string name="undeadpharaoh_p">
|
||||||
|
<text locale="de">Untoter Pharaonen</text>
|
||||||
|
<text locale="en">undead Pharaohs</text>
|
||||||
|
</string>
|
||||||
|
<string name="undeadpharaoh_d">
|
||||||
|
<text locale="de">Untoten Pharao</text>
|
||||||
|
<text locale="en">undead Pharaoh</text>
|
||||||
|
</string>
|
||||||
|
<string name="undeadpharaoh_x">
|
||||||
|
<text locale="de">Untote Pharaonen</text>
|
||||||
|
<text locale="en">undead Pharaoh</text>
|
||||||
|
</string>
|
||||||
|
|
||||||
|
<string name="mummy">
|
||||||
|
<text locale="de">Mumie</text>
|
||||||
|
<text locale="en">mummy</text>
|
||||||
|
</string>
|
||||||
|
<string name="mummy_p">
|
||||||
|
<text locale="de">Mumien</text>
|
||||||
|
<text locale="en">mummys</text>
|
||||||
|
</string>
|
||||||
|
<string name="mummy_d">
|
||||||
|
<text locale="de">Mumien</text>
|
||||||
|
<text locale="en">mummy</text>
|
||||||
|
</string>
|
||||||
|
<string name="mummy_x">
|
||||||
|
<text locale="de">Mumien</text>
|
||||||
|
<text locale="en">mummy</text>
|
||||||
|
</string>
|
||||||
|
|
||||||
<string name="undead">
|
<string name="undead">
|
||||||
<text locale="de">Untoter</text>
|
<text locale="de">Untoter</text>
|
||||||
<text locale="en">undead</text>
|
<text locale="en">undead</text>
|
||||||
|
|
|
@ -1328,4 +1328,84 @@
|
||||||
<attack type="4" damage="1d10"></attack>
|
<attack type="4" damage="1d10"></attack>
|
||||||
<attack type="6" spell="180"></attack>
|
<attack type="6" spell="180"></attack>
|
||||||
</race>
|
</race>
|
||||||
|
<race name="sphinx" magres="0.900000" maxaura="1.000000" regaura="3.000000" recruitcost="250000" maintenance="0" weight="180000" capacity="100000" speed="1.000000" hp="2700" ac="8" damage="2d60" unarmedattack="0" unarmeddefense="0" attackmodifier="10" defensemodifier="10" scarepeasants fly walk noteach getitem canguard resistbash resistcut resistpierce>
|
||||||
|
<ai splitsize="1" killpeasants attackrandom learn></ai>
|
||||||
|
<skill name="sk_magic" modifier="12"></skill>
|
||||||
|
<skill name="sk_tactics" modifier="12"></skill>
|
||||||
|
<skill name="sk_perception" modifier="10"></skill>
|
||||||
|
<attack type="4" damage="3d20"></attack>
|
||||||
|
<attack type="4" damage="3d20"></attack>
|
||||||
|
<attack type="4" damage="5d30"></attack>
|
||||||
|
<attack type="6" spell="83"></attack>
|
||||||
|
<attack type="6" spell="175"></attack>
|
||||||
|
</race>
|
||||||
|
<race name="littlescarab" magres="0.000000" maxaura="0.000000" regaura="0.000000" recruitcost="50" maintenance="0" weight="500" capacity="200" speed="1.000000" hp="25" ac="1" damage="2d6" unarmedattack="0" unarmeddefense="0" attackmodifier="6" defensemodifier="3" walk noteach giveitem getitem>
|
||||||
|
<ai splitsize="5000"></ai>
|
||||||
|
<attack type="4" damage="2d6"></attack>
|
||||||
|
<attack type="4" damage="1d4"></attack>
|
||||||
|
<attack type="4" damage="1d4"></attack>
|
||||||
|
</race>
|
||||||
|
<race name="greenscarab" magres="0.000000" maxaura="0.000000" regaura="0.000000" recruitcost="50" maintenance="0" weight="500" capacity="200" speed="1.000000" hp="25" ac="5" damage="2d6" unarmedattack="0" unarmeddefense="0" attackmodifier="6" defensemodifier="3" scarepeasants fly walk noteach giveitem getitem>
|
||||||
|
<ai splitsize="50"></ai>
|
||||||
|
<skill name="sk_magic" modifier="4"></skill>
|
||||||
|
<skill name="sk_tactics" modifier="4"></skill>
|
||||||
|
<skill name="sk_stealth" modifier="2"></skill>
|
||||||
|
<skill name="sk_perception" modifier="2"></skill>
|
||||||
|
<attack type="4" damage="2d6"></attack>
|
||||||
|
<attack type="4" damage="1d6"></attack>
|
||||||
|
<attack type="4" damage="1d6"></attack>
|
||||||
|
<attack type="6" spell="183"></attack>
|
||||||
|
</race>
|
||||||
|
<race name="bluescarab" magres="0.000000" maxaura="0.000000" regaura="0.000000" recruitcost="50" maintenance="0" weight="500" capacity="200" speed="1.000000" hp="30" ac="5" damage="2d6" unarmedattack="0" unarmeddefense="0" attackmodifier="6" defensemodifier="3" scarepeasants fly walk noteach giveitem getitem>
|
||||||
|
<ai splitsize="50"></ai>
|
||||||
|
<skill name="sk_magic" modifier="4"></skill>
|
||||||
|
<skill name="sk_tactics" modifier="4"></skill>
|
||||||
|
<skill name="sk_stealth" modifier="2"></skill>
|
||||||
|
<skill name="sk_perception" modifier="2"></skill>
|
||||||
|
<attack type="4" damage="2d6"></attack>
|
||||||
|
<attack type="4" damage="1d6"></attack>
|
||||||
|
<attack type="4" damage="1d6"></attack>
|
||||||
|
<attack type="6" spell="182"></attack>
|
||||||
|
</race>
|
||||||
|
<race name="redscarab" magres="0.000000" maxaura="0.000000" regaura="0.000000" recruitcost="50" maintenance="0" weight="500" capacity="200" speed="1.000000" hp="25" ac="5" damage="2d6" unarmedattack="0" unarmeddefense="0" attackmodifier="6" defensemodifier="3" scarepeasants fly walk noteach giveitem getitem>
|
||||||
|
<ai splitsize="50"></ai>
|
||||||
|
<skill name="sk_magic" modifier="4"></skill>
|
||||||
|
<skill name="sk_tactics" modifier="4"></skill>
|
||||||
|
<skill name="sk_stealth" modifier="2"></skill>
|
||||||
|
<skill name="sk_perception" modifier="2"></skill>
|
||||||
|
<attack type="4" damage="2d6"></attack>
|
||||||
|
<attack type="4" damage="1d6"></attack>
|
||||||
|
<attack type="4" damage="1d6"></attack>
|
||||||
|
<attack type="6" spell="181"></attack>
|
||||||
|
</race>
|
||||||
|
<race name="undeadpharaoh" magres="0.950000" maxaura="1.000000" regaura="3.000000" recruitcost="2500000" maintenance="0" weight="100" capacity="100000" speed="1.000000" hp="2700" ac="10" damage="2d60" unarmedattack="0" unarmeddefense="0" attackmodifier="10" defensemodifier="12" scarepeasants nowalk noteach getitem canguard resistbash resistcut resistpierce>
|
||||||
|
<ai splitsize="1" killpeasants attackrandom learn></ai>
|
||||||
|
<skill name="sk_tactics" modifier="20"></skill>
|
||||||
|
<skill name="sk_perception" modifier="20"></skill>
|
||||||
|
<attack type="4" damage="5d30"></attack>
|
||||||
|
<attack type="4" damage="3d20"></attack>
|
||||||
|
<attack type="4" damage="3d20"></attack>
|
||||||
|
<attack type="4" damage="5d30"></attack>
|
||||||
|
<attack type="6" spell="174"></attack>
|
||||||
|
<attack type="6" spell="175"></attack>
|
||||||
|
<precombatspell spell="176"></precombatspell>
|
||||||
|
</race>
|
||||||
|
<race name="mummy" magres="0.600000" maxaura="1.000000" regaura="1.000000" recruitcost="5" maintenance="0" weight="1000" capacity="540" speed="1.000000" hp="60" ac="2" damage="1d7" unarmedattack="6" unarmeddefense="6" attackmodifier="6" defensemodifier="6" scarepeasants walk nolearn noteach noheal undead canguard equipment nogive>
|
||||||
|
<ai splitsize="10000" attackrandom moverandom></ai>
|
||||||
|
<skill name="sk_crossbow" modifier="1"></skill>
|
||||||
|
<skill name="sk_bow" modifier="1"></skill>
|
||||||
|
<skill name="sk_catapult" modifier="1"></skill>
|
||||||
|
<skill name="sk_riding" modifier="1"></skill>
|
||||||
|
<skill name="sk_melee" modifier="1"></skill>
|
||||||
|
<skill name="sk_polearm" modifier="1"></skill>
|
||||||
|
<skill name="sk_tactics" modifier="1"></skill>
|
||||||
|
<skill name="sk_stamina" modifier="1"></skill>
|
||||||
|
<skill name="sk_unarmed" modifier="1"></skill>
|
||||||
|
<attack type="4" damage="2d8"></attack>
|
||||||
|
<attack type="3" damage="1d5"></attack>
|
||||||
|
<attack type="3" damage="1d5"></attack>
|
||||||
|
<attack type="2" damage="1d30"></attack>
|
||||||
|
<attack type="2" damage="1d30"></attack>
|
||||||
|
</race>
|
||||||
|
|
||||||
</races>
|
</races>
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
<comment>Localization</comment>
|
<comment>Localization</comment>
|
||||||
<comment>Strings MUST always be read first</comment>
|
<comment>Strings MUST always be read first</comment>
|
||||||
<include file="vinyambar/de/strings.xml"></include>
|
<include file="vinyambar/de/strings.xml"></include>
|
||||||
<include file="de/strings.xml"></include>
|
<include file="de/strings-wdw.xml"></include>
|
||||||
<include file="en/strings.xml"></include>
|
<include file="en/strings.xml"></include>
|
||||||
<include file="messages.xml"></include>
|
<include file="messages.xml"></include>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue