mirror of
https://github.com/Rogiel/l2jserver2
synced 2025-12-07 16:03:10 +00:00
Implemented XML templates
This commit is contained in:
37
data/templates/npc/raidboss/25369-SoulScavenger.xml
Normal file
37
data/templates/npc/raidboss/25369-SoulScavenger.xml
Normal file
@@ -0,0 +1,37 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="RaidBoss" id="25369" xsi:schemaLocation="npc ../../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
|
||||
<info aggressive="false" targetable="true" attackable="false">
|
||||
<name display="true" send="false">Soul Scavenger</name>
|
||||
<title send="false">Raid Boss</title>
|
||||
<level>25</level>
|
||||
<sex>MALE</sex>
|
||||
<stats>
|
||||
<hp regen="18.4385313667577" max="43316.3085364372"/>
|
||||
<mp regen="1.5" max="259.2"/>
|
||||
<attack critical="4" evasion="0" range="40">
|
||||
<physical speed="253.0" damage="74.22232"/>
|
||||
<magical speed="333.0" damage="4.67967"/>
|
||||
</attack>
|
||||
<defense>
|
||||
<physical value="305.50599"/>
|
||||
<magical value="149.04"/>
|
||||
</defense>
|
||||
<move walk="100.0" run="190.0"/>
|
||||
<base wit="70" dex="73" men="80" con="57" str="60" int="76"/>
|
||||
</stats>
|
||||
<experience>2541012</experience>
|
||||
<sp>79280</sp>
|
||||
<collision heigth="42.0" radius="20.0"/>
|
||||
</info>
|
||||
<droplist>
|
||||
<item chance="71556" max="9" min="3" id="63"/>
|
||||
<item chance="237073" max="1" min="1" id="260"/>
|
||||
<item chance="61334" max="10" min="4" id="553"/>
|
||||
<item chance="380816" max="9" min="3" id="955"/>
|
||||
<item chance="104396" max="180" min="60" id="1940"/>
|
||||
<item chance="53667" max="12" min="4" id="2422"/>
|
||||
<item chance="47704" max="13" min="5" id="2423"/>
|
||||
<item chance="42934" max="15" min="5" id="2446"/>
|
||||
<item chance="39030" max="16" min="6" id="2447"/>
|
||||
</droplist>
|
||||
</npc>
|
||||
Reference in New Issue
Block a user