mirror of
https://github.com/Rogiel/l2jserver2
synced 2025-12-08 16:33:07 +00:00
Implemented XML templates
This commit is contained in:
44
data/templates/npc/monster/22349-ChimeraOfEarth.xml
Normal file
44
data/templates/npc/monster/22349-ChimeraOfEarth.xml
Normal file
@@ -0,0 +1,44 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="Monster" id="22349" xsi:schemaLocation="npc ../../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
|
||||
<info aggressive="true" targetable="true" attackable="false">
|
||||
<name display="true" send="false">Chimera of Earth</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>282094</experience>
|
||||
<sp>30097</sp>
|
||||
<collision heigth="36.0" radius="35.0"/>
|
||||
</info>
|
||||
<droplist>
|
||||
<item chance="700000" max="56059" min="28003" id="57"/>
|
||||
<item chance="613000" max="6" min="2" id="9599"/>
|
||||
<item chance="13699" max="1" min="1" id="9680"/>
|
||||
<item chance="3012" max="1" min="1" id="9681"/>
|
||||
<item chance="26410" max="1" min="1" id="5480"/>
|
||||
<item chance="26410" max="1" min="1" id="5481"/>
|
||||
<item chance="1345" max="1" min="1" id="960"/>
|
||||
<item chance="178" max="1" min="1" id="5320"/>
|
||||
<item chance="178" max="1" min="1" id="5323"/>
|
||||
<item chance="40033" max="36" min="12" id="1895"/>
|
||||
<item chance="67259" max="1" min="1" id="4040"/>
|
||||
<item chance="140117" max="900" min="300" id="1344"/>
|
||||
<item chance="26375" max="1" min="1" id="9628"/>
|
||||
<item chance="17699" max="1" min="1" id="9630"/>
|
||||
<item chance="26902" max="1" min="1" id="9549"/>
|
||||
<item chance="47785" max="1" min="1" id="6901"/>
|
||||
<item chance="103484" max="1" min="1" id="6690"/>
|
||||
</droplist>
|
||||
</npc>
|
||||
Reference in New Issue
Block a user