forked from github/server
131 lines
3.3 KiB
XML
131 lines
3.3 KiB
XML
<?xml version="1.0" ?>
|
|
<eressea>
|
|
<resources>
|
|
|
|
<!-- xmas gimmicks -->
|
|
<resource name="snowball">
|
|
<item notlost="yes" weight="0">
|
|
<weapon bash="true" missile="true" skill="unarmed" offmod="0" defmod="0" reload="0" magres="0.0">
|
|
<damage type="rider" value="3d8+8"/>
|
|
<damage type="footman" value="3d8+8"/>
|
|
<modifier type="missile_target" value="2"/>
|
|
<modifier type="skill" value="-90"/>
|
|
<modifier type="skill" value="100" races="snowman"/>
|
|
</weapon>
|
|
</item>
|
|
</resource>
|
|
|
|
<resource name="snowman">
|
|
<item notlost="yes" weight="1" use="yes" />
|
|
</resource>
|
|
|
|
<resource name="snowglobe">
|
|
<item notlost="yes" weight="1" use="yes" />
|
|
</resource>
|
|
|
|
<resource name="ring_of_levitation" appearance="ring">
|
|
<item notlost="yes" weight="0" cursed="true" use="yes" />
|
|
</resource>
|
|
|
|
<resource name="birthdaycake">
|
|
<item notlost="yes" weight="0"/>
|
|
</resource>
|
|
|
|
<resource name="lebkuchenherz">
|
|
<item notlost="yes" weight="0"/>
|
|
</resource>
|
|
|
|
<!-- ambassador rewards -->
|
|
<resource name="seashell">
|
|
<item cursed="true" weight="0" use="yes" />
|
|
</resource>
|
|
|
|
<!-- xmas 2005 -->
|
|
<resource name="stardust" appearance="vial">
|
|
<item weight="0" use="yes" />
|
|
</resource>
|
|
|
|
<!-- xmas 2006 -->
|
|
<resource name="xmastree">
|
|
<item weight="0" use="yes" />
|
|
</resource>
|
|
|
|
<!-- museum items -->
|
|
<resource name="questkey1" appearance="key">
|
|
<!-- Key for an old quest. placeholder item -->
|
|
<item notlost="yes" weight="0" use="yes" />
|
|
</resource>
|
|
|
|
<resource name="questkey2" appearance="key">
|
|
<!-- Key for an old quest. placeholder item -->
|
|
<item notlost="yes" weight="0" use="yes" />
|
|
</resource>
|
|
|
|
<resource name="museumexitticket">
|
|
<!-- you get your stuff back when leaving the museum -->
|
|
<item notlost="yes" weight="0" use="yes" />
|
|
</resource>
|
|
|
|
<resource name="museumticket">
|
|
<!-- you get your stuff back when leaving the museum -->
|
|
<item weight="0" use="yes" />
|
|
</resource>
|
|
|
|
<!-- gimmicks, etc. -->
|
|
<resource name="aog">
|
|
<!-- Amulett des Treffens -->
|
|
<item notlost="yes" cursed="true" weight="0"/>
|
|
</resource>
|
|
|
|
<resource name="aoc" appearance="amulet">
|
|
<item weight="100" use="yes" />
|
|
</resource>
|
|
|
|
<resource name="eyeofdragon">
|
|
<!-- the arena gate, for one-time entry -->
|
|
<item weight="0" score="0"/>
|
|
</resource>
|
|
|
|
<resource name="jadee_ring" appearance="ring">
|
|
<!-- Wedding ring for Jadee -->
|
|
<item cursed="yes" notlost="yes" weight="0" />
|
|
</resource>
|
|
|
|
<resource name="wente_ring" appearance="ring">
|
|
<!-- Wedding ring for Wildente -->
|
|
<item cursed="yes" notlost="yes" weight="0" />
|
|
</resource>
|
|
|
|
<resource name="jadee_dress">
|
|
<!-- Wedding dress for Jadee -->
|
|
<item cursed="yes" notlost="yes" weight="0" />
|
|
</resource>
|
|
|
|
<resource name="wente_dress">
|
|
<!-- Wedding dress for Wildente -->
|
|
<item cursed="yes" notlost="yes" weight="0" />
|
|
</resource>
|
|
|
|
<resource name="lmsreward">
|
|
<!-- LMS reward -->
|
|
<item cursed="yes" notlost="yes" weight="0" />
|
|
</resource>
|
|
|
|
<!-- christmas items: start -->
|
|
<resource name="almond">
|
|
<item weight="0"/>
|
|
</resource>
|
|
<resource name="apple">
|
|
<item weight="0"/>
|
|
</resource>
|
|
<resource name="nut">
|
|
<item weight="0"/>
|
|
</resource>
|
|
<resource name="cookie">
|
|
<item weight="0"/>
|
|
</resource>
|
|
<!-- christmas items: end -->
|
|
|
|
</resources>
|
|
</eressea>
|