1
0
mirror of https://github.com/Rogiel/l2jserver2 synced 2025-12-07 07:52:57 +00:00
Files
l2jserver2/data/templates/npc/monster/20077-AndroscorpioHunter.xml
2011-05-25 20:22:02 -03:00

41 lines
1.7 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="20077" 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">Androscorpio Hunter</name>
<level>30</level>
<sex>MALE</sex>
<stats>
<hp regen="3.5" max="604.08419"/>
<mp regen="1.5" max="329.4"/>
<attack critical="4" evasion="0" range="40">
<physical speed="253.0" damage="92.64226"/>
<magical speed="333.0" damage="63.26266"/>
</attack>
<defense>
<physical value="118.46427"/>
<magical value="78.87485"/>
</defense>
<move walk="30.0" run="120.0"/>
<base wit="20" dex="30" men="20" con="43" str="40" int="21"/>
</stats>
<experience>1571</experience>
<sp>86</sp>
<collision heigth="14.5" radius="14.0"/>
</info>
<droplist>
<item chance="756" max="1" min="1" id="46"/>
<item chance="700000" max="448" min="224" id="57"/>
<item chance="1078" max="1" min="1" id="627"/>
<item chance="290" max="1" min="1" id="955"/>
<item chance="72540" max="1" min="1" id="1865"/>
<item chance="72540" max="1" min="1" id="1870"/>
<item chance="4836" max="1" min="1" id="1874"/>
<item chance="62468" max="1" min="1" id="1933"/>
<item chance="82578" max="1" min="1" id="2153"/>
<item chance="34933" max="1" min="1" id="2183"/>
</droplist>
</npc>