mirror of
https://github.com/Rogiel/l2jserver2
synced 2025-12-07 16:03:10 +00:00
Implemented XML templates
This commit is contained in:
36
data/templates/npc/raidboss/25660-KanadisGuide.xml
Normal file
36
data/templates/npc/raidboss/25660-KanadisGuide.xml
Normal file
@@ -0,0 +1,36 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="RaidBoss" id="25660" 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>80</level>
|
||||
<sex>MALE</sex>
|
||||
<stats>
|
||||
<hp regen="179.035993279912" max="419270.52430393"/>
|
||||
<mp regen="3.0" max="1674.8"/>
|
||||
<attack critical="4" evasion="0" range="40">
|
||||
<physical speed="253.0" damage="1715.7422"/>
|
||||
<magical speed="333.0" damage="974.82622"/>
|
||||
</attack>
|
||||
<defense>
|
||||
<physical value="1024.125"/>
|
||||
<magical value="499.6"/>
|
||||
</defense>
|
||||
<move walk="60.0" run="200.0"/>
|
||||
<base wit="70" dex="73" men="80" con="57" str="60" int="76"/>
|
||||
</stats>
|
||||
<experience>2706503</experience>
|
||||
<sp>353878</sp>
|
||||
<collision heigth="33.0" radius="30.0"/>
|
||||
</info>
|
||||
<droplist>
|
||||
<item chance="71144" max="1" min="1" id="729"/>
|
||||
<item chance="9974" max="1" min="1" id="5320"/>
|
||||
<item chance="9974" max="1" min="1" id="5323"/>
|
||||
<item chance="184705" max="12" min="4" id="5480"/>
|
||||
<item chance="492546" max="4" min="2" id="5481"/>
|
||||
<item chance="71144" max="1" min="1" id="6570"/>
|
||||
<item chance="336016" max="1" min="1" id="9581"/>
|
||||
<item chance="172708" max="1" min="1" id="9591"/>
|
||||
</droplist>
|
||||
</npc>
|
||||
Reference in New Issue
Block a user