mirror of
https://github.com/Rogiel/l2jserver2
synced 2025-12-07 07:52:57 +00:00
Implemented XML templates
This commit is contained in:
42
data/templates/npc/monster/21393-MagmaDrake.xml
Normal file
42
data/templates/npc/monster/21393-MagmaDrake.xml
Normal file
@@ -0,0 +1,42 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="Monster" id="21393" xsi:schemaLocation="npc ../../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
|
||||
<info aggressive="true" targetable="true" attackable="false">
|
||||
<name display="true" send="false">Magma Drake</name>
|
||||
<level>78</level>
|
||||
<sex>MALE</sex>
|
||||
<stats>
|
||||
<hp regen="8.925" max="3107.6436594"/>
|
||||
<mp regen="3.1518" max="1883.736"/>
|
||||
<attack critical="4" evasion="0" range="40">
|
||||
<physical speed="253.0" damage="1033.124"/>
|
||||
<magical speed="333.0" damage="740.57728"/>
|
||||
</attack>
|
||||
<defense>
|
||||
<physical value="380.23713"/>
|
||||
<magical value="268.30468"/>
|
||||
</defense>
|
||||
<move walk="57.0" run="195.0"/>
|
||||
<base wit="20" dex="30" men="20" con="43" str="40" int="21"/>
|
||||
</stats>
|
||||
<experience>56964</experience>
|
||||
<sp>6780</sp>
|
||||
<collision heigth="42.0" radius="29.0"/>
|
||||
</info>
|
||||
<droplist>
|
||||
<item chance="700000" max="15195" min="7443" id="57"/>
|
||||
<item chance="604" max="1" min="1" id="959"/>
|
||||
<item chance="25" max="1" min="1" id="959"/>
|
||||
<item chance="137654" max="3" min="1" id="1866"/>
|
||||
<item chance="309722" max="3" min="1" id="1871"/>
|
||||
<item chance="603958" max="1" min="1" id="1877"/>
|
||||
<item chance="24778" max="1" min="1" id="1877"/>
|
||||
<item chance="12389" max="1" min="1" id="4040"/>
|
||||
<item chance="131295" max="1" min="1" id="4041"/>
|
||||
<item chance="5386" max="1" min="1" id="4041"/>
|
||||
<item chance="7644" max="1" min="1" id="5541"/>
|
||||
<item chance="5162" max="1" min="1" id="8732"/>
|
||||
<item chance="1290" max="1" min="1" id="8742"/>
|
||||
<item chance="129" max="1" min="1" id="8752"/>
|
||||
<item chance="496" max="1" min="1" id="11976"/>
|
||||
</droplist>
|
||||
</npc>
|
||||
Reference in New Issue
Block a user