mirror of
https://github.com/Rogiel/l2jserver2
synced 2025-12-06 23:42:55 +00:00
Implemented XML templates
This commit is contained in:
43
data/templates/npc/monster/18565-BraveMartim.xml
Normal file
43
data/templates/npc/monster/18565-BraveMartim.xml
Normal file
@@ -0,0 +1,43 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="Monster" id="18565" xsi:schemaLocation="npc ../../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
|
||||
<info aggressive="false" targetable="true" attackable="false">
|
||||
<name display="true" send="false">Brave Martim</name>
|
||||
<title send="false">Kaneus</title>
|
||||
<level>46</level>
|
||||
<sex>MALE</sex>
|
||||
<stats>
|
||||
<hp regen="28.3020159951777" max="165222.57986374"/>
|
||||
<mp regen="11.55" max="3189.0"/>
|
||||
<attack critical="4" evasion="0" range="40">
|
||||
<physical speed="253.0" damage="470.81863"/>
|
||||
<magical speed="333.0" damage="321.50809"/>
|
||||
</attack>
|
||||
<defense>
|
||||
<physical value="291.50106"/>
|
||||
<magical value="319.96174"/>
|
||||
</defense>
|
||||
<move walk="33.0" run="185.0"/>
|
||||
<base wit="20" dex="30" men="20" con="43" str="40" int="21"/>
|
||||
</stats>
|
||||
<experience>848114</experience>
|
||||
<sp>69276</sp>
|
||||
<item lefthand="0" righthand="298"/>
|
||||
<collision heigth="66.0" radius="30.0"/>
|
||||
</info>
|
||||
<droplist>
|
||||
<item chance="166264" max="1" min="1" id="631"/>
|
||||
<item chance="110843" max="1" min="1" id="631"/>
|
||||
<item chance="299779" max="1" min="1" id="951"/>
|
||||
<item chance="366396" max="9" min="3" id="952"/>
|
||||
<item chance="85651" max="120" min="40" id="1964"/>
|
||||
<item chance="57101" max="120" min="40" id="1964"/>
|
||||
<item chance="116396" max="1" min="1" id="2413"/>
|
||||
<item chance="77598" max="1" min="1" id="2413"/>
|
||||
<item chance="166264" max="1" min="1" id="2495"/>
|
||||
<item chance="110843" max="1" min="1" id="2495"/>
|
||||
<item chance="253782" max="42" min="14" id="2936"/>
|
||||
<item chance="148178" max="42" min="14" id="2936"/>
|
||||
<item chance="253782" max="27" min="9" id="2945"/>
|
||||
<item chance="42298" max="243" min="81" id="2945"/>
|
||||
</droplist>
|
||||
</npc>
|
||||
Reference in New Issue
Block a user