mirror of
https://github.com/Rogiel/l2jserver2
synced 2026-02-04 00:42:48 +00:00
Implemented XML templates
This commit is contained in:
47
data/templates/npc/chest/21816-TreasureChest.xml
Normal file
47
data/templates/npc/chest/21816-TreasureChest.xml
Normal file
@@ -0,0 +1,47 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="Chest" id="21816" xsi:schemaLocation="npc ../../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
|
||||
<info aggressive="false" targetable="true" attackable="false">
|
||||
<name display="true" send="false">Treasure Chest</name>
|
||||
<level>66</level>
|
||||
<sex>MALE</sex>
|
||||
<stats>
|
||||
<hp regen="7.5" max="2244.67715"/>
|
||||
<mp regen="2.7" max="1219.8"/>
|
||||
<attack critical="1" evasion="0" range="40">
|
||||
<physical speed="253.0" damage="603.79903"/>
|
||||
<magical speed="333.0" damage="412.31647"/>
|
||||
</attack>
|
||||
<defense>
|
||||
<physical value="276.72752"/>
|
||||
<magical value="184.2483"/>
|
||||
</defense>
|
||||
<move walk="80.0" run="165.0"/>
|
||||
<base wit="20" dex="30" men="20" con="43" str="40" int="21"/>
|
||||
</stats>
|
||||
<experience>5227</experience>
|
||||
<sp>492</sp>
|
||||
<collision heigth="8.5" radius="8.5"/>
|
||||
</info>
|
||||
<droplist>
|
||||
<item chance="700000" max="1448" min="714" id="57"/>
|
||||
<item chance="106478" max="1" min="1" id="1864"/>
|
||||
<item chance="53239" max="1" min="1" id="1869"/>
|
||||
<item chance="5324" max="1" min="1" id="1880"/>
|
||||
<item chance="1775" max="1" min="1" id="4043"/>
|
||||
<item chance="35501" max="1" min="1" id="4054"/>
|
||||
<item chance="3991" max="1" min="1" id="4077"/>
|
||||
<item chance="3353" max="1" min="1" id="4088"/>
|
||||
<item chance="3353" max="1" min="1" id="4089"/>
|
||||
<item chance="20" max="1" min="1" id="5434"/>
|
||||
<item chance="985" max="1" min="1" id="5438"/>
|
||||
<item chance="24032" max="1" min="1" id="5550"/>
|
||||
<item chance="710" max="1" min="1" id="5550"/>
|
||||
<item chance="710" max="1" min="1" id="8729"/>
|
||||
<item chance="177" max="1" min="1" id="8739"/>
|
||||
<item chance="18" max="1" min="1" id="8749"/>
|
||||
<item chance="4" max="1" min="1" id="8759"/>
|
||||
<item chance="450" max="1" min="1" id="12183"/>
|
||||
<item chance="315" max="1" min="1" id="12185"/>
|
||||
<item chance="315" max="1" min="1" id="12202"/>
|
||||
</droplist>
|
||||
</npc>
|
||||
Reference in New Issue
Block a user