24 lines
810 B
XML
24 lines
810 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../xsd/npcs.xsd">
|
|
<npc id="4308" level="70" type="L2Npc" name="Angel Cat" title="Love's Envoy">
|
|
<!-- TODO: Must be confirmed -->
|
|
<sex>MALE</sex>
|
|
<stats str="10" int="10" dex="10" wit="10" con="10" men="10">
|
|
<vitals hp="4228" mp="2444.0" />
|
|
<attack physical="500" magical="500" attackSpeed="278" range="40" />
|
|
<defence physical="500" magical="500" />
|
|
<attribute>
|
|
<defence fire="20" water="20" wind="20" earth="20" holy="20" dark="20" />
|
|
</attribute>
|
|
<speed>
|
|
<walk ground="60" />
|
|
<run ground="160" />
|
|
</speed>
|
|
</stats>
|
|
<collision>
|
|
<radius normal="1" />
|
|
<height normal="1" />
|
|
</collision>
|
|
</npc>
|
|
</list>
|