mirror of
https://github.com/Rogiel/l2jserver2
synced 2025-12-07 07:52:57 +00:00
Implemented XML templates
This commit is contained in:
46
data/templates/npc/monster/20955-GhostlyWarrior.xml
Normal file
46
data/templates/npc/monster/20955-GhostlyWarrior.xml
Normal file
@@ -0,0 +1,46 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="Monster" id="20955" xsi:schemaLocation="npc ../../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
|
||||
<info aggressive="false" targetable="true" attackable="false">
|
||||
<name display="true" send="false">Ghostly Warrior</name>
|
||||
<level>62</level>
|
||||
<sex>MALE</sex>
|
||||
<stats>
|
||||
<hp regen="7.5" max="2037.81082"/>
|
||||
<mp regen="2.7" max="1097.0"/>
|
||||
<attack critical="1" evasion="0" range="40">
|
||||
<physical speed="253.0" damage="521.12391"/>
|
||||
<magical speed="333.0" damage="355.86007"/>
|
||||
</attack>
|
||||
<defense>
|
||||
<physical value="257.34267"/>
|
||||
<magical value="171.34165"/>
|
||||
</defense>
|
||||
<move walk="50.0" run="180.0"/>
|
||||
<base wit="20" dex="30" men="20" con="43" str="40" int="21"/>
|
||||
</stats>
|
||||
<experience>6398</experience>
|
||||
<sp>570</sp>
|
||||
<item lefthand="0" righthand="299"/>
|
||||
<collision heigth="28.0" radius="10.0"/>
|
||||
</info>
|
||||
<droplist>
|
||||
<item chance="700000" max="1906" min="941" id="57"/>
|
||||
<item chance="25487" max="1" min="1" id="1830"/>
|
||||
<item chance="63717" max="1" min="1" id="1865"/>
|
||||
<item chance="63717" max="1" min="1" id="1870"/>
|
||||
<item chance="4248" max="1" min="1" id="1874"/>
|
||||
<item chance="2124" max="1" min="1" id="4039"/>
|
||||
<item chance="2124" max="1" min="1" id="4043"/>
|
||||
<item chance="84007" max="1" min="1" id="4052"/>
|
||||
<item chance="1980" max="1" min="1" id="4082"/>
|
||||
<item chance="1980" max="1" min="1" id="4083"/>
|
||||
<item chance="3164" max="1" min="1" id="5230"/>
|
||||
<item chance="85" max="1" min="1" id="5276"/>
|
||||
<item chance="850" max="1" min="1" id="8729"/>
|
||||
<item chance="212" max="1" min="1" id="8739"/>
|
||||
<item chance="21" max="1" min="1" id="8749"/>
|
||||
<item chance="4" max="1" min="1" id="8759"/>
|
||||
<item chance="192" max="1" min="1" id="12186"/>
|
||||
<item chance="192" max="1" min="1" id="12194"/>
|
||||
</droplist>
|
||||
</npc>
|
||||
Reference in New Issue
Block a user