mirror of
https://github.com/Rogiel/l2jserver2
synced 2025-12-07 07:52:57 +00:00
Implemented XML templates
This commit is contained in:
40
data/templates/npc/monster/22277-GatekeeperProvo.xml
Normal file
40
data/templates/npc/monster/22277-GatekeeperProvo.xml
Normal file
@@ -0,0 +1,40 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="Monster" id="22277" xsi:schemaLocation="npc ../../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
|
||||
<info aggressive="true" targetable="true" attackable="false">
|
||||
<name display="true" send="false">Gatekeeper Provo</name>
|
||||
<level>81</level>
|
||||
<sex>MALE</sex>
|
||||
<stats>
|
||||
<hp regen="113.419259781018" max="33003.982801143"/>
|
||||
<mp regen="3.0" max="1708.8"/>
|
||||
<attack critical="4" evasion="0" range="40">
|
||||
<physical speed="253.0" damage="5770.14557"/>
|
||||
<magical speed="333.0" damage="3940.26143"/>
|
||||
</attack>
|
||||
<defense>
|
||||
<physical value="552.97803"/>
|
||||
<magical value="606.96799"/>
|
||||
</defense>
|
||||
<move walk="13.0" run="80.0"/>
|
||||
<base wit="20" dex="30" men="20" con="43" str="40" int="21"/>
|
||||
</stats>
|
||||
<experience>96272</experience>
|
||||
<sp>10663</sp>
|
||||
<collision heigth="45.0" radius="38.0"/>
|
||||
</info>
|
||||
<droplist>
|
||||
<item chance="700000" max="25286" min="12348" id="57"/>
|
||||
<item chance="129782" max="6" min="2" id="1873"/>
|
||||
<item chance="86521" max="45" min="15" id="1868"/>
|
||||
<item chance="61801" max="9" min="3" id="1895"/>
|
||||
<item chance="37081" max="9" min="3" id="1876"/>
|
||||
<item chance="21630" max="1" min="1" id="4042"/>
|
||||
<item chance="12471" max="1" min="1" id="5534"/>
|
||||
<item chance="10382" max="1" min="1" id="9547"/>
|
||||
<item chance="519" max="1" min="1" id="960"/>
|
||||
<item chance="44" max="1" min="1" id="289"/>
|
||||
<item chance="307367" max="1" min="1" id="4042"/>
|
||||
<item chance="220493" max="1" min="1" id="5528"/>
|
||||
<item chance="8196" max="1" min="1" id="5277"/>
|
||||
</droplist>
|
||||
</npc>
|
||||
Reference in New Issue
Block a user