1
0
mirror of https://github.com/Rogiel/l2jserver2 synced 2025-12-06 23:42:55 +00:00
Files
l2jserver2/data/templates/npc/grandboss/29180-Freya.xml
2011-05-25 20:22:02 -03:00

30 lines
1.2 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="29180" xsi:schemaLocation="npc ../../npc.xsd"
xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<info aggressive="false" targetable="true" attackable="true">
<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>