mirror of
https://github.com/Rogiel/l2jserver2
synced 2025-12-07 07:52:57 +00:00
Implemented XML templates
This commit is contained in:
@@ -0,0 +1,34 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="RaidBoss" id="25249" xsi:schemaLocation="npc ../../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
|
||||
<info aggressive="false" targetable="true" attackable="false">
|
||||
<name display="true" send="false">Palatanos of Horrific Power</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="1" 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="60.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="47.0" radius="60.0"/>
|
||||
</info>
|
||||
<droplist>
|
||||
<item chance="733315" max="1" min="1" id="3936"/>
|
||||
<item chance="65184" max="1" min="1" id="6578"/>
|
||||
<item chance="29507" max="1" min="1" id="6674"/>
|
||||
<item chance="47213" max="1" min="1" id="6675"/>
|
||||
<item chance="95615" max="157" min="53" id="6701"/>
|
||||
<item chance="269241" max="72" min="24" id="6702"/>
|
||||
</droplist>
|
||||
</npc>
|
||||
Reference in New Issue
Block a user