mirror of
https://github.com/Rogiel/l2jserver2
synced 2025-12-07 16:03:10 +00:00
Implemented XML templates
This commit is contained in:
41
data/templates/npc/monster/22137-PenanceGuard.xml
Normal file
41
data/templates/npc/monster/22137-PenanceGuard.xml
Normal file
@@ -0,0 +1,41 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="Monster" id="22137" xsi:schemaLocation="npc ../../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
|
||||
<info aggressive="true" targetable="true" attackable="false">
|
||||
<name display="true" send="false">Penance Guard</name>
|
||||
<level>78</level>
|
||||
<sex>MALE</sex>
|
||||
<stats>
|
||||
<hp regen="8.721" max="2975.2369188"/>
|
||||
<mp regen="3.0804" max="1742.976"/>
|
||||
<attack critical="4" 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="33.0" run="120.0"/>
|
||||
<base wit="20" dex="30" men="20" con="43" str="40" int="21"/>
|
||||
</stats>
|
||||
<experience>3681</experience>
|
||||
<sp>397</sp>
|
||||
<item lefthand="0" righthand="8217"/>
|
||||
<collision heigth="30.5" radius="40.0"/>
|
||||
</info>
|
||||
<droplist>
|
||||
<item chance="700000" max="1008" min="492" id="57"/>
|
||||
<item chance="65985" max="30" min="10" id="1344"/>
|
||||
<item chance="52788" max="1" min="1" id="1871"/>
|
||||
<item chance="35192" max="1" min="1" id="1866"/>
|
||||
<item chance="2112" max="1" min="1" id="1877"/>
|
||||
<item chance="507" max="1" min="1" id="5541"/>
|
||||
<item chance="1056" max="1" min="1" id="4040"/>
|
||||
<item chance="459" max="1" min="1" id="4041"/>
|
||||
<item chance="21" max="1" min="1" id="960"/>
|
||||
<item chance="33" max="1" min="1" id="11976"/>
|
||||
<item chance="20015" max="1" min="1" id="4040"/>
|
||||
<item chance="8702" max="1" min="1" id="4041"/>
|
||||
<item chance="4491" max="1" min="1" id="5480"/>
|
||||
</droplist>
|
||||
</npc>
|
||||
Reference in New Issue
Block a user