mirror of
https://github.com/Rogiel/l2jserver2
synced 2025-12-08 08:23:11 +00:00
Implemented XML templates
This commit is contained in:
46
data/templates/npc/monster/21637-CrimsonValeMaster.xml
Normal file
46
data/templates/npc/monster/21637-CrimsonValeMaster.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="21637" xsi:schemaLocation="npc ../../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
|
||||
<info aggressive="true" targetable="true" attackable="false">
|
||||
<name display="true" send="false">Crimson Vale Master</name>
|
||||
<level>54</level>
|
||||
<sex>MALE</sex>
|
||||
<stats>
|
||||
<hp regen="6.5" max="1621.75618"/>
|
||||
<mp regen="2.4" max="861.0"/>
|
||||
<attack critical="4" evasion="0" range="40">
|
||||
<physical speed="253.0" damage="370.68904"/>
|
||||
<magical speed="333.0" damage="253.13256"/>
|
||||
</attack>
|
||||
<defense>
|
||||
<physical value="218.89589"/>
|
||||
<magical value="145.74335"/>
|
||||
</defense>
|
||||
<move walk="70.0" run="174.0"/>
|
||||
<base wit="20" dex="30" men="20" con="43" str="40" int="21"/>
|
||||
</stats>
|
||||
<experience>15797</experience>
|
||||
<sp>1260</sp>
|
||||
<collision heigth="48.0" radius="14.5"/>
|
||||
</info>
|
||||
<droplist>
|
||||
<item chance="24296" max="1" min="1" id="2115"/>
|
||||
<item chance="24951" max="1" min="1" id="2116"/>
|
||||
<item chance="25497" max="1" min="1" id="4141"/>
|
||||
<item chance="700000" max="4266" min="2095" id="57"/>
|
||||
<item chance="21" max="1" min="1" id="135"/>
|
||||
<item chance="2243" max="1" min="1" id="2115"/>
|
||||
<item chance="21" max="1" min="1" id="5286"/>
|
||||
<item chance="2246" max="1" min="1" id="5530"/>
|
||||
<item chance="44503" max="12" min="4" id="1864"/>
|
||||
<item chance="35602" max="6" min="2" id="1865"/>
|
||||
<item chance="118675" max="1" min="1" id="1866"/>
|
||||
<item chance="118675" max="3" min="1" id="1868"/>
|
||||
<item chance="71205" max="1" min="1" id="1873"/>
|
||||
<item chance="1369" max="1" min="1" id="4142"/>
|
||||
<item chance="3266" max="1" min="1" id="4936"/>
|
||||
<item chance="4121" max="1" min="1" id="8726"/>
|
||||
<item chance="1030" max="1" min="1" id="8736"/>
|
||||
<item chance="103" max="1" min="1" id="8746"/>
|
||||
<item chance="21" max="1" min="1" id="8756"/>
|
||||
</droplist>
|
||||
</npc>
|
||||
Reference in New Issue
Block a user