mirror of
https://github.com/Rogiel/l2jserver2
synced 2025-12-07 07:52:57 +00:00
Implemented XML templates
This commit is contained in:
47
data/templates/npc/monster/20965-ChimeraPiece.xml
Normal file
47
data/templates/npc/monster/20965-ChimeraPiece.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="20965" xsi:schemaLocation="npc ../../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
|
||||
<info aggressive="false" targetable="true" attackable="false">
|
||||
<name display="true" send="false">Chimera Piece</name>
|
||||
<level>73</level>
|
||||
<sex>MALE</sex>
|
||||
<stats>
|
||||
<hp regen="8.5" max="2586.66898"/>
|
||||
<mp regen="3.0" max="1442.4"/>
|
||||
<attack critical="1" evasion="0" range="40">
|
||||
<physical speed="253.0" damage="752.73928"/>
|
||||
<magical speed="333.0" damage="514.02335"/>
|
||||
</attack>
|
||||
<defense>
|
||||
<physical value="310.02959"/>
|
||||
<magical value="226.8662"/>
|
||||
</defense>
|
||||
<move walk="80.0" run="140.0"/>
|
||||
<base wit="20" dex="30" men="20" con="43" str="40" int="21"/>
|
||||
</stats>
|
||||
<experience>22599</experience>
|
||||
<sp>2237</sp>
|
||||
<collision heigth="22.0" radius="13.0"/>
|
||||
</info>
|
||||
<droplist>
|
||||
<item chance="700000" max="2435" min="1193" id="57"/>
|
||||
<item chance="178617" max="1" min="1" id="1864"/>
|
||||
<item chance="89309" max="1" min="1" id="1869"/>
|
||||
<item chance="8931" max="1" min="1" id="1880"/>
|
||||
<item chance="80626" max="1" min="1" id="4043"/>
|
||||
<item chance="2977" max="1" min="1" id="4043"/>
|
||||
<item chance="91412" max="1" min="1" id="4089"/>
|
||||
<item chance="371" max="1" min="1" id="4161"/>
|
||||
<item chance="31925" max="1" min="1" id="5482"/>
|
||||
<item chance="1191" max="1" min="1" id="5550"/>
|
||||
<item chance="4117" max="1" min="1" id="6341"/>
|
||||
<item chance="3183" max="1" min="1" id="6343"/>
|
||||
<item chance="5694" max="1" min="1" id="6345"/>
|
||||
<item chance="992" max="1" min="1" id="8730"/>
|
||||
<item chance="248" max="1" min="1" id="8740"/>
|
||||
<item chance="25" max="1" min="1" id="8750"/>
|
||||
<item chance="5" max="1" min="1" id="8760"/>
|
||||
<item chance="431" max="1" min="1" id="12344"/>
|
||||
<item chance="575" max="1" min="1" id="12345"/>
|
||||
<item chance="863" max="1" min="1" id="12346"/>
|
||||
</droplist>
|
||||
</npc>
|
||||
Reference in New Issue
Block a user