mirror of
https://github.com/Rogiel/l2jserver2
synced 2025-12-06 15:33:00 +00:00
Implemented XML templates
This commit is contained in:
26
data/templates/npc/monster/22395-BelethSProjection.xml
Normal file
26
data/templates/npc/monster/22395-BelethSProjection.xml
Normal file
@@ -0,0 +1,26 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="Monster" id="22395" xsi:schemaLocation="npc ../../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
|
||||
<info aggressive="true" targetable="true" attackable="false">
|
||||
<name display="true" send="false">Beleth's Projection</name>
|
||||
<level>83</level>
|
||||
<sex>MALE</sex>
|
||||
<stats>
|
||||
<hp regen="190.897045965523" max="56202.8420013809"/>
|
||||
<mp regen="3.0" max="1777.4"/>
|
||||
<attack critical="4" evasion="0" range="40">
|
||||
<physical speed="253.0" damage="9516.11506"/>
|
||||
<magical speed="333.0" damage="6611.61494"/>
|
||||
</attack>
|
||||
<defense>
|
||||
<physical value="595.19567"/>
|
||||
<magical value="653.30756"/>
|
||||
</defense>
|
||||
<move walk="70.0" run="190.0"/>
|
||||
<base wit="20" dex="30" men="20" con="43" str="40" int="21"/>
|
||||
</stats>
|
||||
<experience>652377</experience>
|
||||
<sp>64757</sp>
|
||||
<item lefthand="10278" righthand="10278"/>
|
||||
<collision heigth="37.5" radius="25.0"/>
|
||||
</info>
|
||||
</npc>
|
||||
Reference in New Issue
Block a user