mirror of
https://github.com/Rogiel/l2jserver2
synced 2026-02-06 09:42:49 +00:00
Implemented XML templates
This commit is contained in:
39
data/templates/npc/monster/22139-OldAristocratSSoldier.xml
Normal file
39
data/templates/npc/monster/22139-OldAristocratSSoldier.xml
Normal file
@@ -0,0 +1,39 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="Monster" id="22139" xsi:schemaLocation="npc ../../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
|
||||
<info aggressive="true" targetable="true" attackable="false">
|
||||
<name display="true" send="false">Old Aristocrat's Soldier</name>
|
||||
<level>78</level>
|
||||
<sex>MALE</sex>
|
||||
<stats>
|
||||
<hp regen="8.721" max="2975.2369188"/>
|
||||
<mp regen="3.0804" max="1742.976"/>
|
||||
<attack critical="1" evasion="0" range="40">
|
||||
<physical speed="253.0" damage="938.20801"/>
|
||||
<magical speed="333.0" damage="656.66638"/>
|
||||
</attack>
|
||||
<defense>
|
||||
<physical value="354.81835"/>
|
||||
<magical value="259.64067"/>
|
||||
</defense>
|
||||
<move walk="38.0" run="200.0"/>
|
||||
<base wit="20" dex="30" men="20" con="43" str="40" int="21"/>
|
||||
</stats>
|
||||
<experience>33132</experience>
|
||||
<sp>3573</sp>
|
||||
<collision heigth="22.3" radius="17.0"/>
|
||||
</info>
|
||||
<droplist>
|
||||
<item chance="700000" max="9265" min="4525" id="57"/>
|
||||
<item chance="353700" max="60" min="20" id="1344"/>
|
||||
<item chance="19857" max="1" min="1" id="1894"/>
|
||||
<item chance="18864" max="1" min="1" id="4039"/>
|
||||
<item chance="18864" max="1" min="1" id="4044"/>
|
||||
<item chance="4656" max="1" min="1" id="5541"/>
|
||||
<item chance="16" max="1" min="1" id="305"/>
|
||||
<item chance="4921" max="1" min="1" id="4041"/>
|
||||
<item chance="22" max="1" min="1" id="959"/>
|
||||
<item chance="155316" max="1" min="1" id="5515"/>
|
||||
<item chance="31318" max="1" min="1" id="5522"/>
|
||||
<item chance="4087" max="1" min="1" id="3957"/>
|
||||
</droplist>
|
||||
</npc>
|
||||
Reference in New Issue
Block a user