mirror of
https://github.com/Rogiel/l2jserver2
synced 2025-12-06 23:42:55 +00:00
Implemented XML templates
This commit is contained in:
32
data/templates/npc/monster/18320-CaughtUndine.xml
Normal file
32
data/templates/npc/monster/18320-CaughtUndine.xml
Normal file
@@ -0,0 +1,32 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="PenaltyMonster" id="18320" xsi:schemaLocation="npc ../../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
|
||||
<info aggressive="false" targetable="true" attackable="false">
|
||||
<name display="true" send="false">Caught Undine</name>
|
||||
<level>20</level>
|
||||
<sex>FEMALE</sex>
|
||||
<stats>
|
||||
<hp regen="2.5" max="342.5127"/>
|
||||
<mp regen="1.2" max="192.0"/>
|
||||
<attack critical="4" evasion="0" range="40">
|
||||
<physical speed="253.0" damage="44.32863"/>
|
||||
<magical speed="333.0" damage="30.2707"/>
|
||||
</attack>
|
||||
<defense>
|
||||
<physical value="73.83992"/>
|
||||
<magical value="52.62433"/>
|
||||
</defense>
|
||||
<move walk="60.0" run="120.0"/>
|
||||
<base wit="20" dex="30" men="20" con="43" str="40" int="21"/>
|
||||
</stats>
|
||||
<experience>844</experience>
|
||||
<sp>37</sp>
|
||||
<collision heigth="27.0" radius="12.0"/>
|
||||
</info>
|
||||
<droplist>
|
||||
<item chance="131712" max="1" min="1" id="6519"/>
|
||||
<item chance="87808" max="1" min="1" id="6522"/>
|
||||
<item chance="109760" max="1" min="1" id="6525"/>
|
||||
<item chance="527" max="1" min="1" id="6530"/>
|
||||
<item chance="109760" max="36" min="12" id="6536"/>
|
||||
</droplist>
|
||||
</npc>
|
||||
Reference in New Issue
Block a user