mirror of
https://github.com/Rogiel/l2jserver2
synced 2025-12-08 16:33:07 +00:00
Implemented XML templates
This commit is contained in:
44
data/templates/npc/monster/21351-VarkaSilenosFootman.xml
Normal file
44
data/templates/npc/monster/21351-VarkaSilenosFootman.xml
Normal file
@@ -0,0 +1,44 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="Monster" id="21351" xsi:schemaLocation="npc ../../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
|
||||
<info aggressive="true" targetable="true" attackable="false">
|
||||
<name display="true" send="false">Varka Silenos Footman</name>
|
||||
<level>77</level>
|
||||
<sex>MALE</sex>
|
||||
<stats>
|
||||
<hp regen="8.5" max="2856.7687256316"/>
|
||||
<mp regen="3.0" max="1574.0"/>
|
||||
<attack critical="4" evasion="0" range="40">
|
||||
<physical speed="253.0" damage="856.44056"/>
|
||||
<magical speed="333.0" damage="584.83789"/>
|
||||
</attack>
|
||||
<defense>
|
||||
<physical value="328.27073"/>
|
||||
<magical value="240.21427"/>
|
||||
</defense>
|
||||
<move walk="34.0" run="175.0"/>
|
||||
<base wit="20" dex="30" men="20" con="43" str="40" int="21"/>
|
||||
</stats>
|
||||
<experience>18501</experience>
|
||||
<sp>1904</sp>
|
||||
<item lefthand="6918" righthand="2504"/>
|
||||
<collision heigth="41.0" radius="16.0"/>
|
||||
</info>
|
||||
<droplist>
|
||||
<item chance="700000" max="5209" min="2549" id="57"/>
|
||||
<item chance="119356" max="60" min="20" id="1344"/>
|
||||
<item chance="127313" max="1" min="1" id="1866"/>
|
||||
<item chance="190970" max="1" min="1" id="1871"/>
|
||||
<item chance="15914" max="1" min="1" id="1885"/>
|
||||
<item chance="44975" max="1" min="1" id="4041"/>
|
||||
<item chance="1660" max="1" min="1" id="4041"/>
|
||||
<item chance="85" max="1" min="1" id="5162"/>
|
||||
<item chance="206884" max="1" min="1" id="5220"/>
|
||||
<item chance="7639" max="1" min="1" id="5220"/>
|
||||
<item chance="17614" max="1" min="1" id="5523"/>
|
||||
<item chance="3248" max="1" min="1" id="5536"/>
|
||||
<item chance="1592" max="1" min="1" id="8732"/>
|
||||
<item chance="398" max="1" min="1" id="8742"/>
|
||||
<item chance="40" max="1" min="1" id="8752"/>
|
||||
<item chance="263" max="1" min="1" id="11951"/>
|
||||
</droplist>
|
||||
</npc>
|
||||
Reference in New Issue
Block a user