mirror of
https://github.com/Rogiel/l2jserver2
synced 2025-12-07 07:52:57 +00:00
Implemented XML templates
This commit is contained in:
40
data/templates/npc/raidboss/25394-PremoPrime.xml
Normal file
40
data/templates/npc/raidboss/25394-PremoPrime.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="25394" xsi:schemaLocation="npc ../../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
|
||||
<info aggressive="false" targetable="true" attackable="false">
|
||||
<name display="true" send="false">Premo Prime</name>
|
||||
<title send="false">Raid Boss</title>
|
||||
<level>38</level>
|
||||
<sex>MALE</sex>
|
||||
<stats>
|
||||
<hp regen="77.1817182682516" max="164178.104890834"/>
|
||||
<mp regen="1.8" max="447.96"/>
|
||||
<attack critical="1" evasion="0" range="40">
|
||||
<physical speed="253.0" damage="409.10844"/>
|
||||
<magical speed="333.0" damage="64.59076"/>
|
||||
</attack>
|
||||
<defense>
|
||||
<physical value="445.32861"/>
|
||||
<magical value="217.24"/>
|
||||
</defense>
|
||||
<move walk="45.0" run="190.0"/>
|
||||
<base wit="70" dex="73" men="80" con="57" str="60" int="76"/>
|
||||
</stats>
|
||||
<experience>1957608</experience>
|
||||
<sp>163199</sp>
|
||||
<item lefthand="0" righthand="88"/>
|
||||
<collision heigth="39.0" radius="17.0"/>
|
||||
</info>
|
||||
<droplist>
|
||||
<item chance="10519" max="1" min="1" id="96"/>
|
||||
<item chance="10519" max="1" min="1" id="298"/>
|
||||
<item chance="10519" max="1" min="1" id="302"/>
|
||||
<item chance="47697" max="1" min="1" id="354"/>
|
||||
<item chance="76225" max="1" min="1" id="381"/>
|
||||
<item chance="135168" max="36" min="12" id="1959"/>
|
||||
<item chance="219971" max="45" min="15" id="1960"/>
|
||||
<item chance="94459" max="15" min="5" id="2062"/>
|
||||
<item chance="314863" max="4" min="2" id="2075"/>
|
||||
<item chance="236147" max="6" min="2" id="2076"/>
|
||||
<item chance="31224" max="1" min="1" id="6573"/>
|
||||
</droplist>
|
||||
</npc>
|
||||
Reference in New Issue
Block a user