mirror of
https://github.com/Rogiel/l2jserver2
synced 2025-12-07 16:03:10 +00:00
Implemented XML templates
This commit is contained in:
47
data/templates/npc/monster/21656-AshurasOfDestruction.xml
Normal file
47
data/templates/npc/monster/21656-AshurasOfDestruction.xml
Normal file
@@ -0,0 +1,47 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="Monster" id="21656" xsi:schemaLocation="npc ../../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
|
||||
<info aggressive="true" targetable="true" attackable="false">
|
||||
<name display="true" send="false">Ashuras of Destruction</name>
|
||||
<level>78</level>
|
||||
<sex>MALE</sex>
|
||||
<stats>
|
||||
<hp regen="8.874" max="3077.1572058"/>
|
||||
<mp regen="3.1314" max="1848.24"/>
|
||||
<attack critical="4" evasion="0" range="40">
|
||||
<physical speed="253.0" damage="1009.395"/>
|
||||
<magical speed="333.0" damage="719.59956"/>
|
||||
</attack>
|
||||
<defense>
|
||||
<physical value="373.96949"/>
|
||||
<magical value="261.02228"/>
|
||||
</defense>
|
||||
<move walk="41.0" run="190.0"/>
|
||||
<base wit="20" dex="30" men="20" con="43" str="40" int="21"/>
|
||||
</stats>
|
||||
<experience>62781</experience>
|
||||
<sp>7385</sp>
|
||||
<collision heigth="49.0" radius="17.0"/>
|
||||
</info>
|
||||
<droplist>
|
||||
<item chance="700000" max="15500" min="7595" id="57"/>
|
||||
<item chance="228" max="1" min="1" id="960"/>
|
||||
<item chance="177745" max="120" min="40" id="1344"/>
|
||||
<item chance="42132" max="27" min="9" id="1867"/>
|
||||
<item chance="75838" max="15" min="5" id="1872"/>
|
||||
<item chance="37919" max="1" min="1" id="1875"/>
|
||||
<item chance="75838" max="1" min="1" id="1881"/>
|
||||
<item chance="4946" max="1" min="1" id="4041"/>
|
||||
<item chance="93" max="1" min="1" id="5312"/>
|
||||
<item chance="133" max="1" min="1" id="5315"/>
|
||||
<item chance="93" max="1" min="1" id="5317"/>
|
||||
<item chance="14393" max="1" min="1" id="5495"/>
|
||||
<item chance="11333" max="1" min="1" id="5527"/>
|
||||
<item chance="11333" max="1" min="1" id="5528"/>
|
||||
<item chance="219330" max="1" min="1" id="6704"/>
|
||||
<item chance="214834" max="1" min="1" id="6705"/>
|
||||
<item chance="249893" max="1" min="1" id="6706"/>
|
||||
<item chance="4740" max="1" min="1" id="8732"/>
|
||||
<item chance="1185" max="1" min="1" id="8742"/>
|
||||
<item chance="119" max="1" min="1" id="8752"/>
|
||||
</droplist>
|
||||
</npc>
|
||||
Reference in New Issue
Block a user