mirror of
https://github.com/Rogiel/l2jserver2
synced 2026-02-02 16:02:47 +00:00
Implemented XML templates
This commit is contained in:
42
data/templates/npc/monster/22266-Pythia.xml
Normal file
42
data/templates/npc/monster/22266-Pythia.xml
Normal file
@@ -0,0 +1,42 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="Monster" id="22266" xsi:schemaLocation="npc ../../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
|
||||
<info aggressive="false" targetable="true" attackable="false">
|
||||
<name display="true" send="false">Pythia</name>
|
||||
<level>83</level>
|
||||
<sex>FEMALE</sex>
|
||||
<stats>
|
||||
<hp regen="8.5" max="3835.59060587002"/>
|
||||
<mp regen="3.0" max="1777.4"/>
|
||||
<attack critical="4" evasion="0" range="40">
|
||||
<physical speed="253.0" damage="1099.42362"/>
|
||||
<magical speed="333.0" damage="750.76381"/>
|
||||
</attack>
|
||||
<defense>
|
||||
<physical value="353.86144"/>
|
||||
<magical value="258.94045"/>
|
||||
</defense>
|
||||
<move walk="60.0" run="180.0"/>
|
||||
<base wit="20" dex="30" men="20" con="43" str="40" int="21"/>
|
||||
</stats>
|
||||
<experience>13801</experience>
|
||||
<sp>1490</sp>
|
||||
<item lefthand="9638" righthand="9638"/>
|
||||
<collision heigth="27.5" radius="20.0"/>
|
||||
</info>
|
||||
<droplist>
|
||||
<item chance="700000" max="3176" min="1584" id="57"/>
|
||||
<item chance="238056" max="30" min="10" id="1344"/>
|
||||
<item chance="50000" max="1" min="1" id="9596"/>
|
||||
<item chance="54413" max="1" min="1" id="1895"/>
|
||||
<item chance="3809" max="1" min="1" id="4040"/>
|
||||
<item chance="1494" max="1" min="1" id="9628"/>
|
||||
<item chance="1002" max="1" min="1" id="9630"/>
|
||||
<item chance="1523" max="1" min="1" id="9546"/>
|
||||
<item chance="1829" max="1" min="1" id="5537"/>
|
||||
<item chance="118" max="1" min="1" id="11973"/>
|
||||
<item chance="191" max="1" min="1" id="6901"/>
|
||||
<item chance="773207" max="1" min="1" id="1895"/>
|
||||
<item chance="5739" max="1" min="1" id="6689"/>
|
||||
<item chance="54124" max="1" min="1" id="4040"/>
|
||||
</droplist>
|
||||
</npc>
|
||||
Reference in New Issue
Block a user