mirror of
https://github.com/Rogiel/l2jserver2
synced 2025-12-08 00:13:11 +00:00
Implemented XML templates
This commit is contained in:
40
data/templates/npc/raidboss/25589-BrandTheExile.xml
Normal file
40
data/templates/npc/raidboss/25589-BrandTheExile.xml
Normal file
@@ -0,0 +1,40 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="RaidBoss" id="25589" xsi:schemaLocation="npc ../../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
|
||||
<info aggressive="false" targetable="true" attackable="false">
|
||||
<name display="true" send="false">Brand the Exile</name>
|
||||
<title send="false">Forsaken Inmate</title>
|
||||
<level>78</level>
|
||||
<sex>MALE</sex>
|
||||
<stats>
|
||||
<hp regen="87.9040997147757" max="205362.145098505"/>
|
||||
<mp regen="3.0" max="1607.4"/>
|
||||
<attack critical="4" evasion="0" range="40">
|
||||
<physical speed="253.0" damage="7149.40064"/>
|
||||
<magical speed="333.0" damage="941.25731"/>
|
||||
</attack>
|
||||
<defense>
|
||||
<physical value="998.10183"/>
|
||||
<magical value="486.92"/>
|
||||
</defense>
|
||||
<move walk="29.0" run="170.0"/>
|
||||
<base wit="70" dex="73" men="80" con="57" str="60" int="76"/>
|
||||
</stats>
|
||||
<experience>2504378</experience>
|
||||
<sp>380180</sp>
|
||||
<item lefthand="0" righthand="5131"/>
|
||||
<collision heigth="51.0" radius="19.5"/>
|
||||
</info>
|
||||
<droplist>
|
||||
<item chance="4920" max="1" min="1" id="81"/>
|
||||
<item chance="4920" max="1" min="1" id="151"/>
|
||||
<item chance="4920" max="1" min="1" id="2500"/>
|
||||
<item chance="77763" max="27" min="9" id="5529"/>
|
||||
<item chance="349935" max="6" min="2" id="5545"/>
|
||||
<item chance="153749" max="15" min="5" id="5546"/>
|
||||
<item chance="1587" max="1" min="1" id="6577"/>
|
||||
<item chance="10582" max="1" min="1" id="6578"/>
|
||||
<item chance="54114" max="1" min="1" id="9587"/>
|
||||
<item chance="41626" max="1" min="1" id="9591"/>
|
||||
<item chance="31747" max="1" min="1" id="9626"/>
|
||||
</droplist>
|
||||
</npc>
|
||||
Reference in New Issue
Block a user