mirror of
https://github.com/Rogiel/l2jserver2
synced 2025-12-08 08:23:11 +00:00
Implemented XML templates
This commit is contained in:
31
data/templates/npc/raidboss/25554-BrutusTheObstinate.xml
Normal file
31
data/templates/npc/raidboss/25554-BrutusTheObstinate.xml
Normal file
@@ -0,0 +1,31 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="RaidBoss" id="25554" xsi:schemaLocation="npc ../../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
|
||||
<info aggressive="false" targetable="true" attackable="false">
|
||||
<name display="true" send="false">Brutus the Obstinate</name>
|
||||
<title send="false">Forsaken Prisoner</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="37.0" run="170.0"/>
|
||||
<base wit="70" dex="73" men="80" con="57" str="60" int="76"/>
|
||||
</stats>
|
||||
<experience>2504378</experience>
|
||||
<sp>380180</sp>
|
||||
<collision heigth="40.0" radius="24.0"/>
|
||||
</info>
|
||||
<droplist>
|
||||
<item chance="8104" max="1" min="1" id="6367"/>
|
||||
<item chance="624177" max="9" min="3" id="6691"/>
|
||||
<item chance="179677" max="1" min="1" id="9626"/>
|
||||
</droplist>
|
||||
</npc>
|
||||
Reference in New Issue
Block a user