mirror of
https://github.com/Rogiel/l2jserver2
synced 2025-12-06 07:32:46 +00:00
Implemented XML templates
This commit is contained in:
41
data/templates/npc/raidboss/25654-KanadisHerald.xml
Normal file
41
data/templates/npc/raidboss/25654-KanadisHerald.xml
Normal file
@@ -0,0 +1,41 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="RaidBoss" id="25654" xsi:schemaLocation="npc ../../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
|
||||
<info aggressive="false" targetable="true" attackable="false">
|
||||
<name display="true" send="false">Kanadis Herald</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>2911026</experience>
|
||||
<sp>402310</sp>
|
||||
<collision heigth="33.0" radius="30.0"/>
|
||||
</info>
|
||||
<droplist>
|
||||
<item chance="19645" max="1" min="1" id="959"/>
|
||||
<item chance="196446" max="1" min="1" id="960"/>
|
||||
<item chance="3274" max="1" min="1" id="6577"/>
|
||||
<item chance="11292" max="1" min="1" id="6678"/>
|
||||
<item chance="7905" max="1" min="1" id="6679"/>
|
||||
<item chance="7905" max="1" min="1" id="6683"/>
|
||||
<item chance="7905" max="1" min="1" id="6687"/>
|
||||
<item chance="58707" max="67" min="23" id="6705"/>
|
||||
<item chance="256079" max="18" min="6" id="6706"/>
|
||||
<item chance="146331" max="31" min="11" id="6710"/>
|
||||
<item chance="96030" max="48" min="16" id="6714"/>
|
||||
<item chance="126286" max="1" min="1" id="9582"/>
|
||||
<item chance="63925" max="1" min="1" id="9592"/>
|
||||
</droplist>
|
||||
</npc>
|
||||
Reference in New Issue
Block a user