mirror of
https://github.com/Rogiel/l2jserver2
synced 2026-02-03 00:12:47 +00:00
Implemented XML templates
This commit is contained in:
39
data/templates/npc/monster/21025-GigglingWind.xml
Normal file
39
data/templates/npc/monster/21025-GigglingWind.xml
Normal file
@@ -0,0 +1,39 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="Monster" id="21025" xsi:schemaLocation="npc ../../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
|
||||
<info aggressive="false" targetable="true" attackable="false">
|
||||
<name display="true" send="false">Giggling Wind</name>
|
||||
<level>28</level>
|
||||
<sex>FEMALE</sex>
|
||||
<stats>
|
||||
<hp regen="3.5" max="543.79576"/>
|
||||
<mp regen="1.5" max="300.96"/>
|
||||
<attack critical="1" evasion="0" range="40">
|
||||
<physical speed="253.0" damage="80.54056"/>
|
||||
<magical speed="333.0" damage="54.99876"/>
|
||||
</attack>
|
||||
<defense>
|
||||
<physical value="111.61368"/>
|
||||
<magical value="74.31365"/>
|
||||
</defense>
|
||||
<move walk="60.0" run="150.0"/>
|
||||
<base wit="20" dex="30" men="20" con="43" str="40" int="21"/>
|
||||
</stats>
|
||||
<experience>1414</experience>
|
||||
<sp>74</sp>
|
||||
<collision heigth="35.0" radius="11.0"/>
|
||||
</info>
|
||||
<droplist>
|
||||
<item chance="700000" max="407" min="208" id="57"/>
|
||||
<item chance="86" max="1" min="1" id="291"/>
|
||||
<item chance="90766" max="1" min="1" id="1864"/>
|
||||
<item chance="45383" max="1" min="1" id="1865"/>
|
||||
<item chance="30255" max="1" min="1" id="1866"/>
|
||||
<item chance="485180" max="3" min="1" id="1868"/>
|
||||
<item chance="90766" max="1" min="1" id="1868"/>
|
||||
<item chance="485180" max="1" min="1" id="1871"/>
|
||||
<item chance="18153" max="1" min="1" id="1873"/>
|
||||
<item chance="2928" max="1" min="1" id="2019"/>
|
||||
<item chance="85419" max="1" min="1" id="2152"/>
|
||||
<item chance="3412" max="1" min="1" id="2180"/>
|
||||
</droplist>
|
||||
</npc>
|
||||
Reference in New Issue
Block a user