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/25635-Argekunte.xml
Normal file
27
data/templates/npc/monster/25635-Argekunte.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="25635" xsi:schemaLocation="npc ../../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
|
||||
<info aggressive="false" targetable="true" attackable="false">
|
||||
<name display="true" send="false">Argekunte</name>
|
||||
<title send="false">Vacuous Soul</title>
|
||||
<level>81</level>
|
||||
<sex>MALE</sex>
|
||||
<stats>
|
||||
<hp regen="186.30557254141" max="436294.588865472"/>
|
||||
<mp regen="3.0" max="1812.0"/>
|
||||
<attack critical="4" evasion="0" range="40">
|
||||
<physical speed="253.0" damage="1816.91541"/>
|
||||
<magical speed="333.0" damage="1073.23051"/>
|
||||
</attack>
|
||||
<defense>
|
||||
<physical value="1092.5476"/>
|
||||
<magical value="532.98247"/>
|
||||
</defense>
|
||||
<move walk="80.0" run="200.0"/>
|
||||
<base wit="70" dex="73" men="80" con="57" str="60" int="76"/>
|
||||
</stats>
|
||||
<experience>3004658</experience>
|
||||
<sp>406483</sp>
|
||||
<item lefthand="13986" righthand="13985"/>
|
||||
<collision heigth="40.8" radius="24.0"/>
|
||||
</info>
|
||||
</npc>
|
||||
Reference in New Issue
Block a user