mirror of
https://github.com/Rogiel/l2jserver2
synced 2025-12-08 08:23:11 +00:00
Implemented XML templates
This commit is contained in:
41
data/templates/npc/raidboss/25354-GargoyleLordSirocco.xml
Normal file
41
data/templates/npc/raidboss/25354-GargoyleLordSirocco.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="25354" xsi:schemaLocation="npc ../../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
|
||||
<info aggressive="false" targetable="true" attackable="false">
|
||||
<name display="true" send="false">Gargoyle Lord Sirocco</name>
|
||||
<title send="false">Raid Boss</title>
|
||||
<level>35</level>
|
||||
<sex>MALE</sex>
|
||||
<stats>
|
||||
<hp regen="26.794392073316" max="69449.5684546156"/>
|
||||
<mp regen="1.8" max="402.6"/>
|
||||
<attack critical="4" evasion="0" range="40">
|
||||
<physical speed="253.0" damage="163.69565"/>
|
||||
<magical speed="333.0" damage="12.93"/>
|
||||
</attack>
|
||||
<defense>
|
||||
<physical value="410.18844"/>
|
||||
<magical value="200.1"/>
|
||||
</defense>
|
||||
<move walk="140.0" run="190.0"/>
|
||||
<base wit="70" dex="73" men="80" con="57" str="60" int="76"/>
|
||||
</stats>
|
||||
<experience>1912395</experience>
|
||||
<sp>144137</sp>
|
||||
<collision heigth="65.0" radius="16.0"/>
|
||||
</info>
|
||||
<droplist>
|
||||
<item chance="207794" max="1" min="1" id="397"/>
|
||||
<item chance="30926" max="16" min="6" id="630"/>
|
||||
<item chance="475085" max="1" min="1" id="951"/>
|
||||
<item chance="154157" max="36" min="12" id="952"/>
|
||||
<item chance="190655" max="120" min="40" id="1956"/>
|
||||
<item chance="92142" max="157" min="53" id="1961"/>
|
||||
<item chance="332060" max="1" min="1" id="2387"/>
|
||||
<item chance="238251" max="1" min="1" id="2412"/>
|
||||
<item chance="28349" max="18" min="6" id="2494"/>
|
||||
<item chance="38686" max="420" min="140" id="2930"/>
|
||||
<item chance="94151" max="243" min="81" id="2934"/>
|
||||
<item chance="41858" max="576" min="192" id="2935"/>
|
||||
<item chance="17419" max="1" min="1" id="6573"/>
|
||||
</droplist>
|
||||
</npc>
|
||||
Reference in New Issue
Block a user