mirror of
https://github.com/Rogiel/l2jserver2
synced 2025-12-08 00:13:11 +00:00
Implemented XML templates
This commit is contained in:
48
data/templates/npc/monster/22428-SlaveOfEnvy.xml
Normal file
48
data/templates/npc/monster/22428-SlaveOfEnvy.xml
Normal file
@@ -0,0 +1,48 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="Monster" id="22428" xsi:schemaLocation="npc ../../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
|
||||
<info aggressive="false" targetable="true" attackable="false">
|
||||
<name display="true" send="false">Slave of Envy</name>
|
||||
<level>83</level>
|
||||
<sex>FEMALE</sex>
|
||||
<stats>
|
||||
<hp regen="8.5" max="3835.59060587002"/>
|
||||
<mp regen="3.0" max="1777.4"/>
|
||||
<attack critical="4" evasion="0" range="80">
|
||||
<physical speed="253.0" damage="1255.50808"/>
|
||||
<magical speed="333.0" damage="872.30303"/>
|
||||
</attack>
|
||||
<defense>
|
||||
<physical value="371.9973"/>
|
||||
<magical value="272.21148"/>
|
||||
</defense>
|
||||
<move walk="60.0" run="170.0"/>
|
||||
<base wit="20" dex="30" men="20" con="43" str="40" int="21"/>
|
||||
</stats>
|
||||
<experience>60503</experience>
|
||||
<sp>6075</sp>
|
||||
<collision heigth="34.0" radius="11.0"/>
|
||||
</info>
|
||||
<droplist>
|
||||
<item chance="700000" max="12737" min="6360" id="57"/>
|
||||
<item chance="556900" max="1" min="1" id="9599"/>
|
||||
<item chance="11286" max="1" min="1" id="5503"/>
|
||||
<item chance="11286" max="1" min="1" id="5515"/>
|
||||
<item chance="11286" max="1" min="1" id="5514"/>
|
||||
<item chance="11286" max="1" min="1" id="5502"/>
|
||||
<item chance="99" max="1" min="1" id="5318"/>
|
||||
<item chance="99" max="1" min="1" id="5314"/>
|
||||
<item chance="99" max="1" min="1" id="5313"/>
|
||||
<item chance="99" max="1" min="1" id="5319"/>
|
||||
<item chance="222761" max="60" min="20" id="1345"/>
|
||||
<item chance="190938" max="1" min="1" id="1895"/>
|
||||
<item chance="13365" max="1" min="1" id="4040"/>
|
||||
<item chance="22276" max="1" min="1" id="4043"/>
|
||||
<item chance="11138" max="1" min="1" id="4042"/>
|
||||
<item chance="5346" max="1" min="1" id="9551"/>
|
||||
<item chance="27" max="1" min="1" id="959"/>
|
||||
<item chance="1244" max="1" min="1" id="6859"/>
|
||||
<item chance="23831" max="1" min="1" id="6696"/>
|
||||
<item chance="23016" max="1" min="1" id="6697"/>
|
||||
<item chance="10853" max="1" min="1" id="6901"/>
|
||||
</droplist>
|
||||
</npc>
|
||||
Reference in New Issue
Block a user