1
0
mirror of https://github.com/Rogiel/l2jserver2 synced 2025-12-06 15:33:00 +00:00
Files
l2jserver2/data/templates/npc/monster/20048-LesserSuccubus.xml
2011-05-31 17:05:39 -03:00

39 lines
1.6 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<npc
controller="com.l2jserver.model.world.npc.controller.MonsterController"
id="20048" xsi:schemaLocation="npc ../../npc.xsd"
xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<info aggressive="true" targetable="true" attackable="true">
<name display="true" send="false">Lesser Succubus</name>
<level>20</level>
<sex>FEMALE</sex>
<stats>
<hp regen="2.5" max="342.5127"/>
<mp regen="1.2" max="192.0"/>
<attack critical="4" evasion="0" range="40">
<physical speed="253.0" damage="44.32863"/>
<magical speed="333.0" damage="30.2707"/>
</attack>
<defense>
<physical value="86.87049"/>
<magical value="57.83936"/>
</defense>
<move walk="60.0" run="100.0"/>
<base wit="20" dex="30" men="20" con="43" str="40" int="21"/>
</stats>
<experience>606</experience>
<sp>27</sp>
<collision heigth="36.0" radius="10.0"/>
</info>
<droplist>
<item chance="6785" max="1" min="1" id="50"/>
<item chance="74091" max="1" min="1" id="1924"/>
<item chance="45937" max="1" min="1" id="2144"/>
<item chance="700000" max="184" min="106" id="57"/>
<item chance="258" max="1" min="1" id="256"/>
<item chance="90461" max="1" min="1" id="1868"/>
<item chance="18092" max="1" min="1" id="1873"/>
<item chance="9046" max="1" min="1" id="2142"/>
</droplist>
</npc>