mirror of
https://github.com/Rogiel/l2jserver2
synced 2025-12-07 16:03:10 +00:00
Implemented XML templates
This commit is contained in:
44
data/templates/npc/monster/22761-Kiriona.xml
Normal file
44
data/templates/npc/monster/22761-Kiriona.xml
Normal file
@@ -0,0 +1,44 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="Monster" id="22761" xsi:schemaLocation="npc ../../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
|
||||
<info aggressive="true" targetable="true" attackable="false">
|
||||
<name display="true" send="false">Kiriona</name>
|
||||
<level>85</level>
|
||||
<sex>MALE</sex>
|
||||
<stats>
|
||||
<hp regen="187.410040552143" max="55817.8012671518"/>
|
||||
<mp regen="3.0" max="1846.8"/>
|
||||
<attack critical="4" evasion="0" range="40">
|
||||
<physical speed="253.0" damage="12008.01356"/>
|
||||
<magical speed="333.0" damage="8707.81891"/>
|
||||
</attack>
|
||||
<defense>
|
||||
<physical value="578.86102"/>
|
||||
<magical value="635.37806"/>
|
||||
</defense>
|
||||
<move walk="24.0" run="180.0"/>
|
||||
<base wit="20" dex="30" men="20" con="43" str="40" int="21"/>
|
||||
</stats>
|
||||
<experience>579304</experience>
|
||||
<sp>58205</sp>
|
||||
<collision heigth="33.0" radius="33.0"/>
|
||||
</info>
|
||||
<droplist>
|
||||
<item chance="700000" max="80316" min="39003" id="57"/>
|
||||
<item chance="600" max="1" min="1" id="959"/>
|
||||
<item chance="84400" max="42" min="15" id="1879"/>
|
||||
<item chance="201500" max="9" min="3" id="1885"/>
|
||||
<item chance="108900" max="1" min="1" id="9628"/>
|
||||
<item chance="65200" max="1" min="1" id="9629"/>
|
||||
<item chance="68700" max="1" min="1" id="9630"/>
|
||||
<item chance="60" max="1" min="1" id="13143"/>
|
||||
<item chance="60" max="1" min="1" id="13144"/>
|
||||
<item chance="74500" max="1" min="1" id="14166"/>
|
||||
<item chance="14000" max="1" min="1" id="14167"/>
|
||||
<item chance="2300" max="1" min="1" id="14168"/>
|
||||
<item chance="12500" max="1" min="1" id="15660"/>
|
||||
<item chance="12500" max="1" min="1" id="15661"/>
|
||||
<item chance="12500" max="1" min="1" id="15662"/>
|
||||
<item chance="9500" max="1" min="1" id="15669"/>
|
||||
<item chance="9500" max="1" min="1" id="15691"/>
|
||||
</droplist>
|
||||
</npc>
|
||||
Reference in New Issue
Block a user