mirror of
https://github.com/Rogiel/l2jserver2
synced 2025-12-07 16:03:10 +00:00
Implemented XML templates
This commit is contained in:
42
data/templates/npc/monster/21196-NephilimSentinel.xml
Normal file
42
data/templates/npc/monster/21196-NephilimSentinel.xml
Normal file
@@ -0,0 +1,42 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="Monster" id="21196" xsi:schemaLocation="npc ../../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
|
||||
<info aggressive="false" targetable="true" attackable="false">
|
||||
<name display="true" send="false">Nephilim Sentinel</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="127.2552"/>
|
||||
</defense>
|
||||
<move walk="65.0" run="170.0"/>
|
||||
<base wit="20" dex="30" men="20" con="43" str="40" int="21"/>
|
||||
</stats>
|
||||
<experience>12374</experience>
|
||||
<sp>904</sp>
|
||||
<collision heigth="32.4" radius="11.0"/>
|
||||
</info>
|
||||
<droplist>
|
||||
<item chance="38" max="1" min="1" id="227"/>
|
||||
<item chance="38" max="1" min="1" id="242"/>
|
||||
<item chance="510" max="1" min="1" id="951"/>
|
||||
<item chance="186950" max="1" min="1" id="1866"/>
|
||||
<item chance="280424" max="1" min="1" id="1871"/>
|
||||
<item chance="11217" max="1" min="1" id="1877"/>
|
||||
<item chance="282441" max="1" min="1" id="1911"/>
|
||||
<item chance="2795" max="1" min="1" id="2083"/>
|
||||
<item chance="2795" max="1" min="1" id="2084"/>
|
||||
<item chance="128726" max="1" min="1" id="2166"/>
|
||||
<item chance="193726" max="1" min="1" id="2167"/>
|
||||
<item chance="5609" max="1" min="1" id="4040"/>
|
||||
<item chance="2439" max="1" min="1" id="4041"/>
|
||||
<item chance="700000" max="532" min="268" id="6361"/>
|
||||
<item chance="700000" max="45" min="25" id="6362"/>
|
||||
</droplist>
|
||||
</npc>
|
||||
Reference in New Issue
Block a user