mirror of
https://github.com/Rogiel/l2jserver2
synced 2025-12-07 07:52:57 +00:00
Implemented XML templates
This commit is contained in:
49
data/templates/npc/monster/20673-Falibati.xml
Normal file
49
data/templates/npc/monster/20673-Falibati.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="20673" xsi:schemaLocation="npc ../../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
|
||||
<info aggressive="true" targetable="true" attackable="false">
|
||||
<name display="true" send="false">Falibati</name>
|
||||
<level>64</level>
|
||||
<sex>FEMALE</sex>
|
||||
<stats>
|
||||
<hp regen="7.5" max="2141.82127"/>
|
||||
<mp regen="2.7" max="1158.0"/>
|
||||
<attack critical="4" evasion="0" range="40">
|
||||
<physical speed="253.0" damage="562.02275"/>
|
||||
<magical speed="333.0" damage="383.78868"/>
|
||||
</attack>
|
||||
<defense>
|
||||
<physical value="267.04468"/>
|
||||
<magical value="177.80136"/>
|
||||
</defense>
|
||||
<move walk="70.0" run="174.0"/>
|
||||
<base wit="20" dex="30" men="20" con="43" str="40" int="21"/>
|
||||
</stats>
|
||||
<experience>7219</experience>
|
||||
<sp>661</sp>
|
||||
<item lefthand="0" righthand="73"/>
|
||||
<collision heigth="65.0" radius="25.0"/>
|
||||
</info>
|
||||
<droplist>
|
||||
<item chance="700000" max="1987" min="983" id="57"/>
|
||||
<item chance="2" max="1" min="1" id="79"/>
|
||||
<item chance="88612" max="1" min="1" id="1867"/>
|
||||
<item chance="88612" max="1" min="1" id="1872"/>
|
||||
<item chance="4431" max="1" min="1" id="1875"/>
|
||||
<item chance="8861" max="1" min="1" id="1881"/>
|
||||
<item chance="21521" max="1" min="1" id="4041"/>
|
||||
<item chance="578" max="1" min="1" id="4041"/>
|
||||
<item chance="87623" max="1" min="1" id="4052"/>
|
||||
<item chance="534" max="1" min="1" id="4114"/>
|
||||
<item chance="1281" max="1" min="1" id="4150"/>
|
||||
<item chance="3300" max="1" min="1" id="5230"/>
|
||||
<item chance="132918" max="1" min="1" id="6037"/>
|
||||
<item chance="2" max="1" min="1" id="7883"/>
|
||||
<item chance="2" max="1" min="1" id="7889"/>
|
||||
<item chance="533" max="1" min="1" id="8330"/>
|
||||
<item chance="534" max="1" min="1" id="8336"/>
|
||||
<item chance="886" max="1" min="1" id="8729"/>
|
||||
<item chance="222" max="1" min="1" id="8739"/>
|
||||
<item chance="22" max="1" min="1" id="8749"/>
|
||||
<item chance="4" max="1" min="1" id="8759"/>
|
||||
</droplist>
|
||||
</npc>
|
||||
Reference in New Issue
Block a user