mirror of
https://github.com/Rogiel/l2jserver2
synced 2025-12-07 07:52:57 +00:00
Implemented XML templates
This commit is contained in:
47
data/templates/npc/monster/18571-VenomousStorace.xml
Normal file
47
data/templates/npc/monster/18571-VenomousStorace.xml
Normal file
@@ -0,0 +1,47 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="Monster" id="18571" xsi:schemaLocation="npc ../../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
|
||||
<info aggressive="false" targetable="true" attackable="false">
|
||||
<name display="true" send="false">Venomous Storace</name>
|
||||
<title send="false">Kaneus</title>
|
||||
<level>63</level>
|
||||
<sex>MALE</sex>
|
||||
<stats>
|
||||
<hp regen="63.9742550992053" max="420501.049733155"/>
|
||||
<mp regen="16.47" max="5637.0"/>
|
||||
<attack critical="4" evasion="0" range="40">
|
||||
<physical speed="253.0" damage="1873.16418"/>
|
||||
<magical speed="333.0" damage="1279.12832"/>
|
||||
</attack>
|
||||
<defense>
|
||||
<physical value="419.51082"/>
|
||||
<magical value="460.46971"/>
|
||||
</defense>
|
||||
<move walk="70.0" run="110.0"/>
|
||||
<base wit="20" dex="30" men="20" con="43" str="40" int="21"/>
|
||||
</stats>
|
||||
<experience>1046467</experience>
|
||||
<sp>179455</sp>
|
||||
<item lefthand="0" righthand="73"/>
|
||||
<collision heigth="72.0" radius="25.0"/>
|
||||
</info>
|
||||
<droplist>
|
||||
<item chance="38277" max="1" min="1" id="729"/>
|
||||
<item chance="287074" max="1" min="1" id="730"/>
|
||||
<item chance="14311" max="1" min="1" id="2398"/>
|
||||
<item chance="9540" max="1" min="1" id="2398"/>
|
||||
<item chance="14311" max="1" min="1" id="2399"/>
|
||||
<item chance="9540" max="1" min="1" id="2399"/>
|
||||
<item chance="22904" max="1" min="1" id="2403"/>
|
||||
<item chance="15269" max="1" min="1" id="2403"/>
|
||||
<item chance="22904" max="1" min="1" id="2404"/>
|
||||
<item chance="15269" max="1" min="1" id="2404"/>
|
||||
<item chance="72165" max="48" min="16" id="4084"/>
|
||||
<item chance="48109" max="48" min="16" id="4084"/>
|
||||
<item chance="307897" max="7" min="3" id="4085"/>
|
||||
<item chance="51317" max="67" min="23" id="4085"/>
|
||||
<item chance="259838" max="18" min="6" id="4086"/>
|
||||
<item chance="173221" max="18" min="6" id="4086"/>
|
||||
<item chance="148479" max="31" min="11" id="4087"/>
|
||||
<item chance="98983" max="31" min="11" id="4087"/>
|
||||
</droplist>
|
||||
</npc>
|
||||
Reference in New Issue
Block a user