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

56 lines
2.3 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<template:npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="25380" 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">Kaysha Herald of Icarus</name>
<title send="false">Raid Boss</title>
<level>21</level>
<race>DEMON</race>
<sex>FEMALE</sex>
<stats>
<hp regen="16.8269664693931" max="37886.4853669374"/>
<mp regen="1.5" max="205.2"/>
<attack critical="4" evasion="0" range="40">
<physical speed="253.0" damage="53.12758"/>
<magical speed="333.0" damage="3.16861"/>
</attack>
<defense>
<physical value="269.19177"/>
<magical value="131.32"/>
</defense>
<move walk="60.0" run="190.0"/>
<base wit="70" dex="73" men="80" con="57" str="60" int="76"/>
</stats>
<experience>2646357</experience>
<sp>60367</sp>
<collision heigth="43.2" radius="10.0"/>
</info>
<droplist>
<item chance="318120" category="UNK_1" max="1" min="1" id="292"/>
<item chance="227754" category="DROP" max="4" min="2" id="392"/>
<item chance="547320" category="DROP" max="3" min="1" id="414"/>
<item chance="97301" category="UNK_2" max="10" min="4" id="955"/>
<item chance="378396" category="UNK_2" max="22" min="8" id="956"/>
<item chance="141898" category="UNK_2" max="72" min="24" id="6387"/>
</droplist>
<skills>
<skill level="1" id="4045"/>
<skill level="2" id="4187"/>
<skill level="2" id="4188"/>
<skill level="2" id="4192"/>
<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="9" id="4416"/>
<skill level="1" id="4494"/>
<skill level="1" id="4936"/>
</skills>
</template:npc>