NPC data cleanup.

This commit is contained in:
MobiusDevelopment
2020-07-26 05:48:18 +00:00
parent da2ea2e1ab
commit 25b7b34f62
85 changed files with 585 additions and 762 deletions

View File

@@ -1716,7 +1716,7 @@
<race>DEMONIC</race>
<sex>FEMALE</sex>
<equipment rhand="6720" /> <!-- Monster Only (Halisha's Shadow) -->
<acquire exp="115600000" sp="3468000" raidPoints="0" />
<acquire exp="115600000" sp="3468000" />
<stats str="60" int="76" dex="73" wit="70" con="57" men="80">
<vitals hp="2770987.5" hpRegen="319.2293199" mp="2901.03" mpRegen="3" />
<attack physical="866.449808979738" magical="251.110457495066" random="5" critical="8" accuracy="0" attackSpeed="253" reuseDelay="1500" type="BOW" range="1100" distance="10" width="0" />

View File

@@ -920,7 +920,7 @@
<race>HUMANOID</race>
<sex>MALE</sex>
<equipment rhand="8679" />
<acquire exp="0" sp="0" raidPoints="0" />
<acquire exp="0" sp="0" />
<stats str="60" int="76" dex="73" wit="70" con="57" men="80">
<vitals hp="3773538.536265" hpRegen="319.2293199" mp="5802.945" mpRegen="3" />
<attack physical="5212.711904" magical="3559.606475" random="30" critical="4.75" accuracy="4.75" attackSpeed="250" type="SWORD" range="40" distance="80" width="120" />
@@ -949,7 +949,7 @@
<race>HUMANOID</race>
<sex>MALE</sex>
<equipment rhand="80" />
<acquire exp="0" sp="0" raidPoints="0" />
<acquire exp="0" sp="0" />
<stats str="60" int="76" dex="73" wit="70" con="57" men="80">
<vitals hp="7547077.6267275" hpRegen="319.2293199" mp="5920.65" mpRegen="3" />
<attack physical="4522.433913" magical="3088.236091" random="30" critical="4.75" accuracy="4.75" attackSpeed="250" type="SWORD" range="40" distance="80" width="120" />
@@ -978,7 +978,7 @@
<race>DIVINE</race>
<sex>MALE</sex>
<equipment rhand="8683" />
<acquire exp="0" sp="0" raidPoints="0" />
<acquire exp="0" sp="0" />
<stats str="60" int="76" dex="73" wit="70" con="57" men="80">
<vitals hp="15094155.253455" hpRegen="319.2293199" mp="6035.7" mpRegen="3" />
<attack physical="5327.465132" magical="3637.968053" random="30" critical="4.75" accuracy="4.75" attackSpeed="250" type="SWORD" range="40" distance="80" width="120" />
@@ -1006,7 +1006,7 @@
<npc id="25837" level="84" type="RaidBoss" name="Cherkya" title="Demon Apostle">
<race>DEMONIC</race>
<sex>MALE</sex>
<acquire exp="0" sp="0" raidPoints="0" />
<acquire exp="0" sp="0" />
<stats str="60" int="76" dex="73" wit="70" con="57" men="80">
<vitals hp="30188311.061108" hpRegen="319.2293199" mp="6154.29" mpRegen="3" />
<attack physical="3152.927754" magical="1289.681983" random="30" critical="4.75" accuracy="4.75" attackSpeed="250" type="SWORD" range="40" distance="80" width="120" />
@@ -1034,7 +1034,7 @@
<npc id="25838" level="85" type="RaidBoss" name="Spicula" title="Procella's Nemesis">
<race>HUMANOID</race>
<sex>MALE</sex>
<acquire exp="0" sp="0" raidPoints="0" />
<acquire exp="0" sp="0" />
<stats str="60" int="76" dex="73" wit="70" con="57" men="80">
<vitals hp="60376622.122215" hpRegen="319.2293199" mp="6271.995" mpRegen="3" />
<attack physical="8184.13934" magical="2579.001338" random="30" critical="4.75" accuracy="4.75" attackSpeed="250" type="SWORD" range="40" distance="80" width="120" />

View File

@@ -1441,7 +1441,7 @@
<npc id="29022" level="75" type="GrandBoss" name="Zaken">
<race>UNDEAD</race>
<sex>MALE</sex>
<acquire exp="102487500" sp="3074625" raidPoints="0" />
<acquire exp="102487500" sp="3074625" />
<stats str="60" int="76" dex="73" wit="70" con="57" men="80">
<vitals hp="36946499.75369" hpRegen="310.756323" mp="20787.765" mpRegen="3" />
<attack physical="33864" magical="42273" random="30" critical="4" accuracy="40" attackSpeed="206" type="SWORD" range="40" distance="80" width="120" />

View File

@@ -112,7 +112,7 @@
<npc id="29105" level="82" type="RaidBoss" name="King Ignis" title="Flame Spirit King">
<race>ELEMENTAL</race>
<sex>MALE</sex>
<acquire exp="806880000" sp="21785760" raidPoints="0" />
<acquire exp="806880000" sp="21785760" />
<stats str="60" int="76" dex="73" wit="70" con="57" men="80">
<vitals hp="13854937.5" hpRegen="319.2293199" mp="30569.67" mpRegen="3" />
<attack physical="4522.433913" magical="3088.236091" random="30" critical="4.75" accuracy="4.75" attackSpeed="250" type="SWORD" range="40" distance="80" width="120" />
@@ -208,7 +208,7 @@
<npc id="29106" level="82" type="RaidBoss" name="Queen Nebula">
<race>ELEMENTAL</race>
<sex>MALE</sex>
<acquire exp="806880000" sp="21785760" raidPoints="0" />
<acquire exp="806880000" sp="21785760" />
<stats str="60" int="76" dex="73" wit="70" con="57" men="80">
<vitals hp="13854937.5" hpRegen="319.2293199" mp="30569.67" mpRegen="3" />
<attack physical="4522.433913" magical="3088.236091" random="30" critical="4.75" accuracy="4.75" attackSpeed="250" type="SWORD" range="40" distance="80" width="120" />
@@ -302,7 +302,7 @@
<npc id="29107" level="82" type="RaidBoss" name="King Procella">
<race>ELEMENTAL</race>
<sex>MALE</sex>
<acquire exp="806880000" sp="21785760" raidPoints="0" />
<acquire exp="806880000" sp="21785760" />
<stats str="60" int="76" dex="73" wit="70" con="57" men="80">
<vitals hp="13854937.5" hpRegen="319.2293199" mp="30569.67" mpRegen="3" />
<attack physical="4522.433913" magical="3088.236091" random="30" critical="4.75" accuracy="4.75" attackSpeed="250" type="SWORD" range="40" distance="80" width="120" />
@@ -396,7 +396,7 @@
<npc id="29108" level="82" type="RaidBoss" name="King Petram" title="Earth Spirit King">
<race>ELEMENTAL</race>
<sex>MALE</sex>
<acquire exp="806880000" sp="21785760" raidPoints="0" />
<acquire exp="806880000" sp="21785760" />
<stats str="60" int="76" dex="73" wit="70" con="57" men="80">
<vitals hp="13854937.5" hpRegen="319.2293199" mp="30569.67" mpRegen="3" />
<attack physical="4522.433913" magical="3088.236091" random="30" critical="4.75" accuracy="4.75" attackSpeed="250" type="SWORD" range="40" distance="80" width="120" />
@@ -686,7 +686,7 @@
<npc id="29119" level="75" type="RaidBoss" name="Zaken">
<race>UNDEAD</race>
<sex>MALE</sex>
<acquire exp="0" sp="0" raidPoints="0" />
<acquire exp="0" sp="0" />
<stats str="60" int="76" dex="73" wit="70" con="57" men="80">
<vitals hp="11083949.50738" hpRegen="310.756323" mp="20787.765" mpRegen="3" />
<attack physical="2451.22348" magical="868.8760268" random="30" critical="4.75" accuracy="4.75" attackSpeed="250" type="SWORD" range="40" distance="80" width="120" />