mirror of
https://github.com/Rogiel/l2jserver2
synced 2025-12-07 07:52:57 +00:00
Implemented XML templates
This commit is contained in:
36
data/templates/npc/raidboss/25687-HekatonPrime.xml
Normal file
36
data/templates/npc/raidboss/25687-HekatonPrime.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="25687" xsi:schemaLocation="npc ../../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
|
||||
<info aggressive="false" targetable="true" attackable="false">
|
||||
<name display="true" send="false">Hekaton Prime</name>
|
||||
<title send="false">Raid Boss</title>
|
||||
<level>83</level>
|
||||
<sex>MALE</sex>
|
||||
<stats>
|
||||
<hp regen="132.781870390792" max="431893.62160741"/>
|
||||
<mp regen="3.0" max="1777.4"/>
|
||||
<attack critical="1" evasion="0" range="40">
|
||||
<physical speed="253.0" damage="2752.51481"/>
|
||||
<magical speed="333.0" damage="4038.11496"/>
|
||||
</attack>
|
||||
<defense>
|
||||
<physical value="1061.58432"/>
|
||||
<magical value="517.88"/>
|
||||
</defense>
|
||||
<move walk="27.0" run="170.0"/>
|
||||
<base wit="70" dex="73" men="80" con="57" str="60" int="76"/>
|
||||
</stats>
|
||||
<experience>5614732</experience>
|
||||
<sp>1265702</sp>
|
||||
<collision heigth="35.0" radius="20.0"/>
|
||||
</info>
|
||||
<droplist>
|
||||
<item chance="7424" max="1" min="1" id="9519"/>
|
||||
<item chance="11878" max="1" min="1" id="9520"/>
|
||||
<item chance="121511" max="22" min="8" id="9535"/>
|
||||
<item chance="334904" max="12" min="4" id="9536"/>
|
||||
<item chance="3939" max="1" min="1" id="10221"/>
|
||||
<item chance="653144" max="3" min="1" id="10403"/>
|
||||
<item chance="88048" max="1" min="1" id="6578"/>
|
||||
<item chance="495271" max="3" min="1" id="3936"/>
|
||||
</droplist>
|
||||
</npc>
|
||||
Reference in New Issue
Block a user