mirror of
https://github.com/Rogiel/l2jserver2
synced 2025-12-07 16:03:10 +00:00
Implemented XML templates
This commit is contained in:
48
data/templates/npc/raidboss/25450-CherubGalaxia.xml
Normal file
48
data/templates/npc/raidboss/25450-CherubGalaxia.xml
Normal file
@@ -0,0 +1,48 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="RaidBoss" id="25450" xsi:schemaLocation="npc ../../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
|
||||
<info aggressive="false" targetable="true" attackable="false">
|
||||
<name display="true" send="false">Cherub Galaxia</name>
|
||||
<title send="false">Raid Boss</title>
|
||||
<level>79</level>
|
||||
<sex>MALE</sex>
|
||||
<stats>
|
||||
<hp regen="127.691727959173" max="414903.39163531"/>
|
||||
<mp regen="3.0" max="1641.0"/>
|
||||
<attack critical="4" evasion="0" range="40">
|
||||
<physical speed="253.0" damage="2633.52326"/>
|
||||
<magical speed="333.0" damage="947.57373"/>
|
||||
</attack>
|
||||
<defense>
|
||||
<physical value="1011.21024"/>
|
||||
<magical value="493.3"/>
|
||||
</defense>
|
||||
<move walk="50.0" run="190.0"/>
|
||||
<base wit="70" dex="73" men="80" con="57" str="60" int="76"/>
|
||||
</stats>
|
||||
<experience>5390003</experience>
|
||||
<sp>1205333</sp>
|
||||
<item lefthand="0" righthand="97"/>
|
||||
<collision heigth="120.0" radius="22.0"/>
|
||||
</info>
|
||||
<droplist>
|
||||
<item chance="50985" max="1" min="1" id="959"/>
|
||||
<item chance="509847" max="1" min="1" id="960"/>
|
||||
<item chance="6899" max="1" min="1" id="6364"/>
|
||||
<item chance="6899" max="1" min="1" id="6372"/>
|
||||
<item chance="8498" max="1" min="1" id="6577"/>
|
||||
<item chance="20517" max="1" min="1" id="6676"/>
|
||||
<item chance="20517" max="1" min="1" id="6677"/>
|
||||
<item chance="20517" max="1" min="1" id="6681"/>
|
||||
<item chance="20517" max="1" min="1" id="6682"/>
|
||||
<item chance="20517" max="1" min="1" id="6685"/>
|
||||
<item chance="20517" max="1" min="1" id="6686"/>
|
||||
<item chance="212535" max="22" min="8" id="6688"/>
|
||||
<item chance="404834" max="12" min="4" id="6696"/>
|
||||
<item chance="20833" max="336" min="112" id="6703"/>
|
||||
<item chance="172836" max="40" min="14" id="6704"/>
|
||||
<item chance="116664" max="60" min="20" id="6708"/>
|
||||
<item chance="84846" max="82" min="28" id="6709"/>
|
||||
<item chance="64813" max="108" min="36" id="6712"/>
|
||||
<item chance="51280" max="136" min="46" id="6713"/>
|
||||
</droplist>
|
||||
</npc>
|
||||
Reference in New Issue
Block a user