mirror of
https://github.com/Rogiel/l2jserver2
synced 2025-12-06 23:42:55 +00:00
Implemented XML templates
This commit is contained in:
40
data/templates/npc/monster/22748-Groikan.xml
Normal file
40
data/templates/npc/monster/22748-Groikan.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="22748" xsi:schemaLocation="npc ../../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
|
||||
<info aggressive="true" targetable="true" attackable="false">
|
||||
<name display="true" send="false">Groikan</name>
|
||||
<level>85</level>
|
||||
<sex>MALE</sex>
|
||||
<stats>
|
||||
<hp regen="187.410040552143" max="55817.8012671518"/>
|
||||
<mp regen="3.0" max="1846.8"/>
|
||||
<attack critical="4" evasion="0" range="40">
|
||||
<physical speed="253.0" damage="12008.01356"/>
|
||||
<magical speed="333.0" damage="8707.81891"/>
|
||||
</attack>
|
||||
<defense>
|
||||
<physical value="578.86102"/>
|
||||
<magical value="635.37806"/>
|
||||
</defense>
|
||||
<move walk="56.0" run="154.0"/>
|
||||
<base wit="20" dex="30" men="20" con="43" str="40" int="21"/>
|
||||
</stats>
|
||||
<experience>579450</experience>
|
||||
<sp>58220</sp>
|
||||
<collision heigth="31.0" radius="32.0"/>
|
||||
</info>
|
||||
<droplist>
|
||||
<item chance="700000" max="80337" min="39715" id="57"/>
|
||||
<item chance="900" max="1" min="1" id="959"/>
|
||||
<item chance="88300" max="42" min="14" id="1879"/>
|
||||
<item chance="193100" max="9" min="3" id="1885"/>
|
||||
<item chance="109400" max="1" min="1" id="9628"/>
|
||||
<item chance="56300" max="1" min="1" id="9629"/>
|
||||
<item chance="69600" max="1" min="1" id="9630"/>
|
||||
<item chance="20" max="1" min="1" id="14107"/>
|
||||
<item chance="80700" max="1" min="1" id="14166"/>
|
||||
<item chance="17800" max="1" min="1" id="14167"/>
|
||||
<item chance="2100" max="1" min="1" id="14168"/>
|
||||
<item chance="16400" max="1" min="1" id="15665"/>
|
||||
<item chance="16400" max="1" min="1" id="15673"/>
|
||||
</droplist>
|
||||
</npc>
|
||||
Reference in New Issue
Block a user