mirror of
https://github.com/Rogiel/l2jserver2
synced 2025-12-07 16:03:10 +00:00
Implemented XML templates
This commit is contained in:
27
data/templates/npc/monster/25602-Kiretcenah.xml
Normal file
27
data/templates/npc/monster/25602-Kiretcenah.xml
Normal file
@@ -0,0 +1,27 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="Monster" id="25602" xsi:schemaLocation="npc ../../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
|
||||
<info aggressive="false" targetable="true" attackable="false">
|
||||
<name display="true" send="false">Kiretcenah</name>
|
||||
<title send="false">Darion's Challenger</title>
|
||||
<level>82</level>
|
||||
<sex>MALE</sex>
|
||||
<stats>
|
||||
<hp regen="55.0593688798472" max="254046.904193716"/>
|
||||
<mp regen="3.0" max="1917.0"/>
|
||||
<attack critical="4" evasion="0" range="40">
|
||||
<physical speed="253.0" damage="5869.75912"/>
|
||||
<magical speed="333.0" damage="4125.48586"/>
|
||||
</attack>
|
||||
<defense>
|
||||
<physical value="760.31897"/>
|
||||
<magical value="1112.73684"/>
|
||||
</defense>
|
||||
<move walk="60.0" run="150.0"/>
|
||||
<base wit="20" dex="30" men="20" con="43" str="40" int="21"/>
|
||||
</stats>
|
||||
<experience>1384493</experience>
|
||||
<sp>459564</sp>
|
||||
<item lefthand="0" righthand="9442"/>
|
||||
<collision heigth="39.0" radius="30.0"/>
|
||||
</info>
|
||||
</npc>
|
||||
Reference in New Issue
Block a user