mirror of
https://github.com/Rogiel/l2jserver2
synced 2025-12-08 08:23:11 +00:00
Implemented XML templates
This commit is contained in:
33
data/templates/npc/raidboss/25189-CronosSServitorMumu.xml
Normal file
33
data/templates/npc/raidboss/25189-CronosSServitorMumu.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="25189" xsi:schemaLocation="npc ../../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
|
||||
<info aggressive="false" targetable="true" attackable="false">
|
||||
<name display="true" send="false">Cronos's Servitor Mumu</name>
|
||||
<title send="false">Raid Boss</title>
|
||||
<level>34</level>
|
||||
<sex>FEMALE</sex>
|
||||
<stats>
|
||||
<hp regen="25.6128307622386" max="65791.6741786232"/>
|
||||
<mp regen="1.8" max="387.72"/>
|
||||
<attack critical="4" evasion="0" range="40">
|
||||
<physical speed="253.0" damage="151.7428"/>
|
||||
<magical speed="333.0" damage="12.04061"/>
|
||||
</attack>
|
||||
<defense>
|
||||
<physical value="398.8458"/>
|
||||
<magical value="194.58"/>
|
||||
</defense>
|
||||
<move walk="48.0" run="170.0"/>
|
||||
<base wit="70" dex="73" men="80" con="57" str="60" int="76"/>
|
||||
</stats>
|
||||
<experience>1918617</experience>
|
||||
<sp>135504</sp>
|
||||
<collision heigth="15.0" radius="8.0"/>
|
||||
</info>
|
||||
<droplist>
|
||||
<item chance="83474" max="1" min="1" id="280"/>
|
||||
<item chance="210544" max="1" min="1" id="438"/>
|
||||
<item chance="416897" max="36" min="12" id="952"/>
|
||||
<item chance="515065" max="36" min="12" id="1953"/>
|
||||
<item chance="205280" max="36" min="12" id="2054"/>
|
||||
</droplist>
|
||||
</npc>
|
||||
Reference in New Issue
Block a user