forked from github/server
- Anpassungen wdw an den neuen Parser. Stürzt noch ab!
This commit is contained in:
parent
55141617cb
commit
fa07be0bf7
File diff suppressed because it is too large
Load Diff
|
@ -4,6 +4,7 @@
|
|||
|
||||
<comment>Localization</comment>
|
||||
<xi:include href="de/strings.xml"/>
|
||||
<xi:include href="de/strings-eressea.xml"/>
|
||||
<xi:include href="en/strings.xml"/>
|
||||
|
||||
<xi:include href="races.xml"/>
|
||||
|
|
|
@ -16,4 +16,10 @@
|
|||
<text locale="de">Tempel</text>
|
||||
<text locale="en">temple</text>
|
||||
</string>
|
||||
<string name="seaserpenthead">
|
||||
<text locale="de">Seeschlangenkopf</text>
|
||||
</string>
|
||||
<string name="seaserpenthead_p">
|
||||
<text locale="de">Seeschlangenköpfe</text>
|
||||
</string>
|
||||
</strings>
|
||||
|
|
|
@ -1,32 +1,38 @@
|
|||
<eressea>
|
||||
<?xml version="1.0"?>
|
||||
<eressea xmlns:xi="http://www.w3.org/2001/XInclude">
|
||||
<xi:include href="messages.xml"/>
|
||||
|
||||
<comment>Localization</comment>
|
||||
<comment>Strings MUST always be read first</comment>
|
||||
<include file="vinyambar/de/strings.xml"></include>
|
||||
<include file="de/strings-wdw.xml"></include>
|
||||
<include file="en/strings.xml"></include>
|
||||
<include file="messages.xml"></include>
|
||||
|
||||
<include file="vinyambar/wdw-resources.xml"></include>
|
||||
<xi:include href="de/strings.xml"/>
|
||||
<xi:include href="en/strings.xml"/>
|
||||
|
||||
<include file="races.xml"></include>
|
||||
<include file="resources.xml"></include>
|
||||
<include file="ships.xml"></include>
|
||||
<include file="buildings.xml"></include>
|
||||
<xi:include href="races.xml"/>
|
||||
<xi:include href="resources.xml"/>
|
||||
<xi:include href="ships.xml"/>
|
||||
<xi:include href="buildings.xml"/>
|
||||
|
||||
<game name="Wettstreit der Weisen" units="250" welcome="vinyambar">
|
||||
<comment>Game specific</comment>
|
||||
<order name="ARBEITEN" disable></order>
|
||||
<order name="MEINUNG" disable></order>
|
||||
<order name="MAGIEGEBIET" disable></order>
|
||||
<param name="entertain.base" value="15"></param>
|
||||
<param name="entertain.perlevel" value="5"></param>
|
||||
<param name="nmr.timeout" value="5"></param>
|
||||
<param name="nmr.removenewbie" value="0"></param>
|
||||
<param name="GiveRestriction" value="0"></param>
|
||||
<param name="database.gameid" value="3"></param>
|
||||
<param name="hunger.long" value="0"></param>
|
||||
<param name="allied.skilllimit" value="15"></param>
|
||||
<order name="ARBEITEN" disable="yes"/>
|
||||
<order name="MEINUNG" disable="yes"/>
|
||||
<order name="MAGIEGEBIET" disable="yes"/>
|
||||
<param name="entertain.base" value="15"/>
|
||||
<param name="entertain.perlevel" value="5"/>
|
||||
<param name="nmr.timeout" value="5"/>
|
||||
<param name="nmr.removenewbie" value="0"/>
|
||||
<param name="GiveRestriction" value="0"/>
|
||||
<param name="database.gameid" value="3"/>
|
||||
<param name="hunger.long" value="0"/>
|
||||
<param name="allied.skilllimit" value="15"/>
|
||||
</game>
|
||||
|
||||
<xi:include href="vinyambar/wdw-strings.xml"/>
|
||||
<xi:include href="vinyambar/wdw-resources.xml" />
|
||||
<xi:include href="vinyambar/wdw-races.xml"/>
|
||||
<xi:include href="vinyambar/de/strings.xml"/>
|
||||
|
||||
<strings>
|
||||
<string name="mailto">
|
||||
<text>vinyambar@eressea.amber.kn-bremen.de</text>
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1" ?>
|
||||
<strings>
|
||||
<string name="newbie_info_1">
|
||||
<text locale="de">Bitte denke daran, deine Befehle mit dem Betreff WDW BEFEHLE an vinyambar@eressea.amber.kn-bremen.de zu senden.</text>
|
||||
|
|
|
@ -1,6 +0,0 @@
|
|||
<comment>
|
||||
TODO: store itemtypes externally
|
||||
</comment>
|
||||
|
||||
<items>
|
||||
</items>
|
|
@ -1,6 +0,0 @@
|
|||
<comment>
|
||||
Additional races for this game
|
||||
</comment>
|
||||
|
||||
<items>
|
||||
</items>
|
|
@ -1,6 +1,7 @@
|
|||
<?xml version="1.0"?>
|
||||
<races>
|
||||
<race name="halfling" magres="0.050000" maxaura="1.000000" regaura="1.000000" recruitcost="80" maintenance="10" weight="1000" capacity="540" speed="1.000000" hp="18" ac="0" damage="1d5" unarmedattack="-2" unarmeddefense="-2" attackmodifier="0" defensemodifier="0" playerrace walk giveitem giveperson giveunit getitem equipment>
|
||||
<ai splitsize="10000" attackrandom moverandom learn></ai>
|
||||
<race name="halfling" magres="0.050000" maxaura="1.000000" regaura="1.000000" recruitcost="80" maintenance="10" weight="1000" capacity="540" speed="1.000000" hp="18" ac="0" damage="1d5" unarmedattack="-2" unarmeddefense="-2" attackmodifier="0" defensemodifier="0" playerrace="yes" walk="yes" giveitem="yes" giveperson="yes" giveunit="yes" getitem="yes" equipment="yes">
|
||||
<ai splitsize="10000" attackrandom="yes" moverandom="yes" learn="yes"></ai>
|
||||
<function name="itemdrop" value="halflingspoil"></function>
|
||||
<skill name="sk_crossbow" modifier="0"></skill>
|
||||
<skill name="sk_mining" modifier="1"></skill>
|
||||
|
@ -24,7 +25,7 @@
|
|||
<skill name="sk_taxation" modifier="-1"></skill>
|
||||
<skill name="sk_unarmed" modifier="-99"></skill>
|
||||
<attack type="1" damage="1d5"></attack>
|
||||
<familiar race="owl" default></familiar>
|
||||
<familiar race="owl" default="yes"></familiar>
|
||||
<familiar race="rat"></familiar>
|
||||
<familiar race="eagle"></familiar>
|
||||
<familiar race="songdragon"></familiar>
|
||||
|
|
|
@ -1,139 +1,33 @@
|
|||
<resource name="magicskillboost">
|
||||
<comment>Boost a magician's skill to level 3</comment>
|
||||
<item notlost weight="0">
|
||||
<function name="use" value="usemagicboost"></function>
|
||||
</item>
|
||||
</resource>
|
||||
<strings>
|
||||
<string name="magicskillboost">
|
||||
<text locale="de">Schriftrolle</text>
|
||||
<text locale="en">scroll</text>
|
||||
</string>
|
||||
<string name="magicskillboost_p">
|
||||
<text locale="de">Schriftrollen</text>
|
||||
<text locale="en">scrolls</text>
|
||||
</string>
|
||||
</strings>
|
||||
|
||||
<strings>
|
||||
<string name="gem">
|
||||
<text locale="de">Edelstein</text>
|
||||
<text locale="en">gem</text>
|
||||
</string>
|
||||
<string name="gem_p">
|
||||
<text locale="de">Edelsteine</text>
|
||||
<text locale="en">gems</text>
|
||||
</string>
|
||||
</strings>
|
||||
|
||||
<resource name="opal" appearance="gem">
|
||||
<item weight="0"></item>
|
||||
</resource>
|
||||
<strings>
|
||||
<string name="opal">
|
||||
<text locale="de">Opal</text>
|
||||
<text locale="en">opal</text>
|
||||
</string>
|
||||
<string name="opal_p">
|
||||
<text locale="de">Opale</text>
|
||||
<text locale="en">opals</text>
|
||||
</string>
|
||||
</strings>
|
||||
|
||||
<resource name="diamond" appearance="gem">
|
||||
<item weight="0"></item>
|
||||
</resource>
|
||||
<strings>
|
||||
<string name="diamond">
|
||||
<text locale="de">Diamant</text>
|
||||
<text locale="en">diamond</text>
|
||||
</string>
|
||||
<string name="diamond_p">
|
||||
<text locale="de">Diamanten</text>
|
||||
<text locale="en">diamonds</text>
|
||||
</string>
|
||||
</strings>
|
||||
|
||||
<resource name="zaphire" appearance="gem">
|
||||
<item weight="0"></item>
|
||||
</resource>
|
||||
<strings>
|
||||
<string name="zaphire">
|
||||
<text locale="de">Saphir</text>
|
||||
<text locale="en">zaphire</text>
|
||||
</string>
|
||||
<string name="zaphire_p">
|
||||
<text locale="de">Saphire</text>
|
||||
<text locale="en">zaphires</text>
|
||||
</string>
|
||||
</strings>
|
||||
|
||||
<resource name="topaz" appearance="gem">
|
||||
<item weight="0"></item>
|
||||
</resource>
|
||||
<strings>
|
||||
<string name="topaz">
|
||||
<text locale="de">Topas</text>
|
||||
<text locale="en">topaz</text>
|
||||
</string>
|
||||
<string name="topaz_p">
|
||||
<text locale="de">Topase</text>
|
||||
<text locale="en">topazes</text>
|
||||
</string>
|
||||
</strings>
|
||||
|
||||
<resource name="beryl" appearance="gem">
|
||||
<item weight="0"></item>
|
||||
</resource>
|
||||
<strings>
|
||||
<string name="beryl">
|
||||
<text locale="de">Beryll</text>
|
||||
<text locale="en">beryl</text>
|
||||
</string>
|
||||
<string name="beryl_p">
|
||||
<text locale="de">Berylle</text>
|
||||
<text locale="en">beryls</text>
|
||||
</string>
|
||||
</strings>
|
||||
|
||||
<resource name="agate" appearance="gem">
|
||||
<item weight="0"></item>
|
||||
</resource>
|
||||
<strings>
|
||||
<string name="agate">
|
||||
<text locale="de">Achat</text>
|
||||
<text locale="en">agate</text>
|
||||
</string>
|
||||
<string name="agate_p">
|
||||
<text locale="de">Achate</text>
|
||||
<text locale="en">agates</text>
|
||||
</string>
|
||||
</strings>
|
||||
|
||||
<resource name="garnet" appearance="gem">
|
||||
<item weight="0"></item>
|
||||
</resource>
|
||||
<strings>
|
||||
<string name="garnet">
|
||||
<text locale="de">Granat</text>
|
||||
<text locale="en">garnet</text>
|
||||
</string>
|
||||
<string name="garnet_p">
|
||||
<text locale="de">Granate</text>
|
||||
<text locale="en">garnets</text>
|
||||
</string>
|
||||
</strings>
|
||||
|
||||
<resource name="emerald" appearance="gem">
|
||||
<item weight="0"></item>
|
||||
</resource>
|
||||
<strings>
|
||||
<string name="emerald">
|
||||
<text locale="de">Smaragd</text>
|
||||
<text locale="en">emerald</text>
|
||||
</string>
|
||||
<string name="emerald_p">
|
||||
<text locale="de">Smaragde</text>
|
||||
<text locale="en">emeralds</text>
|
||||
</string>
|
||||
</strings>
|
||||
<?xml version="1.0"?>
|
||||
<resources>
|
||||
<resource name="magicskillboost">
|
||||
<comment>Boost a magician's skill to level 3</comment>
|
||||
<item notlost="yes" weight="0">
|
||||
<function name="use" value="usemagicboost"></function>
|
||||
</item>
|
||||
</resource>
|
||||
<resource name="opal" appearance="gem">
|
||||
<item weight="0"></item>
|
||||
</resource>
|
||||
<resource name="diamond" appearance="gem">
|
||||
<item weight="0"></item>
|
||||
</resource>
|
||||
<resource name="zaphire" appearance="gem">
|
||||
<item weight="0"></item>
|
||||
</resource>
|
||||
<resource name="topaz" appearance="gem">
|
||||
<item weight="0"></item>
|
||||
</resource>
|
||||
<resource name="beryl" appearance="gem">
|
||||
<item weight="0"></item>
|
||||
</resource>
|
||||
<resource name="agate" appearance="gem">
|
||||
<item weight="0"></item>
|
||||
</resource>
|
||||
<resource name="garnet" appearance="gem">
|
||||
<item weight="0"></item>
|
||||
</resource>
|
||||
<resource name="emerald" appearance="gem">
|
||||
<item weight="0"></item>
|
||||
</resource>
|
||||
</resources>
|
||||
|
|
Loading…
Reference in New Issue