2015-05-12 01:55:11 +02:00
|
|
|
<?xml version="1.0" ?>
|
2010-08-08 09:40:42 +02:00
|
|
|
<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">
|
|
|
|
<race name="snowman"/>
|
|
|
|
</modifier>
|
|
|
|
</weapon>
|
|
|
|
</item>
|
|
|
|
</resource>
|
|
|
|
|
|
|
|
<resource name="snowman">
|
2017-02-27 04:22:28 +01:00
|
|
|
<item notlost="yes" weight="1" use="yes" />
|
2010-08-08 09:40:42 +02:00
|
|
|
</resource>
|
|
|
|
|
2015-11-27 15:23:48 +01:00
|
|
|
<resource name="snowglobe">
|
2017-02-27 04:22:28 +01:00
|
|
|
<item notlost="yes" weight="1" use="yes" />
|
2015-11-27 15:23:48 +01:00
|
|
|
</resource>
|
|
|
|
|
2010-08-08 09:40:42 +02:00
|
|
|
<resource name="ring_of_levitation" appearance="ring">
|
2017-02-27 04:22:28 +01:00
|
|
|
<item notlost="yes" weight="0" cursed="true" use="yes" />
|
2010-08-08 09:40:42 +02:00
|
|
|
</resource>
|
|
|
|
|
|
|
|
<resource name="birthdaycake">
|
|
|
|
<item notlost="yes" weight="0"/>
|
|
|
|
</resource>
|
|
|
|
|
|
|
|
<resource name="lebkuchenherz">
|
|
|
|
<item notlost="yes" weight="0"/>
|
|
|
|
</resource>
|
|
|
|
|
|
|
|
<!-- ambassador rewards -->
|
|
|
|
<resource name="seashell">
|
2017-02-27 04:22:28 +01:00
|
|
|
<item cursed="true" weight="0" use="yes" />
|
2010-08-08 09:40:42 +02:00
|
|
|
</resource>
|
|
|
|
|
|
|
|
<!-- xmas 2005 -->
|
|
|
|
<resource name="stardust" appearance="vial">
|
2017-02-27 04:22:28 +01:00
|
|
|
<item weight="0" use="yes" />
|
2010-08-08 09:40:42 +02:00
|
|
|
</resource>
|
|
|
|
|
|
|
|
<!-- xmas 2006 -->
|
|
|
|
<resource name="xmastree">
|
2017-02-27 04:22:28 +01:00
|
|
|
<item weight="0" use="yes" />
|
2010-08-08 09:40:42 +02:00
|
|
|
</resource>
|
|
|
|
|
|
|
|
<!-- museum items -->
|
2014-07-22 00:39:30 +02:00
|
|
|
<resource name="questkey1" appearance="key">
|
|
|
|
<!-- Key for an old quest. placeholder item -->
|
|
|
|
<item notlost="yes" weight="0" >
|
|
|
|
<function name="use" value="use_museumkey"/>
|
|
|
|
</item>
|
|
|
|
</resource>
|
|
|
|
|
|
|
|
<resource name="questkey2" appearance="key">
|
|
|
|
<!-- Key for an old quest. placeholder item -->
|
|
|
|
<item notlost="yes" weight="0" >
|
|
|
|
<function name="use" value="use_museumkey"/>
|
|
|
|
</item>
|
|
|
|
</resource>
|
|
|
|
|
2010-08-08 09:40:42 +02:00
|
|
|
<resource name="museumexitticket">
|
|
|
|
<!-- you get your stuff back when leaving the museum -->
|
|
|
|
<item notlost="yes" weight="0">
|
|
|
|
<function name="use" value="use_museumexitticket"/>
|
|
|
|
</item>
|
|
|
|
</resource>
|
|
|
|
|
|
|
|
<resource name="museumticket">
|
|
|
|
<!-- you get your stuff back when leaving the museum -->
|
|
|
|
<item weight="0">
|
|
|
|
<function name="use" value="use_museumticket"/>
|
|
|
|
</item>
|
|
|
|
</resource>
|
|
|
|
|
|
|
|
<!-- gimmicks, etc. -->
|
|
|
|
<resource name="aog">
|
|
|
|
<!-- Amulett des Treffens -->
|
|
|
|
<item notlost="yes" cursed="true" weight="0"/>
|
|
|
|
</resource>
|
|
|
|
|
|
|
|
<resource name="ao_daemon">
|
|
|
|
<!-- summons igjarjuk -->
|
|
|
|
<item weight="0" score="6000" notlost="true" cursed="true">
|
|
|
|
<function name="use" value="useigjarjuk"/>
|
|
|
|
<function name="give" value="giveigjarjuk"/>
|
|
|
|
</item>
|
|
|
|
</resource>
|
|
|
|
|
|
|
|
<resource name="griphonwing">
|
|
|
|
<!-- this lets you leave the arena -->
|
|
|
|
<item weight="0" score="6000" notlost="true" cursed="true">
|
|
|
|
<function name="use" value="leave_arena"/>
|
|
|
|
<function name="give" value="giveigjarjuk"/>
|
|
|
|
</item>
|
|
|
|
</resource>
|
|
|
|
|
|
|
|
<resource name="eyeofdragon">
|
|
|
|
<!-- the arena gate, for one-time entry -->
|
|
|
|
<item weight="0" score="0">
|
|
|
|
<function name="use" value="enter_arena"/>
|
|
|
|
</item>
|
|
|
|
</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>
|