mirror of
https://github.com/Rogiel/l2jserver2
synced 2025-12-08 08:23:11 +00:00
Implemented XML templates
This commit is contained in:
35
data/templates/npc/raidboss/25266-BloodyEmpressDecarbia.xml
Normal file
35
data/templates/npc/raidboss/25266-BloodyEmpressDecarbia.xml
Normal file
@@ -0,0 +1,35 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="RaidBoss" id="25266" xsi:schemaLocation="npc ../../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
|
||||
<info aggressive="false" targetable="true" attackable="false">
|
||||
<name display="true" send="false">Bloody Empress Decarbia</name>
|
||||
<title send="false">Raid Boss</title>
|
||||
<level>75</level>
|
||||
<sex>FEMALE</sex>
|
||||
<stats>
|
||||
<hp regen="123.216289543832" max="397437.25144009"/>
|
||||
<mp regen="3.0" max="1507.8"/>
|
||||
<attack critical="4" evasion="0" range="40">
|
||||
<physical speed="253.0" damage="2451.22348"/>
|
||||
<magical speed="333.0" damage="868.87603"/>
|
||||
</attack>
|
||||
<defense>
|
||||
<physical value="957.73869"/>
|
||||
<magical value="467.22"/>
|
||||
</defense>
|
||||
<move walk="20.0" run="190.0"/>
|
||||
<base wit="70" dex="73" men="80" con="57" str="60" int="76"/>
|
||||
</stats>
|
||||
<experience>5231148</experience>
|
||||
<sp>864099</sp>
|
||||
<collision heigth="31.0" radius="14.0"/>
|
||||
</info>
|
||||
<droplist>
|
||||
<item chance="39110" max="1" min="1" id="959"/>
|
||||
<item chance="391104" max="1" min="1" id="960"/>
|
||||
<item chance="10584" max="1" min="1" id="6370"/>
|
||||
<item chance="6519" max="1" min="1" id="6577"/>
|
||||
<item chance="19369" max="1" min="1" id="6684"/>
|
||||
<item chance="207484" max="36" min="12" id="6694"/>
|
||||
<item chance="311439" max="36" min="12" id="6711"/>
|
||||
</droplist>
|
||||
</npc>
|
||||
Reference in New Issue
Block a user