mirror of
https://github.com/Rogiel/l2jserver2
synced 2026-03-14 06:38:09 +00:00
Implemented XML templates
This commit is contained in:
36
data/templates/npc/raidboss/25192-EarthProtectorPanathen.xml
Normal file
36
data/templates/npc/raidboss/25192-EarthProtectorPanathen.xml
Normal file
@@ -0,0 +1,36 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="RaidBoss" id="25192" xsi:schemaLocation="npc ../../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
|
||||
<info aggressive="false" targetable="true" attackable="false">
|
||||
<name display="true" send="false">Earth Protector Panathen</name>
|
||||
<title send="false">Raid Boss</title>
|
||||
<level>43</level>
|
||||
<sex>MALE</sex>
|
||||
<stats>
|
||||
<hp regen="39.4112754681274" max="108760.132418533"/>
|
||||
<mp regen="2.1" max="557.4"/>
|
||||
<attack critical="1" evasion="0" range="40">
|
||||
<physical speed="253.0" damage="291.5444"/>
|
||||
<magical speed="333.0" damage="29.76552"/>
|
||||
</attack>
|
||||
<defense>
|
||||
<physical value="507.40251"/>
|
||||
<magical value="247.54"/>
|
||||
</defense>
|
||||
<move walk="15.0" run="170.0"/>
|
||||
<base wit="70" dex="73" men="80" con="57" str="60" int="76"/>
|
||||
</stats>
|
||||
<experience>1976893</experience>
|
||||
<sp>206038</sp>
|
||||
<item lefthand="0" righthand="183"/>
|
||||
<collision heigth="31.0" radius="16.0"/>
|
||||
</info>
|
||||
<droplist>
|
||||
<item chance="67881" max="1" min="1" id="325"/>
|
||||
<item chance="165586" max="1" min="1" id="440"/>
|
||||
<item chance="465225" max="36" min="12" id="1970"/>
|
||||
<item chance="220235" max="36" min="12" id="2088"/>
|
||||
<item chance="555541" max="1" min="1" id="6574"/>
|
||||
<item chance="700000" max="1" min="1" id="8176"/>
|
||||
<item chance="890000" max="2" min="1" id="9816"/>
|
||||
</droplist>
|
||||
</npc>
|
||||
Reference in New Issue
Block a user