mirror of
https://github.com/Rogiel/l2jserver2
synced 2026-02-01 15:32:48 +00:00
Implemented XML templates
This commit is contained in:
47
data/templates/npc/monster/20639-Mirror.xml
Normal file
47
data/templates/npc/monster/20639-Mirror.xml
Normal file
@@ -0,0 +1,47 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="Monster" id="20639" xsi:schemaLocation="npc ../../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
|
||||
<info aggressive="false" targetable="true" attackable="false">
|
||||
<name display="true" send="false">Mirror</name>
|
||||
<level>49</level>
|
||||
<sex>MALE</sex>
|
||||
<stats>
|
||||
<hp regen="5.5" max="1372.18568"/>
|
||||
<mp regen="2.1" max="720.0"/>
|
||||
<attack critical="4" evasion="0" range="40">
|
||||
<physical speed="253.0" damage="290.44588"/>
|
||||
<magical speed="333.0" damage="198.33688"/>
|
||||
</attack>
|
||||
<defense>
|
||||
<physical value="195.66302"/>
|
||||
<magical value="130.27465"/>
|
||||
</defense>
|
||||
<move walk="80.0" run="174.0"/>
|
||||
<base wit="20" dex="30" men="20" con="43" str="40" int="21"/>
|
||||
</stats>
|
||||
<experience>10210</experience>
|
||||
<sp>755</sp>
|
||||
<collision heigth="52.0" radius="26.0"/>
|
||||
</info>
|
||||
<droplist>
|
||||
<item chance="700000" max="2440" min="1196" id="57"/>
|
||||
<item chance="30" max="1" min="1" id="227"/>
|
||||
<item chance="30" max="1" min="1" id="242"/>
|
||||
<item chance="5510" max="1" min="1" id="951"/>
|
||||
<item chance="223802" max="1" min="1" id="1868"/>
|
||||
<item chance="44760" max="1" min="1" id="1873"/>
|
||||
<item chance="7460" max="1" min="1" id="1889"/>
|
||||
<item chance="2231" max="1" min="1" id="2083"/>
|
||||
<item chance="2231" max="1" min="1" id="2084"/>
|
||||
<item chance="260" max="1" min="1" id="2328"/>
|
||||
<item chance="7048" max="1" min="1" id="2334"/>
|
||||
<item chance="7048" max="1" min="1" id="2342"/>
|
||||
<item chance="3730" max="1" min="1" id="4044"/>
|
||||
<item chance="4337" max="1" min="1" id="4132"/>
|
||||
<item chance="11190" max="1" min="1" id="5549"/>
|
||||
<item chance="39965" max="1" min="1" id="6668"/>
|
||||
<item chance="3730" max="1" min="1" id="8724"/>
|
||||
<item chance="932" max="1" min="1" id="8734"/>
|
||||
<item chance="93" max="1" min="1" id="8744"/>
|
||||
<item chance="19" max="1" min="1" id="8754"/>
|
||||
</droplist>
|
||||
</npc>
|
||||
Reference in New Issue
Block a user