mirror of
https://github.com/Rogiel/l2jserver2
synced 2025-12-08 08:23:11 +00:00
Implemented XML templates
This commit is contained in:
@@ -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="22059" xsi:schemaLocation="npc ../../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
|
||||
<info aggressive="true" targetable="true" attackable="false">
|
||||
<name display="true" send="false">Bloodthirsty Ginzu Golem VII</name>
|
||||
<level>51</level>
|
||||
<sex>MALE</sex>
|
||||
<stats>
|
||||
<hp regen="6.5" max="1470.41596"/>
|
||||
<mp regen="2.4" max="775.8"/>
|
||||
<attack critical="4" evasion="0" range="40">
|
||||
<physical speed="253.0" damage="321.13207"/>
|
||||
<magical speed="333.0" damage="219.29157"/>
|
||||
</attack>
|
||||
<defense>
|
||||
<physical value="204.85194"/>
|
||||
<magical value="149.90176"/>
|
||||
</defense>
|
||||
<move walk="50.0" run="150.0"/>
|
||||
<base wit="20" dex="30" men="20" con="43" str="40" int="21"/>
|
||||
</stats>
|
||||
<experience>17098</experience>
|
||||
<sp>1244</sp>
|
||||
<collision heigth="37.2" radius="16.0"/>
|
||||
</info>
|
||||
<droplist>
|
||||
<item chance="700000" max="4465" min="2198" id="57"/>
|
||||
<item chance="76509" max="3" min="1" id="1869"/>
|
||||
<item chance="229526" max="3" min="1" id="1864"/>
|
||||
<item chance="22953" max="1" min="1" id="1880"/>
|
||||
<item chance="7651" max="1" min="1" id="4043"/>
|
||||
<item chance="6147" max="1" min="1" id="2108"/>
|
||||
<item chance="69" max="1" min="1" id="265"/>
|
||||
<item chance="3060" max="1" min="1" id="5550"/>
|
||||
<item chance="989" max="1" min="1" id="2231"/>
|
||||
<item chance="925052" max="11" min="1" id="1869"/>
|
||||
<item chance="130904" max="1" min="1" id="2170"/>
|
||||
<item chance="236183" max="1" min="1" id="1916"/>
|
||||
<item chance="6376" max="1" min="1" id="8725"/>
|
||||
<item chance="1594" max="1" min="1" id="8735"/>
|
||||
<item chance="159" max="1" min="1" id="8745"/>
|
||||
<item chance="32" max="1" min="1" id="8755"/>
|
||||
</droplist>
|
||||
</npc>
|
||||
Reference in New Issue
Block a user