mirror of
https://github.com/Rogiel/l2jserver2
synced 2025-12-07 16:03:10 +00:00
Implemented XML templates
This commit is contained in:
43
data/templates/npc/monster/22431-OriginalSinWarden.xml
Normal file
43
data/templates/npc/monster/22431-OriginalSinWarden.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="22431" xsi:schemaLocation="npc ../../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
|
||||
<info aggressive="false" targetable="true" attackable="false">
|
||||
<name display="true" send="false">Original Sin Warden</name>
|
||||
<level>83</level>
|
||||
<sex>MALE</sex>
|
||||
<stats>
|
||||
<hp regen="190.745373183435" max="112316.37469612"/>
|
||||
<mp regen="3.0" max="1777.4"/>
|
||||
<attack critical="4" evasion="0" range="40">
|
||||
<physical speed="253.0" damage="9273.29977"/>
|
||||
<magical speed="333.0" damage="6442.91152"/>
|
||||
</attack>
|
||||
<defense>
|
||||
<physical value="595.19567"/>
|
||||
<magical value="653.30756"/>
|
||||
</defense>
|
||||
<move walk="70.0" run="190.0"/>
|
||||
<base wit="20" dex="30" men="20" con="43" str="40" int="21"/>
|
||||
</stats>
|
||||
<experience>139297</experience>
|
||||
<sp>13961</sp>
|
||||
<item lefthand="10278" righthand="10278"/>
|
||||
<collision heigth="37.5" radius="25.0"/>
|
||||
</info>
|
||||
<droplist>
|
||||
<item chance="700000" max="73551" min="36725" id="57"/>
|
||||
<item chance="536000" max="9" min="3" id="9599"/>
|
||||
<item chance="42329" max="1" min="1" id="5541"/>
|
||||
<item chance="149" max="1" min="1" id="305"/>
|
||||
<item chance="24502" max="156" min="52" id="1866"/>
|
||||
<item chance="80396" max="72" min="24" id="1871"/>
|
||||
<item chance="154360" max="1" min="1" id="1877"/>
|
||||
<item chance="77180" max="1" min="1" id="4040"/>
|
||||
<item chance="33556" max="1" min="1" id="4041"/>
|
||||
<item chance="30872" max="1" min="1" id="9551"/>
|
||||
<item chance="154" max="1" min="1" id="959"/>
|
||||
<item chance="547" max="1" min="1" id="8708"/>
|
||||
<item chance="750268" max="1" min="1" id="6700"/>
|
||||
<item chance="62670" max="1" min="1" id="6901"/>
|
||||
<item chance="2507" max="1" min="1" id="959"/>
|
||||
</droplist>
|
||||
</npc>
|
||||
Reference in New Issue
Block a user