mirror of
https://github.com/Rogiel/l2jserver2
synced 2026-05-07 07:23:58 +00:00
Implemented XML templates
This commit is contained in:
42
data/templates/npc/monster/20079-Ant.xml
Normal file
42
data/templates/npc/monster/20079-Ant.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="20079" xsi:schemaLocation="npc ../../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
|
||||
<info aggressive="false" targetable="true" attackable="false">
|
||||
<name display="true" send="false">Ant</name>
|
||||
<level>30</level>
|
||||
<sex>MALE</sex>
|
||||
<stats>
|
||||
<hp regen="3.5" max="604.08419"/>
|
||||
<mp regen="1.5" max="329.4"/>
|
||||
<attack critical="4" evasion="0" range="40">
|
||||
<physical speed="253.0" damage="92.64226"/>
|
||||
<magical speed="333.0" damage="63.26266"/>
|
||||
</attack>
|
||||
<defense>
|
||||
<physical value="118.46427"/>
|
||||
<magical value="78.87485"/>
|
||||
</defense>
|
||||
<move walk="40.0" run="130.0"/>
|
||||
<base wit="20" dex="30" men="20" con="43" str="40" int="21"/>
|
||||
</stats>
|
||||
<experience>1571</experience>
|
||||
<sp>86</sp>
|
||||
<collision heigth="15.0" radius="26.0"/>
|
||||
</info>
|
||||
<droplist>
|
||||
<item chance="700000" max="448" min="224" id="57"/>
|
||||
<item chance="442" max="1" min="1" id="848"/>
|
||||
<item chance="665" max="1" min="1" id="879"/>
|
||||
<item chance="332" max="1" min="1" id="911"/>
|
||||
<item chance="25122" max="1" min="1" id="1061"/>
|
||||
<item chance="353985" max="1" min="1" id="1866"/>
|
||||
<item chance="55268" max="1" min="1" id="1867"/>
|
||||
<item chance="55268" max="1" min="1" id="1872"/>
|
||||
<item chance="2763" max="1" min="1" id="1875"/>
|
||||
<item chance="70797" max="1" min="1" id="1881"/>
|
||||
<item chance="5527" max="1" min="1" id="1881"/>
|
||||
<item chance="7936" max="1" min="1" id="1900"/>
|
||||
<item chance="2727" max="1" min="1" id="2183"/>
|
||||
<item chance="5491" max="1" min="1" id="2266"/>
|
||||
<item chance="296" max="1" min="1" id="2278"/>
|
||||
</droplist>
|
||||
</npc>
|
||||
Reference in New Issue
Block a user