mirror of
https://github.com/Rogiel/l2jserver2
synced 2025-12-07 07:52:57 +00:00
Implemented XML templates
This commit is contained in:
44
data/templates/npc/monster/21439-HeathenExecuted.xml
Normal file
44
data/templates/npc/monster/21439-HeathenExecuted.xml
Normal 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="21439" xsi:schemaLocation="npc ../../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
|
||||
<info aggressive="true" targetable="true" attackable="false">
|
||||
<name display="true" send="false">Heathen Executed</name>
|
||||
<level>66</level>
|
||||
<sex>MALE</sex>
|
||||
<stats>
|
||||
<hp regen="7.5" max="2244.67715"/>
|
||||
<mp regen="2.7" max="1219.8"/>
|
||||
<attack critical="4" evasion="0" range="40">
|
||||
<physical speed="253.0" damage="603.79903"/>
|
||||
<magical speed="333.0" damage="412.31647"/>
|
||||
</attack>
|
||||
<defense>
|
||||
<physical value="276.72752"/>
|
||||
<magical value="184.2483"/>
|
||||
</defense>
|
||||
<move walk="15.0" run="175.0"/>
|
||||
<base wit="20" dex="30" men="20" con="43" str="40" int="21"/>
|
||||
</stats>
|
||||
<experience>1846</experience>
|
||||
<sp>174</sp>
|
||||
<collision heigth="40.0" radius="30.0"/>
|
||||
</info>
|
||||
<droplist>
|
||||
<item chance="700000" max="511" min="252" id="57"/>
|
||||
<item chance="24412" max="30" min="10" id="1343"/>
|
||||
<item chance="34177" max="1" min="1" id="1864"/>
|
||||
<item chance="17088" max="1" min="1" id="1865"/>
|
||||
<item chance="11392" max="1" min="1" id="1866"/>
|
||||
<item chance="34177" max="1" min="1" id="1868"/>
|
||||
<item chance="6835" max="1" min="1" id="1873"/>
|
||||
<item chance="410" max="1" min="1" id="4115"/>
|
||||
<item chance="2781" max="1" min="1" id="4116"/>
|
||||
<item chance="2781" max="1" min="1" id="4117"/>
|
||||
<item chance="848" max="1" min="1" id="5276"/>
|
||||
<item chance="6" max="1" min="1" id="5456"/>
|
||||
<item chance="228" max="1" min="1" id="8729"/>
|
||||
<item chance="57" max="1" min="1" id="8739"/>
|
||||
<item chance="6" max="1" min="1" id="8749"/>
|
||||
<item chance="1" max="1" min="1" id="8759"/>
|
||||
<item chance="31" max="1" min="1" id="11932"/>
|
||||
</droplist>
|
||||
</npc>
|
||||
Reference in New Issue
Block a user