mirror of
https://github.com/Rogiel/l2jserver2
synced 2025-12-07 07:52:57 +00:00
Implemented XML templates
This commit is contained in:
45
data/templates/npc/raidboss/25661-KanadisGuide.xml
Normal file
45
data/templates/npc/raidboss/25661-KanadisGuide.xml
Normal file
@@ -0,0 +1,45 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="RaidBoss" id="25661" xsi:schemaLocation="npc ../../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
|
||||
<info aggressive="false" targetable="true" attackable="false">
|
||||
<name display="true" send="false">Kanadis Guide</name>
|
||||
<title send="false">Invading Forces</title>
|
||||
<level>83</level>
|
||||
<sex>MALE</sex>
|
||||
<stats>
|
||||
<hp regen="184.460962912287" max="431974.840460863"/>
|
||||
<mp regen="3.0" max="1777.4"/>
|
||||
<attack critical="4" evasion="0" range="40">
|
||||
<physical speed="253.0" damage="1767.7309"/>
|
||||
<magical speed="333.0" damage="1023.84623"/>
|
||||
</attack>
|
||||
<defense>
|
||||
<physical value="1061.58432"/>
|
||||
<magical value="517.88"/>
|
||||
</defense>
|
||||
<move walk="60.0" run="200.0"/>
|
||||
<base wit="70" dex="73" men="80" con="57" str="60" int="76"/>
|
||||
</stats>
|
||||
<experience>2853104</experience>
|
||||
<sp>373311</sp>
|
||||
<collision heigth="33.0" radius="30.0"/>
|
||||
</info>
|
||||
<droplist>
|
||||
<item chance="17968" max="1" min="1" id="959"/>
|
||||
<item chance="179675" max="1" min="1" id="960"/>
|
||||
<item chance="2995" max="1" min="1" id="6577"/>
|
||||
<item chance="7230" max="1" min="1" id="6676"/>
|
||||
<item chance="7230" max="1" min="1" id="6677"/>
|
||||
<item chance="7230" max="1" min="1" id="6681"/>
|
||||
<item chance="7230" max="1" min="1" id="6682"/>
|
||||
<item chance="7230" max="1" min="1" id="6685"/>
|
||||
<item chance="7230" max="1" min="1" id="6686"/>
|
||||
<item chance="102784" max="24" min="8" id="6703"/>
|
||||
<item chance="60910" max="40" min="14" id="6704"/>
|
||||
<item chance="41114" max="60" min="20" id="6708"/>
|
||||
<item chance="29901" max="82" min="28" id="6709"/>
|
||||
<item chance="274092" max="9" min="3" id="6712"/>
|
||||
<item chance="234935" max="10" min="4" id="6713"/>
|
||||
<item chance="115507" max="1" min="1" id="9582"/>
|
||||
<item chance="58468" max="1" min="1" id="9592"/>
|
||||
</droplist>
|
||||
</npc>
|
||||
Reference in New Issue
Block a user