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

70 lines
3.3 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<template:npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="25450" 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">Cherub Galaxia</name>
<title send="false">Raid Boss</title>
<level>79</level>
<race>ANGEL</race>
<sex>MALE</sex>
<stats>
<hp regen="127.691727959173" max="414903.39163531"/>
<mp regen="3.0" max="1641.0"/>
<attack critical="4" evasion="0" range="40">
<physical speed="253.0" damage="2633.52326"/>
<magical speed="333.0" damage="947.57373"/>
</attack>
<defense>
<physical value="1011.21024"/>
<magical value="493.3"/>
</defense>
<move walk="50.0" run="190.0"/>
<base wit="70" dex="73" men="80" con="57" str="60" int="76"/>
</stats>
<experience>5390003</experience>
<sp>1205333</sp>
<item lefthand="0" righthand="97"/>
<collision heigth="120.0" radius="22.0"/>
</info>
<droplist>
<item chance="50985" category="UNK_2" max="1" min="1" id="959"/>
<item chance="509847" category="UNK_2" max="1" min="1" id="960"/>
<item chance="6899" category="UNK_1" max="1" min="1" id="6364"/>
<item chance="6899" category="UNK_1" max="1" min="1" id="6372"/>
<item chance="8498" category="UNK_2" max="1" min="1" id="6577"/>
<item chance="20517" category="DROP" max="1" min="1" id="6676"/>
<item chance="20517" category="DROP" max="1" min="1" id="6677"/>
<item chance="20517" category="DROP" max="1" min="1" id="6681"/>
<item chance="20517" category="DROP" max="1" min="1" id="6682"/>
<item chance="20517" category="DROP" max="1" min="1" id="6685"/>
<item chance="20517" category="DROP" max="1" min="1" id="6686"/>
<item chance="212535" category="UNK_1" max="22" min="8" id="6688"/>
<item chance="404834" category="UNK_1" max="12" min="4" id="6696"/>
<item chance="20833" category="DROP" max="336" min="112" id="6703"/>
<item chance="172836" category="DROP" max="40" min="14" id="6704"/>
<item chance="116664" category="DROP" max="60" min="20" id="6708"/>
<item chance="84846" category="DROP" max="82" min="28" id="6709"/>
<item chance="64813" category="DROP" max="108" min="36" id="6712"/>
<item chance="51280" category="DROP" max="136" min="46" id="6713"/>
</droplist>
<skills>
<skill level="1" id="4045"/>
<skill level="8" id="4183"/>
<skill level="8" id="4190"/>
<skill level="8" id="4194"/>
<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="8" id="4416"/>
<skill level="1" id="4494"/>
<skill level="1" id="4961"/>
</skills>
</template:npc>