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/25600-Temenir.xml
Normal file
27
data/templates/npc/monster/25600-Temenir.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="25600" xsi:schemaLocation="npc ../../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
|
||||
<info aggressive="false" targetable="true" attackable="false">
|
||||
<name display="true" send="false">Temenir</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="80">
|
||||
<physical speed="253.0" damage="5869.75912"/>
|
||||
<magical speed="333.0" damage="4125.48586"/>
|
||||
</attack>
|
||||
<defense>
|
||||
<physical value="1520.63794"/>
|
||||
<magical value="834.55263"/>
|
||||
</defense>
|
||||
<move walk="68.0" run="180.0"/>
|
||||
<base wit="20" dex="30" men="20" con="43" str="40" int="21"/>
|
||||
</stats>
|
||||
<experience>1404180</experience>
|
||||
<sp>488611</sp>
|
||||
<item lefthand="0" righthand="10277"/>
|
||||
<collision heigth="37.5" radius="25.0"/>
|
||||
</info>
|
||||
</npc>
|
||||
Reference in New Issue
Block a user