mirror of
https://github.com/Rogiel/l2jserver2
synced 2025-12-06 23:42:55 +00:00
Implemented XML templates
This commit is contained in:
38
data/templates/npc/raidboss/25659-KanadisGuide.xml
Normal file
38
data/templates/npc/raidboss/25659-KanadisGuide.xml
Normal file
@@ -0,0 +1,38 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="RaidBoss" id="25659" xsi:schemaLocation="npc ../../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
|
||||
<info aggressive="false" targetable="true" attackable="false">
|
||||
<name display="true" send="false">Kanadis Guide</name>
|
||||
<title send="false">Invading Forces</title>
|
||||
<level>77</level>
|
||||
<sex>MALE</sex>
|
||||
<stats>
|
||||
<hp regen="174.258963997156" max="406426.733925371"/>
|
||||
<mp regen="3.0" max="1574.0"/>
|
||||
<attack critical="4" evasion="0" range="80">
|
||||
<physical speed="253.0" damage="1632.09847"/>
|
||||
<magical speed="333.0" damage="925.85379"/>
|
||||
</attack>
|
||||
<defense>
|
||||
<physical value="984.81219"/>
|
||||
<magical value="480.42"/>
|
||||
</defense>
|
||||
<move walk="60.0" run="200.0"/>
|
||||
<base wit="70" dex="73" men="80" con="57" str="60" int="76"/>
|
||||
</stats>
|
||||
<experience>2588731</experience>
|
||||
<sp>332450</sp>
|
||||
<collision heigth="33.0" radius="30.0"/>
|
||||
</info>
|
||||
<droplist>
|
||||
<item chance="2006" max="1" min="1" id="81"/>
|
||||
<item chance="2006" max="1" min="1" id="151"/>
|
||||
<item chance="67403" max="1" min="1" id="729"/>
|
||||
<item chance="2006" max="1" min="1" id="2500"/>
|
||||
<item chance="190192" max="4" min="2" id="5529"/>
|
||||
<item chance="142644" max="6" min="2" id="5545"/>
|
||||
<item chance="313362" max="3" min="1" id="5546"/>
|
||||
<item chance="67403" max="1" min="1" id="6570"/>
|
||||
<item chance="318347" max="1" min="1" id="9581"/>
|
||||
<item chance="163626" max="1" min="1" id="9591"/>
|
||||
</droplist>
|
||||
</npc>
|
||||
Reference in New Issue
Block a user