mirror of
https://github.com/Rogiel/l2jserver2
synced 2025-12-07 16:03:10 +00:00
Implemented XML templates
This commit is contained in:
48
data/templates/npc/monster/21438-HeathenWarrior.xml
Normal file
48
data/templates/npc/monster/21438-HeathenWarrior.xml
Normal file
@@ -0,0 +1,48 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="Monster" id="21438" xsi:schemaLocation="npc ../../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
|
||||
<info aggressive="true" targetable="true" attackable="false">
|
||||
<name display="true" send="false">Heathen Warrior</name>
|
||||
<level>65</level>
|
||||
<sex>MALE</sex>
|
||||
<stats>
|
||||
<hp regen="7.5" max="2193.43142"/>
|
||||
<mp regen="2.7" max="1188.8"/>
|
||||
<attack critical="8" evasion="0" range="40">
|
||||
<physical speed="253.0" damage="582.81759"/>
|
||||
<magical speed="333.0" damage="397.98887"/>
|
||||
</attack>
|
||||
<defense>
|
||||
<physical value="271.89033"/>
|
||||
<magical value="181.02764"/>
|
||||
</defense>
|
||||
<move walk="80.0" run="175.0"/>
|
||||
<base wit="20" dex="30" men="20" con="43" str="40" int="21"/>
|
||||
</stats>
|
||||
<experience>1790</experience>
|
||||
<sp>167</sp>
|
||||
<item lefthand="945" righthand="946"/>
|
||||
<collision heigth="28.5" radius="11.0"/>
|
||||
</info>
|
||||
<droplist>
|
||||
<item chance="700000" max="495" min="244" id="57"/>
|
||||
<item chance="2" max="1" min="1" id="729"/>
|
||||
<item chance="36370" max="1" min="1" id="1868"/>
|
||||
<item chance="7274" max="1" min="1" id="1873"/>
|
||||
<item chance="3637" max="1" min="1" id="1876"/>
|
||||
<item chance="5196" max="1" min="1" id="1895"/>
|
||||
<item chance="303" max="1" min="1" id="4042"/>
|
||||
<item chance="27694" max="1" min="1" id="4077"/>
|
||||
<item chance="8993" max="1" min="1" id="4078"/>
|
||||
<item chance="133" max="1" min="1" id="4114"/>
|
||||
<item chance="7068" max="1" min="1" id="6333"/>
|
||||
<item chance="132" max="1" min="1" id="8330"/>
|
||||
<item chance="133" max="1" min="1" id="8336"/>
|
||||
<item chance="242" max="1" min="1" id="8729"/>
|
||||
<item chance="61" max="1" min="1" id="8739"/>
|
||||
<item chance="6" max="1" min="1" id="8749"/>
|
||||
<item chance="1" max="1" min="1" id="8759"/>
|
||||
<item chance="10" max="1" min="1" id="11929"/>
|
||||
<item chance="10" max="1" min="1" id="11930"/>
|
||||
<item chance="10" max="1" min="1" id="11943"/>
|
||||
</droplist>
|
||||
</npc>
|
||||
Reference in New Issue
Block a user