mirror of
https://github.com/Rogiel/l2jserver2
synced 2025-12-07 16:03:10 +00:00
Implemented XML templates
This commit is contained in:
46
data/templates/npc/monster/22430-SlaveOfGluttony.xml
Normal file
46
data/templates/npc/monster/22430-SlaveOfGluttony.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="22430" xsi:schemaLocation="npc ../../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
|
||||
<info aggressive="false" targetable="true" attackable="false">
|
||||
<name display="true" send="false">Slave of Gluttony</name>
|
||||
<level>83</level>
|
||||
<sex>MALE</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="32.5" radius="15.0"/>
|
||||
</info>
|
||||
<droplist>
|
||||
<item chance="700000" max="12737" min="6360" id="57"/>
|
||||
<item chance="556900" max="1" min="1" id="9599"/>
|
||||
<item chance="29007" max="1" min="1" id="6346"/>
|
||||
<item chance="20182" max="1" min="1" id="6342"/>
|
||||
<item chance="13061" max="1" min="1" id="6344"/>
|
||||
<item chance="178" max="1" min="1" id="6328"/>
|
||||
<item chance="119" max="1" min="1" id="6327"/>
|
||||
<item chance="89" max="1" min="1" id="6326"/>
|
||||
<item chance="127292" max="1" min="1" id="1879"/>
|
||||
<item chance="63646" max="1" min="1" id="1885"/>
|
||||
<item chance="5990" max="1" min="1" id="9628"/>
|
||||
<item chance="4020" max="1" min="1" id="9630"/>
|
||||
<item chance="3321" max="1" min="1" id="9629"/>
|
||||
<item chance="4469" max="1" min="1" id="9551"/>
|
||||
<item chance="764" max="1" min="1" id="6901"/>
|
||||
<item chance="1422" max="1" min="1" id="6869"/>
|
||||
<item chance="236550" max="1" min="1" id="6699"/>
|
||||
<item chance="213178" max="1" min="1" id="6698"/>
|
||||
<item chance="10853" max="1" min="1" id="6901"/>
|
||||
</droplist>
|
||||
</npc>
|
||||
Reference in New Issue
Block a user