mirror of
https://github.com/Rogiel/l2jserver2
synced 2025-12-09 00:42:56 +00:00
Implemented XML templates
This commit is contained in:
38
data/templates/npc/monster/22509-FanaticOfInfinity.xml
Normal file
38
data/templates/npc/monster/22509-FanaticOfInfinity.xml
Normal file
@@ -0,0 +1,38 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="Monster" id="22509" xsi:schemaLocation="npc ../../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
|
||||
<info aggressive="true" targetable="true" attackable="false">
|
||||
<name display="true" send="false">Fanatic of Infinity</name>
|
||||
<level>76</level>
|
||||
<sex>MALE</sex>
|
||||
<stats>
|
||||
<hp regen="8.5" max="2758.05923328"/>
|
||||
<mp regen="3.0" max="1540.8"/>
|
||||
<attack critical="4" evasion="0" range="40">
|
||||
<physical speed="253.0" damage="824.42207"/>
|
||||
<magical speed="333.0" damage="562.9734"/>
|
||||
</attack>
|
||||
<defense>
|
||||
<physical value="323.78455"/>
|
||||
<magical value="236.93149"/>
|
||||
</defense>
|
||||
<move walk="92.0" run="200.0"/>
|
||||
<base wit="20" dex="30" men="20" con="43" str="40" int="21"/>
|
||||
</stats>
|
||||
<experience>75564</experience>
|
||||
<sp>7698</sp>
|
||||
<collision heigth="48.5" radius="27.0"/>
|
||||
</info>
|
||||
<droplist>
|
||||
<item chance="700000" max="20526" min="10024" id="57"/>
|
||||
<item chance="52" max="1" min="1" id="288"/>
|
||||
<item chance="656" max="1" min="1" id="1808"/>
|
||||
<item chance="51755" max="1" min="1" id="1894"/>
|
||||
<item chance="8877" max="1" min="1" id="3957"/>
|
||||
<item chance="49168" max="1" min="1" id="4039"/>
|
||||
<item chance="12826" max="1" min="1" id="4041"/>
|
||||
<item chance="49168" max="1" min="1" id="4044"/>
|
||||
<item chance="8877" max="1" min="1" id="5157"/>
|
||||
<item chance="303308" max="1" min="1" id="5495"/>
|
||||
<item chance="12584" max="1" min="1" id="5535"/>
|
||||
</droplist>
|
||||
</npc>
|
||||
Reference in New Issue
Block a user