mirror of
https://github.com/Rogiel/l2jserver2
synced 2025-12-07 16:03:10 +00:00
Implemented XML templates
This commit is contained in:
@@ -0,0 +1,43 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="Monster" id="22064" xsi:schemaLocation="npc ../../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
|
||||
<info aggressive="true" targetable="true" attackable="false">
|
||||
<name display="true" send="false">Bloodthirsty Ginzu Golem II</name>
|
||||
<level>52</level>
|
||||
<sex>MALE</sex>
|
||||
<stats>
|
||||
<hp regen="6.5" max="1520.38155"/>
|
||||
<mp regen="2.4" max="804.0"/>
|
||||
<attack critical="4" evasion="0" range="40">
|
||||
<physical speed="253.0" damage="337.18867"/>
|
||||
<magical speed="333.0" damage="230.25615"/>
|
||||
</attack>
|
||||
<defense>
|
||||
<physical value="209.50106"/>
|
||||
<magical value="153.30378"/>
|
||||
</defense>
|
||||
<move walk="50.0" run="150.0"/>
|
||||
<base wit="20" dex="30" men="20" con="43" str="40" int="21"/>
|
||||
</stats>
|
||||
<experience>17775</experience>
|
||||
<sp>1312</sp>
|
||||
<collision heigth="37.2" radius="16.0"/>
|
||||
</info>
|
||||
<droplist>
|
||||
<item chance="700000" max="4636" min="2294" id="57"/>
|
||||
<item chance="54274" max="12" min="4" id="1868"/>
|
||||
<item chance="144732" max="90" min="30" id="1342"/>
|
||||
<item chance="86839" max="1" min="1" id="1873"/>
|
||||
<item chance="21710" max="1" min="1" id="5549"/>
|
||||
<item chance="14473" max="1" min="1" id="1889"/>
|
||||
<item chance="7237" max="1" min="1" id="4044"/>
|
||||
<item chance="6396" max="1" min="1" id="2108"/>
|
||||
<item chance="72" max="1" min="1" id="265"/>
|
||||
<item chance="253278" max="1" min="1" id="1983"/>
|
||||
<item chance="53970" max="1" min="1" id="2233"/>
|
||||
<item chance="31470" max="1" min="1" id="2089"/>
|
||||
<item chance="6031" max="1" min="1" id="8725"/>
|
||||
<item chance="1508" max="1" min="1" id="8735"/>
|
||||
<item chance="151" max="1" min="1" id="8745"/>
|
||||
<item chance="30" max="1" min="1" id="8755"/>
|
||||
</droplist>
|
||||
</npc>
|
||||
Reference in New Issue
Block a user