mirror of
https://github.com/Rogiel/l2jserver2
synced 2025-12-08 16:33:07 +00:00
Implemented XML templates
This commit is contained in:
44
data/templates/npc/monster/22109-MaleSpikedStakato.xml
Normal file
44
data/templates/npc/monster/22109-MaleSpikedStakato.xml
Normal file
@@ -0,0 +1,44 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="Monster" id="22109" xsi:schemaLocation="npc ../../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
|
||||
<info aggressive="true" targetable="true" attackable="false">
|
||||
<name display="true" send="false">Male Spiked Stakato</name>
|
||||
<level>74</level>
|
||||
<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" max="12346" min="6057" id="57"/>
|
||||
<item chance="35968" max="63" min="21" id="1864"/>
|
||||
<item chance="188831" max="6" min="2" id="1869"/>
|
||||
<item chance="92693" max="6" min="2" id="1884"/>
|
||||
<item chance="50355" max="9" min="3" id="1878"/>
|
||||
<item chance="25177" max="1" min="1" id="4039"/>
|
||||
<item chance="3021" max="1" min="1" id="10302"/>
|
||||
<item chance="7445" max="1" min="1" id="5524"/>
|
||||
<item chance="3437" max="1" min="1" id="5521"/>
|
||||
<item chance="4871" max="1" min="1" id="5520"/>
|
||||
<item chance="42" max="1" min="1" id="5287"/>
|
||||
<item chance="38" max="1" min="1" id="5288"/>
|
||||
<item chance="26" max="1" min="1" id="5293"/>
|
||||
<item chance="4546" max="1" min="1" id="5448"/>
|
||||
<item chance="162002" max="1" min="1" id="5489"/>
|
||||
<item chance="10228" max="1" min="1" id="730"/>
|
||||
</droplist>
|
||||
</npc>
|
||||
Reference in New Issue
Block a user