mirror of
https://github.com/Rogiel/l2jserver2
synced 2025-12-06 23:42:55 +00:00
Implemented XML templates
This commit is contained in:
46
data/templates/npc/monster/20605-WeirdDrake.xml
Normal file
46
data/templates/npc/monster/20605-WeirdDrake.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="20605" xsi:schemaLocation="npc ../../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
|
||||
<info aggressive="true" targetable="true" attackable="false">
|
||||
<name display="true" send="false">Weird Drake</name>
|
||||
<level>45</level>
|
||||
<sex>MALE</sex>
|
||||
<stats>
|
||||
<hp regen="5.5" max="1183.80594"/>
|
||||
<mp regen="2.1" max="610.8"/>
|
||||
<attack critical="4" evasion="0" range="40">
|
||||
<physical speed="253.0" damage="234.89829"/>
|
||||
<magical speed="333.0" damage="160.40508"/>
|
||||
</attack>
|
||||
<defense>
|
||||
<physical value="177.78746"/>
|
||||
<magical value="118.3729"/>
|
||||
</defense>
|
||||
<move walk="70.0" run="174.0"/>
|
||||
<base wit="20" dex="30" men="20" con="43" str="40" int="21"/>
|
||||
</stats>
|
||||
<experience>3605</experience>
|
||||
<sp>251</sp>
|
||||
<collision heigth="100.0" radius="30.0"/>
|
||||
</info>
|
||||
<droplist>
|
||||
<item chance="700000" max="964" min="475" id="57"/>
|
||||
<item chance="97" max="1" min="1" id="439"/>
|
||||
<item chance="156" max="1" min="1" id="471"/>
|
||||
<item chance="800154" max="3" min="1" id="1867"/>
|
||||
<item chance="103136" max="1" min="1" id="1868"/>
|
||||
<item chance="20627" max="1" min="1" id="1873"/>
|
||||
<item chance="3438" max="1" min="1" id="1889"/>
|
||||
<item chance="113658" max="1" min="1" id="1908"/>
|
||||
<item chance="7540" max="1" min="1" id="1954"/>
|
||||
<item chance="4538" max="1" min="1" id="1962"/>
|
||||
<item chance="8915" max="1" min="1" id="2059"/>
|
||||
<item chance="1280" max="1" min="1" id="2214"/>
|
||||
<item chance="3203" max="1" min="1" id="3003"/>
|
||||
<item chance="1719" max="1" min="1" id="4044"/>
|
||||
<item chance="5157" max="1" min="1" id="5549"/>
|
||||
<item chance="2063" max="1" min="1" id="8723"/>
|
||||
<item chance="516" max="1" min="1" id="8733"/>
|
||||
<item chance="52" max="1" min="1" id="8743"/>
|
||||
<item chance="10" max="1" min="1" id="8753"/>
|
||||
</droplist>
|
||||
</npc>
|
||||
Reference in New Issue
Block a user