mirror of
https://github.com/Rogiel/l2jserver2
synced 2025-12-07 16:03:10 +00:00
Implemented XML templates
This commit is contained in:
36
data/templates/npc/raidboss/25023-StakatoQueenZyrnna.xml
Normal file
36
data/templates/npc/raidboss/25023-StakatoQueenZyrnna.xml
Normal file
@@ -0,0 +1,36 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="RaidBoss" id="25023" xsi:schemaLocation="npc ../../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
|
||||
<info aggressive="false" targetable="true" attackable="false">
|
||||
<name display="true" send="false">Stakato Queen Zyrnna</name>
|
||||
<title send="false">Raid Boss</title>
|
||||
<level>34</level>
|
||||
<sex>FEMALE</sex>
|
||||
<stats>
|
||||
<hp regen="33.958547538795" max="87402.9727104333"/>
|
||||
<mp regen="1.8" max="387.72"/>
|
||||
<attack critical="4" evasion="0" range="40">
|
||||
<physical speed="253.0" damage="284.01972"/>
|
||||
<magical speed="333.0" damage="41.77719"/>
|
||||
</attack>
|
||||
<defense>
|
||||
<physical value="398.8458"/>
|
||||
<magical value="194.58"/>
|
||||
</defense>
|
||||
<move walk="50.0" run="170.0"/>
|
||||
<base wit="70" dex="73" men="80" con="57" str="60" int="76"/>
|
||||
</stats>
|
||||
<experience>2316590</experience>
|
||||
<sp>188679</sp>
|
||||
<item lefthand="0" righthand="150"/>
|
||||
<collision heigth="76.0" radius="30.0"/>
|
||||
</info>
|
||||
<droplist>
|
||||
<item chance="189125" max="1" min="1" id="353"/>
|
||||
<item chance="37825" max="12" min="4" id="380"/>
|
||||
<item chance="87926" max="157" min="53" id="1950"/>
|
||||
<item chance="299138" max="72" min="24" id="1951"/>
|
||||
<item chance="123047" max="1" min="1" id="262"/>
|
||||
<item chance="293992" max="36" min="12" id="2053"/>
|
||||
<item chance="335203" max="9" min="3" id="951"/>
|
||||
</droplist>
|
||||
</npc>
|
||||
Reference in New Issue
Block a user