mirror of
https://github.com/Rogiel/l2jserver2
synced 2025-12-08 08:23:11 +00:00
Implemented XML templates
This commit is contained in:
40
data/templates/npc/monster/20086-AntGuard.xml
Normal file
40
data/templates/npc/monster/20086-AntGuard.xml
Normal file
@@ -0,0 +1,40 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="Monster" id="20086" xsi:schemaLocation="npc ../../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
|
||||
<info aggressive="false" targetable="true" attackable="false">
|
||||
<name display="true" send="false">Ant Guard</name>
|
||||
<level>35</level>
|
||||
<sex>MALE</sex>
|
||||
<stats>
|
||||
<hp regen="4.5" max="772.73802"/>
|
||||
<mp regen="1.8" max="402.6"/>
|
||||
<attack critical="4" evasion="0" range="40">
|
||||
<physical speed="253.0" damage="129.32896"/>
|
||||
<magical speed="333.0" damage="88.31491"/>
|
||||
</attack>
|
||||
<defense>
|
||||
<physical value="136.72948"/>
|
||||
<magical value="91.03603"/>
|
||||
</defense>
|
||||
<move walk="80.0" run="174.0"/>
|
||||
<base wit="20" dex="30" men="20" con="43" str="40" int="21"/>
|
||||
</stats>
|
||||
<experience>1782</experience>
|
||||
<sp>106</sp>
|
||||
<collision heigth="17.0" radius="35.0"/>
|
||||
</info>
|
||||
<droplist>
|
||||
<item chance="700000" max="496" min="248" id="57"/>
|
||||
<item chance="267" max="1" min="1" id="436"/>
|
||||
<item chance="1607" max="1" min="1" id="469"/>
|
||||
<item chance="428" max="1" min="1" id="469"/>
|
||||
<item chance="588224" max="3" min="1" id="1868"/>
|
||||
<item chance="2979" max="1" min="1" id="1874"/>
|
||||
<item chance="17872" max="1" min="1" id="1878"/>
|
||||
<item chance="27495" max="1" min="1" id="1884"/>
|
||||
<item chance="2979" max="1" min="1" id="1889"/>
|
||||
<item chance="51667" max="1" min="1" id="1939"/>
|
||||
<item chance="2389" max="1" min="1" id="2972"/>
|
||||
<item chance="1787" max="1" min="1" id="5220"/>
|
||||
<item chance="319" max="1" min="1" id="8307"/>
|
||||
</droplist>
|
||||
</npc>
|
||||
Reference in New Issue
Block a user