mirror of
https://github.com/Rogiel/l2jserver2
synced 2025-12-07 07:52:57 +00:00
Implemented XML templates
This commit is contained in:
35
data/templates/npc/raidboss/25506-RayitoTheLooter.xml
Normal file
35
data/templates/npc/raidboss/25506-RayitoTheLooter.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="25506" xsi:schemaLocation="npc ../../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
|
||||
<info aggressive="true" targetable="true" attackable="false">
|
||||
<name display="true" send="false">Rayito the Looter</name>
|
||||
<title send="false">Raid Boss</title>
|
||||
<level>37</level>
|
||||
<sex>MALE</sex>
|
||||
<stats>
|
||||
<hp regen="29.4232868171158" max="77592.6570606263"/>
|
||||
<mp regen="1.8" max="432.72"/>
|
||||
<attack critical="1" evasion="0" range="40">
|
||||
<physical speed="253.0" damage="190.06221"/>
|
||||
<magical speed="333.0" damage="15.06832"/>
|
||||
</attack>
|
||||
<defense>
|
||||
<physical value="433.43274"/>
|
||||
<magical value="211.44"/>
|
||||
</defense>
|
||||
<move walk="50.0" run="190.0"/>
|
||||
<base wit="70" dex="73" men="80" con="57" str="60" int="76"/>
|
||||
</stats>
|
||||
<experience>1932589</experience>
|
||||
<sp>153693</sp>
|
||||
<item lefthand="633" righthand="67"/>
|
||||
<collision heigth="33.2" radius="16.0"/>
|
||||
</info>
|
||||
<droplist>
|
||||
<item chance="70503" max="1" min="1" id="281"/>
|
||||
<item chance="63131" max="157" min="53" id="1961"/>
|
||||
<item chance="183398" max="36" min="12" id="2074"/>
|
||||
<item chance="227514" max="1" min="1" id="2387"/>
|
||||
<item chance="229434" max="72" min="24" id="2935"/>
|
||||
<item chance="460338" max="1" min="1" id="6574"/>
|
||||
</droplist>
|
||||
</npc>
|
||||
Reference in New Issue
Block a user