1
0
mirror of https://github.com/Rogiel/l2jserver2 synced 2025-12-06 15:33:00 +00:00
Files
l2jserver2/l2jserver2-gameserver/data/template/npc/monster/22515-SoulDevourer.xml

65 lines
3.0 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<template:npc
controller="com.l2jserver.model.world.npc.controller.impl.MonsterController"
id="22515" xsi:schemaLocation="http://schemas.l2jserver2.com/npc ../../npc.xsd"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:template="http://schemas.l2jserver2.com/npc">
<info aggressive="true" targetable="true" attackable="true">
<name display="true" send="false">Soul Devourer</name>
<level>80</level>
<race>UNDEAD</race>
<sex>MALE</sex>
<stats>
<hp regen="8.5" max="3461.77253215841"/>
<mp regen="3.0" max="1708.8"/>
<attack critical="4" evasion="0" range="40">
<physical speed="253.0" damage="1018.31276"/>
<magical speed="333.0" damage="699.49026"/>
</attack>
<defense>
<physical value="347.65631"/>
<magical value="254.3998"/>
</defense>
<move walk="100.0" run="200.0"/>
<base wit="20" dex="30" men="20" con="43" str="40" int="21"/>
</stats>
<experience>63246</experience>
<sp>6665</sp>
<collision heigth="35.36" radius="56.0"/>
</info>
<droplist>
<item chance="700000" category="DROP" max="16925" min="8265" id="57"/>
<item chance="12837" category="UNK_1" max="1" min="1" id="5514"/>
<item chance="12837" category="UNK_1" max="1" min="1" id="5503"/>
<item chance="12837" category="UNK_1" max="1" min="1" id="5515"/>
<item chance="12837" category="UNK_1" max="1" min="1" id="5502"/>
<item chance="112" category="UNK_1" max="1" min="1" id="5318"/>
<item chance="112" category="UNK_1" max="1" min="1" id="5314"/>
<item chance="112" category="UNK_1" max="1" min="1" id="5313"/>
<item chance="112" category="UNK_1" max="1" min="1" id="5319"/>
<item chance="112606" category="UNK_2" max="180" min="60" id="1345"/>
<item chance="289557" category="UNK_2" max="1" min="1" id="1895"/>
<item chance="20269" category="UNK_2" max="1" min="1" id="4040"/>
<item chance="7948" category="UNK_2" max="1" min="1" id="9628"/>
<item chance="5334" category="UNK_2" max="1" min="1" id="9630"/>
<item chance="1014" category="UNK_2" max="1" min="1" id="6901"/>
<item chance="433117" category="SPOIL" max="2" min="1" id="1894"/>
<item chance="147583" category="SPOIL" max="1" min="1" id="5528"/>
</droplist>
<skills>
<skill level="16" id="4408"/>
<skill level="1" id="4409"/>
<skill level="7" id="4410"/>
<skill level="8" id="4411"/>
<skill level="16" id="4412"/>
<skill level="15" id="4413"/>
<skill level="2" id="4414"/>
<skill level="3" id="4415"/>
<skill level="1" id="4416"/>
<skill level="1" id="5465"/>
<skill level="1" id="5888"/>
<skill level="1" id="5899"/>
<skill level="8" id="5918"/>
<skill level="1" id="5937"/>
</skills>
</template:npc>