mirror of
https://github.com/Rogiel/l2jserver2
synced 2025-12-07 16:03:10 +00:00
Implemented XML templates
This commit is contained in:
42
data/templates/npc/monster/21343-KetraCommander.xml
Normal file
42
data/templates/npc/monster/21343-KetraCommander.xml
Normal file
@@ -0,0 +1,42 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="Monster" id="21343" xsi:schemaLocation="npc ../../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
|
||||
<info aggressive="true" targetable="true" attackable="false">
|
||||
<name display="true" send="false">Ketra Commander</name>
|
||||
<level>78</level>
|
||||
<sex>MALE</sex>
|
||||
<stats>
|
||||
<hp regen="8.721" max="2975.2369188"/>
|
||||
<mp regen="3.0804" max="1742.976"/>
|
||||
<attack critical="8" evasion="0" range="40">
|
||||
<physical speed="253.0" damage="938.20801"/>
|
||||
<magical speed="333.0" damage="656.66638"/>
|
||||
</attack>
|
||||
<defense>
|
||||
<physical value="354.81835"/>
|
||||
<magical value="239.18092"/>
|
||||
</defense>
|
||||
<move walk="27.0" run="175.0"/>
|
||||
<base wit="20" dex="30" men="20" con="43" str="40" int="21"/>
|
||||
</stats>
|
||||
<experience>32801</experience>
|
||||
<sp>3725</sp>
|
||||
<item lefthand="6919" righthand="80"/>
|
||||
<collision heigth="36.0" radius="15.0"/>
|
||||
</info>
|
||||
<droplist>
|
||||
<item chance="4177" max="1" min="1" id="3957"/>
|
||||
<item chance="158740" max="1" min="1" id="5515"/>
|
||||
<item chance="32009" max="1" min="1" id="5522"/>
|
||||
<item chance="700000" max="9470" min="4624" id="57"/>
|
||||
<item chance="308" max="1" min="1" id="11975"/>
|
||||
<item chance="4764" max="1" min="1" id="5534"/>
|
||||
<item chance="17" max="1" min="1" id="959"/>
|
||||
<item chance="15221" max="1" min="1" id="1894"/>
|
||||
<item chance="14460" max="1" min="1" id="4039"/>
|
||||
<item chance="3772" max="1" min="1" id="4041"/>
|
||||
<item chance="14460" max="1" min="1" id="4044"/>
|
||||
<item chance="3615" max="1" min="1" id="8732"/>
|
||||
<item chance="904" max="1" min="1" id="8742"/>
|
||||
<item chance="90" max="1" min="1" id="8752"/>
|
||||
</droplist>
|
||||
</npc>
|
||||
Reference in New Issue
Block a user