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,47 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="Monster" id="21411" xsi:schemaLocation="npc ../../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
<info aggressive="false" targetable="true" attackable="false">
<name display="true" send="false">Guardian Scarab</name>
<level>78</level>
<sex>MALE</sex>
<stats>
<hp regen="8.721" max="2975.2369188"/>
<mp regen="3.0804" max="1742.976"/>
<attack critical="4" evasion="0" range="40">
<physical speed="253.0" damage="938.20801"/>
<magical speed="333.0" damage="656.66638"/>
</attack>
<defense>
<physical value="354.81835"/>
<magical value="239.18092"/>
</defense>
<move walk="45.0" run="195.0"/>
<base wit="20" dex="30" men="20" con="43" str="40" int="21"/>
</stats>
<experience>30337</experience>
<sp>3445</sp>
<collision heigth="26.5" radius="17.0"/>
</info>
<droplist>
<item chance="700000" max="8758" min="4277" id="57"/>
<item chance="128" max="1" min="1" id="960"/>
<item chance="100303" max="120" min="40" id="1344"/>
<item chance="42796" max="15" min="5" id="1867"/>
<item chance="142653" max="3" min="1" id="1872"/>
<item chance="71326" max="1" min="1" id="1882"/>
<item chance="11262" max="1" min="1" id="1894"/>
<item chance="5349" max="1" min="1" id="4042"/>
<item chance="3864" max="1" min="1" id="5282"/>
<item chance="23844" max="1" min="1" id="5538"/>
<item chance="23839" max="1" min="1" id="5541"/>
<item chance="12118" max="1" min="1" id="6342"/>
<item chance="7842" max="1" min="1" id="6344"/>
<item chance="17416" max="1" min="1" id="6346"/>
<item chance="2675" max="1" min="1" id="8732"/>
<item chance="669" max="1" min="1" id="8742"/>
<item chance="67" max="1" min="1" id="8752"/>
<item chance="988" max="1" min="1" id="12350"/>
<item chance="1974" max="1" min="1" id="12351"/>
<item chance="1316" max="1" min="1" id="12352"/>
</droplist>
</npc>