mirror of
https://github.com/Rogiel/l2jserver2
synced 2025-12-07 07:52:57 +00:00
Implemented XML templates
This commit is contained in:
@@ -0,0 +1,36 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="RiftInvader" id="21724" xsi:schemaLocation="npc ../../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
|
||||
<info aggressive="true" targetable="true" attackable="false">
|
||||
<name display="true" send="false">Purgatory Invader Elite Soldier</name>
|
||||
<level>53</level>
|
||||
<sex>FEMALE</sex>
|
||||
<stats>
|
||||
<hp regen="6.5" max="1570.8463"/>
|
||||
<mp regen="2.4" max="832.4"/>
|
||||
<attack critical="4" evasion="0" range="40">
|
||||
<physical speed="253.0" damage="353.71092"/>
|
||||
<magical speed="333.0" damage="241.5387"/>
|
||||
</attack>
|
||||
<defense>
|
||||
<physical value="214.18326"/>
|
||||
<magical value="142.60563"/>
|
||||
</defense>
|
||||
<move walk="80.0" run="165.0"/>
|
||||
<base wit="20" dex="30" men="20" con="43" str="40" int="21"/>
|
||||
</stats>
|
||||
<experience>21811</experience>
|
||||
<sp>1715</sp>
|
||||
<collision heigth="40.0" radius="14.0"/>
|
||||
</info>
|
||||
<droplist>
|
||||
<item chance="156630" max="2" min="1" id="1984"/>
|
||||
<item chance="120574" max="1" min="1" id="4126"/>
|
||||
<item chance="849629" max="3" min="1" id="6669"/>
|
||||
<item chance="700000" max="5875" min="2892" id="57"/>
|
||||
<item chance="263516" max="3" min="1" id="6669"/>
|
||||
<item chance="52459" max="1" min="1" id="8726"/>
|
||||
<item chance="13115" max="1" min="1" id="8736"/>
|
||||
<item chance="1311" max="1" min="1" id="8746"/>
|
||||
<item chance="263" max="1" min="1" id="8756"/>
|
||||
</droplist>
|
||||
</npc>
|
||||
Reference in New Issue
Block a user