mirror of
https://github.com/Rogiel/l2jserver2
synced 2025-12-07 07:52:57 +00:00
Implemented XML templates
This commit is contained in:
41
data/templates/npc/monster/21395-ElderLavasaurus.xml
Normal file
41
data/templates/npc/monster/21395-ElderLavasaurus.xml
Normal file
@@ -0,0 +1,41 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="Monster" id="21395" xsi:schemaLocation="npc ../../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
|
||||
<info aggressive="true" targetable="true" attackable="false">
|
||||
<name display="true" send="false">Elder Lavasaurus</name>
|
||||
<level>78</level>
|
||||
<sex>MALE</sex>
|
||||
<stats>
|
||||
<hp regen="8.823" max="3044.88717"/>
|
||||
<mp regen="3.111" max="1812.948"/>
|
||||
<attack critical="8" evasion="0" range="1100">
|
||||
<physical speed="253.0" damage="985.66601"/>
|
||||
<magical speed="333.0" damage="699.25752"/>
|
||||
</attack>
|
||||
<defense>
|
||||
<physical value="367.35364"/>
|
||||
<magical value="253.53446"/>
|
||||
</defense>
|
||||
<move walk="1.0" run="1.0"/>
|
||||
<base wit="20" dex="30" men="20" con="43" str="40" int="21"/>
|
||||
</stats>
|
||||
<experience>58564</experience>
|
||||
<sp>6808</sp>
|
||||
<collision heigth="75.0" radius="15.0"/>
|
||||
</info>
|
||||
<droplist>
|
||||
<item chance="700000" max="15047" min="7372" id="57"/>
|
||||
<item chance="28" max="1" min="1" id="959"/>
|
||||
<item chance="5679" max="1" min="1" id="960"/>
|
||||
<item chance="524503" max="1" min="1" id="1894"/>
|
||||
<item chance="24208" max="1" min="1" id="1894"/>
|
||||
<item chance="498278" max="1" min="1" id="4039"/>
|
||||
<item chance="22997" max="1" min="1" id="4039"/>
|
||||
<item chance="5999" max="1" min="1" id="4041"/>
|
||||
<item chance="22997" max="1" min="1" id="4044"/>
|
||||
<item chance="7569" max="1" min="1" id="5538"/>
|
||||
<item chance="5749" max="1" min="1" id="8732"/>
|
||||
<item chance="1437" max="1" min="1" id="8742"/>
|
||||
<item chance="144" max="1" min="1" id="8752"/>
|
||||
<item chance="491" max="1" min="1" id="11967"/>
|
||||
</droplist>
|
||||
</npc>
|
||||
Reference in New Issue
Block a user