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/35646-VampireCaster.xml
Normal file
26
data/templates/npc/35646-VampireCaster.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="35646" xsi:schemaLocation="npc ../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
|
||||
<info aggressive="false" targetable="true" attackable="false">
|
||||
<name display="true" send="false">Vampire Caster</name>
|
||||
<level>70</level>
|
||||
<sex>FEMALE</sex>
|
||||
<stats>
|
||||
<hp regen="7.5" max="6886.0"/>
|
||||
<mp regen="2.7" max="1251.0"/>
|
||||
<attack critical="8" evasion="0" range="1100">
|
||||
<physical speed="253.0" damage="2773.0"/>
|
||||
<magical speed="333.0" damage="426.74754"/>
|
||||
</attack>
|
||||
<defense>
|
||||
<physical value="281.55251"/>
|
||||
<magical value="206.02791"/>
|
||||
</defense>
|
||||
<move walk="64.0" run="140.0"/>
|
||||
<base wit="20" dex="30" men="20" con="43" str="40" int="21"/>
|
||||
</stats>
|
||||
<experience>0</experience>
|
||||
<sp>0</sp>
|
||||
<item lefthand="0" righthand="946"/>
|
||||
<collision heigth="21.5" radius="6.0"/>
|
||||
</info>
|
||||
</npc>
|
||||
Reference in New Issue
Block a user