mirror of
https://github.com/Rogiel/l2jserver2
synced 2025-12-06 15:33:00 +00:00
Implemented XML templates
This commit is contained in:
41
data/templates/npc/monster/20755-Talakin.xml
Normal file
41
data/templates/npc/monster/20755-Talakin.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="20755" xsi:schemaLocation="npc ../../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
|
||||
<info aggressive="true" targetable="true" attackable="false">
|
||||
<name display="true" send="false">Talakin</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="50.0" run="133.0"/>
|
||||
<base wit="20" dex="30" men="20" con="43" str="40" int="21"/>
|
||||
</stats>
|
||||
<experience>2364</experience>
|
||||
<sp>130</sp>
|
||||
<item lefthand="0" righthand="2"/>
|
||||
<collision heigth="27.0" radius="14.0"/>
|
||||
</info>
|
||||
<droplist>
|
||||
<item chance="700000" max="674" min="337" id="57"/>
|
||||
<item chance="176" max="1" min="1" id="222"/>
|
||||
<item chance="484352" max="1" min="1" id="1061"/>
|
||||
<item chance="181969" max="30" min="10" id="1341"/>
|
||||
<item chance="21836" max="1" min="1" id="1829"/>
|
||||
<item chance="10918" max="1" min="1" id="1876"/>
|
||||
<item chance="2184" max="1" min="1" id="1877"/>
|
||||
<item chance="5459" max="1" min="1" id="1880"/>
|
||||
<item chance="7279" max="1" min="1" id="1881"/>
|
||||
<item chance="12131" max="1" min="1" id="1882"/>
|
||||
<item chance="87438" max="1" min="1" id="1900"/>
|
||||
<item chance="83948" max="1" min="1" id="2184"/>
|
||||
<item chance="390" max="1" min="1" id="2274"/>
|
||||
</droplist>
|
||||
</npc>
|
||||
Reference in New Issue
Block a user