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

@@ -1993,7 +1993,7 @@
<npc id="24067" level="101" type="Monster" name="Sophie von Hellmann">
<race>UNDEAD</race>
<sex>FEMALE</sex>
<acquire exp="7950775691" sp="7950863" raidPoints="0" />
<acquire exp="7950775691" sp="7950863" />
<stats str="88" int="79" dex="55" wit="78" con="82" men="78">
<vitals hp="1499858.38150289" hpRegen="411.3974312" mp="47856.1056105611" mpRegen="3.3" />
<attack physical="297710.974991222" magical="45476.7341932766" random="30" critical="4" accuracy="4.75" attackSpeed="250" type="SWORD" range="40" distance="80" width="120" />
@@ -2082,7 +2082,7 @@
<npc id="24068" level="101" type="Monster" name="Eilhalder von Hellmann">
<race>DEMONIC</race>
<sex>MALE</sex>
<acquire exp="235387962" sp="56493" raidPoints="0" />
<acquire exp="235387962" sp="56493" />
<stats str="88" int="79" dex="55" wit="78" con="82" men="78">
<vitals hp="1499858.38150289" hpRegen="9.5" mp="47856.1056105611" mpRegen="3.3" />
<attack physical="297710.974991222" magical="45476.7341932766" random="30" critical="4" accuracy="4.75" attackSpeed="250" type="SWORD" range="40" distance="80" width="120" />
@@ -2160,7 +2160,7 @@
<race>HUMAN</race>
<sex>MALE</sex>
<equipment rhand="36218" />
<acquire exp="0" sp="0" raidPoints="0" />
<acquire exp="0" sp="0" />
<stats str="88" int="79" dex="55" wit="78" con="82" men="78">
<vitals hp="4999527.16763006" hpRegen="419.6050136" mp="47856.1056105611" mpRegen="3.3" />
<attack physical="333994.155065416" magical="51976.9444935764" random="30" critical="4" accuracy="4.75" attackSpeed="250" type="SWORD" range="40" distance="80" width="120" />
@@ -2182,7 +2182,7 @@
<npc id="24071" level="102" type="RaidBoss" name="Kain van Halter" title="Traitor">
<race>HUMANOID</race>
<sex>MALE</sex>
<acquire exp="0" sp="0" raidPoints="0" />
<acquire exp="0" sp="0" />
<stats str="88" int="79" dex="55" wit="78" con="82" men="78">
<vitals hp="17498346.2427746" hpRegen="419.6050136" mp="47856.1056105611" mpRegen="3.3" />
<attack physical="333994.155065416" magical="51976.9444935764" random="30" critical="4" accuracy="4.75" attackSpeed="250" type="SWORD" range="40" distance="80" width="120" />

View File

@@ -3028,7 +3028,7 @@
<npc id="24195" level="107" type="RaidBoss" name="Kain van Halter" title="Void Apostle">
<race>DEMONIC</race>
<sex>MALE</sex>
<acquire exp="0" sp="0" raidPoints="0" />
<acquire exp="0" sp="0" />
<stats str="164" int="188" dex="55" wit="78" con="111" men="149">
<vitals hp="19673739.795135" hpRegen="461.8588637" mp="32075.861" mpRegen="3.3" />
<attack physical="312687.0433" magical="224243.5878" random="30" critical="4.75" accuracy="4.75" attackSpeed="250" type="SWORD" range="40" distance="80" width="120" />

View File

