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

54 lines
2.3 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<template:npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="25378" 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">Madness Beast</name>
<title send="false">Raid Boss</title>
<level>20</level>
<race>BEAST</race>
<sex>MALE</sex>
<stats>
<hp regen="16.5400323223535" max="36847.1860753942"/>
<mp regen="1.2" max="192.0"/>
<attack critical="4" evasion="0" range="40">
<physical speed="253.0" damage="48.82516"/>
<magical speed="333.0" damage="2.38239"/>
</attack>
<defense>
<physical value="260.61147"/>
<magical value="127.14"/>
</defense>
<move walk="30.0" run="190.0"/>
<base wit="70" dex="73" men="80" con="57" str="60" int="76"/>
</stats>
<experience>3041766</experience>
<sp>59634</sp>
<collision heigth="18.7" radius="14.0"/>
</info>
<droplist>
<item chance="515537" category="UNK_1" max="1" min="1" id="258"/>
<item chance="374353" category="DROP" max="4" min="2" id="432"/>
<item chance="224798" category="DROP" max="12" min="4" id="465"/>
<item chance="100243" category="UNK_2" max="10" min="4" id="955"/>
<item chance="389836" category="UNK_2" max="22" min="8" id="956"/>
<item chance="146188" category="UNK_2" max="72" min="24" id="6387"/>
</droplist>
<skills>
<skill level="1" id="4045"/>
<skill level="2" id="4197"/>
<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="3" id="4416"/>
<skill level="1" id="4494"/>
<skill level="1" id="4935"/>
</skills>
</template:npc>