mirror of
https://github.com/Rogiel/l2jserver2
synced 2025-12-07 07:52:57 +00:00
Implemented XML templates
This commit is contained in:
26
data/templates/npc/35061-NephilimMercenary.xml
Normal file
26
data/templates/npc/35061-NephilimMercenary.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="" id="35061" xsi:schemaLocation="npc ../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
|
||||
<info aggressive="false" targetable="true" attackable="false">
|
||||
<name display="true" send="false">Nephilim Mercenary</name>
|
||||
<level>82</level>
|
||||
<sex>FEMALE</sex>
|
||||
<stats>
|
||||
<hp regen="989.0" max="585703.507797897"/>
|
||||
<mp regen="3.0" max="1561.39135959339"/>
|
||||
<attack critical="1" evasion="0" range="40">
|
||||
<physical speed="253.0" damage="2704.10327"/>
|
||||
<magical speed="333.0" damage="5539.65578"/>
|
||||
</attack>
|
||||
<defense>
|
||||
<physical value="349.77477"/>
|
||||
<magical value="255.95"/>
|
||||
</defense>
|
||||
<move walk="33.0" run="195.0"/>
|
||||
<base wit="20" dex="21" men="20" con="27" str="22" int="41"/>
|
||||
</stats>
|
||||
<experience>672</experience>
|
||||
<sp>1</sp>
|
||||
<item lefthand="0" righthand="8687"/>
|
||||
<collision heigth="21.96" radius="6.5"/>
|
||||
</info>
|
||||
</npc>
|
||||
Reference in New Issue
Block a user