mirror of
https://github.com/Rogiel/l2jserver2
synced 2026-02-03 16:32:47 +00:00
Implemented XML templates
This commit is contained in:
47
data/templates/npc/monster/22144-ResurrectedTempleKnight.xml
Normal file
47
data/templates/npc/monster/22144-ResurrectedTempleKnight.xml
Normal file
@@ -0,0 +1,47 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="Monster" id="22144" xsi:schemaLocation="npc ../../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
|
||||
<info aggressive="true" targetable="true" attackable="false">
|
||||
<name display="true" send="false">Resurrected Temple Knight</name>
|
||||
<level>78</level>
|
||||
<sex>MALE</sex>
|
||||
<stats>
|
||||
<hp regen="8.772" max="3010.8929976"/>
|
||||
<mp regen="3.1008" max="1777.86"/>
|
||||
<attack critical="1" evasion="0" range="40">
|
||||
<physical speed="253.0" damage="961.93701"/>
|
||||
<magical speed="333.0" damage="677.64411"/>
|
||||
</attack>
|
||||
<defense>
|
||||
<physical value="361.08599"/>
|
||||
<magical value="264.22706"/>
|
||||
</defense>
|
||||
<move walk="38.0" run="200.0"/>
|
||||
<base wit="20" dex="30" men="20" con="43" str="40" int="21"/>
|
||||
</stats>
|
||||
<experience>33955</experience>
|
||||
<sp>3705</sp>
|
||||
<collision heigth="22.3" radius="17.0"/>
|
||||
</info>
|
||||
<droplist>
|
||||
<item chance="700000" max="9510" min="4643" id="57"/>
|
||||
<item chance="108894" max="120" min="40" id="1344"/>
|
||||
<item chance="77436" max="1" min="1" id="1882"/>
|
||||
<item chance="46461" max="15" min="5" id="1867"/>
|
||||
<item chance="154871" max="3" min="1" id="1872"/>
|
||||
<item chance="12227" max="1" min="1" id="1894"/>
|
||||
<item chance="5808" max="1" min="1" id="4042"/>
|
||||
<item chance="1593" max="1" min="1" id="5529"/>
|
||||
<item chance="1750" max="1" min="1" id="5546"/>
|
||||
<item chance="1593" max="1" min="1" id="5545"/>
|
||||
<item chance="348" max="1" min="1" id="6901"/>
|
||||
<item chance="2904" max="1" min="1" id="8732"/>
|
||||
<item chance="726" max="1" min="1" id="8742"/>
|
||||
<item chance="73" max="1" min="1" id="8752"/>
|
||||
<item chance="6" max="1" min="1" id="81"/>
|
||||
<item chance="6" max="1" min="1" id="151"/>
|
||||
<item chance="6" max="1" min="1" id="2500"/>
|
||||
<item chance="331138" max="1" min="1" id="1894"/>
|
||||
<item chance="157290" max="1" min="1" id="4042"/>
|
||||
<item chance="159389" max="1" min="1" id="5514"/>
|
||||
</droplist>
|
||||
</npc>
|
||||
Reference in New Issue
Block a user