mirror of
https://github.com/Rogiel/l2jserver2
synced 2025-12-09 00:42:56 +00:00
Implemented XML templates
This commit is contained in:
37
data/templates/npc/raidboss/25166-Ikuntai.xml
Normal file
37
data/templates/npc/raidboss/25166-Ikuntai.xml
Normal file
@@ -0,0 +1,37 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="RaidBoss" id="25166" xsi:schemaLocation="npc ../../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
|
||||
<info aggressive="false" targetable="true" attackable="false">
|
||||
<name display="true" send="false">Ikuntai</name>
|
||||
<title send="false">Raid Boss</title>
|
||||
<level>25</level>
|
||||
<sex>MALE</sex>
|
||||
<stats>
|
||||
<hp regen="24.0862326352072" max="56644.1399290069"/>
|
||||
<mp regen="1.5" max="259.2"/>
|
||||
<attack critical="4" evasion="0" range="40">
|
||||
<physical speed="253.0" damage="138.03739"/>
|
||||
<magical speed="333.0" damage="16.13317"/>
|
||||
</attack>
|
||||
<defense>
|
||||
<physical value="305.50599"/>
|
||||
<magical value="149.04"/>
|
||||
</defense>
|
||||
<move walk="40.0" run="170.0"/>
|
||||
<base wit="70" dex="73" men="80" con="57" str="60" int="76"/>
|
||||
</stats>
|
||||
<experience>1589296</experience>
|
||||
<sp>122871</sp>
|
||||
<item lefthand="0" righthand="150"/>
|
||||
<collision heigth="39.0" radius="15.0"/>
|
||||
</info>
|
||||
<droplist>
|
||||
<item chance="123685" max="1" min="1" id="157"/>
|
||||
<item chance="123685" max="1" min="1" id="186"/>
|
||||
<item chance="132967" max="10" min="4" id="849"/>
|
||||
<item chance="278665" max="7" min="3" id="880"/>
|
||||
<item chance="87215" max="12" min="4" id="912"/>
|
||||
<item chance="220513" max="216" min="72" id="1901"/>
|
||||
<item chance="250976" max="36" min="12" id="2027"/>
|
||||
<item chance="298017" max="180" min="60" id="6387"/>
|
||||
</droplist>
|
||||
</npc>
|
||||
Reference in New Issue
Block a user