mirror of
https://github.com/Rogiel/l2jserver2
synced 2026-02-06 01:32:54 +00:00
Implemented XML templates
This commit is contained in:
38
data/templates/npc/monster/20112-SalamanderElder.xml
Normal file
38
data/templates/npc/monster/20112-SalamanderElder.xml
Normal file
@@ -0,0 +1,38 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="Monster" id="20112" xsi:schemaLocation="npc ../../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
|
||||
<info aggressive="false" targetable="true" attackable="false">
|
||||
<name display="true" send="false">Salamander Elder</name>
|
||||
<level>18</level>
|
||||
<sex>MALE</sex>
|
||||
<stats>
|
||||
<hp regen="2.5" max="301.66622"/>
|
||||
<mp regen="1.2" max="174.64"/>
|
||||
<attack critical="1" 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="64.0" run="96.0"/>
|
||||
<base wit="20" dex="30" men="20" con="43" str="40" int="21"/>
|
||||
</stats>
|
||||
<experience>992</experience>
|
||||
<sp>43</sp>
|
||||
<collision heigth="6.8" radius="16.0"/>
|
||||
</info>
|
||||
<droplist>
|
||||
<item chance="123442" max="1" min="1" id="1800"/>
|
||||
<item chance="197756" max="1" min="1" id="1801"/>
|
||||
<item chance="126628" max="1" min="1" id="1924"/>
|
||||
<item chance="700000" max="310" min="188" id="57"/>
|
||||
<item chance="1486" max="1" min="1" id="1101"/>
|
||||
<item chance="2374" max="1" min="1" id="1104"/>
|
||||
<item chance="7730" max="1" min="1" id="734"/>
|
||||
<item chance="14586" max="1" min="1" id="1800"/>
|
||||
<item chance="92762" max="1" min="1" id="1864"/>
|
||||
<item chance="46381" max="1" min="1" id="1869"/>
|
||||
<item chance="18553" max="1" min="1" id="1878"/>
|
||||
</droplist>
|
||||
</npc>
|
||||
Reference in New Issue
Block a user