mirror of
https://github.com/Rogiel/l2jserver2
synced 2025-12-06 15:33:00 +00:00
Implemented XML templates
This commit is contained in:
38
data/templates/npc/raidboss/25553-DurangoTheCrusher.xml
Normal file
38
data/templates/npc/raidboss/25553-DurangoTheCrusher.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="25553" xsi:schemaLocation="npc ../../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
|
||||
<info aggressive="false" targetable="true" attackable="false">
|
||||
<name display="true" send="false">Durango the Crusher</name>
|
||||
<title send="false">Forsaken Prisoner</title>
|
||||
<level>77</level>
|
||||
<sex>MALE</sex>
|
||||
<stats>
|
||||
<hp regen="174.258963997156" max="406426.733925371"/>
|
||||
<mp regen="3.0" max="1574.0"/>
|
||||
<attack critical="4" evasion="0" range="40">
|
||||
<physical speed="253.0" damage="6058.73911"/>
|
||||
<magical speed="333.0" damage="925.85379"/>
|
||||
</attack>
|
||||
<defense>
|
||||
<physical value="984.81219"/>
|
||||
<magical value="480.42"/>
|
||||
</defense>
|
||||
<move walk="60.0" run="170.0"/>
|
||||
<base wit="70" dex="73" men="80" con="57" str="60" int="76"/>
|
||||
</stats>
|
||||
<experience>2441393</experience>
|
||||
<sp>374864</sp>
|
||||
<collision heigth="46.38" radius="35.0"/>
|
||||
</info>
|
||||
<droplist>
|
||||
<item chance="4107" max="1" min="1" id="164"/>
|
||||
<item chance="4107" max="1" min="1" id="213"/>
|
||||
<item chance="55630" max="31" min="11" id="5533"/>
|
||||
<item chance="233412" max="7" min="3" id="5544"/>
|
||||
<item chance="29447" max="1" min="1" id="6578"/>
|
||||
<item chance="4107" max="1" min="1" id="7895"/>
|
||||
<item chance="4107" max="1" min="1" id="7902"/>
|
||||
<item chance="97351" max="18" min="6" id="8342"/>
|
||||
<item chance="291994" max="6" min="2" id="8349"/>
|
||||
<item chance="88340" max="1" min="1" id="9626"/>
|
||||
</droplist>
|
||||
</npc>
|
||||
Reference in New Issue
Block a user