mirror of
https://github.com/Rogiel/l2jserver2
synced 2025-12-07 07:52:57 +00:00
Implemented XML templates
This commit is contained in:
39
data/templates/npc/raidboss/25305-KetraSChiefBrakki.xml
Normal file
39
data/templates/npc/raidboss/25305-KetraSChiefBrakki.xml
Normal file
@@ -0,0 +1,39 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="RaidBoss" id="25305" xsi:schemaLocation="npc ../../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
|
||||
<info aggressive="false" targetable="true" attackable="false">
|
||||
<name display="true" send="false">Ketra's Chief Brakki</name>
|
||||
<title send="false">Raid Boss</title>
|
||||
<level>80</level>
|
||||
<sex>MALE</sex>
|
||||
<stats>
|
||||
<hp regen="264.824069962994" max="689061.278161977"/>
|
||||
<mp regen="3.21" max="2051.19"/>
|
||||
<attack critical="4" evasion="0" range="40">
|
||||
<physical speed="253.0" damage="3099.18467"/>
|
||||
<magical speed="333.0" damage="1426.64875"/>
|
||||
</attack>
|
||||
<defense>
|
||||
<physical value="1185.644"/>
|
||||
<magical value="578.3992"/>
|
||||
</defense>
|
||||
<move walk="26.0" run="190.0"/>
|
||||
<base wit="70" dex="73" men="80" con="57" str="60" int="76"/>
|
||||
</stats>
|
||||
<experience>3775961</experience>
|
||||
<sp>557272</sp>
|
||||
<collision heigth="33.5" radius="20.0"/>
|
||||
</info>
|
||||
<droplist>
|
||||
<item chance="32276" max="1" min="1" id="959"/>
|
||||
<item chance="322761" max="1" min="1" id="960"/>
|
||||
<item chance="8734" max="1" min="1" id="6370"/>
|
||||
<item chance="5380" max="1" min="1" id="6577"/>
|
||||
<item chance="684917" max="9" min="3" id="6694"/>
|
||||
<item chance="50316" max="243" min="81" id="6698"/>
|
||||
<item chance="113061" max="120" min="40" id="6699"/>
|
||||
<item chance="177429" max="42" min="14" id="6700"/>
|
||||
<item chance="25381" max="1" min="1" id="6724"/>
|
||||
<item chance="38072" max="1" min="1" id="6725"/>
|
||||
<item chance="19032" max="1" min="1" id="6726"/>
|
||||
</droplist>
|
||||
</npc>
|
||||
Reference in New Issue
Block a user