mirror of
https://github.com/Rogiel/l2jserver2
synced 2025-12-08 08:23:11 +00:00
Implemented XML templates
This commit is contained in:
47
data/templates/npc/monster/22115-SpikedStakatoSoldier.xml
Normal file
47
data/templates/npc/monster/22115-SpikedStakatoSoldier.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="22115" xsi:schemaLocation="npc ../../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
|
||||
<info aggressive="true" targetable="true" attackable="false">
|
||||
<name display="true" send="false">Spiked Stakato Soldier</name>
|
||||
<level>76</level>
|
||||
<sex>MALE</sex>
|
||||
<stats>
|
||||
<hp regen="8.5" max="2719.97952"/>
|
||||
<mp regen="3.0" max="1540.8"/>
|
||||
<attack critical="1" evasion="0" range="40">
|
||||
<physical speed="253.0" damage="815.37145"/>
|
||||
<magical speed="333.0" damage="556.793"/>
|
||||
</attack>
|
||||
<defense>
|
||||
<physical value="323.78455"/>
|
||||
<magical value="236.93149"/>
|
||||
</defense>
|
||||
<move walk="25.0" run="200.0"/>
|
||||
<base wit="20" dex="30" men="20" con="43" str="40" int="21"/>
|
||||
</stats>
|
||||
<experience>28650</experience>
|
||||
<sp>2920</sp>
|
||||
<collision heigth="43.2" radius="18.0"/>
|
||||
</info>
|
||||
<droplist>
|
||||
<item chance="700000" max="7938" min="3877" id="57"/>
|
||||
<item chance="7" max="1" min="1" id="80"/>
|
||||
<item chance="7" max="1" min="1" id="150"/>
|
||||
<item chance="90918" max="120" min="40" id="1344"/>
|
||||
<item chance="129306" max="3" min="1" id="1867"/>
|
||||
<item chance="193960" max="3" min="1" id="1872"/>
|
||||
<item chance="525307" max="1" min="1" id="1875"/>
|
||||
<item chance="19396" max="1" min="1" id="1875"/>
|
||||
<item chance="38792" max="1" min="1" id="1881"/>
|
||||
<item chance="129" max="1" min="1" id="3036"/>
|
||||
<item chance="68518" max="1" min="1" id="4041"/>
|
||||
<item chance="2530" max="1" min="1" id="4041"/>
|
||||
<item chance="35483" max="1" min="1" id="5488"/>
|
||||
<item chance="1650" max="1" min="1" id="5547"/>
|
||||
<item chance="1650" max="1" min="1" id="5548"/>
|
||||
<item chance="7" max="1" min="1" id="7884"/>
|
||||
<item chance="1654" max="1" min="1" id="8331"/>
|
||||
<item chance="2425" max="1" min="1" id="8732"/>
|
||||
<item chance="606" max="1" min="1" id="8742"/>
|
||||
<item chance="61" max="1" min="1" id="8752"/>
|
||||
</droplist>
|
||||
</npc>
|
||||
Reference in New Issue
Block a user