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/29036-FenrilHoundUruz.xml
Normal file
31
data/templates/npc/raidboss/29036-FenrilHoundUruz.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="29036" xsi:schemaLocation="npc ../../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
|
||||
<info aggressive="false" targetable="true" attackable="false">
|
||||
<name display="true" send="false">Fenril Hound Uruz</name>
|
||||
<title send="false">Family of Valakas</title>
|
||||
<level>84</level>
|
||||
<sex>MALE</sex>
|
||||
<stats>
|
||||
<hp regen="345.51" max="214199.37"/>
|
||||
<mp regen="9.9" max="1759.626"/>
|
||||
<attack critical="4" evasion="0" range="40">
|
||||
<physical speed="253.0" damage="5351.94"/>
|
||||
<magical speed="333.0" damage="635.49861"/>
|
||||
</attack>
|
||||
<defense>
|
||||
<physical value="2802.591"/>
|
||||
<magical value="512.721"/>
|
||||
</defense>
|
||||
<move walk="30.0" run="200.0"/>
|
||||
<base wit="70" dex="73" men="80" con="57" str="60" int="76"/>
|
||||
</stats>
|
||||
<experience>2466262</experience>
|
||||
<sp>1289662</sp>
|
||||
<collision heigth="30.0" radius="21.0"/>
|
||||
</info>
|
||||
<droplist>
|
||||
<item chance="192247" max="6" min="2" id="6652"/>
|
||||
<item chance="66752" max="54" min="18" id="6654"/>
|
||||
<item chance="42912" max="42" min="14" id="6655"/>
|
||||
</droplist>
|
||||
</npc>
|
||||
Reference in New Issue
Block a user