mirror of
https://github.com/Rogiel/l2jserver2
synced 2026-02-06 09:42:49 +00:00
Implemented XML templates
This commit is contained in:
46
data/templates/npc/monster/20799-QueenUndineLad.xml
Normal file
46
data/templates/npc/monster/20799-QueenUndineLad.xml
Normal file
@@ -0,0 +1,46 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="Monster" id="20799" xsi:schemaLocation="npc ../../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
|
||||
<info aggressive="false" targetable="true" attackable="false">
|
||||
<name display="true" send="false">Queen Undine Lad</name>
|
||||
<level>46</level>
|
||||
<sex>FEMALE</sex>
|
||||
<stats>
|
||||
<hp regen="5.5" max="1229.78678"/>
|
||||
<mp regen="2.1" max="637.8"/>
|
||||
<attack critical="4" evasion="0" range="40">
|
||||
<physical speed="253.0" damage="248.0526"/>
|
||||
<magical speed="333.0" damage="169.38777"/>
|
||||
</attack>
|
||||
<defense>
|
||||
<physical value="182.18816"/>
|
||||
<magical value="121.30293"/>
|
||||
</defense>
|
||||
<move walk="60.0" run="174.0"/>
|
||||
<base wit="20" dex="30" men="20" con="43" str="40" int="21"/>
|
||||
</stats>
|
||||
<experience>6312</experience>
|
||||
<sp>448</sp>
|
||||
<collision heigth="27.0" radius="12.0"/>
|
||||
</info>
|
||||
<droplist>
|
||||
<item chance="16244" max="1" min="1" id="2065"/>
|
||||
<item chance="161662" max="1" min="1" id="2164"/>
|
||||
<item chance="7323" max="1" min="1" id="2317"/>
|
||||
<item chance="700000" max="1693" min="828" id="57"/>
|
||||
<item chance="128" max="1" min="1" id="354"/>
|
||||
<item chance="204" max="1" min="1" id="381"/>
|
||||
<item chance="6688" max="1" min="1" id="1959"/>
|
||||
<item chance="13606" max="1" min="1" id="1960"/>
|
||||
<item chance="60197" max="1" min="1" id="1866"/>
|
||||
<item chance="90296" max="1" min="1" id="1871"/>
|
||||
<item chance="3612" max="1" min="1" id="1877"/>
|
||||
<item chance="1750" max="1" min="1" id="2230"/>
|
||||
<item chance="315" max="1" min="1" id="2326"/>
|
||||
<item chance="1806" max="1" min="1" id="4040"/>
|
||||
<item chance="785" max="1" min="1" id="4041"/>
|
||||
<item chance="1969" max="1" min="1" id="8723"/>
|
||||
<item chance="903" max="1" min="1" id="8733"/>
|
||||
<item chance="90" max="1" min="1" id="8743"/>
|
||||
<item chance="18" max="1" min="1" id="8753"/>
|
||||
</droplist>
|
||||
</npc>
|
||||
Reference in New Issue
Block a user