1
0
mirror of https://github.com/Rogiel/l2jserver2 synced 2025-12-06 07:32:46 +00:00
Files
l2jserver2/l2jserver2-gameserver/data/template/npc/monster/22109-MaleSpikedStakato.xml
Rogiel 6a40656a38 Update XSD files for templates
This commit updades all XSD files for templates.
2011-10-11 23:45:02 -03:00

67 lines
3.1 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<template:npc
controller="com.l2jserver.model.world.npc.controller.MonsterController"
id="22109" 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="true" targetable="true" attackable="true">
<name display="true" send="false">Male Spiked Stakato</name>
<level>74</level>
<race>HUMANOID</race>
<sex>MALE</sex>
<stats>
<hp regen="8.5" max="2632.19636"/>
<mp regen="3.0" max="1475.0"/>
<attack critical="4" evasion="0" range="40">
<physical speed="253.0" damage="773.81598"/>
<magical speed="333.0" damage="528.41601"/>
</attack>
<defense>
<physical value="314.65987"/>
<magical value="230.25444"/>
</defense>
<move walk="30.0" run="200.0"/>
<base wit="20" dex="30" men="20" con="43" str="40" int="21"/>
</stats>
<experience>44602</experience>
<sp>4474</sp>
<item lefthand="0" righthand="135"/>
<collision heigth="31.0" radius="18.0"/>
</info>
<droplist>
<item chance="700000" category="DROP" max="12346" min="6057" id="57"/>
<item chance="35968" category="UNK_2" max="63" min="21" id="1864"/>
<item chance="188831" category="UNK_2" max="6" min="2" id="1869"/>
<item chance="92693" category="UNK_2" max="6" min="2" id="1884"/>
<item chance="50355" category="UNK_2" max="9" min="3" id="1878"/>
<item chance="25177" category="UNK_2" max="1" min="1" id="4039"/>
<item chance="3021" category="UNK_2" max="1" min="1" id="10302"/>
<item chance="7445" category="UNK_1" max="1" min="1" id="5524"/>
<item chance="3437" category="UNK_1" max="1" min="1" id="5521"/>
<item chance="4871" category="UNK_1" max="1" min="1" id="5520"/>
<item chance="42" category="UNK_1" max="1" min="1" id="5287"/>
<item chance="38" category="UNK_1" max="1" min="1" id="5288"/>
<item chance="26" category="UNK_1" max="1" min="1" id="5293"/>
<item chance="4546" category="SPOIL" max="1" min="1" id="5448"/>
<item chance="162002" category="SPOIL" max="1" min="1" id="5489"/>
<item chance="10228" category="SPOIL" max="1" min="1" id="730"/>
</droplist>
<skills>
<skill level="7" id="4032"/>
<skill level="7" id="4072"/>
<skill level="12" id="4408"/>
<skill level="1" id="4409"/>
<skill level="14" id="4410"/>
<skill level="11" id="4411"/>
<skill level="14" id="4412"/>
<skill level="11" id="4413"/>
<skill level="1" id="4414"/>
<skill level="3" id="4415"/>
<skill level="6" id="4416"/>
<skill level="29" id="4417"/>
<skill level="5" id="4435"/>
<skill level="5" id="4438"/>
<skill level="5" id="4439"/>
<skill level="3" id="4789"/>
</skills>
</template:npc>