mirror of
https://github.com/Rogiel/l2jserver2
synced 2025-12-08 16:33:07 +00:00
Implemented XML templates
This commit is contained in:
41
data/templates/npc/raidboss/25051-Rahha.xml
Normal file
41
data/templates/npc/raidboss/25051-Rahha.xml
Normal file
@@ -0,0 +1,41 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="RaidBoss" id="25051" xsi:schemaLocation="npc ../../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
|
||||
<info aggressive="false" targetable="true" attackable="false">
|
||||
<name display="true" send="false">Rahha</name>
|
||||
<title send="false">Raid Boss</title>
|
||||
<level>65</level>
|
||||
<sex>FEMALE</sex>
|
||||
<stats>
|
||||
<hp regen="110.823040573561" max="344100.501827331"/>
|
||||
<mp regen="2.7" max="1188.8"/>
|
||||
<attack critical="4" evasion="0" range="40">
|
||||
<physical speed="253.0" damage="1815.5076"/>
|
||||
<magical speed="333.0" damage="606.30945"/>
|
||||
</attack>
|
||||
<defense>
|
||||
<physical value="815.67099"/>
|
||||
<magical value="397.92"/>
|
||||
</defense>
|
||||
<move walk="60.0" run="190.0"/>
|
||||
<base wit="70" dex="73" men="80" con="57" str="60" int="76"/>
|
||||
</stats>
|
||||
<experience>4489693</experience>
|
||||
<sp>746626</sp>
|
||||
<collision heigth="34.0" radius="11.0"/>
|
||||
</info>
|
||||
<droplist>
|
||||
<item chance="30660" max="1" min="1" id="235"/>
|
||||
<item chance="103763" max="1" min="1" id="729"/>
|
||||
<item chance="778226" max="1" min="1" id="730"/>
|
||||
<item chance="26967" max="1" min="1" id="5287"/>
|
||||
<item chance="43151" max="1" min="1" id="5288"/>
|
||||
<item chance="16595" max="1" min="1" id="5293"/>
|
||||
<item chance="172957" max="27" min="9" id="5520"/>
|
||||
<item chance="437076" max="7" min="3" id="5521"/>
|
||||
<item chance="84529" max="84" min="28" id="5524"/>
|
||||
<item chance="306377" max="36" min="12" id="5536"/>
|
||||
<item chance="12452" max="1" min="1" id="6569"/>
|
||||
<item chance="800000" max="3" min="2" id="8176"/>
|
||||
<item chance="800000" max="7" min="3" id="9814"/>
|
||||
</droplist>
|
||||
</npc>
|
||||
Reference in New Issue
Block a user