mirror of
https://github.com/Rogiel/l2jserver2
synced 2026-01-27 13:12:47 +00:00
Implemented XML templates
This commit is contained in:
26
data/templates/npc/1-ThomasDTurkey.xml
Normal file
26
data/templates/npc/1-ThomasDTurkey.xml
Normal file
@@ -0,0 +1,26 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="" id="1" xsi:schemaLocation="npc ../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
|
||||
<info aggressive="false" targetable="true" attackable="false">
|
||||
<name display="true" send="false">Thomas D. Turkey</name>
|
||||
<title send="false">Misguided Holiday Scrooge</title>
|
||||
<level>80</level>
|
||||
<sex>MALE</sex>
|
||||
<stats>
|
||||
<hp regen="0.0" max="680.0"/>
|
||||
<mp regen="0.9" max="2000.0"/>
|
||||
<attack critical="1" evasion="0" range="40">
|
||||
<physical speed="253.0" damage="8.47458"/>
|
||||
<magical speed="333.0" damage="5.78704"/>
|
||||
</attack>
|
||||
<defense>
|
||||
<physical value="60000.0"/>
|
||||
<magical value="200000.0"/>
|
||||
</defense>
|
||||
<move walk="19.5" run="160.0"/>
|
||||
<base wit="20" dex="30" men="20" con="43" str="40" int="21"/>
|
||||
</stats>
|
||||
<experience>0</experience>
|
||||
<sp>0</sp>
|
||||
<collision heigth="35.0" radius="25.0"/>
|
||||
</info>
|
||||
</npc>
|
||||
26
data/templates/npc/10-JackSage.xml
Normal file
26
data/templates/npc/10-JackSage.xml
Normal file
@@ -0,0 +1,26 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="" id="10" xsi:schemaLocation="npc ../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
|
||||
<info aggressive="false" targetable="true" attackable="false">
|
||||
<name display="true" send="false">Jack Sage</name>
|
||||
<title send="false">Eva's High Priest</title>
|
||||
<level>85</level>
|
||||
<sex>MALE</sex>
|
||||
<stats>
|
||||
<hp regen="7.5" max="2444.46819"/>
|
||||
<mp regen="2.7" max="1345.8"/>
|
||||
<attack critical="4" evasion="0" range="40">
|
||||
<physical speed="253.0" damage="688.86373"/>
|
||||
<magical speed="333.0" damage="470.40463"/>
|
||||
</attack>
|
||||
<defense>
|
||||
<physical value="295.91597"/>
|
||||
<magical value="216.53847"/>
|
||||
</defense>
|
||||
<move walk="50.0" run="120.0"/>
|
||||
<base wit="20" dex="30" men="20" con="43" str="40" int="21"/>
|
||||
</stats>
|
||||
<experience>723</experience>
|
||||
<sp>10</sp>
|
||||
<collision heigth="26.5" radius="8.0"/>
|
||||
</info>
|
||||
</npc>
|
||||
25
data/templates/npc/11-EvaSObelisk.xml
Normal file
25
data/templates/npc/11-EvaSObelisk.xml
Normal file
@@ -0,0 +1,25 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="" id="11" xsi:schemaLocation="npc ../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
|
||||
<info aggressive="false" targetable="false" attackable="false">
|
||||
<name display="true" send="false">Eva's Obelisk</name>
|
||||
<level>70</level>
|
||||
<sex>MALE</sex>
|
||||
<stats>
|
||||
<hp regen="7.5" max="2444.46819"/>
|
||||
<mp regen="2.7" max="1345.8"/>
|
||||
<attack critical="4" evasion="0" range="40">
|
||||
<physical speed="253.0" damage="688.86373"/>
|
||||
<magical speed="333.0" damage="470.40463"/>
|
||||
</attack>
|
||||
<defense>
|
||||
<physical value="295.91597"/>
|
||||
<magical value="216.53847"/>
|
||||
</defense>
|
||||
<move walk="30.0" run="120.0"/>
|
||||
<base wit="20" dex="30" men="10" con="43" str="40" int="21"/>
|
||||
</stats>
|
||||
<experience>490</experience>
|
||||
<sp>10</sp>
|
||||
<collision heigth="120.0" radius="40.0"/>
|
||||
</info>
|
||||
</npc>
|
||||
24
data/templates/npc/12.xml
Normal file
24
data/templates/npc/12.xml
Normal file
@@ -0,0 +1,24 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="" id="12" xsi:schemaLocation="npc ../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
|
||||
<info aggressive="false" targetable="false" attackable="false">
|
||||
<level>80</level>
|
||||
<sex>MALE</sex>
|
||||
<stats>
|
||||
<hp regen="8.5" max="2880.37628"/>
|
||||
<mp regen="3.0" max="1674.8"/>
|
||||
<attack critical="4" evasion="0" range="40">
|
||||
<physical speed="253.0" damage="894.75854"/>
|
||||
<magical speed="333.0" damage="611.00409"/>
|
||||
</attack>
|
||||
<defense>
|
||||
<physical value="341.375"/>
|
||||
<magical value="249.80341"/>
|
||||
</defense>
|
||||
<move walk="1.0" run="1.0"/>
|
||||
<base wit="20" dex="30" men="20" con="43" str="40" int="21"/>
|
||||
</stats>
|
||||
<experience>0</experience>
|
||||
<sp>0</sp>
|
||||
<collision heigth="0.1" radius="0.1"/>
|
||||
</info>
|
||||
</npc>
|
||||
24
data/templates/npc/12774-YoungSquash.xml
Normal file
24
data/templates/npc/12774-YoungSquash.xml
Normal file
@@ -0,0 +1,24 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="" id="12774" xsi:schemaLocation="npc ../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
|
||||
<info aggressive="false" targetable="true" attackable="false">
|
||||
<name display="true" send="false">Young Squash</name>
|
||||
<level>1</level>
|
||||
<stats>
|
||||
<hp regen="2.0" max="39.74519"/>
|
||||
<mp regen="0.9" max="40.0"/>
|
||||
<attack critical="1" evasion="0" range="40">
|
||||
<physical speed="253.0" damage="8.47458"/>
|
||||
<magical speed="333.0" damage="5.78704"/>
|
||||
</attack>
|
||||
<defense>
|
||||
<physical value="44.44444"/>
|
||||
<magical value="32.52252"/>
|
||||
</defense>
|
||||
<move walk="50.0" run="100.0"/>
|
||||
<base wit="20" dex="30" men="10" con="43" str="40" int="21"/>
|
||||
</stats>
|
||||
<experience>0</experience>
|
||||
<sp>0</sp>
|
||||
<collision heigth="10.5" radius="10.0"/>
|
||||
</info>
|
||||
</npc>
|
||||
24
data/templates/npc/12775-HighQualitySquash.xml
Normal file
24
data/templates/npc/12775-HighQualitySquash.xml
Normal file
@@ -0,0 +1,24 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="" id="12775" xsi:schemaLocation="npc ../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
|
||||
<info aggressive="false" targetable="true" attackable="false">
|
||||
<name display="true" send="false">High Quality Squash</name>
|
||||
<level>1</level>
|
||||
<stats>
|
||||
<hp regen="2.0" max="39.74519"/>
|
||||
<mp regen="0.9" max="40.0"/>
|
||||
<attack critical="1" evasion="0" range="40">
|
||||
<physical speed="253.0" damage="8.47458"/>
|
||||
<magical speed="333.0" damage="5.78704"/>
|
||||
</attack>
|
||||
<defense>
|
||||
<physical value="44.44444"/>
|
||||
<magical value="32.52252"/>
|
||||
</defense>
|
||||
<move walk="50.0" run="100.0"/>
|
||||
<base wit="20" dex="30" men="10" con="43" str="40" int="21"/>
|
||||
</stats>
|
||||
<experience>0</experience>
|
||||
<sp>0</sp>
|
||||
<collision heigth="25.0" radius="23.0"/>
|
||||
</info>
|
||||
</npc>
|
||||
24
data/templates/npc/12776-LowQualitySquash.xml
Normal file
24
data/templates/npc/12776-LowQualitySquash.xml
Normal file
@@ -0,0 +1,24 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="" id="12776" xsi:schemaLocation="npc ../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
|
||||
<info aggressive="false" targetable="true" attackable="false">
|
||||
<name display="true" send="false">Low Quality Squash</name>
|
||||
<level>1</level>
|
||||
<stats>
|
||||
<hp regen="2.0" max="39.74519"/>
|
||||
<mp regen="0.9" max="40.0"/>
|
||||
<attack critical="1" evasion="0" range="40">
|
||||
<physical speed="253.0" damage="8.47458"/>
|
||||
<magical speed="333.0" damage="5.78704"/>
|
||||
</attack>
|
||||
<defense>
|
||||
<physical value="44.44444"/>
|
||||
<magical value="32.52252"/>
|
||||
</defense>
|
||||
<move walk="50.0" run="100.0"/>
|
||||
<base wit="20" dex="30" men="10" con="43" str="40" int="21"/>
|
||||
</stats>
|
||||
<experience>0</experience>
|
||||
<sp>0</sp>
|
||||
<collision heigth="16.0" radius="15.0"/>
|
||||
</info>
|
||||
</npc>
|
||||
24
data/templates/npc/12777-LargeYoungSquash.xml
Normal file
24
data/templates/npc/12777-LargeYoungSquash.xml
Normal file
@@ -0,0 +1,24 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="" id="12777" xsi:schemaLocation="npc ../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
|
||||
<info aggressive="false" targetable="true" attackable="false">
|
||||
<name display="true" send="false">Large Young Squash</name>
|
||||
<level>1</level>
|
||||
<stats>
|
||||
<hp regen="2.0" max="39.74519"/>
|
||||
<mp regen="0.9" max="40.0"/>
|
||||
<attack critical="1" evasion="0" range="40">
|
||||
<physical speed="253.0" damage="8.47458"/>
|
||||
<magical speed="333.0" damage="5.78704"/>
|
||||
</attack>
|
||||
<defense>
|
||||
<physical value="44.44444"/>
|
||||
<magical value="32.52252"/>
|
||||
</defense>
|
||||
<move walk="50.0" run="100.0"/>
|
||||
<base wit="20" dex="30" men="10" con="43" str="40" int="21"/>
|
||||
</stats>
|
||||
<experience>0</experience>
|
||||
<sp>0</sp>
|
||||
<collision heigth="25.0" radius="23.0"/>
|
||||
</info>
|
||||
</npc>
|
||||
24
data/templates/npc/12778-HighQualityLargeSquash.xml
Normal file
24
data/templates/npc/12778-HighQualityLargeSquash.xml
Normal file
@@ -0,0 +1,24 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="" id="12778" xsi:schemaLocation="npc ../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
|
||||
<info aggressive="false" targetable="true" attackable="false">
|
||||
<name display="true" send="false">High Quality Large Squash</name>
|
||||
<level>1</level>
|
||||
<stats>
|
||||
<hp regen="2.0" max="39.74519"/>
|
||||
<mp regen="0.9" max="40.0"/>
|
||||
<attack critical="1" evasion="0" range="40">
|
||||
<physical speed="253.0" damage="8.47458"/>
|
||||
<magical speed="333.0" damage="5.78704"/>
|
||||
</attack>
|
||||
<defense>
|
||||
<physical value="44.44444"/>
|
||||
<magical value="32.52252"/>
|
||||
</defense>
|
||||
<move walk="50.0" run="100.0"/>
|
||||
<base wit="20" dex="30" men="10" con="43" str="40" int="21"/>
|
||||
</stats>
|
||||
<experience>0</experience>
|
||||
<sp>0</sp>
|
||||
<collision heigth="40.0" radius="34.0"/>
|
||||
</info>
|
||||
</npc>
|
||||
24
data/templates/npc/12779-LowQualityLargeSquash.xml
Normal file
24
data/templates/npc/12779-LowQualityLargeSquash.xml
Normal file
@@ -0,0 +1,24 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="" id="12779" xsi:schemaLocation="npc ../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
|
||||
<info aggressive="false" targetable="true" attackable="false">
|
||||
<name display="true" send="false">Low Quality Large Squash</name>
|
||||
<level>1</level>
|
||||
<stats>
|
||||
<hp regen="2.0" max="39.74519"/>
|
||||
<mp regen="0.9" max="40.0"/>
|
||||
<attack critical="1" evasion="0" range="40">
|
||||
<physical speed="253.0" damage="8.47458"/>
|
||||
<magical speed="333.0" damage="5.78704"/>
|
||||
</attack>
|
||||
<defense>
|
||||
<physical value="44.44444"/>
|
||||
<magical value="32.52252"/>
|
||||
</defense>
|
||||
<move walk="50.0" run="100.0"/>
|
||||
<base wit="20" dex="30" men="10" con="43" str="40" int="21"/>
|
||||
</stats>
|
||||
<experience>0</experience>
|
||||
<sp>0</sp>
|
||||
<collision heigth="31.0" radius="28.0"/>
|
||||
</info>
|
||||
</npc>
|
||||
26
data/templates/npc/13-WarmHeartedSno.xml
Normal file
26
data/templates/npc/13-WarmHeartedSno.xml
Normal file
@@ -0,0 +1,26 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="" id="13" xsi:schemaLocation="npc ../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
|
||||
<info aggressive="false" targetable="true" attackable="false">
|
||||
<name display="true" send="false">Warm Hearted Sno</name>
|
||||
<title send="false">Beginner Supporter</title>
|
||||
<level>55</level>
|
||||
<sex>FEMALE</sex>
|
||||
<stats>
|
||||
<hp regen="6.5" max="1673.05473"/>
|
||||
<mp regen="2.4" max="889.8"/>
|
||||
<attack critical="4" evasion="0" range="40">
|
||||
<physical speed="253.0" damage="388.11142"/>
|
||||
<magical speed="333.0" damage="265.02979"/>
|
||||
</attack>
|
||||
<defense>
|
||||
<physical value="223.6362"/>
|
||||
<magical value="163.64727"/>
|
||||
</defense>
|
||||
<move walk="4.0" run="180.0"/>
|
||||
<base wit="20" dex="30" men="25" con="43" str="40" int="21"/>
|
||||
</stats>
|
||||
<experience>0</experience>
|
||||
<sp>0</sp>
|
||||
<collision heigth="16.3" radius="9.0"/>
|
||||
</info>
|
||||
</npc>
|
||||
24
data/templates/npc/13001-HeartOfWarding.xml
Normal file
24
data/templates/npc/13001-HeartOfWarding.xml
Normal file
@@ -0,0 +1,24 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="" id="13001" xsi:schemaLocation="npc ../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
|
||||
<info aggressive="false" targetable="true" attackable="false">
|
||||
<name display="true" send="false">Heart of Warding</name>
|
||||
<level>70</level>
|
||||
<stats>
|
||||
<hp regen="7.5" max="2444.46819"/>
|
||||
<mp regen="2.7" max="1345.8"/>
|
||||
<attack critical="4" evasion="0" range="40">
|
||||
<physical speed="253.0" damage="688.86373"/>
|
||||
<magical speed="333.0" damage="470.40463"/>
|
||||
</attack>
|
||||
<defense>
|
||||
<physical value="295.91597"/>
|
||||
<magical value="216.53847"/>
|
||||
</defense>
|
||||
<move walk="50.0" run="120.0"/>
|
||||
<base wit="20" dex="30" men="10" con="43" str="40" int="21"/>
|
||||
</stats>
|
||||
<experience>490</experience>
|
||||
<sp>10</sp>
|
||||
<collision heigth="120.0" radius="17.0"/>
|
||||
</info>
|
||||
</npc>
|
||||
25
data/templates/npc/13006-ChristmasTree.xml
Normal file
25
data/templates/npc/13006-ChristmasTree.xml
Normal file
@@ -0,0 +1,25 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="" id="13006" xsi:schemaLocation="npc ../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
|
||||
<info aggressive="false" targetable="true" attackable="false">
|
||||
<name display="true" send="false">Christmas Tree</name>
|
||||
<level>70</level>
|
||||
<sex>MALE</sex>
|
||||
<stats>
|
||||
<hp regen="7.5" max="2444.46819"/>
|
||||
<mp regen="2.7" max="1345.8"/>
|
||||
<attack critical="4" evasion="0" range="40">
|
||||
<physical speed="253.0" damage="688.86373"/>
|
||||
<magical speed="333.0" damage="470.40463"/>
|
||||
</attack>
|
||||
<defense>
|
||||
<physical value="295.91597"/>
|
||||
<magical value="216.53847"/>
|
||||
</defense>
|
||||
<move walk="30.0" run="120.0"/>
|
||||
<base wit="20" dex="30" men="10" con="43" str="40" int="21"/>
|
||||
</stats>
|
||||
<experience>490</experience>
|
||||
<sp>10</sp>
|
||||
<collision heigth="0.01" radius="0.01"/>
|
||||
</info>
|
||||
</npc>
|
||||
24
data/templates/npc/13014.xml
Normal file
24
data/templates/npc/13014.xml
Normal file
@@ -0,0 +1,24 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="" id="13014" xsi:schemaLocation="npc ../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
|
||||
<info aggressive="false" targetable="true" attackable="false">
|
||||
<level>85</level>
|
||||
<sex>MALE</sex>
|
||||
<stats>
|
||||
<hp regen="8.5" max="3046.70947"/>
|
||||
<mp regen="3.0" max="1846.8"/>
|
||||
<attack critical="4" evasion="0" range="40">
|
||||
<physical speed="253.0" damage="983.0479"/>
|
||||
<magical speed="333.0" damage="671.29428"/>
|
||||
</attack>
|
||||
<defense>
|
||||
<physical value="361.78814"/>
|
||||
<magical value="264.74086"/>
|
||||
</defense>
|
||||
<move walk="1.0" run="160.0"/>
|
||||
<base wit="20" dex="30" men="10" con="43" str="40" int="21"/>
|
||||
</stats>
|
||||
<experience>0</experience>
|
||||
<sp>0</sp>
|
||||
<collision heigth="0.1" radius="0.1"/>
|
||||
</info>
|
||||
</npc>
|
||||
24
data/templates/npc/13015.xml
Normal file
24
data/templates/npc/13015.xml
Normal file
@@ -0,0 +1,24 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="" id="13015" xsi:schemaLocation="npc ../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
|
||||
<info aggressive="false" targetable="true" attackable="false">
|
||||
<level>85</level>
|
||||
<sex>FEMALE</sex>
|
||||
<stats>
|
||||
<hp regen="8.5" max="3046.70947"/>
|
||||
<mp regen="3.0" max="1846.8"/>
|
||||
<attack critical="4" evasion="0" range="40">
|
||||
<physical speed="253.0" damage="983.0479"/>
|
||||
<magical speed="333.0" damage="671.29428"/>
|
||||
</attack>
|
||||
<defense>
|
||||
<physical value="361.78814"/>
|
||||
<magical value="264.74086"/>
|
||||
</defense>
|
||||
<move walk="10.0" run="1.0"/>
|
||||
<base wit="20" dex="30" men="20" con="43" str="40" int="21"/>
|
||||
</stats>
|
||||
<experience>0</experience>
|
||||
<sp>0</sp>
|
||||
<collision heigth="18.5" radius="16.0"/>
|
||||
</info>
|
||||
</npc>
|
||||
24
data/templates/npc/13016-KingSquash.xml
Normal file
24
data/templates/npc/13016-KingSquash.xml
Normal file
@@ -0,0 +1,24 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="" id="13016" xsi:schemaLocation="npc ../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
|
||||
<info aggressive="false" targetable="true" attackable="false">
|
||||
<name display="true" send="false">King Squash</name>
|
||||
<level>1</level>
|
||||
<stats>
|
||||
<hp regen="2.0" max="39.74519"/>
|
||||
<mp regen="0.9" max="40.0"/>
|
||||
<attack critical="1" evasion="0" range="40">
|
||||
<physical speed="253.0" damage="8.47458"/>
|
||||
<magical speed="333.0" damage="5.78704"/>
|
||||
</attack>
|
||||
<defense>
|
||||
<physical value="44.44444"/>
|
||||
<magical value="32.52252"/>
|
||||
</defense>
|
||||
<move walk="50.0" run="100.0"/>
|
||||
<base wit="20" dex="30" men="10" con="43" str="40" int="21"/>
|
||||
</stats>
|
||||
<experience>0</experience>
|
||||
<sp>0</sp>
|
||||
<collision heigth="25.0" radius="23.0"/>
|
||||
</info>
|
||||
</npc>
|
||||
24
data/templates/npc/13017-EmperorSquash.xml
Normal file
24
data/templates/npc/13017-EmperorSquash.xml
Normal file
@@ -0,0 +1,24 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="" id="13017" xsi:schemaLocation="npc ../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
|
||||
<info aggressive="false" targetable="true" attackable="false">
|
||||
<name display="true" send="false">Emperor Squash</name>
|
||||
<level>1</level>
|
||||
<stats>
|
||||
<hp regen="2.0" max="39.74519"/>
|
||||
<mp regen="0.9" max="40.0"/>
|
||||
<attack critical="1" evasion="0" range="40">
|
||||
<physical speed="253.0" damage="8.47458"/>
|
||||
<magical speed="333.0" damage="5.78704"/>
|
||||
</attack>
|
||||
<defense>
|
||||
<physical value="44.44444"/>
|
||||
<magical value="32.52252"/>
|
||||
</defense>
|
||||
<move walk="50.0" run="100.0"/>
|
||||
<base wit="20" dex="30" men="10" con="43" str="40" int="21"/>
|
||||
</stats>
|
||||
<experience>0</experience>
|
||||
<sp>0</sp>
|
||||
<collision heigth="40.0" radius="34.0"/>
|
||||
</info>
|
||||
</npc>
|
||||
25
data/templates/npc/13031-HugePig.xml
Normal file
25
data/templates/npc/13031-HugePig.xml
Normal file
@@ -0,0 +1,25 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="" id="13031" xsi:schemaLocation="npc ../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
|
||||
<info aggressive="false" targetable="true" attackable="false">
|
||||
<name display="true" send="false">Huge Pig</name>
|
||||
<level>80</level>
|
||||
<sex>MALE</sex>
|
||||
<stats>
|
||||
<hp regen="0.0" max="680.0"/>
|
||||
<mp regen="0.9" max="2000.0"/>
|
||||
<attack critical="1" evasion="0" range="40">
|
||||
<physical speed="253.0" damage="8.47458"/>
|
||||
<magical speed="333.0" damage="5.78704"/>
|
||||
</attack>
|
||||
<defense>
|
||||
<physical value="60000.0"/>
|
||||
<magical value="200000.0"/>
|
||||
</defense>
|
||||
<move walk="60.0" run="160.0"/>
|
||||
<base wit="20" dex="30" men="20" con="43" str="40" int="21"/>
|
||||
</stats>
|
||||
<experience>0</experience>
|
||||
<sp>0</sp>
|
||||
<collision heigth="18.3" radius="15.0"/>
|
||||
</info>
|
||||
</npc>
|
||||
25
data/templates/npc/13032-HugePig.xml
Normal file
25
data/templates/npc/13032-HugePig.xml
Normal file
@@ -0,0 +1,25 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="" id="13032" xsi:schemaLocation="npc ../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
|
||||
<info aggressive="false" targetable="true" attackable="false">
|
||||
<name display="true" send="false">Huge Pig</name>
|
||||
<level>80</level>
|
||||
<sex>MALE</sex>
|
||||
<stats>
|
||||
<hp regen="0.0" max="680.0"/>
|
||||
<mp regen="0.9" max="2000.0"/>
|
||||
<attack critical="1" evasion="0" range="40">
|
||||
<physical speed="253.0" damage="8.47458"/>
|
||||
<magical speed="333.0" damage="5.78704"/>
|
||||
</attack>
|
||||
<defense>
|
||||
<physical value="60000.0"/>
|
||||
<magical value="200000.0"/>
|
||||
</defense>
|
||||
<move walk="60.0" run="160.0"/>
|
||||
<base wit="20" dex="30" men="20" con="43" str="40" int="21"/>
|
||||
</stats>
|
||||
<experience>0</experience>
|
||||
<sp>0</sp>
|
||||
<collision heigth="18.3" radius="15.0"/>
|
||||
</info>
|
||||
</npc>
|
||||
25
data/templates/npc/13033-HugePig.xml
Normal file
25
data/templates/npc/13033-HugePig.xml
Normal file
@@ -0,0 +1,25 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="" id="13033" xsi:schemaLocation="npc ../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
|
||||
<info aggressive="false" targetable="true" attackable="false">
|
||||
<name display="true" send="false">Huge Pig</name>
|
||||
<level>80</level>
|
||||
<sex>MALE</sex>
|
||||
<stats>
|
||||
<hp regen="0.0" max="680.0"/>
|
||||
<mp regen="0.9" max="2000.0"/>
|
||||
<attack critical="1" evasion="0" range="40">
|
||||
<physical speed="253.0" damage="8.47458"/>
|
||||
<magical speed="333.0" damage="5.78704"/>
|
||||
</attack>
|
||||
<defense>
|
||||
<physical value="60000.0"/>
|
||||
<magical value="200000.0"/>
|
||||
</defense>
|
||||
<move walk="60.0" run="160.0"/>
|
||||
<base wit="20" dex="30" men="20" con="43" str="40" int="21"/>
|
||||
</stats>
|
||||
<experience>0</experience>
|
||||
<sp>0</sp>
|
||||
<collision heigth="18.3" radius="15.0"/>
|
||||
</info>
|
||||
</npc>
|
||||
25
data/templates/npc/13035-GoldenPig.xml
Normal file
25
data/templates/npc/13035-GoldenPig.xml
Normal file
@@ -0,0 +1,25 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="" id="13035" xsi:schemaLocation="npc ../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
|
||||
<info aggressive="false" targetable="true" attackable="false">
|
||||
<name display="true" send="false">Golden Pig</name>
|
||||
<level>80</level>
|
||||
<sex>MALE</sex>
|
||||
<stats>
|
||||
<hp regen="0.0" max="680.0"/>
|
||||
<mp regen="0.9" max="2000.0"/>
|
||||
<attack critical="1" evasion="0" range="40">
|
||||
<physical speed="253.0" damage="8.47458"/>
|
||||
<magical speed="333.0" damage="5.78704"/>
|
||||
</attack>
|
||||
<defense>
|
||||
<physical value="60000.0"/>
|
||||
<magical value="200000.0"/>
|
||||
</defense>
|
||||
<move walk="60.0" run="160.0"/>
|
||||
<base wit="20" dex="30" men="20" con="43" str="40" int="21"/>
|
||||
</stats>
|
||||
<experience>0</experience>
|
||||
<sp>0</sp>
|
||||
<collision heigth="18.3" radius="15.0"/>
|
||||
</info>
|
||||
</npc>
|
||||
24
data/templates/npc/13037-Trap.xml
Normal file
24
data/templates/npc/13037-Trap.xml
Normal file
@@ -0,0 +1,24 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="" id="13037" xsi:schemaLocation="npc ../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
|
||||
<info aggressive="false" targetable="true" attackable="false">
|
||||
<name display="true" send="false">Trap</name>
|
||||
<level>28</level>
|
||||
<stats>
|
||||
<hp regen="3.5" max="543.79576"/>
|
||||
<mp regen="1.5" max="300.96"/>
|
||||
<attack critical="4" evasion="0" range="40">
|
||||
<physical speed="253.0" damage="80.54056"/>
|
||||
<magical speed="333.0" damage="54.99876"/>
|
||||
</attack>
|
||||
<defense>
|
||||
<physical value="111.61368"/>
|
||||
<magical value="81.67405"/>
|
||||
</defense>
|
||||
<move walk="50.0" run="1.0"/>
|
||||
<base wit="20" dex="30" men="20" con="43" str="40" int="21"/>
|
||||
</stats>
|
||||
<experience>0</experience>
|
||||
<sp>0</sp>
|
||||
<collision heigth="10.0" radius="5.0"/>
|
||||
</info>
|
||||
</npc>
|
||||
24
data/templates/npc/13038-Trap.xml
Normal file
24
data/templates/npc/13038-Trap.xml
Normal file
@@ -0,0 +1,24 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="" id="13038" xsi:schemaLocation="npc ../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
|
||||
<info aggressive="false" targetable="true" attackable="false">
|
||||
<name display="true" send="false">Trap</name>
|
||||
<level>36</level>
|
||||
<stats>
|
||||
<hp regen="4.5" max="809.52639"/>
|
||||
<mp regen="1.8" max="417.6"/>
|
||||
<attack critical="4" evasion="0" range="40">
|
||||
<physical speed="253.0" damage="137.86467"/>
|
||||
<magical speed="333.0" damage="94.1437"/>
|
||||
</attack>
|
||||
<defense>
|
||||
<physical value="140.57278"/>
|
||||
<magical value="102.86506"/>
|
||||
</defense>
|
||||
<move walk="50.0" run="1.0"/>
|
||||
<base wit="20" dex="30" men="20" con="43" str="40" int="21"/>
|
||||
</stats>
|
||||
<experience>0</experience>
|
||||
<sp>0</sp>
|
||||
<collision heigth="10.0" radius="5.0"/>
|
||||
</info>
|
||||
</npc>
|
||||
24
data/templates/npc/13039-Trap.xml
Normal file
24
data/templates/npc/13039-Trap.xml
Normal file
@@ -0,0 +1,24 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="" id="13039" xsi:schemaLocation="npc ../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
|
||||
<info aggressive="false" targetable="true" attackable="false">
|
||||
<name display="true" send="false">Trap</name>
|
||||
<level>43</level>
|
||||
<stats>
|
||||
<hp regen="5.5" max="1094.28943"/>
|
||||
<mp regen="2.1" max="557.4"/>
|
||||
<attack critical="4" evasion="0" range="40">
|
||||
<physical speed="253.0" damage="210.04832"/>
|
||||
<magical speed="333.0" damage="143.43577"/>
|
||||
</attack>
|
||||
<defense>
|
||||
<physical value="169.13417"/>
|
||||
<magical value="123.76505"/>
|
||||
</defense>
|
||||
<move walk="50.0" run="1.0"/>
|
||||
<base wit="20" dex="30" men="20" con="43" str="40" int="21"/>
|
||||
</stats>
|
||||
<experience>0</experience>
|
||||
<sp>0</sp>
|
||||
<collision heigth="10.0" radius="5.0"/>
|
||||
</info>
|
||||
</npc>
|
||||
24
data/templates/npc/13040-Trap.xml
Normal file
24
data/templates/npc/13040-Trap.xml
Normal file
@@ -0,0 +1,24 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="" id="13040" xsi:schemaLocation="npc ../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
|
||||
<info aggressive="false" targetable="true" attackable="false">
|
||||
<name display="true" send="false">Trap</name>
|
||||
<level>49</level>
|
||||
<stats>
|
||||
<hp regen="5.5" max="1372.18568"/>
|
||||
<mp regen="2.1" max="720.0"/>
|
||||
<attack critical="4" evasion="0" range="40">
|
||||
<physical speed="253.0" damage="290.44588"/>
|
||||
<magical speed="333.0" damage="198.33688"/>
|
||||
</attack>
|
||||
<defense>
|
||||
<physical value="195.66302"/>
|
||||
<magical value="143.17771"/>
|
||||
</defense>
|
||||
<move walk="50.0" run="1.0"/>
|
||||
<base wit="20" dex="30" men="20" con="43" str="40" int="21"/>
|
||||
</stats>
|
||||
<experience>0</experience>
|
||||
<sp>0</sp>
|
||||
<collision heigth="10.0" radius="5.0"/>
|
||||
</info>
|
||||
</npc>
|
||||
24
data/templates/npc/13041-Trap.xml
Normal file
24
data/templates/npc/13041-Trap.xml
Normal file
@@ -0,0 +1,24 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="" id="13041" xsi:schemaLocation="npc ../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
|
||||
<info aggressive="false" targetable="true" attackable="false">
|
||||
<name display="true" send="false">Trap</name>
|
||||
<level>55</level>
|
||||
<stats>
|
||||
<hp regen="6.5" max="1673.05473"/>
|
||||
<mp regen="2.4" max="889.8"/>
|
||||
<attack critical="4" evasion="0" range="40">
|
||||
<physical speed="253.0" damage="388.11142"/>
|
||||
<magical speed="333.0" damage="265.02979"/>
|
||||
</attack>
|
||||
<defense>
|
||||
<physical value="223.6362"/>
|
||||
<magical value="163.64727"/>
|
||||
</defense>
|
||||
<move walk="50.0" run="1.0"/>
|
||||
<base wit="20" dex="30" men="20" con="43" str="40" int="21"/>
|
||||
</stats>
|
||||
<experience>0</experience>
|
||||
<sp>0</sp>
|
||||
<collision heigth="10.0" radius="5.0"/>
|
||||
</info>
|
||||
</npc>
|
||||
24
data/templates/npc/13042-Trap.xml
Normal file
24
data/templates/npc/13042-Trap.xml
Normal file
@@ -0,0 +1,24 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="" id="13042" xsi:schemaLocation="npc ../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
|
||||
<info aggressive="false" targetable="true" attackable="false">
|
||||
<name display="true" send="false">Trap</name>
|
||||
<level>60</level>
|
||||
<stats>
|
||||
<hp regen="6.5" max="1933.24044"/>
|
||||
<mp regen="2.4" max="1036.8"/>
|
||||
<attack critical="4" evasion="0" range="40">
|
||||
<physical speed="253.0" damage="481.34551"/>
|
||||
<magical speed="333.0" damage="328.69659"/>
|
||||
</attack>
|
||||
<defense>
|
||||
<physical value="247.65008"/>
|
||||
<magical value="181.21958"/>
|
||||
</defense>
|
||||
<move walk="50.0" run="1.0"/>
|
||||
<base wit="20" dex="30" men="20" con="43" str="40" int="21"/>
|
||||
</stats>
|
||||
<experience>0</experience>
|
||||
<sp>0</sp>
|
||||
<collision heigth="10.0" radius="5.0"/>
|
||||
</info>
|
||||
</npc>
|
||||
24
data/templates/npc/13043-Trap.xml
Normal file
24
data/templates/npc/13043-Trap.xml
Normal file
@@ -0,0 +1,24 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="" id="13043" xsi:schemaLocation="npc ../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
|
||||
<info aggressive="false" targetable="true" attackable="false">
|
||||
<name display="true" send="false">Trap</name>
|
||||
<level>64</level>
|
||||
<stats>
|
||||
<hp regen="7.5" max="2141.82127"/>
|
||||
<mp regen="2.7" max="1158.0"/>
|
||||
<attack critical="4" evasion="0" range="40">
|
||||
<physical speed="253.0" damage="562.02275"/>
|
||||
<magical speed="333.0" damage="383.78868"/>
|
||||
</attack>
|
||||
<defense>
|
||||
<physical value="267.04468"/>
|
||||
<magical value="195.41171"/>
|
||||
</defense>
|
||||
<move walk="50.0" run="1.0"/>
|
||||
<base wit="20" dex="30" men="20" con="43" str="40" int="21"/>
|
||||
</stats>
|
||||
<experience>0</experience>
|
||||
<sp>0</sp>
|
||||
<collision heigth="10.0" radius="5.0"/>
|
||||
</info>
|
||||
</npc>
|
||||
24
data/templates/npc/13044-Trap.xml
Normal file
24
data/templates/npc/13044-Trap.xml
Normal file
@@ -0,0 +1,24 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="" id="13044" xsi:schemaLocation="npc ../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
|
||||
<info aggressive="false" targetable="true" attackable="false">
|
||||
<name display="true" send="false">Trap</name>
|
||||
<level>68</level>
|
||||
<stats>
|
||||
<hp regen="7.5" max="2345.76698"/>
|
||||
<mp regen="2.7" max="1282.4"/>
|
||||
<attack critical="4" evasion="0" range="40">
|
||||
<physical speed="253.0" damage="646.17968"/>
|
||||
<magical speed="333.0" damage="441.25696"/>
|
||||
</attack>
|
||||
<defense>
|
||||
<physical value="286.3615"/>
|
||||
<magical value="209.54692"/>
|
||||
</defense>
|
||||
<move walk="50.0" run="1.0"/>
|
||||
<base wit="20" dex="30" men="20" con="43" str="40" int="21"/>
|
||||
</stats>
|
||||
<experience>0</experience>
|
||||
<sp>0</sp>
|
||||
<collision heigth="10.0" radius="5.0"/>
|
||||
</info>
|
||||
</npc>
|
||||
24
data/templates/npc/13045-Trap.xml
Normal file
24
data/templates/npc/13045-Trap.xml
Normal file
@@ -0,0 +1,24 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="" id="13045" xsi:schemaLocation="npc ../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
|
||||
<info aggressive="false" targetable="true" attackable="false">
|
||||
<name display="true" send="false">Trap</name>
|
||||
<level>72</level>
|
||||
<stats>
|
||||
<hp regen="8.5" max="2540.15331"/>
|
||||
<mp regen="3.0" max="1410.0"/>
|
||||
<attack critical="4" evasion="0" range="40">
|
||||
<physical speed="253.0" damage="731.52506"/>
|
||||
<magical speed="333.0" damage="499.53679"/>
|
||||
</attack>
|
||||
<defense>
|
||||
<physical value="305.35947"/>
|
||||
<magical value="223.44881"/>
|
||||
</defense>
|
||||
<move walk="50.0" run="1.0"/>
|
||||
<base wit="20" dex="30" men="20" con="43" str="40" int="21"/>
|
||||
</stats>
|
||||
<experience>0</experience>
|
||||
<sp>0</sp>
|
||||
<collision heigth="10.0" radius="5.0"/>
|
||||
</info>
|
||||
</npc>
|
||||
24
data/templates/npc/13046-Trap.xml
Normal file
24
data/templates/npc/13046-Trap.xml
Normal file
@@ -0,0 +1,24 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="" id="13046" xsi:schemaLocation="npc ../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
|
||||
<info aggressive="false" targetable="true" attackable="false">
|
||||
<name display="true" send="false">Trap</name>
|
||||
<level>49</level>
|
||||
<stats>
|
||||
<hp regen="5.5" max="1372.18568"/>
|
||||
<mp regen="2.1" max="720.0"/>
|
||||
<attack critical="4" evasion="0" range="40">
|
||||
<physical speed="253.0" damage="290.44588"/>
|
||||
<magical speed="333.0" damage="198.33688"/>
|
||||
</attack>
|
||||
<defense>
|
||||
<physical value="195.66302"/>
|
||||
<magical value="143.17771"/>
|
||||
</defense>
|
||||
<move walk="50.0" run="1.0"/>
|
||||
<base wit="20" dex="30" men="20" con="43" str="40" int="21"/>
|
||||
</stats>
|
||||
<experience>0</experience>
|
||||
<sp>0</sp>
|
||||
<collision heigth="10.0" radius="5.0"/>
|
||||
</info>
|
||||
</npc>
|
||||
24
data/templates/npc/13047-Trap.xml
Normal file
24
data/templates/npc/13047-Trap.xml
Normal file
@@ -0,0 +1,24 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="" id="13047" xsi:schemaLocation="npc ../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
|
||||
<info aggressive="false" targetable="true" attackable="false">
|
||||
<name display="true" send="false">Trap</name>
|
||||
<level>55</level>
|
||||
<stats>
|
||||
<hp regen="6.5" max="1673.05473"/>
|
||||
<mp regen="2.4" max="889.8"/>
|
||||
<attack critical="4" evasion="0" range="40">
|
||||
<physical speed="253.0" damage="388.11142"/>
|
||||
<magical speed="333.0" damage="265.02979"/>
|
||||
</attack>
|
||||
<defense>
|
||||
<physical value="223.6362"/>
|
||||
<magical value="163.64727"/>
|
||||
</defense>
|
||||
<move walk="50.0" run="1.0"/>
|
||||
<base wit="20" dex="30" men="20" con="43" str="40" int="21"/>
|
||||
</stats>
|
||||
<experience>0</experience>
|
||||
<sp>0</sp>
|
||||
<collision heigth="10.0" radius="5.0"/>
|
||||
</info>
|
||||
</npc>
|
||||
24
data/templates/npc/13048-Trap.xml
Normal file
24
data/templates/npc/13048-Trap.xml
Normal file
@@ -0,0 +1,24 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="" id="13048" xsi:schemaLocation="npc ../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
|
||||
<info aggressive="false" targetable="true" attackable="false">
|
||||
<name display="true" send="false">Trap</name>
|
||||
<level>60</level>
|
||||
<stats>
|
||||
<hp regen="6.5" max="1933.24044"/>
|
||||
<mp regen="2.4" max="1036.8"/>
|
||||
<attack critical="4" evasion="0" range="40">
|
||||
<physical speed="253.0" damage="481.34551"/>
|
||||
<magical speed="333.0" damage="328.69659"/>
|
||||
</attack>
|
||||
<defense>
|
||||
<physical value="247.65008"/>
|
||||
<magical value="181.21958"/>
|
||||
</defense>
|
||||
<move walk="50.0" run="1.0"/>
|
||||
<base wit="20" dex="30" men="20" con="43" str="40" int="21"/>
|
||||
</stats>
|
||||
<experience>0</experience>
|
||||
<sp>0</sp>
|
||||
<collision heigth="10.0" radius="5.0"/>
|
||||
</info>
|
||||
</npc>
|
||||
24
data/templates/npc/13049-Trap.xml
Normal file
24
data/templates/npc/13049-Trap.xml
Normal file
@@ -0,0 +1,24 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="" id="13049" xsi:schemaLocation="npc ../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
|
||||
<info aggressive="false" targetable="true" attackable="false">
|
||||
<name display="true" send="false">Trap</name>
|
||||
<level>64</level>
|
||||
<stats>
|
||||
<hp regen="7.5" max="2141.82127"/>
|
||||
<mp regen="2.7" max="1158.0"/>
|
||||
<attack critical="4" evasion="0" range="40">
|
||||
<physical speed="253.0" damage="562.02275"/>
|
||||
<magical speed="333.0" damage="383.78868"/>
|
||||
</attack>
|
||||
<defense>
|
||||
<physical value="267.04468"/>
|
||||
<magical value="195.41171"/>
|
||||
</defense>
|
||||
<move walk="50.0" run="1.0"/>
|
||||
<base wit="20" dex="30" men="20" con="43" str="40" int="21"/>
|
||||
</stats>
|
||||
<experience>0</experience>
|
||||
<sp>0</sp>
|
||||
<collision heigth="10.0" radius="5.0"/>
|
||||
</info>
|
||||
</npc>
|
||||
24
data/templates/npc/13050-Trap.xml
Normal file
24
data/templates/npc/13050-Trap.xml
Normal file
@@ -0,0 +1,24 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="" id="13050" xsi:schemaLocation="npc ../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
|
||||
<info aggressive="false" targetable="true" attackable="false">
|
||||
<name display="true" send="false">Trap</name>
|
||||
<level>68</level>
|
||||
<stats>
|
||||
<hp regen="7.5" max="2345.76698"/>
|
||||
<mp regen="2.7" max="1282.4"/>
|
||||
<attack critical="4" evasion="0" range="40">
|
||||
<physical speed="253.0" damage="646.17968"/>
|
||||
<magical speed="333.0" damage="441.25696"/>
|
||||
</attack>
|
||||
<defense>
|
||||
<physical value="286.3615"/>
|
||||
<magical value="209.54692"/>
|
||||
</defense>
|
||||
<move walk="50.0" run="1.0"/>
|
||||
<base wit="20" dex="30" men="20" con="43" str="40" int="21"/>
|
||||
</stats>
|
||||
<experience>0</experience>
|
||||
<sp>0</sp>
|
||||
<collision heigth="10.0" radius="5.0"/>
|
||||
</info>
|
||||
</npc>
|
||||
24
data/templates/npc/13051-Trap.xml
Normal file
24
data/templates/npc/13051-Trap.xml
Normal file
@@ -0,0 +1,24 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="" id="13051" xsi:schemaLocation="npc ../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
|
||||
<info aggressive="false" targetable="true" attackable="false">
|
||||
<name display="true" send="false">Trap</name>
|
||||
<level>72</level>
|
||||
<stats>
|
||||
<hp regen="8.5" max="2540.15331"/>
|
||||
<mp regen="3.0" max="1410.0"/>
|
||||
<attack critical="4" evasion="0" range="40">
|
||||
<physical speed="253.0" damage="731.52506"/>
|
||||
<magical speed="333.0" damage="499.53679"/>
|
||||
</attack>
|
||||
<defense>
|
||||
<physical value="305.35947"/>
|
||||
<magical value="223.44881"/>
|
||||
</defense>
|
||||
<move walk="50.0" run="1.0"/>
|
||||
<base wit="20" dex="30" men="20" con="43" str="40" int="21"/>
|
||||
</stats>
|
||||
<experience>0</experience>
|
||||
<sp>0</sp>
|
||||
<collision heigth="10.0" radius="5.0"/>
|
||||
</info>
|
||||
</npc>
|
||||
24
data/templates/npc/13052-Trap.xml
Normal file
24
data/templates/npc/13052-Trap.xml
Normal file
@@ -0,0 +1,24 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="" id="13052" xsi:schemaLocation="npc ../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
|
||||
<info aggressive="false" targetable="true" attackable="false">
|
||||
<name display="true" send="false">Trap</name>
|
||||
<level>55</level>
|
||||
<stats>
|
||||
<hp regen="6.5" max="1673.05473"/>
|
||||
<mp regen="2.4" max="889.8"/>
|
||||
<attack critical="4" evasion="0" range="40">
|
||||
<physical speed="253.0" damage="388.11142"/>
|
||||
<magical speed="333.0" damage="265.02979"/>
|
||||
</attack>
|
||||
<defense>
|
||||
<physical value="223.6362"/>
|
||||
<magical value="163.64727"/>
|
||||
</defense>
|
||||
<move walk="50.0" run="1.0"/>
|
||||
<base wit="20" dex="30" men="20" con="43" str="40" int="21"/>
|
||||
</stats>
|
||||
<experience>0</experience>
|
||||
<sp>0</sp>
|
||||
<collision heigth="10.0" radius="5.0"/>
|
||||
</info>
|
||||
</npc>
|
||||
24
data/templates/npc/13053-Trap.xml
Normal file
24
data/templates/npc/13053-Trap.xml
Normal file
@@ -0,0 +1,24 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="" id="13053" xsi:schemaLocation="npc ../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
|
||||
<info aggressive="false" targetable="true" attackable="false">
|
||||
<name display="true" send="false">Trap</name>
|
||||
<level>60</level>
|
||||
<stats>
|
||||
<hp regen="6.5" max="1933.24044"/>
|
||||
<mp regen="2.4" max="1036.8"/>
|
||||
<attack critical="4" evasion="0" range="40">
|
||||
<physical speed="253.0" damage="481.34551"/>
|
||||
<magical speed="333.0" damage="328.69659"/>
|
||||
</attack>
|
||||
<defense>
|
||||
<physical value="247.65008"/>
|
||||
<magical value="181.21958"/>
|
||||
</defense>
|
||||
<move walk="50.0" run="1.0"/>
|
||||
<base wit="20" dex="30" men="20" con="43" str="40" int="21"/>
|
||||
</stats>
|
||||
<experience>0</experience>
|
||||
<sp>0</sp>
|
||||
<collision heigth="10.0" radius="5.0"/>
|
||||
</info>
|
||||
</npc>
|
||||
24
data/templates/npc/13054-Trap.xml
Normal file
24
data/templates/npc/13054-Trap.xml
Normal file
@@ -0,0 +1,24 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="" id="13054" xsi:schemaLocation="npc ../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
|
||||
<info aggressive="false" targetable="true" attackable="false">
|
||||
<name display="true" send="false">Trap</name>
|
||||
<level>64</level>
|
||||
<stats>
|
||||
<hp regen="7.5" max="2141.82127"/>
|
||||
<mp regen="2.7" max="1158.0"/>
|
||||
<attack critical="4" evasion="0" range="40">
|
||||
<physical speed="253.0" damage="562.02275"/>
|
||||
<magical speed="333.0" damage="383.78868"/>
|
||||
</attack>
|
||||
<defense>
|
||||
<physical value="267.04468"/>
|
||||
<magical value="195.41171"/>
|
||||
</defense>
|
||||
<move walk="50.0" run="1.0"/>
|
||||
<base wit="20" dex="30" men="20" con="43" str="40" int="21"/>
|
||||
</stats>
|
||||
<experience>0</experience>
|
||||
<sp>0</sp>
|
||||
<collision heigth="10.0" radius="5.0"/>
|
||||
</info>
|
||||
</npc>
|
||||
24
data/templates/npc/13055-Trap.xml
Normal file
24
data/templates/npc/13055-Trap.xml
Normal file
@@ -0,0 +1,24 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="" id="13055" xsi:schemaLocation="npc ../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
|
||||
<info aggressive="false" targetable="true" attackable="false">
|
||||
<name display="true" send="false">Trap</name>
|
||||
<level>68</level>
|
||||
<stats>
|
||||
<hp regen="7.5" max="2345.76698"/>
|
||||
<mp regen="2.7" max="1282.4"/>
|
||||
<attack critical="4" evasion="0" range="40">
|
||||
<physical speed="253.0" damage="646.17968"/>
|
||||
<magical speed="333.0" damage="441.25696"/>
|
||||
</attack>
|
||||
<defense>
|
||||
<physical value="286.3615"/>
|
||||
<magical value="209.54692"/>
|
||||
</defense>
|
||||
<move walk="50.0" run="1.0"/>
|
||||
<base wit="20" dex="30" men="20" con="43" str="40" int="21"/>
|
||||
</stats>
|
||||
<experience>0</experience>
|
||||
<sp>0</sp>
|
||||
<collision heigth="10.0" radius="5.0"/>
|
||||
</info>
|
||||
</npc>
|
||||
24
data/templates/npc/13056-Trap.xml
Normal file
24
data/templates/npc/13056-Trap.xml
Normal file
@@ -0,0 +1,24 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="" id="13056" xsi:schemaLocation="npc ../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
|
||||
<info aggressive="false" targetable="true" attackable="false">
|
||||
<name display="true" send="false">Trap</name>
|
||||
<level>72</level>
|
||||
<stats>
|
||||
<hp regen="8.5" max="2540.15331"/>
|
||||
<mp regen="3.0" max="1410.0"/>
|
||||
<attack critical="4" evasion="0" range="40">
|
||||
<physical speed="253.0" damage="731.52506"/>
|
||||
<magical speed="333.0" damage="499.53679"/>
|
||||
</attack>
|
||||
<defense>
|
||||
<physical value="305.35947"/>
|
||||
<magical value="223.44881"/>
|
||||
</defense>
|
||||
<move walk="50.0" run="1.0"/>
|
||||
<base wit="20" dex="30" men="20" con="43" str="40" int="21"/>
|
||||
</stats>
|
||||
<experience>0</experience>
|
||||
<sp>0</sp>
|
||||
<collision heigth="10.0" radius="5.0"/>
|
||||
</info>
|
||||
</npc>
|
||||
24
data/templates/npc/13057-Trap.xml
Normal file
24
data/templates/npc/13057-Trap.xml
Normal file
@@ -0,0 +1,24 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="" id="13057" xsi:schemaLocation="npc ../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
|
||||
<info aggressive="false" targetable="true" attackable="false">
|
||||
<name display="true" send="false">Trap</name>
|
||||
<level>40</level>
|
||||
<stats>
|
||||
<hp regen="4.5" max="966.57792"/>
|
||||
<mp regen="1.8" max="478.8"/>
|
||||
<attack critical="4" evasion="0" range="40">
|
||||
<physical speed="253.0" damage="176.36077"/>
|
||||
<magical speed="333.0" damage="120.43155"/>
|
||||
</attack>
|
||||
<defense>
|
||||
<physical value="156.55035"/>
|
||||
<magical value="114.55675"/>
|
||||
</defense>
|
||||
<move walk="50.0" run="1.0"/>
|
||||
<base wit="20" dex="30" men="20" con="43" str="40" int="21"/>
|
||||
</stats>
|
||||
<experience>0</experience>
|
||||
<sp>0</sp>
|
||||
<collision heigth="10.0" radius="5.0"/>
|
||||
</info>
|
||||
</npc>
|
||||
24
data/templates/npc/13058-Trap.xml
Normal file
24
data/templates/npc/13058-Trap.xml
Normal file
@@ -0,0 +1,24 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="" id="13058" xsi:schemaLocation="npc ../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
|
||||
<info aggressive="false" targetable="true" attackable="false">
|
||||
<name display="true" send="false">Trap</name>
|
||||
<level>46</level>
|
||||
<stats>
|
||||
<hp regen="5.5" max="1229.78678"/>
|
||||
<mp regen="2.1" max="637.8"/>
|
||||
<attack critical="4" evasion="0" range="40">
|
||||
<physical speed="253.0" damage="248.0526"/>
|
||||
<magical speed="333.0" damage="169.38777"/>
|
||||
</attack>
|
||||
<defense>
|
||||
<physical value="182.18816"/>
|
||||
<magical value="133.31739"/>
|
||||
</defense>
|
||||
<move walk="50.0" run="1.0"/>
|
||||
<base wit="20" dex="30" men="20" con="43" str="40" int="21"/>
|
||||
</stats>
|
||||
<experience>0</experience>
|
||||
<sp>0</sp>
|
||||
<collision heigth="10.0" radius="5.0"/>
|
||||
</info>
|
||||
</npc>
|
||||
24
data/templates/npc/13059-Trap.xml
Normal file
24
data/templates/npc/13059-Trap.xml
Normal file
@@ -0,0 +1,24 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="" id="13059" xsi:schemaLocation="npc ../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
|
||||
<info aggressive="false" targetable="true" attackable="false">
|
||||
<name display="true" send="false">Trap</name>
|
||||
<level>52</level>
|
||||
<stats>
|
||||
<hp regen="6.5" max="1520.38155"/>
|
||||
<mp regen="2.4" max="804.0"/>
|
||||
<attack critical="4" evasion="0" range="40">
|
||||
<physical speed="253.0" damage="337.18867"/>
|
||||
<magical speed="333.0" damage="230.25615"/>
|
||||
</attack>
|
||||
<defense>
|
||||
<physical value="209.50106"/>
|
||||
<magical value="153.30378"/>
|
||||
</defense>
|
||||
<move walk="50.0" run="1.0"/>
|
||||
<base wit="20" dex="30" men="20" con="43" str="40" int="21"/>
|
||||
</stats>
|
||||
<experience>0</experience>
|
||||
<sp>0</sp>
|
||||
<collision heigth="10.0" radius="5.0"/>
|
||||
</info>
|
||||
</npc>
|
||||
24
data/templates/npc/13060-Trap.xml
Normal file
24
data/templates/npc/13060-Trap.xml
Normal file
@@ -0,0 +1,24 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="" id="13060" xsi:schemaLocation="npc ../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
|
||||
<info aggressive="false" targetable="true" attackable="false">
|
||||
<name display="true" send="false">Trap</name>
|
||||
<level>58</level>
|
||||
<stats>
|
||||
<hp regen="6.5" max="1828.68266"/>
|
||||
<mp regen="2.4" max="977.4"/>
|
||||
<attack critical="4" evasion="0" range="40">
|
||||
<physical speed="253.0" damage="442.8992"/>
|
||||
<magical speed="333.0" damage="302.44274"/>
|
||||
</attack>
|
||||
<defense>
|
||||
<physical value="237.99429"/>
|
||||
<magical value="174.1539"/>
|
||||
</defense>
|
||||
<move walk="50.0" run="1.0"/>
|
||||
<base wit="20" dex="30" men="20" con="43" str="40" int="21"/>
|
||||
</stats>
|
||||
<experience>0</experience>
|
||||
<sp>0</sp>
|
||||
<collision heigth="10.0" radius="5.0"/>
|
||||
</info>
|
||||
</npc>
|
||||
24
data/templates/npc/13061-Trap.xml
Normal file
24
data/templates/npc/13061-Trap.xml
Normal file
@@ -0,0 +1,24 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="" id="13061" xsi:schemaLocation="npc ../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
|
||||
<info aggressive="false" targetable="true" attackable="false">
|
||||
<name display="true" send="false">Trap</name>
|
||||
<level>62</level>
|
||||
<stats>
|
||||
<hp regen="7.5" max="2037.81082"/>
|
||||
<mp regen="2.7" max="1097.0"/>
|
||||
<attack critical="4" 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="188.3122"/>
|
||||
</defense>
|
||||
<move walk="50.0" run="1.0"/>
|
||||
<base wit="20" dex="30" men="20" con="43" str="40" int="21"/>
|
||||
</stats>
|
||||
<experience>0</experience>
|
||||
<sp>0</sp>
|
||||
<collision heigth="10.0" radius="5.0"/>
|
||||
</info>
|
||||
</npc>
|
||||
24
data/templates/npc/13062-Trap.xml
Normal file
24
data/templates/npc/13062-Trap.xml
Normal file
@@ -0,0 +1,24 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="" id="13062" xsi:schemaLocation="npc ../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
|
||||
<info aggressive="false" targetable="true" attackable="false">
|
||||
<name display="true" send="false">Trap</name>
|
||||
<level>66</level>
|
||||
<stats>
|
||||
<hp regen="7.5" max="2244.67715"/>
|
||||
<mp regen="2.7" max="1219.8"/>
|
||||
<attack critical="4" evasion="0" range="40">
|
||||
<physical speed="253.0" damage="603.79903"/>
|
||||
<magical speed="333.0" damage="412.31647"/>
|
||||
</attack>
|
||||
<defense>
|
||||
<physical value="276.72752"/>
|
||||
<magical value="202.49719"/>
|
||||
</defense>
|
||||
<move walk="50.0" run="1.0"/>
|
||||
<base wit="20" dex="30" men="20" con="43" str="40" int="21"/>
|
||||
</stats>
|
||||
<experience>0</experience>
|
||||
<sp>0</sp>
|
||||
<collision heigth="10.0" radius="5.0"/>
|
||||
</info>
|
||||
</npc>
|
||||
24
data/templates/npc/13063-Trap.xml
Normal file
24
data/templates/npc/13063-Trap.xml
Normal file
@@ -0,0 +1,24 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="" id="13063" xsi:schemaLocation="npc ../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
|
||||
<info aggressive="false" targetable="true" attackable="false">
|
||||
<name display="true" send="false">Trap</name>
|
||||
<level>70</level>
|
||||
<stats>
|
||||
<hp regen="7.5" max="2444.46819"/>
|
||||
<mp regen="2.7" max="1345.8"/>
|
||||
<attack critical="4" evasion="0" range="40">
|
||||
<physical speed="253.0" damage="688.86373"/>
|
||||
<magical speed="333.0" damage="470.40463"/>
|
||||
</attack>
|
||||
<defense>
|
||||
<physical value="295.91597"/>
|
||||
<magical value="216.53847"/>
|
||||
</defense>
|
||||
<move walk="50.0" run="1.0"/>
|
||||
<base wit="20" dex="30" men="20" con="43" str="40" int="21"/>
|
||||
</stats>
|
||||
<experience>0</experience>
|
||||
<sp>0</sp>
|
||||
<collision heigth="10.0" radius="5.0"/>
|
||||
</info>
|
||||
</npc>
|
||||
24
data/templates/npc/13064-Trap.xml
Normal file
24
data/templates/npc/13064-Trap.xml
Normal file
@@ -0,0 +1,24 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="" id="13064" xsi:schemaLocation="npc ../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
|
||||
<info aggressive="false" targetable="true" attackable="false">
|
||||
<name display="true" send="false">Trap</name>
|
||||
<level>74</level>
|
||||
<stats>
|
||||
<hp regen="8.5" max="2632.19636"/>
|
||||
<mp regen="3.0" max="1475.0"/>
|
||||
<attack critical="4" evasion="0" range="40">
|
||||
<physical speed="253.0" damage="773.81598"/>
|
||||
<magical speed="333.0" damage="528.41601"/>
|
||||
</attack>
|
||||
<defense>
|
||||
<physical value="314.65987"/>
|
||||
<magical value="230.25444"/>
|
||||
</defense>
|
||||
<move walk="50.0" run="1.0"/>
|
||||
<base wit="20" dex="30" men="20" con="43" str="40" int="21"/>
|
||||
</stats>
|
||||
<experience>0</experience>
|
||||
<sp>0</sp>
|
||||
<collision heigth="10.0" radius="5.0"/>
|
||||
</info>
|
||||
</npc>
|
||||
24
data/templates/npc/13065-Trap.xml
Normal file
24
data/templates/npc/13065-Trap.xml
Normal file
@@ -0,0 +1,24 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="" id="13065" xsi:schemaLocation="npc ../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
|
||||
<info aggressive="false" targetable="true" attackable="false">
|
||||
<name display="true" send="false">Trap</name>
|
||||
<level>52</level>
|
||||
<stats>
|
||||
<hp regen="6.5" max="1520.38155"/>
|
||||
<mp regen="2.4" max="804.0"/>
|
||||
<attack critical="4" evasion="0" range="40">
|
||||
<physical speed="253.0" damage="337.18867"/>
|
||||
<magical speed="333.0" damage="230.25615"/>
|
||||
</attack>
|
||||
<defense>
|
||||
<physical value="209.50106"/>
|
||||
<magical value="153.30378"/>
|
||||
</defense>
|
||||
<move walk="50.0" run="1.0"/>
|
||||
<base wit="20" dex="30" men="20" con="43" str="40" int="21"/>
|
||||
</stats>
|
||||
<experience>0</experience>
|
||||
<sp>0</sp>
|
||||
<collision heigth="10.0" radius="5.0"/>
|
||||
</info>
|
||||
</npc>
|
||||
24
data/templates/npc/13066-Trap.xml
Normal file
24
data/templates/npc/13066-Trap.xml
Normal file
@@ -0,0 +1,24 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="" id="13066" xsi:schemaLocation="npc ../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
|
||||
<info aggressive="false" targetable="true" attackable="false">
|
||||
<name display="true" send="false">Trap</name>
|
||||
<level>58</level>
|
||||
<stats>
|
||||
<hp regen="6.5" max="1828.68266"/>
|
||||
<mp regen="2.4" max="977.4"/>
|
||||
<attack critical="4" evasion="0" range="40">
|
||||
<physical speed="253.0" damage="442.8992"/>
|
||||
<magical speed="333.0" damage="302.44274"/>
|
||||
</attack>
|
||||
<defense>
|
||||
<physical value="237.99429"/>
|
||||
<magical value="174.1539"/>
|
||||
</defense>
|
||||
<move walk="50.0" run="1.0"/>
|
||||
<base wit="20" dex="30" men="20" con="43" str="40" int="21"/>
|
||||
</stats>
|
||||
<experience>0</experience>
|
||||
<sp>0</sp>
|
||||
<collision heigth="10.0" radius="5.0"/>
|
||||
</info>
|
||||
</npc>
|
||||
24
data/templates/npc/13067-Trap.xml
Normal file
24
data/templates/npc/13067-Trap.xml
Normal file
@@ -0,0 +1,24 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="" id="13067" xsi:schemaLocation="npc ../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
|
||||
<info aggressive="false" targetable="true" attackable="false">
|
||||
<name display="true" send="false">Trap</name>
|
||||
<level>62</level>
|
||||
<stats>
|
||||
<hp regen="7.5" max="2037.81082"/>
|
||||
<mp regen="2.7" max="1097.0"/>
|
||||
<attack critical="4" 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="188.3122"/>
|
||||
</defense>
|
||||
<move walk="50.0" run="1.0"/>
|
||||
<base wit="20" dex="30" men="20" con="43" str="40" int="21"/>
|
||||
</stats>
|
||||
<experience>0</experience>
|
||||
<sp>0</sp>
|
||||
<collision heigth="10.0" radius="5.0"/>
|
||||
</info>
|
||||
</npc>
|
||||
24
data/templates/npc/13068-Trap.xml
Normal file
24
data/templates/npc/13068-Trap.xml
Normal file
@@ -0,0 +1,24 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="" id="13068" xsi:schemaLocation="npc ../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
|
||||
<info aggressive="false" targetable="true" attackable="false">
|
||||
<name display="true" send="false">Trap</name>
|
||||
<level>66</level>
|
||||
<stats>
|
||||
<hp regen="7.5" max="2244.67715"/>
|
||||
<mp regen="2.7" max="1219.8"/>
|
||||
<attack critical="4" evasion="0" range="40">
|
||||
<physical speed="253.0" damage="603.79903"/>
|
||||
<magical speed="333.0" damage="412.31647"/>
|
||||
</attack>
|
||||
<defense>
|
||||
<physical value="276.72752"/>
|
||||
<magical value="202.49719"/>
|
||||
</defense>
|
||||
<move walk="50.0" run="1.0"/>
|
||||
<base wit="20" dex="30" men="20" con="43" str="40" int="21"/>
|
||||
</stats>
|
||||
<experience>0</experience>
|
||||
<sp>0</sp>
|
||||
<collision heigth="10.0" radius="5.0"/>
|
||||
</info>
|
||||
</npc>
|
||||
24
data/templates/npc/13069-Trap.xml
Normal file
24
data/templates/npc/13069-Trap.xml
Normal file
@@ -0,0 +1,24 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="" id="13069" xsi:schemaLocation="npc ../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
|
||||
<info aggressive="false" targetable="true" attackable="false">
|
||||
<name display="true" send="false">Trap</name>
|
||||
<level>70</level>
|
||||
<stats>
|
||||
<hp regen="7.5" max="2444.46819"/>
|
||||
<mp regen="2.7" max="1345.8"/>
|
||||
<attack critical="4" evasion="0" range="40">
|
||||
<physical speed="253.0" damage="688.86373"/>
|
||||
<magical speed="333.0" damage="470.40463"/>
|
||||
</attack>
|
||||
<defense>
|
||||
<physical value="295.91597"/>
|
||||
<magical value="216.53847"/>
|
||||
</defense>
|
||||
<move walk="50.0" run="1.0"/>
|
||||
<base wit="20" dex="30" men="20" con="43" str="40" int="21"/>
|
||||
</stats>
|
||||
<experience>0</experience>
|
||||
<sp>0</sp>
|
||||
<collision heigth="10.0" radius="5.0"/>
|
||||
</info>
|
||||
</npc>
|
||||
24
data/templates/npc/13070-Trap.xml
Normal file
24
data/templates/npc/13070-Trap.xml
Normal file
@@ -0,0 +1,24 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="" id="13070" xsi:schemaLocation="npc ../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
|
||||
<info aggressive="false" targetable="true" attackable="false">
|
||||
<name display="true" send="false">Trap</name>
|
||||
<level>74</level>
|
||||
<stats>
|
||||
<hp regen="8.5" max="2632.19636"/>
|
||||
<mp regen="3.0" max="1475.0"/>
|
||||
<attack critical="4" evasion="0" range="40">
|
||||
<physical speed="253.0" damage="773.81598"/>
|
||||
<magical speed="333.0" damage="528.41601"/>
|
||||
</attack>
|
||||
<defense>
|
||||
<physical value="314.65987"/>
|
||||
<magical value="230.25444"/>
|
||||
</defense>
|
||||
<move walk="50.0" run="1.0"/>
|
||||
<base wit="20" dex="30" men="20" con="43" str="40" int="21"/>
|
||||
</stats>
|
||||
<experience>0</experience>
|
||||
<sp>0</sp>
|
||||
<collision heigth="10.0" radius="5.0"/>
|
||||
</info>
|
||||
</npc>
|
||||
25
data/templates/npc/13077-OnyxBeast.xml
Normal file
25
data/templates/npc/13077-OnyxBeast.xml
Normal file
@@ -0,0 +1,25 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="" id="13077" xsi:schemaLocation="npc ../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
|
||||
<info aggressive="false" targetable="true" attackable="false">
|
||||
<name display="true" send="false">Onyx Beast</name>
|
||||
<level>55</level>
|
||||
<sex>MALE</sex>
|
||||
<stats>
|
||||
<hp regen="6.5" max="1673.05473"/>
|
||||
<mp regen="2.4" max="889.8"/>
|
||||
<attack critical="4" evasion="0" range="40">
|
||||
<physical speed="253.0" damage="388.11142"/>
|
||||
<magical speed="333.0" damage="265.02979"/>
|
||||
</attack>
|
||||
<defense>
|
||||
<physical value="223.6362"/>
|
||||
<magical value="163.64727"/>
|
||||
</defense>
|
||||
<move walk="30.0" run="180.0"/>
|
||||
<base wit="20" dex="30" men="25" con="43" str="40" int="21"/>
|
||||
</stats>
|
||||
<experience>0</experience>
|
||||
<sp>0</sp>
|
||||
<collision heigth="14.5" radius="12.0"/>
|
||||
</info>
|
||||
</npc>
|
||||
25
data/templates/npc/13078-DoomWraith.xml
Normal file
25
data/templates/npc/13078-DoomWraith.xml
Normal file
@@ -0,0 +1,25 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="" id="13078" xsi:schemaLocation="npc ../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
|
||||
<info aggressive="false" targetable="true" attackable="false">
|
||||
<name display="true" send="false">Doom Wraith</name>
|
||||
<level>55</level>
|
||||
<sex>MALE</sex>
|
||||
<stats>
|
||||
<hp regen="6.5" max="1673.05473"/>
|
||||
<mp regen="2.4" max="889.8"/>
|
||||
<attack critical="4" evasion="0" range="40">
|
||||
<physical speed="253.0" damage="388.11142"/>
|
||||
<magical speed="333.0" damage="265.02979"/>
|
||||
</attack>
|
||||
<defense>
|
||||
<physical value="223.6362"/>
|
||||
<magical value="163.64727"/>
|
||||
</defense>
|
||||
<move walk="100.0" run="180.0"/>
|
||||
<base wit="20" dex="30" men="25" con="43" str="40" int="21"/>
|
||||
</stats>
|
||||
<experience>0</experience>
|
||||
<sp>0</sp>
|
||||
<collision heigth="25.0" radius="13.0"/>
|
||||
</info>
|
||||
</npc>
|
||||
25
data/templates/npc/13079-GrailApostle.xml
Normal file
25
data/templates/npc/13079-GrailApostle.xml
Normal file
@@ -0,0 +1,25 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="" id="13079" xsi:schemaLocation="npc ../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
|
||||
<info aggressive="false" targetable="true" attackable="false">
|
||||
<name display="true" send="false">Grail Apostle</name>
|
||||
<level>55</level>
|
||||
<sex>MALE</sex>
|
||||
<stats>
|
||||
<hp regen="6.5" max="1673.05473"/>
|
||||
<mp regen="2.4" max="889.8"/>
|
||||
<attack critical="4" evasion="0" range="40">
|
||||
<physical speed="253.0" damage="388.11142"/>
|
||||
<magical speed="333.0" damage="265.02979"/>
|
||||
</attack>
|
||||
<defense>
|
||||
<physical value="223.6362"/>
|
||||
<magical value="163.64727"/>
|
||||
</defense>
|
||||
<move walk="60.0" run="180.0"/>
|
||||
<base wit="20" dex="30" men="25" con="43" str="40" int="21"/>
|
||||
</stats>
|
||||
<experience>0</experience>
|
||||
<sp>0</sp>
|
||||
<collision heigth="35.0" radius="10.0"/>
|
||||
</info>
|
||||
</npc>
|
||||
25
data/templates/npc/13080-GrailApostle.xml
Normal file
25
data/templates/npc/13080-GrailApostle.xml
Normal file
@@ -0,0 +1,25 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="" id="13080" xsi:schemaLocation="npc ../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
|
||||
<info aggressive="false" targetable="true" attackable="false">
|
||||
<name display="true" send="false">Grail Apostle</name>
|
||||
<level>55</level>
|
||||
<sex>FEMALE</sex>
|
||||
<stats>
|
||||
<hp regen="6.5" max="1673.05473"/>
|
||||
<mp regen="2.4" max="889.8"/>
|
||||
<attack critical="4" evasion="0" range="40">
|
||||
<physical speed="253.0" damage="388.11142"/>
|
||||
<magical speed="333.0" damage="265.02979"/>
|
||||
</attack>
|
||||
<defense>
|
||||
<physical value="223.6362"/>
|
||||
<magical value="163.64727"/>
|
||||
</defense>
|
||||
<move walk="60.0" run="180.0"/>
|
||||
<base wit="20" dex="30" men="25" con="43" str="40" int="21"/>
|
||||
</stats>
|
||||
<experience>0</experience>
|
||||
<sp>0</sp>
|
||||
<collision heigth="30.0" radius="8.0"/>
|
||||
</info>
|
||||
</npc>
|
||||
25
data/templates/npc/13081-Unicorn.xml
Normal file
25
data/templates/npc/13081-Unicorn.xml
Normal file
@@ -0,0 +1,25 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="" id="13081" xsi:schemaLocation="npc ../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
|
||||
<info aggressive="false" targetable="true" attackable="false">
|
||||
<name display="true" send="false">Unicorn</name>
|
||||
<level>55</level>
|
||||
<sex>MALE</sex>
|
||||
<stats>
|
||||
<hp regen="6.5" max="1673.05473"/>
|
||||
<mp regen="2.4" max="889.8"/>
|
||||
<attack critical="4" evasion="0" range="40">
|
||||
<physical speed="253.0" damage="388.11142"/>
|
||||
<magical speed="333.0" damage="265.02979"/>
|
||||
</attack>
|
||||
<defense>
|
||||
<physical value="223.6362"/>
|
||||
<magical value="163.64727"/>
|
||||
</defense>
|
||||
<move walk="46.0" run="180.0"/>
|
||||
<base wit="20" dex="30" men="25" con="43" str="40" int="21"/>
|
||||
</stats>
|
||||
<experience>0</experience>
|
||||
<sp>0</sp>
|
||||
<collision heigth="28.0" radius="15.0"/>
|
||||
</info>
|
||||
</npc>
|
||||
25
data/templates/npc/13082-LilimKnight.xml
Normal file
25
data/templates/npc/13082-LilimKnight.xml
Normal file
@@ -0,0 +1,25 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="" id="13082" xsi:schemaLocation="npc ../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
|
||||
<info aggressive="false" targetable="true" attackable="false">
|
||||
<name display="true" send="false">Lilim Knight</name>
|
||||
<level>55</level>
|
||||
<sex>MALE</sex>
|
||||
<stats>
|
||||
<hp regen="6.5" max="1673.05473"/>
|
||||
<mp regen="2.4" max="889.8"/>
|
||||
<attack critical="4" evasion="0" range="40">
|
||||
<physical speed="253.0" damage="388.11142"/>
|
||||
<magical speed="333.0" damage="265.02979"/>
|
||||
</attack>
|
||||
<defense>
|
||||
<physical value="223.6362"/>
|
||||
<magical value="163.64727"/>
|
||||
</defense>
|
||||
<move walk="56.0" run="180.0"/>
|
||||
<base wit="20" dex="30" men="25" con="43" str="40" int="21"/>
|
||||
</stats>
|
||||
<experience>0</experience>
|
||||
<sp>0</sp>
|
||||
<collision heigth="25.5" radius="12.0"/>
|
||||
</info>
|
||||
</npc>
|
||||
25
data/templates/npc/13083-GolemGuardian.xml
Normal file
25
data/templates/npc/13083-GolemGuardian.xml
Normal file
@@ -0,0 +1,25 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="" id="13083" xsi:schemaLocation="npc ../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
|
||||
<info aggressive="false" targetable="true" attackable="false">
|
||||
<name display="true" send="false">Golem Guardian</name>
|
||||
<level>55</level>
|
||||
<sex>MALE</sex>
|
||||
<stats>
|
||||
<hp regen="6.5" max="1673.05473"/>
|
||||
<mp regen="2.4" max="889.8"/>
|
||||
<attack critical="4" evasion="0" range="40">
|
||||
<physical speed="253.0" damage="388.11142"/>
|
||||
<magical speed="333.0" damage="265.02979"/>
|
||||
</attack>
|
||||
<defense>
|
||||
<physical value="223.6362"/>
|
||||
<magical value="163.64727"/>
|
||||
</defense>
|
||||
<move walk="53.0" run="180.0"/>
|
||||
<base wit="20" dex="30" men="25" con="43" str="40" int="21"/>
|
||||
</stats>
|
||||
<experience>0</experience>
|
||||
<sp>0</sp>
|
||||
<collision heigth="25.0" radius="13.0"/>
|
||||
</info>
|
||||
</npc>
|
||||
25
data/templates/npc/13084-InfernoDrake.xml
Normal file
25
data/templates/npc/13084-InfernoDrake.xml
Normal file
@@ -0,0 +1,25 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="" id="13084" xsi:schemaLocation="npc ../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
|
||||
<info aggressive="false" targetable="true" attackable="false">
|
||||
<name display="true" send="false">Inferno Drake</name>
|
||||
<level>55</level>
|
||||
<sex>MALE</sex>
|
||||
<stats>
|
||||
<hp regen="6.5" max="1673.05473"/>
|
||||
<mp regen="2.4" max="889.8"/>
|
||||
<attack critical="4" evasion="0" range="40">
|
||||
<physical speed="253.0" damage="388.11142"/>
|
||||
<magical speed="333.0" damage="265.02979"/>
|
||||
</attack>
|
||||
<defense>
|
||||
<physical value="223.6362"/>
|
||||
<magical value="163.64727"/>
|
||||
</defense>
|
||||
<move walk="57.0" run="180.0"/>
|
||||
<base wit="20" dex="30" men="25" con="43" str="40" int="21"/>
|
||||
</stats>
|
||||
<experience>0</experience>
|
||||
<sp>0</sp>
|
||||
<collision heigth="24.0" radius="15.0"/>
|
||||
</info>
|
||||
</npc>
|
||||
25
data/templates/npc/13085-DragonBomber.xml
Normal file
25
data/templates/npc/13085-DragonBomber.xml
Normal file
@@ -0,0 +1,25 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="" id="13085" xsi:schemaLocation="npc ../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
|
||||
<info aggressive="false" targetable="true" attackable="false">
|
||||
<name display="true" send="false">Dragon Bomber</name>
|
||||
<level>55</level>
|
||||
<sex>MALE</sex>
|
||||
<stats>
|
||||
<hp regen="6.5" max="1673.05473"/>
|
||||
<mp regen="2.4" max="889.8"/>
|
||||
<attack critical="4" evasion="0" range="40">
|
||||
<physical speed="253.0" damage="388.11142"/>
|
||||
<magical speed="333.0" damage="265.02979"/>
|
||||
</attack>
|
||||
<defense>
|
||||
<physical value="223.6362"/>
|
||||
<magical value="163.64727"/>
|
||||
</defense>
|
||||
<move walk="100.0" run="180.0"/>
|
||||
<base wit="20" dex="30" men="25" con="43" str="40" int="21"/>
|
||||
</stats>
|
||||
<experience>0</experience>
|
||||
<sp>0</sp>
|
||||
<collision heigth="24.0" radius="16.0"/>
|
||||
</info>
|
||||
</npc>
|
||||
26
data/templates/npc/13086-Zariche.xml
Normal file
26
data/templates/npc/13086-Zariche.xml
Normal file
@@ -0,0 +1,26 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="" id="13086" xsi:schemaLocation="npc ../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
|
||||
<info aggressive="false" targetable="true" attackable="false">
|
||||
<name display="true" send="false">Zariche</name>
|
||||
<level>55</level>
|
||||
<sex>MALE</sex>
|
||||
<stats>
|
||||
<hp regen="6.5" max="1673.05473"/>
|
||||
<mp regen="2.4" max="889.8"/>
|
||||
<attack critical="4" evasion="0" range="40">
|
||||
<physical speed="253.0" damage="388.11142"/>
|
||||
<magical speed="333.0" damage="265.02979"/>
|
||||
</attack>
|
||||
<defense>
|
||||
<physical value="223.6362"/>
|
||||
<magical value="163.64727"/>
|
||||
</defense>
|
||||
<move walk="80.0" run="180.0"/>
|
||||
<base wit="20" dex="30" men="25" con="43" str="40" int="21"/>
|
||||
</stats>
|
||||
<experience>0</experience>
|
||||
<sp>0</sp>
|
||||
<item lefthand="0" righthand="8190"/>
|
||||
<collision heigth="31.57" radius="12.0"/>
|
||||
</info>
|
||||
</npc>
|
||||
26
data/templates/npc/13087-Akamanah.xml
Normal file
26
data/templates/npc/13087-Akamanah.xml
Normal file
@@ -0,0 +1,26 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="" id="13087" xsi:schemaLocation="npc ../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
|
||||
<info aggressive="false" targetable="true" attackable="false">
|
||||
<name display="true" send="false">Akamanah</name>
|
||||
<level>55</level>
|
||||
<sex>MALE</sex>
|
||||
<stats>
|
||||
<hp regen="6.5" max="1673.05473"/>
|
||||
<mp regen="2.4" max="889.8"/>
|
||||
<attack critical="4" evasion="0" range="40">
|
||||
<physical speed="253.0" damage="388.11142"/>
|
||||
<magical speed="333.0" damage="265.02979"/>
|
||||
</attack>
|
||||
<defense>
|
||||
<physical value="223.6362"/>
|
||||
<magical value="163.64727"/>
|
||||
</defense>
|
||||
<move walk="80.0" run="180.0"/>
|
||||
<base wit="20" dex="30" men="25" con="43" str="40" int="21"/>
|
||||
</stats>
|
||||
<experience>0</experience>
|
||||
<sp>0</sp>
|
||||
<item lefthand="0" righthand="8689"/>
|
||||
<collision heigth="32.73" radius="10.0"/>
|
||||
</info>
|
||||
</npc>
|
||||
25
data/templates/npc/13088-FinalForm.xml
Normal file
25
data/templates/npc/13088-FinalForm.xml
Normal file
@@ -0,0 +1,25 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="" id="13088" xsi:schemaLocation="npc ../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
|
||||
<info aggressive="false" targetable="true" attackable="false">
|
||||
<name display="true" send="false">Final Form</name>
|
||||
<level>55</level>
|
||||
<sex>MALE</sex>
|
||||
<stats>
|
||||
<hp regen="6.5" max="1673.05473"/>
|
||||
<mp regen="2.4" max="889.8"/>
|
||||
<attack critical="4" evasion="0" range="40">
|
||||
<physical speed="253.0" damage="388.11142"/>
|
||||
<magical speed="333.0" damage="265.02979"/>
|
||||
</attack>
|
||||
<defense>
|
||||
<physical value="223.6362"/>
|
||||
<magical value="163.64727"/>
|
||||
</defense>
|
||||
<move walk="60.0" run="180.0"/>
|
||||
<base wit="20" dex="30" men="25" con="43" str="40" int="21"/>
|
||||
</stats>
|
||||
<experience>0</experience>
|
||||
<sp>0</sp>
|
||||
<collision heigth="38.0" radius="9.0"/>
|
||||
</info>
|
||||
</npc>
|
||||
25
data/templates/npc/13089-FinalForm.xml
Normal file
25
data/templates/npc/13089-FinalForm.xml
Normal file
@@ -0,0 +1,25 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="" id="13089" xsi:schemaLocation="npc ../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
|
||||
<info aggressive="false" targetable="true" attackable="false">
|
||||
<name display="true" send="false">Final Form</name>
|
||||
<level>55</level>
|
||||
<sex>FEMALE</sex>
|
||||
<stats>
|
||||
<hp regen="6.5" max="1673.05473"/>
|
||||
<mp regen="2.4" max="889.8"/>
|
||||
<attack critical="4" evasion="0" range="40">
|
||||
<physical speed="253.0" damage="388.11142"/>
|
||||
<magical speed="333.0" damage="265.02979"/>
|
||||
</attack>
|
||||
<defense>
|
||||
<physical value="223.6362"/>
|
||||
<magical value="163.64727"/>
|
||||
</defense>
|
||||
<move walk="60.0" run="180.0"/>
|
||||
<base wit="20" dex="30" men="25" con="43" str="40" int="21"/>
|
||||
</stats>
|
||||
<experience>0</experience>
|
||||
<sp>0</sp>
|
||||
<collision heigth="32.76" radius="10.0"/>
|
||||
</info>
|
||||
</npc>
|
||||
25
data/templates/npc/13090-Native.xml
Normal file
25
data/templates/npc/13090-Native.xml
Normal file
@@ -0,0 +1,25 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="" id="13090" xsi:schemaLocation="npc ../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
|
||||
<info aggressive="false" targetable="true" attackable="false">
|
||||
<name display="true" send="false">Native</name>
|
||||
<level>55</level>
|
||||
<sex>MALE</sex>
|
||||
<stats>
|
||||
<hp regen="6.5" max="1673.05473"/>
|
||||
<mp regen="2.4" max="889.8"/>
|
||||
<attack critical="4" evasion="0" range="40">
|
||||
<physical speed="253.0" damage="388.11142"/>
|
||||
<magical speed="333.0" damage="265.02979"/>
|
||||
</attack>
|
||||
<defense>
|
||||
<physical value="223.6362"/>
|
||||
<magical value="163.64727"/>
|
||||
</defense>
|
||||
<move walk="50.0" run="180.0"/>
|
||||
<base wit="20" dex="30" men="25" con="43" str="40" int="21"/>
|
||||
</stats>
|
||||
<experience>0</experience>
|
||||
<sp>0</sp>
|
||||
<collision heigth="24.0" radius="10.0"/>
|
||||
</info>
|
||||
</npc>
|
||||
25
data/templates/npc/13091-Yeti.xml
Normal file
25
data/templates/npc/13091-Yeti.xml
Normal file
@@ -0,0 +1,25 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="" id="13091" xsi:schemaLocation="npc ../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
|
||||
<info aggressive="false" targetable="true" attackable="false">
|
||||
<name display="true" send="false">Yeti</name>
|
||||
<level>55</level>
|
||||
<sex>MALE</sex>
|
||||
<stats>
|
||||
<hp regen="6.5" max="1673.05473"/>
|
||||
<mp regen="2.4" max="889.8"/>
|
||||
<attack critical="4" evasion="0" range="40">
|
||||
<physical speed="253.0" damage="388.11142"/>
|
||||
<magical speed="333.0" damage="265.02979"/>
|
||||
</attack>
|
||||
<defense>
|
||||
<physical value="223.6362"/>
|
||||
<magical value="163.64727"/>
|
||||
</defense>
|
||||
<move walk="80.0" run="180.0"/>
|
||||
<base wit="20" dex="30" men="25" con="43" str="40" int="21"/>
|
||||
</stats>
|
||||
<experience>0</experience>
|
||||
<sp>0</sp>
|
||||
<collision heigth="27.5" radius="15.0"/>
|
||||
</info>
|
||||
</npc>
|
||||
25
data/templates/npc/13092-Buffalo.xml
Normal file
25
data/templates/npc/13092-Buffalo.xml
Normal file
@@ -0,0 +1,25 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="" id="13092" xsi:schemaLocation="npc ../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
|
||||
<info aggressive="false" targetable="true" attackable="false">
|
||||
<name display="true" send="false">Buffalo</name>
|
||||
<level>55</level>
|
||||
<sex>MALE</sex>
|
||||
<stats>
|
||||
<hp regen="6.5" max="1673.05473"/>
|
||||
<mp regen="2.4" max="889.8"/>
|
||||
<attack critical="4" evasion="0" range="40">
|
||||
<physical speed="253.0" damage="388.11142"/>
|
||||
<magical speed="333.0" damage="265.02979"/>
|
||||
</attack>
|
||||
<defense>
|
||||
<physical value="223.6362"/>
|
||||
<magical value="163.64727"/>
|
||||
</defense>
|
||||
<move walk="80.0" run="180.0"/>
|
||||
<base wit="20" dex="30" men="25" con="43" str="40" int="21"/>
|
||||
</stats>
|
||||
<experience>0</experience>
|
||||
<sp>0</sp>
|
||||
<collision heigth="31.0" radius="22.0"/>
|
||||
</info>
|
||||
</npc>
|
||||
25
data/templates/npc/13093-Pig.xml
Normal file
25
data/templates/npc/13093-Pig.xml
Normal file
@@ -0,0 +1,25 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="" id="13093" xsi:schemaLocation="npc ../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
|
||||
<info aggressive="false" targetable="true" attackable="false">
|
||||
<name display="true" send="false">Pig</name>
|
||||
<level>55</level>
|
||||
<sex>MALE</sex>
|
||||
<stats>
|
||||
<hp regen="6.5" max="1673.05473"/>
|
||||
<mp regen="2.4" max="889.8"/>
|
||||
<attack critical="4" evasion="0" range="40">
|
||||
<physical speed="253.0" damage="388.11142"/>
|
||||
<magical speed="333.0" damage="265.02979"/>
|
||||
</attack>
|
||||
<defense>
|
||||
<physical value="223.6362"/>
|
||||
<magical value="163.64727"/>
|
||||
</defense>
|
||||
<move walk="60.0" run="180.0"/>
|
||||
<base wit="20" dex="30" men="25" con="43" str="40" int="21"/>
|
||||
</stats>
|
||||
<experience>0</experience>
|
||||
<sp>0</sp>
|
||||
<collision heigth="18.3" radius="15.0"/>
|
||||
</info>
|
||||
</npc>
|
||||
25
data/templates/npc/13094-Zombie.xml
Normal file
25
data/templates/npc/13094-Zombie.xml
Normal file
@@ -0,0 +1,25 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="" id="13094" xsi:schemaLocation="npc ../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
|
||||
<info aggressive="false" targetable="true" attackable="false">
|
||||
<name display="true" send="false">Zombie</name>
|
||||
<level>55</level>
|
||||
<sex>MALE</sex>
|
||||
<stats>
|
||||
<hp regen="6.5" max="1673.05473"/>
|
||||
<mp regen="2.4" max="889.8"/>
|
||||
<attack critical="4" evasion="0" range="40">
|
||||
<physical speed="253.0" damage="388.11142"/>
|
||||
<magical speed="333.0" damage="265.02979"/>
|
||||
</attack>
|
||||
<defense>
|
||||
<physical value="223.6362"/>
|
||||
<magical value="163.64727"/>
|
||||
</defense>
|
||||
<move walk="36.0" run="180.0"/>
|
||||
<base wit="20" dex="30" men="25" con="43" str="40" int="21"/>
|
||||
</stats>
|
||||
<experience>0</experience>
|
||||
<sp>0</sp>
|
||||
<collision heigth="24.6" radius="11.0"/>
|
||||
</info>
|
||||
</npc>
|
||||
25
data/templates/npc/13095-Pixy.xml
Normal file
25
data/templates/npc/13095-Pixy.xml
Normal file
@@ -0,0 +1,25 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="" id="13095" xsi:schemaLocation="npc ../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
|
||||
<info aggressive="false" targetable="true" attackable="false">
|
||||
<name display="true" send="false">Pixy</name>
|
||||
<level>55</level>
|
||||
<sex>FEMALE</sex>
|
||||
<stats>
|
||||
<hp regen="6.5" max="1673.05473"/>
|
||||
<mp regen="2.4" max="889.8"/>
|
||||
<attack critical="4" evasion="0" range="40">
|
||||
<physical speed="253.0" damage="388.11142"/>
|
||||
<magical speed="333.0" damage="265.02979"/>
|
||||
</attack>
|
||||
<defense>
|
||||
<physical value="223.6362"/>
|
||||
<magical value="163.64727"/>
|
||||
</defense>
|
||||
<move walk="80.0" run="180.0"/>
|
||||
<base wit="20" dex="30" men="25" con="43" str="40" int="21"/>
|
||||
</stats>
|
||||
<experience>0</experience>
|
||||
<sp>0</sp>
|
||||
<collision heigth="25.0" radius="5.0"/>
|
||||
</info>
|
||||
</npc>
|
||||
25
data/templates/npc/13096-Rabbit.xml
Normal file
25
data/templates/npc/13096-Rabbit.xml
Normal file
@@ -0,0 +1,25 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="" id="13096" xsi:schemaLocation="npc ../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
|
||||
<info aggressive="false" targetable="true" attackable="false">
|
||||
<name display="true" send="false">Rabbit</name>
|
||||
<level>55</level>
|
||||
<sex>MALE</sex>
|
||||
<stats>
|
||||
<hp regen="6.5" max="1673.05473"/>
|
||||
<mp regen="2.4" max="889.8"/>
|
||||
<attack critical="4" evasion="0" range="40">
|
||||
<physical speed="253.0" damage="388.11142"/>
|
||||
<magical speed="333.0" damage="265.02979"/>
|
||||
</attack>
|
||||
<defense>
|
||||
<physical value="223.6362"/>
|
||||
<magical value="163.64727"/>
|
||||
</defense>
|
||||
<move walk="50.0" run="180.0"/>
|
||||
<base wit="20" dex="30" men="25" con="43" str="40" int="21"/>
|
||||
</stats>
|
||||
<experience>0</experience>
|
||||
<sp>0</sp>
|
||||
<collision heigth="4.5" radius="5.0"/>
|
||||
</info>
|
||||
</npc>
|
||||
25
data/templates/npc/13099-Zaken.xml
Normal file
25
data/templates/npc/13099-Zaken.xml
Normal file
@@ -0,0 +1,25 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="" id="13099" xsi:schemaLocation="npc ../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
|
||||
<info aggressive="false" targetable="true" attackable="false">
|
||||
<name display="true" send="false">Zaken</name>
|
||||
<level>55</level>
|
||||
<sex>MALE</sex>
|
||||
<stats>
|
||||
<hp regen="6.5" max="1673.05473"/>
|
||||
<mp regen="2.4" max="889.8"/>
|
||||
<attack critical="4" evasion="0" range="40">
|
||||
<physical speed="253.0" damage="388.11142"/>
|
||||
<magical speed="333.0" damage="265.02979"/>
|
||||
</attack>
|
||||
<defense>
|
||||
<physical value="223.6362"/>
|
||||
<magical value="163.64727"/>
|
||||
</defense>
|
||||
<move walk="42.0" run="180.0"/>
|
||||
<base wit="20" dex="30" men="25" con="43" str="40" int="21"/>
|
||||
</stats>
|
||||
<experience>0</experience>
|
||||
<sp>0</sp>
|
||||
<collision heigth="32.0" radius="16.0"/>
|
||||
</info>
|
||||
</npc>
|
||||
25
data/templates/npc/13100-Anakim.xml
Normal file
25
data/templates/npc/13100-Anakim.xml
Normal file
@@ -0,0 +1,25 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="" id="13100" xsi:schemaLocation="npc ../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
|
||||
<info aggressive="false" targetable="true" attackable="false">
|
||||
<name display="true" send="false">Anakim</name>
|
||||
<level>55</level>
|
||||
<sex>FEMALE</sex>
|
||||
<stats>
|
||||
<hp regen="6.5" max="1673.05473"/>
|
||||
<mp regen="2.4" max="889.8"/>
|
||||
<attack critical="4" evasion="0" range="40">
|
||||
<physical speed="253.0" damage="388.11142"/>
|
||||
<magical speed="333.0" damage="265.02979"/>
|
||||
</attack>
|
||||
<defense>
|
||||
<physical value="223.6362"/>
|
||||
<magical value="163.64727"/>
|
||||
</defense>
|
||||
<move walk="45.0" run="180.0"/>
|
||||
<base wit="20" dex="30" men="25" con="43" str="40" int="21"/>
|
||||
</stats>
|
||||
<experience>0</experience>
|
||||
<sp>0</sp>
|
||||
<collision heigth="29.0" radius="15.5"/>
|
||||
</info>
|
||||
</npc>
|
||||
25
data/templates/npc/13101-Benom.xml
Normal file
25
data/templates/npc/13101-Benom.xml
Normal file
@@ -0,0 +1,25 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="" id="13101" xsi:schemaLocation="npc ../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
|
||||
<info aggressive="false" targetable="true" attackable="false">
|
||||
<name display="true" send="false">Benom</name>
|
||||
<level>55</level>
|
||||
<sex>MALE</sex>
|
||||
<stats>
|
||||
<hp regen="6.5" max="1673.05473"/>
|
||||
<mp regen="2.4" max="889.8"/>
|
||||
<attack critical="4" evasion="0" range="40">
|
||||
<physical speed="253.0" damage="388.11142"/>
|
||||
<magical speed="333.0" damage="265.02979"/>
|
||||
</attack>
|
||||
<defense>
|
||||
<physical value="223.6362"/>
|
||||
<magical value="163.64727"/>
|
||||
</defense>
|
||||
<move walk="79.0" run="180.0"/>
|
||||
<base wit="20" dex="30" men="25" con="43" str="40" int="21"/>
|
||||
</stats>
|
||||
<experience>0</experience>
|
||||
<sp>0</sp>
|
||||
<collision heigth="56.0" radius="20.0"/>
|
||||
</info>
|
||||
</npc>
|
||||
25
data/templates/npc/13102-Gordon.xml
Normal file
25
data/templates/npc/13102-Gordon.xml
Normal file
@@ -0,0 +1,25 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="" id="13102" xsi:schemaLocation="npc ../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
|
||||
<info aggressive="false" targetable="true" attackable="false">
|
||||
<name display="true" send="false">Gordon</name>
|
||||
<level>55</level>
|
||||
<sex>MALE</sex>
|
||||
<stats>
|
||||
<hp regen="6.5" max="1673.05473"/>
|
||||
<mp regen="2.4" max="889.8"/>
|
||||
<attack critical="4" evasion="0" range="40">
|
||||
<physical speed="253.0" damage="388.11142"/>
|
||||
<magical speed="333.0" damage="265.02979"/>
|
||||
</attack>
|
||||
<defense>
|
||||
<physical value="223.6362"/>
|
||||
<magical value="163.64727"/>
|
||||
</defense>
|
||||
<move walk="60.0" run="180.0"/>
|
||||
<base wit="20" dex="30" men="25" con="43" str="40" int="21"/>
|
||||
</stats>
|
||||
<experience>0</experience>
|
||||
<sp>0</sp>
|
||||
<collision heigth="46.6" radius="43.0"/>
|
||||
</info>
|
||||
</npc>
|
||||
25
data/templates/npc/13103-Ranku.xml
Normal file
25
data/templates/npc/13103-Ranku.xml
Normal file
@@ -0,0 +1,25 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="" id="13103" xsi:schemaLocation="npc ../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
|
||||
<info aggressive="false" targetable="true" attackable="false">
|
||||
<name display="true" send="false">Ranku</name>
|
||||
<level>55</level>
|
||||
<sex>MALE</sex>
|
||||
<stats>
|
||||
<hp regen="6.5" max="1673.05473"/>
|
||||
<mp regen="2.4" max="889.8"/>
|
||||
<attack critical="4" evasion="0" range="40">
|
||||
<physical speed="253.0" damage="388.11142"/>
|
||||
<magical speed="333.0" damage="265.02979"/>
|
||||
</attack>
|
||||
<defense>
|
||||
<physical value="223.6362"/>
|
||||
<magical value="163.64727"/>
|
||||
</defense>
|
||||
<move walk="26.0" run="180.0"/>
|
||||
<base wit="20" dex="30" men="25" con="43" str="40" int="21"/>
|
||||
</stats>
|
||||
<experience>0</experience>
|
||||
<sp>0</sp>
|
||||
<collision heigth="29.0" radius="13.0"/>
|
||||
</info>
|
||||
</npc>
|
||||
25
data/templates/npc/13104-Kiyachi.xml
Normal file
25
data/templates/npc/13104-Kiyachi.xml
Normal file
@@ -0,0 +1,25 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="" id="13104" xsi:schemaLocation="npc ../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
|
||||
<info aggressive="false" targetable="true" attackable="false">
|
||||
<name display="true" send="false">Kiyachi</name>
|
||||
<level>55</level>
|
||||
<sex>MALE</sex>
|
||||
<stats>
|
||||
<hp regen="6.5" max="1673.05473"/>
|
||||
<mp regen="2.4" max="889.8"/>
|
||||
<attack critical="4" evasion="0" range="40">
|
||||
<physical speed="253.0" damage="388.11142"/>
|
||||
<magical speed="333.0" damage="265.02979"/>
|
||||
</attack>
|
||||
<defense>
|
||||
<physical value="223.6362"/>
|
||||
<magical value="163.64727"/>
|
||||
</defense>
|
||||
<move walk="26.0" run="180.0"/>
|
||||
<base wit="20" dex="30" men="25" con="43" str="40" int="21"/>
|
||||
</stats>
|
||||
<experience>0</experience>
|
||||
<sp>0</sp>
|
||||
<collision heigth="29.0" radius="12.0"/>
|
||||
</info>
|
||||
</npc>
|
||||
25
data/templates/npc/13105-DemonPrince.xml
Normal file
25
data/templates/npc/13105-DemonPrince.xml
Normal file
@@ -0,0 +1,25 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="" id="13105" xsi:schemaLocation="npc ../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
|
||||
<info aggressive="false" targetable="true" attackable="false">
|
||||
<name display="true" send="false">Demon Prince</name>
|
||||
<level>55</level>
|
||||
<sex>MALE</sex>
|
||||
<stats>
|
||||
<hp regen="6.5" max="1673.05473"/>
|
||||
<mp regen="2.4" max="889.8"/>
|
||||
<attack critical="4" evasion="0" range="40">
|
||||
<physical speed="253.0" damage="388.11142"/>
|
||||
<magical speed="333.0" damage="265.02979"/>
|
||||
</attack>
|
||||
<defense>
|
||||
<physical value="223.6362"/>
|
||||
<magical value="163.64727"/>
|
||||
</defense>
|
||||
<move walk="60.0" run="180.0"/>
|
||||
<base wit="20" dex="30" men="25" con="43" str="40" int="21"/>
|
||||
</stats>
|
||||
<experience>0</experience>
|
||||
<sp>0</sp>
|
||||
<collision heigth="49.0" radius="33.0"/>
|
||||
</info>
|
||||
</npc>
|
||||
25
data/templates/npc/13106-HereticMale.xml
Normal file
25
data/templates/npc/13106-HereticMale.xml
Normal file
@@ -0,0 +1,25 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="" id="13106" xsi:schemaLocation="npc ../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
|
||||
<info aggressive="false" targetable="true" attackable="false">
|
||||
<name display="true" send="false">Heretic Male</name>
|
||||
<level>55</level>
|
||||
<sex>MALE</sex>
|
||||
<stats>
|
||||
<hp regen="6.5" max="1673.05473"/>
|
||||
<mp regen="2.4" max="889.8"/>
|
||||
<attack critical="4" evasion="0" range="40">
|
||||
<physical speed="253.0" damage="388.11142"/>
|
||||
<magical speed="333.0" damage="265.02979"/>
|
||||
</attack>
|
||||
<defense>
|
||||
<physical value="223.6362"/>
|
||||
<magical value="163.64727"/>
|
||||
</defense>
|
||||
<move walk="60.0" run="180.0"/>
|
||||
<base wit="20" dex="30" men="25" con="43" str="40" int="21"/>
|
||||
</stats>
|
||||
<experience>0</experience>
|
||||
<sp>0</sp>
|
||||
<collision heigth="28.4" radius="7.7"/>
|
||||
</info>
|
||||
</npc>
|
||||
25
data/templates/npc/13107-HereticFemale.xml
Normal file
25
data/templates/npc/13107-HereticFemale.xml
Normal file
@@ -0,0 +1,25 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="" id="13107" xsi:schemaLocation="npc ../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
|
||||
<info aggressive="false" targetable="true" attackable="false">
|
||||
<name display="true" send="false">Heretic Female</name>
|
||||
<level>55</level>
|
||||
<sex>MALE</sex>
|
||||
<stats>
|
||||
<hp regen="6.5" max="1673.05473"/>
|
||||
<mp regen="2.4" max="889.8"/>
|
||||
<attack critical="4" evasion="0" range="40">
|
||||
<physical speed="253.0" damage="388.11142"/>
|
||||
<magical speed="333.0" damage="265.02979"/>
|
||||
</attack>
|
||||
<defense>
|
||||
<physical value="223.6362"/>
|
||||
<magical value="163.64727"/>
|
||||
</defense>
|
||||
<move walk="30.0" run="180.0"/>
|
||||
<base wit="20" dex="30" men="25" con="43" str="40" int="21"/>
|
||||
</stats>
|
||||
<experience>0</experience>
|
||||
<sp>0</sp>
|
||||
<collision heigth="19.1" radius="8.0"/>
|
||||
</info>
|
||||
</npc>
|
||||
25
data/templates/npc/13108-ValeMaster.xml
Normal file
25
data/templates/npc/13108-ValeMaster.xml
Normal file
@@ -0,0 +1,25 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="" id="13108" xsi:schemaLocation="npc ../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
|
||||
<info aggressive="false" targetable="true" attackable="false">
|
||||
<name display="true" send="false">Vale master</name>
|
||||
<level>55</level>
|
||||
<sex>MALE</sex>
|
||||
<stats>
|
||||
<hp regen="6.5" max="1673.05473"/>
|
||||
<mp regen="2.4" max="889.8"/>
|
||||
<attack critical="4" evasion="0" range="40">
|
||||
<physical speed="253.0" damage="388.11142"/>
|
||||
<magical speed="333.0" damage="265.02979"/>
|
||||
</attack>
|
||||
<defense>
|
||||
<physical value="223.6362"/>
|
||||
<magical value="163.64727"/>
|
||||
</defense>
|
||||
<move walk="70.0" run="180.0"/>
|
||||
<base wit="20" dex="30" men="25" con="43" str="40" int="21"/>
|
||||
</stats>
|
||||
<experience>0</experience>
|
||||
<sp>0</sp>
|
||||
<collision heigth="40.0" radius="12.0"/>
|
||||
</info>
|
||||
</npc>
|
||||
26
data/templates/npc/13109-SaberToothTiger.xml
Normal file
26
data/templates/npc/13109-SaberToothTiger.xml
Normal file
@@ -0,0 +1,26 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="" id="13109" xsi:schemaLocation="npc ../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
|
||||
<info aggressive="false" targetable="true" attackable="false">
|
||||
<name display="true" send="false">Saber Tooth Tiger</name>
|
||||
<level>55</level>
|
||||
<sex>MALE</sex>
|
||||
<stats>
|
||||
<hp regen="6.5" max="1673.05473"/>
|
||||
<mp regen="2.4" max="889.8"/>
|
||||
<attack critical="4" evasion="0" range="40">
|
||||
<physical speed="253.0" damage="388.11142"/>
|
||||
<magical speed="333.0" damage="265.02979"/>
|
||||
</attack>
|
||||
<defense>
|
||||
<physical value="223.6362"/>
|
||||
<magical value="163.64727"/>
|
||||
</defense>
|
||||
<move walk="60.0" run="180.0"/>
|
||||
<base wit="20" dex="30" men="25" con="43" str="40" int="21"/>
|
||||
</stats>
|
||||
<experience>0</experience>
|
||||
<sp>0</sp>
|
||||
<item lefthand="0" righthand="8190"/>
|
||||
<collision heigth="28.0" radius="34.0"/>
|
||||
</info>
|
||||
</npc>
|
||||
26
data/templates/npc/13110-OlMahum.xml
Normal file
26
data/templates/npc/13110-OlMahum.xml
Normal file
@@ -0,0 +1,26 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="" id="13110" xsi:schemaLocation="npc ../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
|
||||
<info aggressive="false" targetable="true" attackable="false">
|
||||
<name display="true" send="false">Ol Mahum</name>
|
||||
<level>55</level>
|
||||
<sex>MALE</sex>
|
||||
<stats>
|
||||
<hp regen="6.5" max="1673.05473"/>
|
||||
<mp regen="2.4" max="889.8"/>
|
||||
<attack critical="4" evasion="0" range="40">
|
||||
<physical speed="253.0" damage="388.11142"/>
|
||||
<magical speed="333.0" damage="265.02979"/>
|
||||
</attack>
|
||||
<defense>
|
||||
<physical value="223.6362"/>
|
||||
<magical value="163.64727"/>
|
||||
</defense>
|
||||
<move walk="67.0" run="180.0"/>
|
||||
<base wit="20" dex="30" men="25" con="43" str="40" int="21"/>
|
||||
</stats>
|
||||
<experience>0</experience>
|
||||
<sp>0</sp>
|
||||
<item lefthand="0" righthand="8689"/>
|
||||
<collision heigth="61.0" radius="23.0"/>
|
||||
</info>
|
||||
</npc>
|
||||
25
data/templates/npc/13111-DollBlader.xml
Normal file
25
data/templates/npc/13111-DollBlader.xml
Normal file
@@ -0,0 +1,25 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="" id="13111" xsi:schemaLocation="npc ../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
|
||||
<info aggressive="false" targetable="true" attackable="false">
|
||||
<name display="true" send="false">Doll Blader</name>
|
||||
<level>55</level>
|
||||
<sex>MALE</sex>
|
||||
<stats>
|
||||
<hp regen="6.5" max="1673.05473"/>
|
||||
<mp regen="2.4" max="889.8"/>
|
||||
<attack critical="4" evasion="0" range="40">
|
||||
<physical speed="253.0" damage="388.11142"/>
|
||||
<magical speed="333.0" damage="265.02979"/>
|
||||
</attack>
|
||||
<defense>
|
||||
<physical value="223.6362"/>
|
||||
<magical value="163.64727"/>
|
||||
</defense>
|
||||
<move walk="22.0" run="180.0"/>
|
||||
<base wit="20" dex="30" men="25" con="43" str="40" int="21"/>
|
||||
</stats>
|
||||
<experience>0</experience>
|
||||
<sp>0</sp>
|
||||
<collision heigth="12.0" radius="6.0"/>
|
||||
</info>
|
||||
</npc>
|
||||
25
data/templates/npc/13112-DivineKnight.xml
Normal file
25
data/templates/npc/13112-DivineKnight.xml
Normal file
@@ -0,0 +1,25 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="" id="13112" xsi:schemaLocation="npc ../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
|
||||
<info aggressive="false" targetable="true" attackable="false">
|
||||
<name display="true" send="false">Divine Knight</name>
|
||||
<level>55</level>
|
||||
<sex>MALE</sex>
|
||||
<stats>
|
||||
<hp regen="6.5" max="1673.05473"/>
|
||||
<mp regen="2.4" max="889.8"/>
|
||||
<attack critical="4" evasion="0" range="40">
|
||||
<physical speed="253.0" damage="388.11142"/>
|
||||
<magical speed="333.0" damage="265.02979"/>
|
||||
</attack>
|
||||
<defense>
|
||||
<physical value="223.6362"/>
|
||||
<magical value="163.64727"/>
|
||||
</defense>
|
||||
<move walk="49.0" run="180.0"/>
|
||||
<base wit="20" dex="30" men="25" con="43" str="40" int="21"/>
|
||||
</stats>
|
||||
<experience>0</experience>
|
||||
<sp>0</sp>
|
||||
<collision heigth="30.0" radius="16.0"/>
|
||||
</info>
|
||||
</npc>
|
||||
25
data/templates/npc/13113-DivineWarrior.xml
Normal file
25
data/templates/npc/13113-DivineWarrior.xml
Normal file
@@ -0,0 +1,25 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="" id="13113" xsi:schemaLocation="npc ../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
|
||||
<info aggressive="false" targetable="true" attackable="false">
|
||||
<name display="true" send="false">Divine Warrior</name>
|
||||
<level>55</level>
|
||||
<sex>MALE</sex>
|
||||
<stats>
|
||||
<hp regen="6.5" max="1673.05473"/>
|
||||
<mp regen="2.4" max="889.8"/>
|
||||
<attack critical="4" evasion="0" range="40">
|
||||
<physical speed="253.0" damage="388.11142"/>
|
||||
<magical speed="333.0" damage="265.02979"/>
|
||||
</attack>
|
||||
<defense>
|
||||
<physical value="223.6362"/>
|
||||
<magical value="163.64727"/>
|
||||
</defense>
|
||||
<move walk="46.0" run="180.0"/>
|
||||
<base wit="20" dex="30" men="25" con="43" str="40" int="21"/>
|
||||
</stats>
|
||||
<experience>0</experience>
|
||||
<sp>0</sp>
|
||||
<collision heigth="29.0" radius="14.5"/>
|
||||
</info>
|
||||
</npc>
|
||||
25
data/templates/npc/13114-DivineRogue.xml
Normal file
25
data/templates/npc/13114-DivineRogue.xml
Normal file
@@ -0,0 +1,25 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="" id="13114" xsi:schemaLocation="npc ../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
|
||||
<info aggressive="false" targetable="true" attackable="false">
|
||||
<name display="true" send="false">Divine Rogue</name>
|
||||
<level>55</level>
|
||||
<sex>MALE</sex>
|
||||
<stats>
|
||||
<hp regen="6.5" max="1673.05473"/>
|
||||
<mp regen="2.4" max="889.8"/>
|
||||
<attack critical="4" evasion="0" range="40">
|
||||
<physical speed="253.0" damage="388.11142"/>
|
||||
<magical speed="333.0" damage="265.02979"/>
|
||||
</attack>
|
||||
<defense>
|
||||
<physical value="223.6362"/>
|
||||
<magical value="163.64727"/>
|
||||
</defense>
|
||||
<move walk="50.0" run="180.0"/>
|
||||
<base wit="20" dex="30" men="25" con="43" str="40" int="21"/>
|
||||
</stats>
|
||||
<experience>0</experience>
|
||||
<sp>0</sp>
|
||||
<collision heigth="28.0" radius="10.0"/>
|
||||
</info>
|
||||
</npc>
|
||||
25
data/templates/npc/13115-DivineHealer.xml
Normal file
25
data/templates/npc/13115-DivineHealer.xml
Normal file
@@ -0,0 +1,25 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="" id="13115" xsi:schemaLocation="npc ../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
|
||||
<info aggressive="false" targetable="true" attackable="false">
|
||||
<name display="true" send="false">Divine Healer</name>
|
||||
<level>55</level>
|
||||
<sex>FEMALE</sex>
|
||||
<stats>
|
||||
<hp regen="6.5" max="1673.05473"/>
|
||||
<mp regen="2.4" max="889.8"/>
|
||||
<attack critical="4" evasion="0" range="40">
|
||||
<physical speed="253.0" damage="388.11142"/>
|
||||
<magical speed="333.0" damage="265.02979"/>
|
||||
</attack>
|
||||
<defense>
|
||||
<physical value="223.6362"/>
|
||||
<magical value="163.64727"/>
|
||||
</defense>
|
||||
<move walk="60.0" run="180.0"/>
|
||||
<base wit="20" dex="30" men="25" con="43" str="40" int="21"/>
|
||||
</stats>
|
||||
<experience>0</experience>
|
||||
<sp>0</sp>
|
||||
<collision heigth="25.0" radius="10.0"/>
|
||||
</info>
|
||||
</npc>
|
||||
25
data/templates/npc/13116-DivineWizard.xml
Normal file
25
data/templates/npc/13116-DivineWizard.xml
Normal file
@@ -0,0 +1,25 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="" id="13116" xsi:schemaLocation="npc ../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
|
||||
<info aggressive="false" targetable="true" attackable="false">
|
||||
<name display="true" send="false">Divine Wizard</name>
|
||||
<level>55</level>
|
||||
<sex>FEMALE</sex>
|
||||
<stats>
|
||||
<hp regen="6.5" max="1673.05473"/>
|
||||
<mp regen="2.4" max="889.8"/>
|
||||
<attack critical="4" evasion="0" range="40">
|
||||
<physical speed="253.0" damage="388.11142"/>
|
||||
<magical speed="333.0" damage="265.02979"/>
|
||||
</attack>
|
||||
<defense>
|
||||
<physical value="223.6362"/>
|
||||
<magical value="163.64727"/>
|
||||
</defense>
|
||||
<move walk="50.0" run="180.0"/>
|
||||
<base wit="20" dex="30" men="25" con="43" str="40" int="21"/>
|
||||
</stats>
|
||||
<experience>0</experience>
|
||||
<sp>0</sp>
|
||||
<collision heigth="26.0" radius="10.0"/>
|
||||
</info>
|
||||
</npc>
|
||||
25
data/templates/npc/13117-DivineEnchanter.xml
Normal file
25
data/templates/npc/13117-DivineEnchanter.xml
Normal file
@@ -0,0 +1,25 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="" id="13117" xsi:schemaLocation="npc ../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
|
||||
<info aggressive="false" targetable="true" attackable="false">
|
||||
<name display="true" send="false">Divine Enchanter</name>
|
||||
<level>55</level>
|
||||
<sex>FEMALE</sex>
|
||||
<stats>
|
||||
<hp regen="6.5" max="1673.05473"/>
|
||||
<mp regen="2.4" max="889.8"/>
|
||||
<attack critical="4" evasion="0" range="40">
|
||||
<physical speed="253.0" damage="388.11142"/>
|
||||
<magical speed="333.0" damage="265.02979"/>
|
||||
</attack>
|
||||
<defense>
|
||||
<physical value="223.6362"/>
|
||||
<magical value="163.64727"/>
|
||||
</defense>
|
||||
<move walk="60.0" run="180.0"/>
|
||||
<base wit="20" dex="30" men="25" con="43" str="40" int="21"/>
|
||||
</stats>
|
||||
<experience>0</experience>
|
||||
<sp>0</sp>
|
||||
<collision heigth="18.25" radius="8.0"/>
|
||||
</info>
|
||||
</npc>
|
||||
25
data/templates/npc/13118-DivineSummoner.xml
Normal file
25
data/templates/npc/13118-DivineSummoner.xml
Normal file
@@ -0,0 +1,25 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="" id="13118" xsi:schemaLocation="npc ../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
|
||||
<info aggressive="false" targetable="true" attackable="false">
|
||||
<name display="true" send="false">Divine Summoner</name>
|
||||
<level>55</level>
|
||||
<sex>FEMALE</sex>
|
||||
<stats>
|
||||
<hp regen="6.5" max="1673.05473"/>
|
||||
<mp regen="2.4" max="889.8"/>
|
||||
<attack critical="4" evasion="0" range="40">
|
||||
<physical speed="253.0" damage="388.11142"/>
|
||||
<magical speed="333.0" damage="265.02979"/>
|
||||
</attack>
|
||||
<defense>
|
||||
<physical value="223.6362"/>
|
||||
<magical value="163.64727"/>
|
||||
</defense>
|
||||
<move walk="60.0" run="180.0"/>
|
||||
<base wit="20" dex="30" men="25" con="43" str="40" int="21"/>
|
||||
</stats>
|
||||
<experience>0</experience>
|
||||
<sp>0</sp>
|
||||
<collision heigth="25.0" radius="10.0"/>
|
||||
</info>
|
||||
</npc>
|
||||
25
data/templates/npc/13119-DwarfGolem.xml
Normal file
25
data/templates/npc/13119-DwarfGolem.xml
Normal file
@@ -0,0 +1,25 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="" id="13119" xsi:schemaLocation="npc ../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
|
||||
<info aggressive="false" targetable="true" attackable="false">
|
||||
<name display="true" send="false">Dwarf Golem</name>
|
||||
<level>55</level>
|
||||
<sex>MALE</sex>
|
||||
<stats>
|
||||
<hp regen="6.5" max="1673.05473"/>
|
||||
<mp regen="2.4" max="889.8"/>
|
||||
<attack critical="4" evasion="0" range="40">
|
||||
<physical speed="253.0" damage="388.11142"/>
|
||||
<magical speed="333.0" damage="265.02979"/>
|
||||
</attack>
|
||||
<defense>
|
||||
<physical value="223.6362"/>
|
||||
<magical value="163.64727"/>
|
||||
</defense>
|
||||
<move walk="18.0" run="180.0"/>
|
||||
<base wit="20" dex="30" men="25" con="43" str="40" int="21"/>
|
||||
</stats>
|
||||
<experience>0</experience>
|
||||
<sp>0</sp>
|
||||
<collision heigth="51.8" radius="31.0"/>
|
||||
</info>
|
||||
</npc>
|
||||
25
data/templates/npc/13120-GiantRat.xml
Normal file
25
data/templates/npc/13120-GiantRat.xml
Normal file
@@ -0,0 +1,25 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="" id="13120" xsi:schemaLocation="npc ../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
|
||||
<info aggressive="false" targetable="true" attackable="false">
|
||||
<name display="true" send="false">Giant rat</name>
|
||||
<level>80</level>
|
||||
<sex>MALE</sex>
|
||||
<stats>
|
||||
<hp regen="0.0" max="680.0"/>
|
||||
<mp regen="0.9" max="2000.0"/>
|
||||
<attack critical="1" evasion="0" range="40">
|
||||
<physical speed="253.0" damage="8.47458"/>
|
||||
<magical speed="333.0" damage="5.78704"/>
|
||||
</attack>
|
||||
<defense>
|
||||
<physical value="60000.0"/>
|
||||
<magical value="200000.0"/>
|
||||
</defense>
|
||||
<move walk="19.5" run="160.0"/>
|
||||
<base wit="20" dex="30" men="20" con="43" str="40" int="21"/>
|
||||
</stats>
|
||||
<experience>0</experience>
|
||||
<sp>0</sp>
|
||||
<collision heigth="20.0" radius="15.0"/>
|
||||
</info>
|
||||
</npc>
|
||||
25
data/templates/npc/13121-GiantRat.xml
Normal file
25
data/templates/npc/13121-GiantRat.xml
Normal file
@@ -0,0 +1,25 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="" id="13121" xsi:schemaLocation="npc ../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
|
||||
<info aggressive="false" targetable="true" attackable="false">
|
||||
<name display="true" send="false">Giant rat</name>
|
||||
<level>80</level>
|
||||
<sex>MALE</sex>
|
||||
<stats>
|
||||
<hp regen="0.0" max="680.0"/>
|
||||
<mp regen="0.9" max="2000.0"/>
|
||||
<attack critical="1" evasion="0" range="40">
|
||||
<physical speed="253.0" damage="8.47458"/>
|
||||
<magical speed="333.0" damage="5.78704"/>
|
||||
</attack>
|
||||
<defense>
|
||||
<physical value="60000.0"/>
|
||||
<magical value="200000.0"/>
|
||||
</defense>
|
||||
<move walk="19.5" run="160.0"/>
|
||||
<base wit="20" dex="30" men="20" con="43" str="40" int="21"/>
|
||||
</stats>
|
||||
<experience>0</experience>
|
||||
<sp>0</sp>
|
||||
<collision heigth="20.0" radius="15.0"/>
|
||||
</info>
|
||||
</npc>
|
||||
25
data/templates/npc/13122-GiantRat.xml
Normal file
25
data/templates/npc/13122-GiantRat.xml
Normal file
@@ -0,0 +1,25 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="" id="13122" xsi:schemaLocation="npc ../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
|
||||
<info aggressive="false" targetable="true" attackable="false">
|
||||
<name display="true" send="false">Giant rat</name>
|
||||
<level>80</level>
|
||||
<sex>MALE</sex>
|
||||
<stats>
|
||||
<hp regen="0.0" max="680.0"/>
|
||||
<mp regen="0.9" max="2000.0"/>
|
||||
<attack critical="1" evasion="0" range="40">
|
||||
<physical speed="253.0" damage="8.47458"/>
|
||||
<magical speed="333.0" damage="5.78704"/>
|
||||
</attack>
|
||||
<defense>
|
||||
<physical value="60000.0"/>
|
||||
<magical value="200000.0"/>
|
||||
</defense>
|
||||
<move walk="19.5" run="160.0"/>
|
||||
<base wit="20" dex="30" men="20" con="43" str="40" int="21"/>
|
||||
</stats>
|
||||
<experience>0</experience>
|
||||
<sp>0</sp>
|
||||
<collision heigth="20.0" radius="15.0"/>
|
||||
</info>
|
||||
</npc>
|
||||
25
data/templates/npc/13123-SuperGiantRat.xml
Normal file
25
data/templates/npc/13123-SuperGiantRat.xml
Normal file
@@ -0,0 +1,25 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="" id="13123" xsi:schemaLocation="npc ../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
|
||||
<info aggressive="false" targetable="true" attackable="false">
|
||||
<name display="true" send="false">Super giant rat</name>
|
||||
<level>80</level>
|
||||
<sex>MALE</sex>
|
||||
<stats>
|
||||
<hp regen="0.0" max="3400.0"/>
|
||||
<mp regen="0.9" max="6000.0"/>
|
||||
<attack critical="1" evasion="0" range="40">
|
||||
<physical speed="253.0" damage="8.47458"/>
|
||||
<magical speed="333.0" damage="5.78704"/>
|
||||
</attack>
|
||||
<defense>
|
||||
<physical value="60000.0"/>
|
||||
<magical value="200000.0"/>
|
||||
</defense>
|
||||
<move walk="28.5" run="160.0"/>
|
||||
<base wit="20" dex="30" men="20" con="43" str="40" int="21"/>
|
||||
</stats>
|
||||
<experience>0</experience>
|
||||
<sp>0</sp>
|
||||
<collision heigth="33.0" radius="19.0"/>
|
||||
</info>
|
||||
</npc>
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user