mirror of
https://github.com/Rogiel/l2jserver2
synced 2025-12-07 16:03:10 +00:00
Implemented XML templates
This commit is contained in:
46
data/templates/npc/monster/22147-RitualOffering.xml
Normal file
46
data/templates/npc/monster/22147-RitualOffering.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="22147" xsi:schemaLocation="npc ../../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
|
||||
<info aggressive="true" targetable="true" attackable="false">
|
||||
<name display="true" send="false">Ritual Offering</name>
|
||||
<level>78</level>
|
||||
<sex>MALE</sex>
|
||||
<stats>
|
||||
<hp regen="8.823" max="3044.88717"/>
|
||||
<mp regen="3.111" max="1812.948"/>
|
||||
<attack critical="1" evasion="0" range="40">
|
||||
<physical speed="253.0" damage="985.66601"/>
|
||||
<magical speed="333.0" damage="699.25752"/>
|
||||
</attack>
|
||||
<defense>
|
||||
<physical value="367.35364"/>
|
||||
<magical value="268.81345"/>
|
||||
</defense>
|
||||
<move walk="38.0" run="180.0"/>
|
||||
<base wit="20" dex="30" men="20" con="43" str="40" int="21"/>
|
||||
</stats>
|
||||
<experience>35945</experience>
|
||||
<sp>3976</sp>
|
||||
<collision heigth="22.3" radius="17.0"/>
|
||||
</info>
|
||||
<droplist>
|
||||
<item chance="700000" max="10077" min="4937" id="57"/>
|
||||
<item chance="18254" max="39" min="13" id="1867"/>
|
||||
<item chance="115511" max="120" min="40" id="1344"/>
|
||||
<item chance="73927" max="6" min="2" id="1869"/>
|
||||
<item chance="61606" max="9" min="3" id="1870"/>
|
||||
<item chance="52805" max="9" min="3" id="1871"/>
|
||||
<item chance="13954" max="1" min="1" id="6342"/>
|
||||
<item chance="30803" max="24" min="8" id="1872"/>
|
||||
<item chance="9030" max="1" min="1" id="6344"/>
|
||||
<item chance="20055" max="1" min="1" id="6346"/>
|
||||
<item chance="123" max="1" min="1" id="6328"/>
|
||||
<item chance="82" max="1" min="1" id="6327"/>
|
||||
<item chance="62" max="1" min="1" id="6326"/>
|
||||
<item chance="370" max="1" min="1" id="6901"/>
|
||||
<item chance="21231" max="1" min="1" id="6689"/>
|
||||
<item chance="10011" max="1" min="1" id="6901"/>
|
||||
<item chance="3080" max="1" min="1" id="8732"/>
|
||||
<item chance="770" max="1" min="1" id="8742"/>
|
||||
<item chance="77" max="1" min="1" id="8752"/>
|
||||
</droplist>
|
||||
</npc>
|
||||
Reference in New Issue
Block a user