mirror of
https://github.com/Rogiel/l2jserver2
synced 2025-12-07 07:52:57 +00:00
Implemented XML templates
This commit is contained in:
34
data/templates/npc/raidboss/25380-KayshaHeraldOfIcarus.xml
Normal file
34
data/templates/npc/raidboss/25380-KayshaHeraldOfIcarus.xml
Normal file
@@ -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="25380" xsi:schemaLocation="npc ../../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
|
||||
<info aggressive="false" targetable="true" attackable="false">
|
||||
<name display="true" send="false">Kaysha Herald of Icarus</name>
|
||||
<title send="false">Raid Boss</title>
|
||||
<level>21</level>
|
||||
<sex>FEMALE</sex>
|
||||
<stats>
|
||||
<hp regen="16.8269664693931" max="37886.4853669374"/>
|
||||
<mp regen="1.5" max="205.2"/>
|
||||
<attack critical="4" evasion="0" range="40">
|
||||
<physical speed="253.0" damage="53.12758"/>
|
||||
<magical speed="333.0" damage="3.16861"/>
|
||||
</attack>
|
||||
<defense>
|
||||
<physical value="269.19177"/>
|
||||
<magical value="131.32"/>
|
||||
</defense>
|
||||
<move walk="60.0" run="190.0"/>
|
||||
<base wit="70" dex="73" men="80" con="57" str="60" int="76"/>
|
||||
</stats>
|
||||
<experience>2646357</experience>
|
||||
<sp>60367</sp>
|
||||
<collision heigth="43.2" radius="10.0"/>
|
||||
</info>
|
||||
<droplist>
|
||||
<item chance="318120" max="1" min="1" id="292"/>
|
||||
<item chance="227754" max="4" min="2" id="392"/>
|
||||
<item chance="547320" max="3" min="1" id="414"/>
|
||||
<item chance="97301" max="10" min="4" id="955"/>
|
||||
<item chance="378396" max="22" min="8" id="956"/>
|
||||
<item chance="141898" max="72" min="24" id="6387"/>
|
||||
</droplist>
|
||||
</npc>
|
||||
Reference in New Issue
Block a user