mirror of
https://github.com/Rogiel/l2jserver2
synced 2025-12-07 16:03:10 +00:00
Implemented XML templates
This commit is contained in:
41
data/templates/npc/raidboss/25208-WaterCouatleAteka.xml
Normal file
41
data/templates/npc/raidboss/25208-WaterCouatleAteka.xml
Normal file
@@ -0,0 +1,41 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="RaidBoss" id="25208" xsi:schemaLocation="npc ../../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
|
||||
<info aggressive="false" targetable="true" attackable="false">
|
||||
<name display="true" send="false">Water Couatle Ateka</name>
|
||||
<title send="false">Raid Boss</title>
|
||||
<level>40</level>
|
||||
<sex>MALE</sex>
|
||||
<stats>
|
||||
<hp regen="34.0387779378852" max="91937.3861400206"/>
|
||||
<mp regen="1.8" max="478.8"/>
|
||||
<attack critical="4" evasion="0" range="40">
|
||||
<physical speed="253.0" damage="236.34363"/>
|
||||
<magical speed="333.0" damage="18.66292"/>
|
||||
</attack>
|
||||
<defense>
|
||||
<physical value="469.65105"/>
|
||||
<magical value="229.12"/>
|
||||
</defense>
|
||||
<move walk="100.0" run="170.0"/>
|
||||
<base wit="70" dex="73" men="80" con="57" str="60" int="76"/>
|
||||
</stats>
|
||||
<experience>2030965</experience>
|
||||
<sp>181264</sp>
|
||||
<collision heigth="50.0" radius="12.0"/>
|
||||
</info>
|
||||
<droplist>
|
||||
<item chance="119116" max="1" min="1" id="354"/>
|
||||
<item chance="190566" max="1" min="1" id="381"/>
|
||||
<item chance="238600" max="1" min="1" id="439"/>
|
||||
<item chance="381288" max="1" min="1" id="471"/>
|
||||
<item chance="545486" max="1" min="1" id="951"/>
|
||||
<item chance="166676" max="36" min="12" id="952"/>
|
||||
<item chance="48063" max="576" min="192" id="1954"/>
|
||||
<item chance="259755" max="36" min="12" id="1959"/>
|
||||
<item chance="60389" max="315" min="105" id="1960"/>
|
||||
<item chance="105802" max="157" min="53" id="1962"/>
|
||||
<item chance="20001" max="1" min="1" id="6573"/>
|
||||
<item chance="650000" max="1" min="1" id="8176"/>
|
||||
<item chance="850000" max="2" min="1" id="9816"/>
|
||||
</droplist>
|
||||
</npc>
|
||||
Reference in New Issue
Block a user