mirror of
https://github.com/Rogiel/l2jserver2
synced 2025-12-08 16:33:07 +00:00
Implemented XML templates
This commit is contained in:
40
data/templates/npc/raidboss/25579-Helsing.xml
Normal file
40
data/templates/npc/raidboss/25579-Helsing.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="25579" xsi:schemaLocation="npc ../../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
|
||||
<info aggressive="false" targetable="true" attackable="false">
|
||||
<name display="true" send="false">Helsing</name>
|
||||
<title send="false">Forsaken Inmate</title>
|
||||
<level>74</level>
|
||||
<sex>FEMALE</sex>
|
||||
<stats>
|
||||
<hp regen="84.9099171635164" max="196619.812148594"/>
|
||||
<mp regen="3.0" max="1475.0"/>
|
||||
<attack critical="4" evasion="0" range="40">
|
||||
<physical speed="253.0" damage="5200.7438"/>
|
||||
<magical speed="333.0" damage="857.53707"/>
|
||||
</attack>
|
||||
<defense>
|
||||
<physical value="943.97961"/>
|
||||
<magical value="460.5"/>
|
||||
</defense>
|
||||
<move walk="20.0" run="170.0"/>
|
||||
<base wit="70" dex="73" men="80" con="57" str="60" int="76"/>
|
||||
</stats>
|
||||
<experience>2280801</experience>
|
||||
<sp>367102</sp>
|
||||
<collision heigth="31.0" radius="14.0"/>
|
||||
</info>
|
||||
<droplist>
|
||||
<item chance="30370" max="1" min="1" id="729"/>
|
||||
<item chance="78971" max="1" min="1" id="5290"/>
|
||||
<item chance="78971" max="1" min="1" id="5291"/>
|
||||
<item chance="78971" max="1" min="1" id="5295"/>
|
||||
<item chance="78971" max="1" min="1" id="5296"/>
|
||||
<item chance="35669" max="346" min="116" id="5496"/>
|
||||
<item chance="183103" max="67" min="23" id="5497"/>
|
||||
<item chance="68664" max="180" min="60" id="5508"/>
|
||||
<item chance="21457" max="576" min="192" id="5509"/>
|
||||
<item chance="3644" max="1" min="1" id="6569"/>
|
||||
<item chance="30370" max="1" min="1" id="6570"/>
|
||||
<item chance="54666" max="1" min="1" id="9625"/>
|
||||
</droplist>
|
||||
</npc>
|
||||
Reference in New Issue
Block a user