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

74 lines
3.6 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<template:npc
controller="com.l2jserver.model.world.npc.controller.MonsterController"
id="21523" 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="true" targetable="true" attackable="true">
<name display="true" send="false">Flash of Splendor</name>
<level>61</level>
<race>ANGEL</race>
<sex>MALE</sex>
<stats>
<hp regen="7.5" max="1985.55926"/>
<mp regen="2.7" max="1066.8"/>
<attack critical="1" evasion="0" range="40">
<physical speed="253.0" damage="501.08068"/>
<magical speed="333.0" damage="342.17315"/>
</attack>
<defense>
<physical value="252.49346"/>
<magical value="168.113"/>
</defense>
<move walk="50.0" run="150.0"/>
<base wit="20" dex="30" men="20" con="43" str="40" int="21"/>
</stats>
<experience>9035</experience>
<sp>796</sp>
<item lefthand="0" righthand="326"/>
<collision heigth="25.0" radius="13.0"/>
</info>
<droplist>
<item chance="700000" category="DROP" max="2471" min="1218" id="57"/>
<item chance="14" category="UNK_1" max="1" min="1" id="357"/>
<item chance="23" category="UNK_1" max="1" min="1" id="383"/>
<item chance="7686" category="SPOIL" max="1" min="1" id="948"/>
<item chance="84084" category="UNK_2" max="1" min="1" id="1832"/>
<item chance="75675" category="UNK_2" max="3" min="1" id="1864"/>
<item chance="75675" category="UNK_2" max="1" min="1" id="1865"/>
<item chance="50450" category="UNK_2" max="1" min="1" id="1866"/>
<item chance="151349" category="UNK_2" max="1" min="1" id="1868"/>
<item chance="30270" category="UNK_2" max="1" min="1" id="1873"/>
<item chance="14" category="UNK_1" max="1" min="1" id="2376"/>
<item chance="23" category="UNK_1" max="1" min="1" id="2379"/>
<item chance="2055" category="UNK_1" max="1" min="1" id="4056"/>
<item chance="3176" category="UNK_1" max="1" min="1" id="4057"/>
<item chance="2055" category="UNK_1" max="1" min="1" id="4064"/>
<item chance="3176" category="UNK_1" max="1" min="1" id="4065"/>
<item chance="110051" category="SPOIL" max="1" min="1" id="4070"/>
<item chance="8709" category="SPOIL" max="1" min="1" id="4159"/>
<item chance="214" category="UNK_2" max="1" min="1" id="4160"/>
<item chance="12612" category="UNK_2" max="1" min="1" id="6670"/>
<item chance="1261" category="UNK_200" max="1" min="1" id="8728"/>
<item chance="315" category="UNK_200" max="1" min="1" id="8738"/>
<item chance="31" category="UNK_200" max="1" min="1" id="8748"/>
<item chance="6" category="UNK_200" max="1" min="1" id="8758"/>
</droplist>
<skills>
<skill level="6" id="4035"/>
<skill level="6" id="4160"/>
<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="5" id="4415"/>
<skill level="8" id="4416"/>
<skill level="6" id="4563"/>
<skill level="6" id="4569"/>
<skill level="3" id="4633"/>
<skill level="3" id="4642"/>
</skills>
</template:npc>