mirror of
https://github.com/Rogiel/l2jserver2
synced 2025-12-08 08:23:11 +00:00
Implemented XML templates
This commit is contained in:
44
data/templates/npc/monster/22301-Terod.xml
Normal file
44
data/templates/npc/monster/22301-Terod.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="22301" xsi:schemaLocation="npc ../../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
|
||||
<info aggressive="true" targetable="true" attackable="false">
|
||||
<name display="true" send="false">Terod</name>
|
||||
<level>82</level>
|
||||
<sex>MALE</sex>
|
||||
<stats>
|
||||
<hp regen="112.40520021868" max="65802.611803692"/>
|
||||
<mp regen="3.0" max="1743.0"/>
|
||||
<attack critical="4" evasion="0" range="40">
|
||||
<physical speed="253.0" damage="5571.87244"/>
|
||||
<magical speed="333.0" damage="3804.86656"/>
|
||||
</attack>
|
||||
<defense>
|
||||
<physical value="559.63963"/>
|
||||
<magical value="614.28"/>
|
||||
</defense>
|
||||
<move walk="80.0" run="170.0"/>
|
||||
<base wit="20" dex="30" men="20" con="43" str="40" int="21"/>
|
||||
</stats>
|
||||
<experience>190311</experience>
|
||||
<sp>20810</sp>
|
||||
<collision heigth="50.4" radius="24.0"/>
|
||||
</info>
|
||||
<droplist>
|
||||
<item chance="700000" max="60872" min="29719" id="57"/>
|
||||
<item chance="208257" max="1" min="1" id="1875"/>
|
||||
<item chance="86773" max="9" min="3" id="1879"/>
|
||||
<item chance="62477" max="1" min="1" id="4040"/>
|
||||
<item chance="55783" max="84" min="28" id="1865"/>
|
||||
<item chance="26032" max="180" min="60" id="1870"/>
|
||||
<item chance="24991" max="1" min="1" id="9546"/>
|
||||
<item chance="10983" max="1" min="1" id="5546"/>
|
||||
<item chance="9999" max="1" min="1" id="5529"/>
|
||||
<item chance="9999" max="1" min="1" id="5545"/>
|
||||
<item chance="1250" max="1" min="1" id="960"/>
|
||||
<item chance="648" max="1" min="1" id="11971"/>
|
||||
<item chance="648" max="1" min="1" id="11964"/>
|
||||
<item chance="648" max="1" min="1" id="11968"/>
|
||||
<item chance="887802" max="1" min="1" id="4040"/>
|
||||
<item chance="739835" max="7" min="1" id="1875"/>
|
||||
<item chance="121784" max="1" min="1" id="5537"/>
|
||||
</droplist>
|
||||
</npc>
|
||||
Reference in New Issue
Block a user