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/raidboss/25044-Barion.xml
Rogiel 6a40656a38 Update XSD files for templates
This commit updades all XSD files for templates.
2011-10-11 23:45:02 -03:00

71 lines
3.5 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<template:npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="25044" 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="false" targetable="true" attackable="true">
<name display="true" send="false">Barion</name>
<title send="false">Raid Boss</title>
<level>47</level>
<race>UNDEAD</race>
<sex>MALE</sex>
<stats>
<hp regen="47.4740881903858" max="134366.203995058"/>
<mp regen="2.1" max="665.0"/>
<attack critical="4" evasion="0" range="40">
<physical speed="253.0" damage="380.23638"/>
<magical speed="333.0" damage="42.89876"/>
</attack>
<defense>
<physical value="559.90707"/>
<magical value="273.14"/>
</defense>
<move walk="40.0" run="170.0"/>
<base wit="70" dex="73" men="80" con="57" str="60" int="76"/>
</stats>
<experience>2205665</experience>
<sp>257531</sp>
<item lefthand="0" righthand="70"/>
<collision heigth="39.0" radius="15.0"/>
</info>
<droplist>
<item chance="79200" category="DROP" max="1" min="1" id="2436"/>
<item chance="60919" category="DROP" max="1" min="1" id="2437"/>
<item chance="60919" category="DROP" max="1" min="1" id="2438"/>
<item chance="79200" category="DROP" max="1" min="1" id="2460"/>
<item chance="60919" category="DROP" max="1" min="1" id="2461"/>
<item chance="60919" category="DROP" max="1" min="1" id="2462"/>
<item chance="60919" category="DROP" max="1" min="1" id="2463"/>
<item chance="18415" category="DROP" max="432" min="144" id="2954"/>
<item chance="10399" category="DROP" max="765" min="255" id="2955"/>
<item chance="5761" category="DROP" max="1188" min="396" id="2960"/>
<item chance="76045" category="DROP" max="90" min="30" id="2961"/>
<item chance="58496" category="DROP" max="117" min="39" id="2962"/>
<item chance="46558" category="DROP" max="147" min="49" id="2963"/>
<item chance="38023" category="DROP" max="180" min="60" id="2964"/>
<item chance="37332" category="UNK_1" max="1" min="1" id="228"/>
<item chance="668197" category="UNK_1" max="9" min="3" id="2119"/>
<item chance="90517" category="UNK_2" max="63" min="21" id="952"/>
<item chance="158406" category="UNK_2" max="6" min="2" id="4604"/>
<item chance="126724" category="UNK_2" max="7" min="3" id="4605"/>
<item chance="105604" category="UNK_2" max="9" min="3" id="4606"/>
<item chance="810000" category="UNK_100" max="3" min="1" id="9814"/>
<item chance="810000" category="UNK_101" max="1" min="1" id="8176"/>
</droplist>
<skills>
<skill level="1" id="4045"/>
<skill level="4" id="4178"/>
<skill level="1" 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="2" id="4414"/>
<skill level="3" id="4415"/>
<skill level="1" id="4416"/>
<skill level="1" id="4494"/>
<skill level="1" id="4805"/>
</skills>
</template:npc>