mirror of
https://github.com/Rogiel/l2jserver2
synced 2026-02-06 17:52:47 +00:00
Implemented XML templates
This commit is contained in:
48
data/templates/npc/monster/21185-LilimGreatMystic.xml
Normal file
48
data/templates/npc/monster/21185-LilimGreatMystic.xml
Normal file
@@ -0,0 +1,48 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="Monster" id="21185" xsi:schemaLocation="npc ../../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
|
||||
<info aggressive="false" targetable="true" attackable="false">
|
||||
<name display="true" send="false">Lilim Great Mystic</name>
|
||||
<level>78</level>
|
||||
<sex>FEMALE</sex>
|
||||
<stats>
|
||||
<hp regen="8.5" max="2802.89989"/>
|
||||
<mp regen="3.0" max="1607.4"/>
|
||||
<attack critical="1" evasion="0" range="40">
|
||||
<physical speed="253.0" damage="855.81387"/>
|
||||
<magical speed="333.0" damage="584.40994"/>
|
||||
</attack>
|
||||
<defense>
|
||||
<physical value="332.70061"/>
|
||||
<magical value="221.51582"/>
|
||||
</defense>
|
||||
<move walk="50.0" run="180.0"/>
|
||||
<base wit="20" dex="30" men="20" con="43" str="40" int="21"/>
|
||||
</stats>
|
||||
<experience>29223</experience>
|
||||
<sp>3198</sp>
|
||||
<collision heigth="37.5" radius="10.0"/>
|
||||
</info>
|
||||
<droplist>
|
||||
<item chance="513582" max="1" min="1" id="1875"/>
|
||||
<item chance="34568" max="1" min="1" id="5481"/>
|
||||
<item chance="34691" max="1" min="1" id="5487"/>
|
||||
<item chance="35" max="1" min="1" id="5304"/>
|
||||
<item chance="57" max="1" min="1" id="5305"/>
|
||||
<item chance="22" max="1" min="1" id="5308"/>
|
||||
<item chance="3986" max="1" min="1" id="5485"/>
|
||||
<item chance="2805" max="1" min="1" id="5486"/>
|
||||
<item chance="6257" max="1" min="1" id="5489"/>
|
||||
<item chance="94815" max="9" min="3" id="1868"/>
|
||||
<item chance="113778" max="1" min="1" id="1873"/>
|
||||
<item chance="56889" max="1" min="1" id="1876"/>
|
||||
<item chance="81270" max="1" min="1" id="1895"/>
|
||||
<item chance="4741" max="1" min="1" id="4042"/>
|
||||
<item chance="31605" max="1" min="1" id="6671"/>
|
||||
<item chance="126" max="1" min="1" id="5282"/>
|
||||
<item chance="2370" max="1" min="1" id="8732"/>
|
||||
<item chance="593" max="1" min="1" id="8742"/>
|
||||
<item chance="59" max="1" min="1" id="8752"/>
|
||||
<item chance="700000" max="1227" min="612" id="6361"/>
|
||||
<item chance="700000" max="22" min="11" id="6362"/>
|
||||
</droplist>
|
||||
</npc>
|
||||
Reference in New Issue
Block a user