mirror of
https://github.com/Rogiel/l2jserver2
synced 2025-12-08 00:13:11 +00:00
Implemented XML templates
This commit is contained in:
35
data/templates/npc/raidboss/25127-LangkMatriarchRashkos.xml
Normal file
35
data/templates/npc/raidboss/25127-LangkMatriarchRashkos.xml
Normal file
@@ -0,0 +1,35 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="RaidBoss" id="25127" xsi:schemaLocation="npc ../../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
|
||||
<info aggressive="false" targetable="true" attackable="false">
|
||||
<name display="true" send="false">Langk Matriarch Rashkos</name>
|
||||
<title send="false">Raid Boss</title>
|
||||
<level>24</level>
|
||||
<sex>MALE</sex>
|
||||
<stats>
|
||||
<hp regen="44.9019254294477" max="83501.9913811124"/>
|
||||
<mp regen="1.5" max="245.52"/>
|
||||
<attack critical="4" evasion="0" range="40">
|
||||
<physical speed="253.0" damage="136.64091"/>
|
||||
<magical speed="333.0" damage="17.20301"/>
|
||||
</attack>
|
||||
<defense>
|
||||
<physical value="296.12757"/>
|
||||
<magical value="144.46"/>
|
||||
</defense>
|
||||
<move walk="56.0" run="170.0"/>
|
||||
<base wit="70" dex="73" men="80" con="57" str="60" int="76"/>
|
||||
</stats>
|
||||
<experience>2584114</experience>
|
||||
<sp>74037</sp>
|
||||
<item lefthand="0" righthand="124"/>
|
||||
<collision heigth="57.0" radius="19.0"/>
|
||||
</info>
|
||||
<droplist>
|
||||
<item chance="495636" max="4" min="2" id="46"/>
|
||||
<item chance="345695" max="1" min="1" id="222"/>
|
||||
<item chance="265321" max="12" min="4" id="627"/>
|
||||
<item chance="370072" max="3" min="1" id="955"/>
|
||||
<item chance="41119" max="1" min="1" id="6575"/>
|
||||
<item chance="370072" max="1" min="1" id="6576"/>
|
||||
</droplist>
|
||||
</npc>
|
||||
Reference in New Issue
Block a user