mirror of
https://github.com/Rogiel/l2jserver2
synced 2025-12-06 23:42:55 +00:00
Implemented XML templates
This commit is contained in:
41
data/templates/npc/monster/20038-VenomousSpider.xml
Normal file
41
data/templates/npc/monster/20038-VenomousSpider.xml
Normal file
@@ -0,0 +1,41 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="Monster" id="20038" xsi:schemaLocation="npc ../../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
|
||||
<info aggressive="false" targetable="true" attackable="false">
|
||||
<name display="true" send="false">Venomous Spider</name>
|
||||
<level>18</level>
|
||||
<sex>MALE</sex>
|
||||
<stats>
|
||||
<hp regen="2.5" max="301.66622"/>
|
||||
<mp regen="1.2" max="174.64"/>
|
||||
<attack critical="4" evasion="0" range="40">
|
||||
<physical speed="253.0" damage="37.82932"/>
|
||||
<magical speed="333.0" damage="25.83252"/>
|
||||
</attack>
|
||||
<defense>
|
||||
<physical value="81.34791"/>
|
||||
<magical value="54.16236"/>
|
||||
</defense>
|
||||
<move walk="60.0" run="140.0"/>
|
||||
<base wit="20" dex="30" men="20" con="43" str="40" int="21"/>
|
||||
</stats>
|
||||
<experience>704</experience>
|
||||
<sp>31</sp>
|
||||
<collision heigth="25.5" radius="27.0"/>
|
||||
</info>
|
||||
<droplist>
|
||||
<item chance="700000" max="220" min="133" id="57"/>
|
||||
<item chance="157" max="1" min="1" id="217"/>
|
||||
<item chance="157" max="1" min="1" id="218"/>
|
||||
<item chance="54859" max="1" min="1" id="1831"/>
|
||||
<item chance="27430" max="1" min="1" id="1867"/>
|
||||
<item chance="557163" max="1" min="1" id="1868"/>
|
||||
<item chance="20573" max="1" min="1" id="1869"/>
|
||||
<item chance="20573" max="1" min="1" id="1870"/>
|
||||
<item chance="20573" max="1" min="1" id="1871"/>
|
||||
<item chance="27430" max="1" min="1" id="1872"/>
|
||||
<item chance="6355" max="1" min="1" id="2011"/>
|
||||
<item chance="121122" max="1" min="1" id="2174"/>
|
||||
<item chance="8945" max="1" min="1" id="2174"/>
|
||||
<item chance="823" max="1" min="1" id="5273"/>
|
||||
</droplist>
|
||||
</npc>
|
||||
Reference in New Issue
Block a user