@@ -963,7 +963,7 @@
<npc id="26327" level="108" type="RaidBoss" name="Etis van Etina" title="Overlord">
<race>HUMANOID</race>
<sex>MALE</sex>
<acquire exp="0" sp="0" raidPoints="0" />
<acquire exp="0" sp="0" />
<stats str="164" int="188" dex="55" wit="78" con="111" men="149">
<vitals hp="5765311.36464" hpRegen="470.5528213" mp="88540.925" mpRegen="3.3" />
<attack physical="318573.0144" magical="228464.7134" random="30" critical="4.75" accuracy="4.75" attackSpeed="250" type="SWORD" range="40" distance="80" width="120" />
@@ -989,7 +989,7 @@
<npc id="26328" level="108" type="RaidBoss" name="Etis van Etina" title="Overlord">
<race>HUMANOID</race>
<sex>MALE</sex>
<acquire exp="701228482560" sp="631104048" raidPoints="0" />
<acquire exp="701228482560" sp="631104048" />
<stats str="164" int="188" dex="55" wit="78" con="111" men="149">
<vitals hp="5765311.36464" hpRegen="470.5528213" mp="88540.925" mpRegen="3.3" />
<attack physical="318573.0144" magical="228464.7134" random="30" critical="4.75" accuracy="4.75" attackSpeed="250" type="SWORD" range="40" distance="80" width="120" />
@@ -1551,7 +1551,7 @@
</npc>
<npc id="26352" level="85" type="RaidBoss" name="Scarlet van Halisha">
<race>HUMANOID</race>
<acquire exp="51569936" sp="12376" raidPoints="0" />
<acquire exp="51569936" sp="12376" />
<equipment rhand="8222" />
<stats str="164" int="188" dex="55" wit="78" con="111" men="149">
<vitals hp="6338224" hpRegen="1491.22807017544" mp="373427" mpRegen="1574.07407407407" />
@@ -1689,7 +1689,7 @@
</npc>
<npc id="26359" level="85" type="RaidBoss" name="Freya" title="Ice Queen">
<race>HUMANOID</race>
<acquire exp="51569936" sp="12376" raidPoints="0" />
<acquire exp="51569936" sp="12376" />
<stats str="164" int="188" dex="55" wit="78" con="111" men="149">
<vitals hp="6338224" hpRegen="1491.22807017544" mp="373427" mpRegen="1574.07407407407" />
<speed>

View File

@@ -792,7 +792,7 @@
<npc id="29318" level="109" type="GrandBoss" name="Etis van Etina" title="Overlord">
<race>HUMANOID</race>
<sex>MALE</sex>
<acquire exp="0" sp="0" raidPoints="0" />
<acquire exp="0" sp="0" />
<stats str="164" int="188" dex="55" wit="78" con="111" men="149">
<vitals hp="446461141.07331" hpRegen="479.3278415" mp="89800.408" mpRegen="3.3" />
<attack physical="324513.8663" magical="232725.1967" random="30" critical="4.75" accuracy="4.75" attackSpeed="250" type="SWORD" range="40" distance="80" width="120" />
@@ -830,7 +830,7 @@
<npc id="29319" level="109" type="GrandBoss" name="Etis van Etina" title="Overlord">
<race>HUMANOID</race>
<sex>MALE</sex>
<acquire exp="12443307520419" sp="11198971195" raidPoints="0" />
<acquire exp="12443307520419" sp="11198971195" />
<stats str="164" int="188" dex="55" wit="78" con="111" men="149">
<vitals hp="446461141.07331" hpRegen="479.3278415" mp="89800.408" mpRegen="3.3" />
<attack physical="324513.8663" magical="232725.1967" random="30" critical="4.75" accuracy="4.75" attackSpeed="250" type="SWORD" range="40" distance="80" width="120" />
@@ -950,7 +950,7 @@
<npc id="29320" level="109" type="GrandBoss" name="Kain van Halter" title="Disciple of Void">
<race>DEMONIC</race>
<sex>MALE</sex>
<acquire exp="10730098508044" sp="9657078777" raidPoints="0" />
<acquire exp="10730098508044" sp="9657078777" />
<stats str="164" int="188" dex="55" wit="78" con="111" men="149">
<vitals hp="364757533.74678" hpRegen="479.3278415" mp="89800.408" mpRegen="3.3" />
<attack physical="324513.8663" magical="232725.1967" random="30" critical="4.75" accuracy="4.75" attackSpeed="250" type="SWORD" range="40" distance="80" width="120" />