mirror of
https://github.com/Rogiel/l2jserver2
synced 2025-12-08 16:33:07 +00:00
Implemented XML templates
This commit is contained in:
33
data/templates/npc/raidboss/25534-Tears.xml
Normal file
33
data/templates/npc/raidboss/25534-Tears.xml
Normal file
@@ -0,0 +1,33 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="RaidBoss" id="25534" xsi:schemaLocation="npc ../../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
|
||||
<info aggressive="false" targetable="true" attackable="false">
|
||||
<name display="true" send="false">Tears</name>
|
||||
<title send="false">Ice</title>
|
||||
<level>83</level>
|
||||
<sex>FEMALE</sex>
|
||||
<stats>
|
||||
<hp regen="152.563941686569" max="1347510.70657218"/>
|
||||
<mp regen="3.0" max="1777.4"/>
|
||||
<attack critical="4" evasion="0" range="40">
|
||||
<physical speed="253.0" damage="5327.46513"/>
|
||||
<magical speed="333.0" damage="3637.96805"/>
|
||||
</attack>
|
||||
<defense>
|
||||
<physical value="636.95059"/>
|
||||
<magical value="342.081"/>
|
||||
</defense>
|
||||
<move walk="60.0" run="180.0"/>
|
||||
<base wit="20" dex="30" men="80" con="43" str="40" int="21"/>
|
||||
</stats>
|
||||
<experience>2010425</experience>
|
||||
<sp>1208631</sp>
|
||||
<item lefthand="9638" righthand="9638"/>
|
||||
<collision heigth="27.5" radius="20.0"/>
|
||||
</info>
|
||||
<droplist>
|
||||
<item chance="21952" max="1" min="1" id="6680"/>
|
||||
<item chance="352969" max="36" min="12" id="6707"/>
|
||||
<item chance="11995" max="1" min="1" id="7575"/>
|
||||
<item chance="233638" max="36" min="12" id="7579"/>
|
||||
</droplist>
|
||||
</npc>
|
||||
Reference in New Issue
Block a user