mirror of
https://github.com/Rogiel/l2jserver2
synced 2025-12-08 00:13:11 +00:00
Implemented XML templates
This commit is contained in:
43
data/templates/npc/monster/22162-TriolSBeliever.xml
Normal file
43
data/templates/npc/monster/22162-TriolSBeliever.xml
Normal file
@@ -0,0 +1,43 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="Monster" id="22162" xsi:schemaLocation="npc ../../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
|
||||
<info aggressive="true" targetable="true" attackable="false">
|
||||
<name display="true" send="false">Triol's Believer</name>
|
||||
<level>78</level>
|
||||
<sex>MALE</sex>
|
||||
<stats>
|
||||
<hp regen="8.925" max="3107.6436594"/>
|
||||
<mp regen="3.1518" max="1883.736"/>
|
||||
<attack critical="4" evasion="0" range="40">
|
||||
<physical speed="253.0" damage="1033.124"/>
|
||||
<magical speed="333.0" damage="740.57728"/>
|
||||
</attack>
|
||||
<defense>
|
||||
<physical value="380.23713"/>
|
||||
<magical value="278.24103"/>
|
||||
</defense>
|
||||
<move walk="58.0" run="180.0"/>
|
||||
<base wit="20" dex="30" men="20" con="43" str="40" int="21"/>
|
||||
</stats>
|
||||
<experience>45257</experience>
|
||||
<sp>5205</sp>
|
||||
<item lefthand="8207" righthand="8207"/>
|
||||
<collision heigth="28.4" radius="7.7"/>
|
||||
</info>
|
||||
<droplist>
|
||||
<item chance="700000" max="12821" min="6280" id="57"/>
|
||||
<item chance="33010" max="1" min="1" id="1894"/>
|
||||
<item chance="31359" max="1" min="1" id="4044"/>
|
||||
<item chance="31359" max="1" min="1" id="4039"/>
|
||||
<item chance="2361" max="1" min="1" id="5546"/>
|
||||
<item chance="8181" max="1" min="1" id="4041"/>
|
||||
<item chance="2150" max="1" min="1" id="5529"/>
|
||||
<item chance="2150" max="1" min="1" id="5545"/>
|
||||
<item chance="941" max="1" min="1" id="6901"/>
|
||||
<item chance="8" max="1" min="1" id="81"/>
|
||||
<item chance="8" max="1" min="1" id="151"/>
|
||||
<item chance="8" max="1" min="1" id="2500"/>
|
||||
<item chance="509585" max="1" min="1" id="1877"/>
|
||||
<item chance="254792" max="1" min="1" id="4040"/>
|
||||
<item chance="5096" max="1" min="1" id="960"/>
|
||||
</droplist>
|
||||
</npc>
|
||||
Reference in New Issue
Block a user