mirror of
https://github.com/Rogiel/l2jserver2
synced 2025-12-08 08:23:11 +00:00
Implemented XML templates
This commit is contained in:
26
data/templates/npc/grandboss/29175-Tiat.xml
Normal file
26
data/templates/npc/grandboss/29175-Tiat.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="GrandBoss" id="29175" xsi:schemaLocation="npc ../../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
|
||||
<info aggressive="false" targetable="true" attackable="false">
|
||||
<name display="true" send="false">Tiat</name>
|
||||
<title send="false">Witch of the Dragon of Darkness</title>
|
||||
<level>82</level>
|
||||
<sex>FEMALE</sex>
|
||||
<stats>
|
||||
<hp regen="548.283697654583" max="5523846.14458983"/>
|
||||
<mp regen="1000.0" max="184680.0"/>
|
||||
<attack critical="4" evasion="0" range="40">
|
||||
<physical speed="253.0" damage="3093.77457"/>
|
||||
<magical speed="333.0" damage="2112.64698"/>
|
||||
</attack>
|
||||
<defense>
|
||||
<physical value="530.62261"/>
|
||||
<magical value="352.98781"/>
|
||||
</defense>
|
||||
<move walk="80.0" run="200.0"/>
|
||||
<base wit="70" dex="73" men="80" con="57" str="60" int="76"/>
|
||||
</stats>
|
||||
<experience>11480335</experience>
|
||||
<sp>4460470</sp>
|
||||
<collision heigth="104.0" radius="55.0"/>
|
||||
</info>
|
||||
</npc>
|
||||
Reference in New Issue
Block a user