mirror of
https://github.com/Rogiel/l2jserver2
synced 2025-12-08 08:23:11 +00:00
Implemented XML templates
This commit is contained in:
45
data/templates/npc/monster/21542-DiscipleOfPilgrim.xml
Normal file
45
data/templates/npc/monster/21542-DiscipleOfPilgrim.xml
Normal file
@@ -0,0 +1,45 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="Monster" id="21542" xsi:schemaLocation="npc ../../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
|
||||
<info aggressive="false" targetable="true" attackable="false">
|
||||
<name display="true" send="false">Disciple of Pilgrim</name>
|
||||
<level>62</level>
|
||||
<sex>MALE</sex>
|
||||
<stats>
|
||||
<hp regen="7.5" max="2037.81082"/>
|
||||
<mp regen="2.7" max="1097.0"/>
|
||||
<attack critical="4" evasion="0" range="40">
|
||||
<physical speed="253.0" damage="521.12391"/>
|
||||
<magical speed="333.0" damage="355.86007"/>
|
||||
</attack>
|
||||
<defense>
|
||||
<physical value="257.34267"/>
|
||||
<magical value="171.34165"/>
|
||||
</defense>
|
||||
<move walk="50.0" run="165.0"/>
|
||||
<base wit="20" dex="30" men="20" con="43" str="40" int="21"/>
|
||||
</stats>
|
||||
<experience>8319</experience>
|
||||
<sp>742</sp>
|
||||
<item lefthand="0" righthand="193"/>
|
||||
<collision heigth="28.0" radius="13.0"/>
|
||||
</info>
|
||||
<droplist>
|
||||
<item chance="700000" max="2280" min="1125" id="57"/>
|
||||
<item chance="108855" max="30" min="10" id="1343"/>
|
||||
<item chance="3783" max="1" min="1" id="1807"/>
|
||||
<item chance="153398" max="1" min="1" id="1864"/>
|
||||
<item chance="76199" max="1" min="1" id="1869"/>
|
||||
<item chance="7620" max="1" min="1" id="1880"/>
|
||||
<item chance="3783" max="1" min="1" id="3035"/>
|
||||
<item chance="102" max="1" min="1" id="3035"/>
|
||||
<item chance="2540" max="1" min="1" id="4043"/>
|
||||
<item chance="121630" max="1" min="1" id="4053"/>
|
||||
<item chance="1834" max="1" min="1" id="4119"/>
|
||||
<item chance="1016" max="1" min="1" id="5550"/>
|
||||
<item chance="1016" max="1" min="1" id="8729"/>
|
||||
<item chance="254" max="1" min="1" id="8739"/>
|
||||
<item chance="26" max="1" min="1" id="8749"/>
|
||||
<item chance="5" max="1" min="1" id="8759"/>
|
||||
<item chance="137" max="1" min="1" id="11939"/>
|
||||
</droplist>
|
||||
</npc>
|
||||
Reference in New Issue
Block a user