mirror of
https://github.com/Rogiel/l2jserver2
synced 2025-12-06 23:42:55 +00:00
Implemented XML templates
This commit is contained in:
49
data/templates/npc/monster/20976-SpitefulSoulFighter.xml
Normal file
49
data/templates/npc/monster/20976-SpitefulSoulFighter.xml
Normal file
@@ -0,0 +1,49 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="Monster" id="20976" xsi:schemaLocation="npc ../../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
|
||||
<info aggressive="false" targetable="true" attackable="false">
|
||||
<name display="true" send="false">Spiteful Soul Fighter</name>
|
||||
<level>62</level>
|
||||
<sex>MALE</sex>
|
||||
<stats>
|
||||
<hp regen="7.5" max="2037.81082"/>
|
||||
<mp regen="2.7" max="1097.0"/>
|
||||
<attack critical="4" evasion="0" range="40">
|
||||
<physical speed="253.0" damage="521.12391"/>
|
||||
<magical speed="333.0" damage="355.86007"/>
|
||||
</attack>
|
||||
<defense>
|
||||
<physical value="257.34267"/>
|
||||
<magical value="171.34165"/>
|
||||
</defense>
|
||||
<move walk="80.0" run="174.0"/>
|
||||
<base wit="20" dex="30" men="20" con="43" str="40" int="21"/>
|
||||
</stats>
|
||||
<experience>10694</experience>
|
||||
<sp>953</sp>
|
||||
<collision heigth="33.0" radius="12.0"/>
|
||||
</info>
|
||||
<droplist>
|
||||
<item chance="700000" max="2930" min="1447" id="57"/>
|
||||
<item chance="15" max="1" min="1" id="358"/>
|
||||
<item chance="128277" max="30" min="10" id="1343"/>
|
||||
<item chance="119724" max="1" min="1" id="1867"/>
|
||||
<item chance="119724" max="1" min="1" id="1872"/>
|
||||
<item chance="19954" max="1" min="1" id="1882"/>
|
||||
<item chance="3151" max="1" min="1" id="1894"/>
|
||||
<item chance="23" max="1" min="1" id="2380"/>
|
||||
<item chance="9" max="1" min="1" id="2381"/>
|
||||
<item chance="1496" max="1" min="1" id="4042"/>
|
||||
<item chance="71850" max="1" min="1" id="4054"/>
|
||||
<item chance="2624" max="1" min="1" id="4078"/>
|
||||
<item chance="75035" max="1" min="1" id="4080"/>
|
||||
<item chance="3695" max="1" min="1" id="4080"/>
|
||||
<item chance="1770" max="1" min="1" id="4081"/>
|
||||
<item chance="4864" max="1" min="1" id="5230"/>
|
||||
<item chance="120" max="1" min="1" id="5230"/>
|
||||
<item chance="120" max="1" min="1" id="5276"/>
|
||||
<item chance="1197" max="1" min="1" id="8729"/>
|
||||
<item chance="299" max="1" min="1" id="8739"/>
|
||||
<item chance="30" max="1" min="1" id="8749"/>
|
||||
<item chance="6" max="1" min="1" id="8759"/>
|
||||
</droplist>
|
||||
</npc>
|
||||
Reference in New Issue
Block a user