mirror of
https://github.com/Rogiel/l2jserver2
synced 2025-12-07 07:52:57 +00:00
Implemented XML templates
This commit is contained in:
40
data/templates/npc/raidboss/25404-CorsairCaptainKylon.xml
Normal file
40
data/templates/npc/raidboss/25404-CorsairCaptainKylon.xml
Normal file
@@ -0,0 +1,40 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="RaidBoss" id="25404" xsi:schemaLocation="npc ../../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
|
||||
<info aggressive="false" targetable="true" attackable="false">
|
||||
<name display="true" send="false">Corsair Captain Kylon</name>
|
||||
<title send="false">Raid Boss</title>
|
||||
<level>33</level>
|
||||
<sex>MALE</sex>
|
||||
<stats>
|
||||
<hp regen="24.5170941308607" max="62398.1465210939"/>
|
||||
<mp regen="1.8" max="372.96"/>
|
||||
<attack critical="8" evasion="0" range="40">
|
||||
<physical speed="253.0" damage="140.55753"/>
|
||||
<magical speed="333.0" damage="11.19451"/>
|
||||
</attack>
|
||||
<defense>
|
||||
<physical value="387.69285"/>
|
||||
<magical value="189.14"/>
|
||||
</defense>
|
||||
<move walk="14.0" run="190.0"/>
|
||||
<base wit="70" dex="73" men="80" con="57" str="60" int="76"/>
|
||||
</stats>
|
||||
<experience>1932560</experience>
|
||||
<sp>127255</sp>
|
||||
<item lefthand="0" righthand="231"/>
|
||||
<collision heigth="28.0" radius="17.0"/>
|
||||
</info>
|
||||
<droplist>
|
||||
<item chance="40040" max="1" min="1" id="70"/>
|
||||
<item chance="28403" max="16" min="6" id="630"/>
|
||||
<item chance="175102" max="120" min="40" id="1956"/>
|
||||
<item chance="305138" max="12" min="4" id="2047"/>
|
||||
<item chance="218815" max="1" min="1" id="2412"/>
|
||||
<item chance="26036" max="18" min="6" id="2494"/>
|
||||
<item chance="40040" max="1" min="1" id="2499"/>
|
||||
<item chance="35530" max="420" min="140" id="2930"/>
|
||||
<item chance="86470" max="243" min="81" id="2934"/>
|
||||
<item chance="160538" max="22" min="8" id="2967"/>
|
||||
<item chance="47994" max="1" min="1" id="6573"/>
|
||||
</droplist>
|
||||
</npc>
|
||||
Reference in New Issue
Block a user