mirror of
https://github.com/Rogiel/l2jserver2
synced 2025-12-08 16:33:07 +00:00
Implemented XML templates
This commit is contained in:
46
data/templates/npc/monster/22425-SlaveOfLust.xml
Normal file
46
data/templates/npc/monster/22425-SlaveOfLust.xml
Normal file
@@ -0,0 +1,46 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="Monster" id="22425" xsi:schemaLocation="npc ../../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
|
||||
<info aggressive="false" targetable="true" attackable="false">
|
||||
<name display="true" send="false">Slave of Lust</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="40">
|
||||
<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="30.7" radius="12.0"/>
|
||||
</info>
|
||||
<droplist>
|
||||
<item chance="700000" max="12737" min="6360" id="57"/>
|
||||
<item chance="556900" max="1" min="1" id="9599"/>
|
||||
<item chance="5998" max="1" min="1" id="5480"/>
|
||||
<item chance="5998" max="1" min="1" id="5481"/>
|
||||
<item chance="40" max="1" min="1" id="5320"/>
|
||||
<item chance="40" max="1" min="1" id="5323"/>
|
||||
<item chance="138864" max="1" min="1" id="1895"/>
|
||||
<item chance="9720" max="1" min="1" id="4040"/>
|
||||
<item chance="3812" max="1" min="1" id="9628"/>
|
||||
<item chance="2558" max="1" min="1" id="9630"/>
|
||||
<item chance="19" max="1" min="1" id="959"/>
|
||||
<item chance="50" max="1" min="1" id="6885"/>
|
||||
<item chance="3888" max="1" min="1" id="9551"/>
|
||||
<item chance="2348" max="1" min="1" id="14166"/>
|
||||
<item chance="586" max="1" min="1" id="14167"/>
|
||||
<item chance="59" max="1" min="1" id="14168"/>
|
||||
<item chance="12" max="1" min="1" id="14169"/>
|
||||
<item chance="23884" max="1" min="1" id="6693"/>
|
||||
<item chance="10853" max="1" min="1" id="6901"/>
|
||||
</droplist>
|
||||
</npc>
|
||||
Reference in New Issue
Block a user