mirror of
https://github.com/Rogiel/l2jserver2
synced 2025-12-07 16:03:10 +00:00
Implemented XML templates
This commit is contained in:
37
data/templates/npc/raidboss/25655-KanadisHerald.xml
Normal file
37
data/templates/npc/raidboss/25655-KanadisHerald.xml
Normal file
@@ -0,0 +1,37 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="RaidBoss" id="25655" xsi:schemaLocation="npc ../../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
|
||||
<info aggressive="false" targetable="true" attackable="false">
|
||||
<name display="true" send="false">Kanadis Herald</name>
|
||||
<title send="false">Invading Forces</title>
|
||||
<level>85</level>
|
||||
<sex>MALE</sex>
|
||||
<stats>
|
||||
<hp regen="188.168628266824" max="440657.534754126"/>
|
||||
<mp regen="3.0" max="1846.8"/>
|
||||
<attack critical="4" evasion="0" range="40">
|
||||
<physical speed="253.0" damage="1803.26229"/>
|
||||
<magical speed="333.0" damage="1053.40504"/>
|
||||
</attack>
|
||||
<defense>
|
||||
<physical value="1085.36442"/>
|
||||
<magical value="529.48"/>
|
||||
</defense>
|
||||
<move walk="60.0" run="200.0"/>
|
||||
<base wit="70" dex="73" men="80" con="57" str="60" int="76"/>
|
||||
</stats>
|
||||
<experience>3100452</experience>
|
||||
<sp>410692</sp>
|
||||
<collision heigth="33.0" radius="30.0"/>
|
||||
</info>
|
||||
<droplist>
|
||||
<item chance="20546" max="1" min="1" id="959"/>
|
||||
<item chance="205465" max="1" min="1" id="960"/>
|
||||
<item chance="1853" max="1" min="1" id="6364"/>
|
||||
<item chance="1853" max="1" min="1" id="6372"/>
|
||||
<item chance="3425" max="1" min="1" id="6577"/>
|
||||
<item chance="285504" max="4" min="2" id="6688"/>
|
||||
<item chance="435060" max="3" min="1" id="6696"/>
|
||||
<item chance="132084" max="1" min="1" id="9582"/>
|
||||
<item chance="66860" max="1" min="1" id="9592"/>
|
||||
</droplist>
|
||||
</npc>
|
||||
Reference in New Issue
Block a user