1
0
mirror of https://github.com/Rogiel/l2jserver2 synced 2025-12-07 16:03:10 +00:00
Files
l2jserver2/data/templates/npc/monster/20112-SalamanderElder.xml
2011-05-31 17:05:39 -03:00

42 lines
1.8 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<npc
controller="com.l2jserver.model.world.npc.controller.MonsterController"
id="20112" xsi:schemaLocation="npc ../../npc.xsd"
xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<info aggressive="false" targetable="true" attackable="true">
<name display="true" send="false">Salamander Elder</name>
<level>18</level>
<sex>MALE</sex>
<stats>
<hp regen="2.5" max="301.66622"/>
<mp regen="1.2" max="174.64"/>
<attack critical="1" evasion="0" range="40">
<physical speed="253.0" damage="37.82932"/>
<magical speed="333.0" damage="25.83252"/>
</attack>
<defense>
<physical value="81.34791"/>
<magical value="54.16236"/>
</defense>
<move walk="64.0" run="96.0"/>
<base wit="20" dex="30" men="20" con="43" str="40" int="21"/>
</stats>
<experience>992</experience>
<sp>43</sp>
<collision heigth="6.8" radius="16.0"/>
</info>
<droplist>
<item chance="123442" max="1" min="1" id="1800"/>
<item chance="197756" max="1" min="1" id="1801"/>
<item chance="126628" max="1" min="1" id="1924"/>
<item chance="700000" max="310" min="188" id="57"/>
<item chance="1486" max="1" min="1" id="1101"/>
<item chance="2374" max="1" min="1" id="1104"/>
<item chance="7730" max="1" min="1" id="734"/>
<item chance="14586" max="1" min="1" id="1800"/>
<item chance="92762" max="1" min="1" id="1864"/>
<item chance="46381" max="1" min="1" id="1869"/>
<item chance="18553" max="1" min="1" id="1878"/>
</droplist>
</npc>