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/grandboss/29180-Freya.xml
Normal file
26
data/templates/npc/grandboss/29180-Freya.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="29180" xsi:schemaLocation="npc ../../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
|
||||
<info aggressive="false" targetable="true" attackable="false">
|
||||
<name display="true" send="false">Freya</name>
|
||||
<title send="false">Ice Queen</title>
|
||||
<level>85</level>
|
||||
<sex>FEMALE</sex>
|
||||
<stats>
|
||||
<hp regen="18363.9100815153" max="4.72128405768211E7"/>
|
||||
<mp regen="1000.0" max="184680.0"/>
|
||||
<attack critical="4" evasion="0" range="40">
|
||||
<physical speed="253.0" damage="21208.84518"/>
|
||||
<magical speed="333.0" damage="5528.31841"/>
|
||||
</attack>
|
||||
<defense>
|
||||
<physical value="1589.08205"/>
|
||||
<magical value="1193.8"/>
|
||||
</defense>
|
||||
<move walk="54.0" run="180.0"/>
|
||||
<base wit="70" dex="73" men="80" con="57" str="60" int="76"/>
|
||||
</stats>
|
||||
<experience>108799553</experience>
|
||||
<sp>12524212</sp>
|
||||
<collision heigth="55.0" radius="22.0"/>
|
||||
</info>
|
||||
</npc>
|
||||
Reference in New Issue
Block a user