Floor teleport point fix.

This commit is contained in:
sigonasr2 2022-03-28 12:33:34 -05:00
parent af704a0ff2
commit 47676136fd
2 changed files with 2 additions and 1 deletions

View File

@ -223,6 +223,7 @@ function ParseString(str) {
var fl=split[4].substring("Floor ".length) var fl=split[4].substring("Floor ".length)
floor=Number(fl) floor=Number(fl)
points+=4550 points+=4550
points+=430
if (fully_explored) { if (fully_explored) {
points+=2525 points+=2525
} }

View File

@ -477,7 +477,7 @@ function ParseString(str) {
} else } else
if (split.length==22&&started) { if (split.length==22&&started) {
if (split[0]==="04") { if (split[0]==="04") {
const blacklist=["trap","ruby carbuncle","topaz carbuncle","emerald carbuncle"] const blacklist=["trap","ruby carbuncle","topaz carbuncle","emerald carbuncle","lava bomb","giddy bomb","grey bomb"]
const RareMonsterNames=[ const RareMonsterNames=[
"bloated conjurer", "bloated archer", "bloated pugilist", "sword-swinging adventurer", "staff-spinning adventurer", "spear-shaking adventurer", "bloated conjurer", "bloated archer", "bloated pugilist", "sword-swinging adventurer", "staff-spinning adventurer", "spear-shaking adventurer",
"roughspun ruffian", "frenzied freebooter", "ishgardian pikeman", "duskwight lancer", "mortifying magnate", "insentient inquisitor", "moldering merchant", "roughspun ruffian", "frenzied freebooter", "ishgardian pikeman", "duskwight lancer", "mortifying magnate", "insentient inquisitor", "moldering merchant",