mirror of
https://github.com/Rogiel/l2jserver2
synced 2025-12-07 07:52:57 +00:00
Implemented XML templates
This commit is contained in:
50
data/templates/npc/monster/20946-Sanhidro.xml
Normal file
50
data/templates/npc/monster/20946-Sanhidro.xml
Normal file
@@ -0,0 +1,50 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="Monster" id="20946" xsi:schemaLocation="npc ../../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
|
||||
<info aggressive="false" targetable="true" attackable="false">
|
||||
<name display="true" send="false">Sanhidro</name>
|
||||
<level>52</level>
|
||||
<sex>MALE</sex>
|
||||
<stats>
|
||||
<hp regen="6.5" max="1520.38155"/>
|
||||
<mp regen="2.4" max="804.0"/>
|
||||
<attack critical="1" evasion="0" range="40">
|
||||
<physical speed="253.0" damage="337.18867"/>
|
||||
<magical speed="333.0" damage="230.25615"/>
|
||||
</attack>
|
||||
<defense>
|
||||
<physical value="209.50106"/>
|
||||
<magical value="139.48817"/>
|
||||
</defense>
|
||||
<move walk="55.0" run="174.0"/>
|
||||
<base wit="20" dex="30" men="20" con="43" str="40" int="21"/>
|
||||
</stats>
|
||||
<experience>4138</experience>
|
||||
<sp>320</sp>
|
||||
<collision heigth="35.0" radius="21.0"/>
|
||||
</info>
|
||||
<droplist>
|
||||
<item chance="700000" max="1111" min="550" id="57"/>
|
||||
<item chance="72" max="1" min="1" id="103"/>
|
||||
<item chance="72" max="1" min="1" id="107"/>
|
||||
<item chance="51" max="1" min="1" id="517"/>
|
||||
<item chance="51" max="1" min="1" id="1149"/>
|
||||
<item chance="307481" max="1" min="1" id="1539"/>
|
||||
<item chance="104036" max="1" min="1" id="1864"/>
|
||||
<item chance="52018" max="1" min="1" id="1869"/>
|
||||
<item chance="20807" max="1" min="1" id="1878"/>
|
||||
<item chance="32011" max="1" min="1" id="1884"/>
|
||||
<item chance="77734" max="1" min="1" id="1914"/>
|
||||
<item chance="4585" max="1" min="1" id="1978"/>
|
||||
<item chance="3137" max="1" min="1" id="1983"/>
|
||||
<item chance="24490" max="1" min="1" id="2169"/>
|
||||
<item chance="486" max="1" min="1" id="2233"/>
|
||||
<item chance="3137" max="1" min="1" id="2957"/>
|
||||
<item chance="1734" max="1" min="1" id="4039"/>
|
||||
<item chance="4585" max="1" min="1" id="4055"/>
|
||||
<item chance="5780" max="1" min="1" id="4180"/>
|
||||
<item chance="1445" max="1" min="1" id="8725"/>
|
||||
<item chance="361" max="1" min="1" id="8735"/>
|
||||
<item chance="36" max="1" min="1" id="8745"/>
|
||||
<item chance="7" max="1" min="1" id="8755"/>
|
||||
</droplist>
|
||||
</npc>
|
||||
Reference in New Issue
Block a user