mirror of
https://github.com/Rogiel/l2jserver2
synced 2025-12-08 08:23:11 +00:00
Implemented XML templates
This commit is contained in:
38
data/templates/npc/raidboss/25076-PrincessMolrang.xml
Normal file
38
data/templates/npc/raidboss/25076-PrincessMolrang.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="25076" xsi:schemaLocation="npc ../../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
|
||||
<info aggressive="false" targetable="true" attackable="false">
|
||||
<name display="true" send="false">Princess Molrang</name>
|
||||
<title send="false">Raid Boss</title>
|
||||
<level>25</level>
|
||||
<sex>MALE</sex>
|
||||
<stats>
|
||||
<hp regen="18.4385313667577" max="43316.3085364372"/>
|
||||
<mp regen="1.5" max="259.2"/>
|
||||
<attack critical="1" evasion="0" range="40">
|
||||
<physical speed="253.0" damage="74.22232"/>
|
||||
<magical speed="333.0" damage="4.67967"/>
|
||||
</attack>
|
||||
<defense>
|
||||
<physical value="305.50599"/>
|
||||
<magical value="149.04"/>
|
||||
</defense>
|
||||
<move walk="50.0" run="170.0"/>
|
||||
<base wit="70" dex="73" men="80" con="57" str="60" int="76"/>
|
||||
</stats>
|
||||
<experience>2541012</experience>
|
||||
<sp>79280</sp>
|
||||
<collision heigth="20.0" radius="40.0"/>
|
||||
</info>
|
||||
<droplist>
|
||||
<item chance="118972" max="1" min="1" id="58"/>
|
||||
<item chance="85999" max="3" min="1" id="59"/>
|
||||
<item chance="118535" max="1" min="1" id="293"/>
|
||||
<item chance="118535" max="1" min="1" id="296"/>
|
||||
<item chance="118972" max="1" min="1" id="349"/>
|
||||
<item chance="118972" max="1" min="1" id="350"/>
|
||||
<item chance="107471" max="1" min="1" id="351"/>
|
||||
<item chance="57333" max="4" min="2" id="378"/>
|
||||
<item chance="171998" max="1" min="1" id="379"/>
|
||||
<item chance="126939" max="1" min="1" id="6575"/>
|
||||
</droplist>
|
||||
</npc>
|
||||
Reference in New Issue
Block a user