mirror of
https://github.com/Rogiel/l2jserver2
synced 2025-12-09 08:52:51 +00:00
Implemented XML templates
This commit is contained in:
38
data/templates/npc/raidboss/25063-ChertubaOfGreatSoul.xml
Normal file
38
data/templates/npc/raidboss/25063-ChertubaOfGreatSoul.xml
Normal file
@@ -0,0 +1,38 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="RaidBoss" id="25063" xsi:schemaLocation="npc ../../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
|
||||
<info aggressive="false" targetable="true" attackable="false">
|
||||
<name display="true" send="false">Chertuba of Great Soul</name>
|
||||
<title send="false">Raid Boss</title>
|
||||
<level>35</level>
|
||||
<sex>MALE</sex>
|
||||
<stats>
|
||||
<hp regen="66.9859801832901" max="138899.136909231"/>
|
||||
<mp regen="1.8" max="402.6"/>
|
||||
<attack critical="4" evasion="0" range="40">
|
||||
<physical speed="253.0" damage="327.3913"/>
|
||||
<magical speed="333.0" damage="51.71999"/>
|
||||
</attack>
|
||||
<defense>
|
||||
<physical value="410.18844"/>
|
||||
<magical value="200.1"/>
|
||||
</defense>
|
||||
<move walk="36.0" run="170.0"/>
|
||||
<base wit="70" dex="73" men="80" con="57" str="60" int="76"/>
|
||||
</stats>
|
||||
<experience>1912395</experience>
|
||||
<sp>144137</sp>
|
||||
<item lefthand="0" righthand="78"/>
|
||||
<collision heigth="51.0" radius="24.0"/>
|
||||
</info>
|
||||
<droplist>
|
||||
<item chance="87193" max="1" min="1" id="297"/>
|
||||
<item chance="30926" max="16" min="6" id="630"/>
|
||||
<item chance="712587" max="3" min="1" id="951"/>
|
||||
<item chance="190655" max="120" min="40" id="1956"/>
|
||||
<item chance="208326" max="36" min="12" id="2055"/>
|
||||
<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"/>
|
||||
</droplist>
|
||||
</npc>
|
||||
Reference in New Issue
Block a user