1
0
mirror of https://github.com/Rogiel/l2jserver2 synced 2025-12-06 15:33:00 +00:00
Files
l2jserver2/l2jserver2-gameserver/data/template/npc/grandboss/29001-QueenAnt.xml

82 lines
3.9 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<template:npc
controller="com.l2jserver.model.world.npc.controller.impl.NotImplementedNPCController"
id="29001" xsi:schemaLocation="http://schemas.l2jserver2.com/npc ../../npc.xsd"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:template="http://schemas.l2jserver2.com/npc">
<info aggressive="false" targetable="true" attackable="true">
<name display="true" send="false">Queen Ant</name>
<level>40</level>
<race>BUG</race>
<sex>FEMALE</sex>
<stats>
<hp regen="208.0" max="96596.0"/>
<mp regen="2.1" max="300.8"/>
<attack critical="4" evasion="0" range="40">
<physical speed="253.0" damage="105.0"/>
<magical speed="333.0" damage="8.0"/>
</attack>
<defense>
<physical value="1252.0"/>
<magical value="229.0"/>
</defense>
<move walk="80.0" run="230.0"/>
<base wit="70" dex="73" men="80" con="57" str="60" int="76"/>
</stats>
<experience>2179536</experience>
<sp>140740</sp>
<collision heigth="53.0" radius="45.0"/>
</info>
<droplist>
<item chance="60000" category="DROP" max="1" min="1" id="70"/>
<item chance="55000" category="DROP" max="1" min="1" id="159"/>
<item chance="55000" category="DROP" max="1" min="1" id="188"/>
<item chance="55000" category="DROP" max="1" min="1" id="189"/>
<item chance="55000" category="DROP" max="1" min="1" id="225"/>
<item chance="50000" category="DROP" max="1" min="1" id="262"/>
<item chance="55000" category="DROP" max="1" min="1" id="280"/>
<item chance="55000" category="DROP" max="1" min="1" id="297"/>
<item chance="60000" category="DROP" max="1" min="1" id="2499"/>
<item chance="350000" category="UNK_1" max="2" min="1" id="851"/>
<item chance="350000" category="UNK_1" max="2" min="1" id="882"/>
<item chance="300000" category="UNK_1" max="2" min="1" id="914"/>
<item chance="375000" category="UNK_2" max="2" min="1" id="353"/>
<item chance="375000" category="UNK_2" max="2" min="1" id="380"/>
<item chance="425000" category="UNK_3" max="2" min="1" id="396"/>
<item chance="425000" category="UNK_3" max="2" min="1" id="438"/>
<item chance="200000" category="UNK_4" max="3" min="1" id="607"/>
<item chance="200000" category="UNK_4" max="3" min="1" id="630"/>
<item chance="200000" category="UNK_4" max="3" min="1" id="955"/>
<item chance="200000" category="UNK_4" max="3" min="1" id="1125"/>
<item chance="200000" category="UNK_4" max="3" min="1" id="2412"/>
<item chance="1000000" category="UNK_5" max="170000"
min="140000" id="57"/>
<item chance="1000000" category="UNK_6" max="170000"
min="140000" id="57"/>
<item chance="1000000" category="UNK_7" max="170000"
min="140000" id="57"/>
<item chance="1000000" category="UNK_8" max="170000"
min="140000" id="57"/>
<item chance="1000000" category="UNK_9" max="170000"
min="140000" id="57"/>
<item chance="1000000" category="UNK_10" max="170000"
min="140000" id="57"/>
<item chance="1000000" category="UNK_11" max="150000"
min="120000" id="57"/>
<item chance="300000" category="UNK_12" max="1" min="1" id="6660"/>
</droplist>
<skills>
<skill level="1" id="4019"/>
<skill level="1" id="4021"/>
<skill level="1" id="4045"/>
<skill level="1" id="4408"/>
<skill level="1" id="4409"/>
<skill level="11" id="4410"/>
<skill level="11" id="4411"/>
<skill level="11" id="4412"/>
<skill level="11" id="4413"/>
<skill level="2" id="4414"/>
<skill level="3" id="4415"/>
<skill level="12" id="4416"/>
</skills>
</template:npc>