mirror of
https://github.com/Rogiel/l2jserver2
synced 2025-12-07 07:52:57 +00:00
Implemented XML templates
This commit is contained in:
44
data/templates/npc/monster/22279-ChromaticDetainee.xml
Normal file
44
data/templates/npc/monster/22279-ChromaticDetainee.xml
Normal file
@@ -0,0 +1,44 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="Monster" id="22279" xsi:schemaLocation="npc ../../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
|
||||
<info aggressive="false" targetable="true" attackable="false">
|
||||
<name display="true" send="false">Chromatic Detainee</name>
|
||||
<level>81</level>
|
||||
<sex>MALE</sex>
|
||||
<stats>
|
||||
<hp regen="8.5" max="3461.77253215841"/>
|
||||
<mp regen="3.0" max="1708.8"/>
|
||||
<attack critical="4" evasion="0" range="40">
|
||||
<physical speed="253.0" damage="1012.32268"/>
|
||||
<magical speed="333.0" damage="691.28516"/>
|
||||
</attack>
|
||||
<defense>
|
||||
<physical value="345.61127"/>
|
||||
<magical value="252.90333"/>
|
||||
</defense>
|
||||
<move walk="60.0" run="170.0"/>
|
||||
<base wit="20" dex="30" men="20" con="43" str="40" int="21"/>
|
||||
</stats>
|
||||
<experience>27781</experience>
|
||||
<sp>2932</sp>
|
||||
<collision heigth="33.0" radius="25.0"/>
|
||||
</info>
|
||||
<droplist>
|
||||
<item chance="700000" max="7592" min="3707" id="57"/>
|
||||
<item chance="4" max="1" min="1" id="81"/>
|
||||
<item chance="4" max="1" min="1" id="151"/>
|
||||
<item chance="16" max="1" min="1" id="959"/>
|
||||
<item chance="2461" max="1" min="1" id="1808"/>
|
||||
<item chance="259769" max="1" min="1" id="1866"/>
|
||||
<item chance="194827" max="3" min="1" id="1871"/>
|
||||
<item chance="15586" max="1" min="1" id="1877"/>
|
||||
<item chance="4" max="1" min="1" id="2500"/>
|
||||
<item chance="7793" max="1" min="1" id="4040"/>
|
||||
<item chance="3388" max="1" min="1" id="4041"/>
|
||||
<item chance="1247" max="1" min="1" id="5529"/>
|
||||
<item chance="15188" max="1" min="1" id="5533"/>
|
||||
<item chance="15201" max="1" min="1" id="5534"/>
|
||||
<item chance="1247" max="1" min="1" id="5545"/>
|
||||
<item chance="1369" max="1" min="1" id="5546"/>
|
||||
<item chance="3118" max="1" min="1" id="9546"/>
|
||||
</droplist>
|
||||
</npc>
|
||||
Reference in New Issue
Block a user