1
0
mirror of https://github.com/Rogiel/l2jserver2 synced 2025-12-06 15:33:00 +00:00

Implemented XML templates

This commit is contained in:
2011-05-24 22:55:31 -03:00
parent 6497016e14
commit cc44946831
10377 changed files with 309163 additions and 6171 deletions

View File

@@ -0,0 +1,44 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="Monster" id="20078" xsi:schemaLocation="npc ../../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
<info aggressive="false" targetable="true" attackable="false">
<name display="true" send="false">Whispering Wind</name>
<level>30</level>
<sex>FEMALE</sex>
<stats>
<hp regen="3.5" max="604.08419"/>
<mp regen="1.5" max="329.4"/>
<attack critical="4" evasion="0" range="40">
<physical speed="253.0" damage="92.64226"/>
<magical speed="333.0" damage="63.26266"/>
</attack>
<defense>
<physical value="118.46427"/>
<magical value="78.87485"/>
</defense>
<move walk="60.0" run="60.0"/>
<base wit="20" dex="30" men="20" con="43" str="40" int="21"/>
</stats>
<experience>1571</experience>
<sp>86</sp>
<collision heigth="70.0" radius="20.0"/>
</info>
<droplist>
<item chance="700000" max="448" min="224" id="57"/>
<item chance="94" max="1" min="1" id="433"/>
<item chance="94" max="1" min="1" id="434"/>
<item chance="94" max="1" min="1" id="435"/>
<item chance="151" max="1" min="1" id="466"/>
<item chance="151" max="1" min="1" id="467"/>
<item chance="151" max="1" min="1" id="468"/>
<item chance="29016" max="1" min="1" id="736"/>
<item chance="116063" max="1" min="1" id="1868"/>
<item chance="23213" max="1" min="1" id="1873"/>
<item chance="3869" max="1" min="1" id="1889"/>
<item chance="58094" max="1" min="1" id="1900"/>
<item chance="4267" max="1" min="1" id="1933"/>
<item chance="2968" max="1" min="1" id="1936"/>
<item chance="6580" max="1" min="1" id="2023"/>
<item chance="7564" max="1" min="1" id="2024"/>
<item chance="5803" max="1" min="1" id="5549"/>
</droplist>
</npc>