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

62 lines
2.7 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<template:npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="25305" 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">Ketra's Chief Brakki</name>
<title send="false">Raid Boss</title>
<level>80</level>
<race>ANIMAL</race>
<sex>MALE</sex>
<stats>
<hp regen="264.824069962994" max="689061.278161977"/>
<mp regen="3.21" max="2051.19"/>
<attack critical="4" evasion="0" range="40">
<physical speed="253.0" damage="3099.18467"/>
<magical speed="333.0" damage="1426.64875"/>
</attack>
<defense>
<physical value="1185.644"/>
<magical value="578.3992"/>
</defense>
<move walk="26.0" run="190.0"/>
<base wit="70" dex="73" men="80" con="57" str="60" int="76"/>
</stats>
<experience>3775961</experience>
<sp>557272</sp>
<collision heigth="33.5" radius="20.0"/>
</info>
<droplist>
<item chance="32276" category="UNK_2" max="1" min="1" id="959"/>
<item chance="322761" category="UNK_2" max="1" min="1" id="960"/>
<item chance="8734" category="UNK_1" max="1" min="1" id="6370"/>
<item chance="5380" category="UNK_2" max="1" min="1" id="6577"/>
<item chance="684917" category="UNK_1" max="9" min="3" id="6694"/>
<item chance="50316" category="DROP" max="243" min="81" id="6698"/>
<item chance="113061" category="DROP" max="120" min="40" id="6699"/>
<item chance="177429" category="DROP" max="42" min="14" id="6700"/>
<item chance="25381" category="DROP" max="1" min="1" id="6724"/>
<item chance="38072" category="DROP" max="1" min="1" id="6725"/>
<item chance="19032" category="DROP" max="1" min="1" id="6726"/>
</droplist>
<skills>
<skill level="1" id="4045"/>
<skill level="10" id="4173"/>
<skill level="10" id="4177"/>
<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="1" id="4415"/>
<skill level="4" id="4416"/>
<skill level="1" id="4494"/>
<skill level="10" id="4726"/>
<skill level="10" id="4736"/>
<skill level="1" id="4905"/>
</skills>
</template:npc>