mirror of
https://github.com/Rogiel/l2jserver2
synced 2025-12-08 00:13:11 +00:00
Implemented XML templates
This commit is contained in:
47
data/templates/npc/monster/22053-HorrifyingCannonGolemI.xml
Normal file
47
data/templates/npc/monster/22053-HorrifyingCannonGolemI.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="22053" xsi:schemaLocation="npc ../../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
|
||||
<info aggressive="true" targetable="true" attackable="false">
|
||||
<name display="true" send="false">Horrifying Cannon Golem I</name>
|
||||
<level>48</level>
|
||||
<sex>MALE</sex>
|
||||
<stats>
|
||||
<hp regen="5.5" max="1324.01623"/>
|
||||
<mp regen="2.1" max="692.4"/>
|
||||
<attack critical="4" evasion="0" range="40">
|
||||
<physical speed="253.0" damage="275.82705"/>
|
||||
<magical speed="333.0" damage="188.35412"/>
|
||||
</attack>
|
||||
<defense>
|
||||
<physical value="191.12803"/>
|
||||
<magical value="139.8592"/>
|
||||
</defense>
|
||||
<move walk="130.0" run="180.0"/>
|
||||
<base wit="20" dex="30" men="20" con="43" str="40" int="21"/>
|
||||
</stats>
|
||||
<experience>5286</experience>
|
||||
<sp>385</sp>
|
||||
<collision heigth="34.7" radius="23.5"/>
|
||||
</info>
|
||||
<droplist>
|
||||
<item chance="700000" max="1415" min="696" id="57"/>
|
||||
<item chance="77980" max="1" min="1" id="1871"/>
|
||||
<item chance="51987" max="1" min="1" id="1866"/>
|
||||
<item chance="10398" max="1" min="1" id="1972"/>
|
||||
<item chance="9284" max="1" min="1" id="2947"/>
|
||||
<item chance="7957" max="1" min="1" id="1971"/>
|
||||
<item chance="6498" max="1" min="1" id="1885"/>
|
||||
<item chance="3119" max="1" min="1" id="5220"/>
|
||||
<item chance="2643" max="1" min="1" id="2166"/>
|
||||
<item chance="2599" max="1" min="1" id="8724"/>
|
||||
<item chance="650" max="1" min="1" id="8734"/>
|
||||
<item chance="65" max="1" min="1" id="8744"/>
|
||||
<item chance="13" max="1" min="1" id="8754"/>
|
||||
<item chance="678" max="1" min="1" id="4041"/>
|
||||
<item chance="200" max="1" min="1" id="632"/>
|
||||
<item chance="216" max="1" min="1" id="2496"/>
|
||||
<item chance="140" max="1" min="1" id="500"/>
|
||||
<item chance="586654" max="3" min="1" id="1866"/>
|
||||
<item chance="107021" max="1" min="1" id="1913"/>
|
||||
<item chance="23466" max="1" min="1" id="952"/>
|
||||
</droplist>
|
||||
</npc>
|
||||
Reference in New Issue
Block a user