mirror of
https://github.com/Rogiel/l2jserver2
synced 2025-12-07 07:52:57 +00:00
Implemented XML templates
This commit is contained in:
36
data/templates/npc/raidboss/25060-UnrequitedKael.xml
Normal file
36
data/templates/npc/raidboss/25060-UnrequitedKael.xml
Normal file
@@ -0,0 +1,36 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="RaidBoss" id="25060" xsi:schemaLocation="npc ../../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
|
||||
<info aggressive="false" targetable="true" attackable="false">
|
||||
<name display="true" send="false">Unrequited Kael</name>
|
||||
<title send="false">Raid Boss</title>
|
||||
<level>24</level>
|
||||
<sex>FEMALE</sex>
|
||||
<stats>
|
||||
<hp regen="17.9607701717791" max="41750.9956905562"/>
|
||||
<mp regen="1.5" max="245.52"/>
|
||||
<attack critical="4" evasion="0" range="40">
|
||||
<physical speed="253.0" damage="68.32045"/>
|
||||
<magical speed="333.0" damage="4.30075"/>
|
||||
</attack>
|
||||
<defense>
|
||||
<physical value="296.12757"/>
|
||||
<magical value="144.46"/>
|
||||
</defense>
|
||||
<move walk="60.0" run="170.0"/>
|
||||
<base wit="70" dex="73" men="80" con="57" str="60" int="76"/>
|
||||
</stats>
|
||||
<experience>2584114</experience>
|
||||
<sp>74037</sp>
|
||||
<collision heigth="75.0" radius="20.0"/>
|
||||
</info>
|
||||
<droplist>
|
||||
<item chance="115232" max="1" min="1" id="275"/>
|
||||
<item chance="115232" max="1" min="1" id="276"/>
|
||||
<item chance="278795" max="12" min="4" id="605"/>
|
||||
<item chance="105736" max="10" min="4" id="955"/>
|
||||
<item chance="411195" max="22" min="8" id="956"/>
|
||||
<item chance="148691" max="22" min="8" id="1123"/>
|
||||
<item chance="169448" max="36" min="12" id="2024"/>
|
||||
<item chance="154198" max="72" min="24" id="6387"/>
|
||||
</droplist>
|
||||
</npc>
|
||||
Reference in New Issue
Block a user