mirror of
https://github.com/Rogiel/l2jserver2
synced 2025-12-07 07:52:57 +00:00
Implemented XML templates
This commit is contained in:
44
data/templates/npc/raidboss/25137-BelethSSeerSephia.xml
Normal file
44
data/templates/npc/raidboss/25137-BelethSSeerSephia.xml
Normal file
@@ -0,0 +1,44 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="RaidBoss" id="25137" xsi:schemaLocation="npc ../../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
|
||||
<info aggressive="false" targetable="true" attackable="false">
|
||||
<name display="true" send="false">Beleth's Seer Sephia</name>
|
||||
<title send="false">Raid Boss</title>
|
||||
<level>55</level>
|
||||
<sex>FEMALE</sex>
|
||||
<stats>
|
||||
<hp regen="64.1713408913048" max="189660.129360453"/>
|
||||
<mp regen="2.4" max="889.8"/>
|
||||
<attack critical="4" evasion="0" range="40">
|
||||
<physical speed="253.0" damage="610.43901"/>
|
||||
<magical speed="333.0" damage="93.51865"/>
|
||||
</attack>
|
||||
<defense>
|
||||
<physical value="670.9086"/>
|
||||
<magical value="327.3"/>
|
||||
</defense>
|
||||
<move walk="80.0" run="170.0"/>
|
||||
<base wit="70" dex="73" men="80" con="57" str="60" int="76"/>
|
||||
</stats>
|
||||
<experience>2477107</experience>
|
||||
<sp>327038</sp>
|
||||
<collision heigth="85.0" radius="28.0"/>
|
||||
</info>
|
||||
<droplist>
|
||||
<item chance="30333" max="1" min="1" id="267"/>
|
||||
<item chance="56421" max="1" min="1" id="503"/>
|
||||
<item chance="80606" max="1" min="1" id="633"/>
|
||||
<item chance="80606" max="1" min="1" id="673"/>
|
||||
<item chance="56421" max="1" min="1" id="2415"/>
|
||||
<item chance="168546" max="67" min="23" id="4072"/>
|
||||
<item chance="42379" max="346" min="116" id="4101"/>
|
||||
<item chance="19751" max="576" min="192" id="4102"/>
|
||||
<item chance="241586" max="36" min="12" id="4111"/>
|
||||
<item chance="97051" max="180" min="60" id="4439"/>
|
||||
<item chance="226452" max="3" min="1" id="4613"/>
|
||||
<item chance="150968" max="4" min="2" id="4614"/>
|
||||
<item chance="452204" max="1" min="1" id="4615"/>
|
||||
<item chance="9382" max="1" min="1" id="6571"/>
|
||||
<item chance="750000" max="4" min="1" id="8176"/>
|
||||
<item chance="750000" max="4" min="1" id="9814"/>
|
||||
</droplist>
|
||||
</npc>
|
||||
Reference in New Issue
Block a user