mirror of
https://github.com/Rogiel/l2jserver2
synced 2025-12-08 08:23:11 +00:00
Implemented XML templates
This commit is contained in:
45
data/templates/npc/monster/20951-PobbySMaid.xml
Normal file
45
data/templates/npc/monster/20951-PobbySMaid.xml
Normal file
@@ -0,0 +1,45 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="Monster" id="20951" xsi:schemaLocation="npc ../../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
|
||||
<info aggressive="false" targetable="true" attackable="false">
|
||||
<name display="true" send="false">Pobby's Maid</name>
|
||||
<level>53</level>
|
||||
<sex>FEMALE</sex>
|
||||
<stats>
|
||||
<hp regen="6.5" max="1570.8463"/>
|
||||
<mp regen="2.4" max="832.4"/>
|
||||
<attack critical="1" evasion="0" range="40">
|
||||
<physical speed="253.0" damage="353.71092"/>
|
||||
<magical speed="333.0" damage="241.5387"/>
|
||||
</attack>
|
||||
<defense>
|
||||
<physical value="214.18326"/>
|
||||
<magical value="142.60563"/>
|
||||
</defense>
|
||||
<move walk="80.0" run="174.0"/>
|
||||
<base wit="20" dex="30" men="20" con="43" str="40" int="21"/>
|
||||
</stats>
|
||||
<experience>3022</experience>
|
||||
<sp>238</sp>
|
||||
<collision heigth="17.8" radius="14.0"/>
|
||||
</info>
|
||||
<droplist>
|
||||
<item chance="700000" max="814" min="401" id="57"/>
|
||||
<item chance="8" max="1" min="1" id="266"/>
|
||||
<item chance="2025" max="1" min="1" id="1806"/>
|
||||
<item chance="62" max="1" min="1" id="1806"/>
|
||||
<item chance="41540" max="1" min="1" id="1867"/>
|
||||
<item chance="41540" max="1" min="1" id="1872"/>
|
||||
<item chance="6923" max="1" min="1" id="1882"/>
|
||||
<item chance="1093" max="1" min="1" id="1894"/>
|
||||
<item chance="43851" max="1" min="1" id="1918"/>
|
||||
<item chance="34646" max="1" min="1" id="1920"/>
|
||||
<item chance="898" max="1" min="1" id="2120"/>
|
||||
<item chance="519" max="1" min="1" id="4042"/>
|
||||
<item chance="62" max="1" min="1" id="5270"/>
|
||||
<item chance="51" max="1" min="1" id="5436"/>
|
||||
<item chance="721" max="1" min="1" id="8726"/>
|
||||
<item chance="180" max="1" min="1" id="8736"/>
|
||||
<item chance="18" max="1" min="1" id="8746"/>
|
||||
<item chance="4" max="1" min="1" id="8756"/>
|
||||
</droplist>
|
||||
</npc>
|
||||
Reference in New Issue
Block a user