mirror of
https://github.com/Rogiel/l2jserver2
synced 2025-12-08 00:13:11 +00:00
Implemented XML templates
This commit is contained in:
39
data/templates/npc/monster/21239-GraveMonk.xml
Normal file
39
data/templates/npc/monster/21239-GraveMonk.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="21239" xsi:schemaLocation="npc ../../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
|
||||
<info aggressive="true" targetable="true" attackable="false">
|
||||
<name display="true" send="false">Grave Monk</name>
|
||||
<level>37</level>
|
||||
<sex>FEMALE</sex>
|
||||
<stats>
|
||||
<hp regen="4.5" max="847.31754"/>
|
||||
<mp regen="1.8" max="432.72"/>
|
||||
<attack critical="4" evasion="0" range="40">
|
||||
<physical speed="253.0" damage="146.82587"/>
|
||||
<magical speed="333.0" damage="100.26304"/>
|
||||
</attack>
|
||||
<defense>
|
||||
<physical value="144.47758"/>
|
||||
<magical value="96.19481"/>
|
||||
</defense>
|
||||
<move walk="60.0" run="120.0"/>
|
||||
<base wit="20" dex="30" men="20" con="43" str="40" int="21"/>
|
||||
</stats>
|
||||
<experience>5940</experience>
|
||||
<sp>365</sp>
|
||||
<collision heigth="43.2" radius="10.0"/>
|
||||
</info>
|
||||
<droplist>
|
||||
<item chance="139345" max="1" min="1" id="1825"/>
|
||||
<item chance="197653" max="1" min="1" id="1902"/>
|
||||
<item chance="139345" max="1" min="1" id="2145"/>
|
||||
<item chance="700000" max="1645" min="824" id="57"/>
|
||||
<item chance="94" max="1" min="1" id="279"/>
|
||||
<item chance="5834" max="1" min="1" id="2040"/>
|
||||
<item chance="168072" max="1" min="1" id="1865"/>
|
||||
<item chance="168072" max="1" min="1" id="1870"/>
|
||||
<item chance="11205" max="1" min="1" id="1874"/>
|
||||
<item chance="12005" max="1" min="1" id="2145"/>
|
||||
<item chance="17185" max="1" min="1" id="2208"/>
|
||||
<item chance="5603" max="1" min="1" id="6036"/>
|
||||
</droplist>
|
||||
</npc>
|
||||
Reference in New Issue
Block a user