mirror of
https://github.com/Rogiel/l2jserver2
synced 2025-12-09 00:42:56 +00:00
Implemented XML templates
This commit is contained in:
47
data/templates/npc/monster/22352-ChimeraOfFire.xml
Normal file
47
data/templates/npc/monster/22352-ChimeraOfFire.xml
Normal file
@@ -0,0 +1,47 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="Monster" id="22352" xsi:schemaLocation="npc ../../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
|
||||
<info aggressive="true" targetable="true" attackable="false">
|
||||
<name display="true" send="false">Chimera of Fire</name>
|
||||
<level>81</level>
|
||||
<sex>MALE</sex>
|
||||
<stats>
|
||||
<hp regen="113.26544062045" max="65918.4456223521"/>
|
||||
<mp regen="3.0" max="1708.8"/>
|
||||
<attack critical="4" evasion="0" range="40">
|
||||
<physical speed="253.0" damage="5706.3176"/>
|
||||
<magical speed="333.0" damage="3965.44005"/>
|
||||
</attack>
|
||||
<defense>
|
||||
<physical value="582.69205"/>
|
||||
<magical value="639.58314"/>
|
||||
</defense>
|
||||
<move walk="36.0" run="170.0"/>
|
||||
<base wit="20" dex="30" men="20" con="43" str="40" int="21"/>
|
||||
</stats>
|
||||
<experience>283131</experience>
|
||||
<sp>30208</sp>
|
||||
<collision heigth="36.0" radius="35.0"/>
|
||||
</info>
|
||||
<droplist>
|
||||
<item chance="700000" max="56293" min="28120" id="57"/>
|
||||
<item chance="615600" max="6" min="2" id="9599"/>
|
||||
<item chance="520000" max="1" min="1" id="9680"/>
|
||||
<item chance="125000" max="1" min="1" id="9681"/>
|
||||
<item chance="10804" max="1" min="1" id="5545"/>
|
||||
<item chance="11867" max="1" min="1" id="5546"/>
|
||||
<item chance="10804" max="1" min="1" id="5529"/>
|
||||
<item chance="38" max="1" min="1" id="81"/>
|
||||
<item chance="38" max="1" min="1" id="151"/>
|
||||
<item chance="38" max="1" min="1" id="2500"/>
|
||||
<item chance="25014" max="405" min="135" id="1868"/>
|
||||
<item chance="42210" max="48" min="16" id="1873"/>
|
||||
<item chance="96481" max="9" min="3" id="1876"/>
|
||||
<item chance="160802" max="9" min="3" id="1895"/>
|
||||
<item chance="56281" max="1" min="1" id="4042"/>
|
||||
<item chance="1351" max="1" min="1" id="960"/>
|
||||
<item chance="27015" max="1" min="1" id="9546"/>
|
||||
<item chance="47985" max="1" min="1" id="6901"/>
|
||||
<item chance="101764" max="1" min="1" id="6695"/>
|
||||
<item chance="105598" max="1" min="1" id="6694"/>
|
||||
</droplist>
|
||||
</npc>
|
||||
Reference in New Issue
Block a user