1
0
mirror of https://github.com/Rogiel/l2jserver2 synced 2025-12-06 07:32:46 +00:00
Files
l2jserver2/l2jserver2-gameserver/data/template/npc/monster/21152-PurgatoryWisp.xml
Rogiel 6a40656a38 Update XSD files for templates
This commit updades all XSD files for templates.
2011-10-11 23:45:02 -03:00

68 lines
3.3 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<template:npc
controller="com.l2jserver.model.world.npc.controller.MonsterController"
id="21152" 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">Purgatory Wisp</name>
<level>53</level>
<race>MAGIC_CREATURE</race>
<sex>MALE</sex>
<stats>
<hp regen="6.5" max="1570.8463"/>
<mp regen="2.4" max="832.4"/>
<attack critical="1" evasion="0" range="40">
<physical speed="253.0" damage="353.71092"/>
<magical speed="333.0" damage="241.5387"/>
</attack>
<defense>
<physical value="214.18326"/>
<magical value="142.60563"/>
</defense>
<move walk="80.0" run="150.0"/>
<base wit="20" dex="30" men="20" con="43" str="40" int="21"/>
</stats>
<experience>12189</experience>
<sp>958</sp>
<collision heigth="22.0" radius="13.0"/>
</info>
<droplist>
<item chance="700000" category="DROP" max="3283" min="1616" id="57"/>
<item chance="79" category="UNK_1" max="1" min="1" id="400"/>
<item chance="37" category="UNK_1" max="1" min="1" id="401"/>
<item chance="127" category="UNK_1" max="1" min="1" id="420"/>
<item chance="8167" category="SPOIL" max="1" min="1" id="1806"/>
<item chance="251" category="UNK_2" max="1" min="1" id="1806"/>
<item chance="251284" category="UNK_2" max="1" min="1" id="1868"/>
<item chance="50257" category="UNK_2" max="1" min="1" id="1873"/>
<item chance="25128" category="UNK_2" max="1" min="1" id="1876"/>
<item chance="35898" category="UNK_2" max="1" min="1" id="1895"/>
<item chance="139722" category="SPOIL" max="1" min="1" id="1920"/>
<item chance="5386" category="UNK_1" max="1" min="1" id="1984"/>
<item chance="8665" category="UNK_1" max="1" min="1" id="1985"/>
<item chance="3824" category="UNK_1" max="1" min="1" id="1987"/>
<item chance="2094" category="UNK_2" max="1" min="1" id="4042"/>
<item chance="13611" category="SPOIL" max="1" min="1" id="4600"/>
<item chance="967" category="UNK_2" max="1" min="1" id="4941"/>
<item chance="2421" category="UNK_2" max="1" min="1" id="4959"/>
<item chance="2908" category="UNK_200" max="1" min="1" id="8726"/>
<item chance="727" category="UNK_200" max="1" min="1" id="8736"/>
<item chance="73" category="UNK_200" max="1" min="1" id="8746"/>
<item chance="15" category="UNK_200" max="1" min="1" id="8756"/>
</droplist>
<skills>
<skill level="5" id="4151"/>
<skill level="5" id="4160"/>
<skill level="1" id="4276"/>
<skill level="12" id="4408"/>
<skill level="1" id="4409"/>
<skill level="11" id="4410"/>
<skill level="11" id="4411"/>
<skill level="11" id="4412"/>
<skill level="11" id="4413"/>
<skill level="3" id="4414"/>
<skill level="5" id="4415"/>
<skill level="2" id="4416"/>
</skills>
</template:npc>