Anonymous

Bank: Difference between revisions

From Melvor Idle
→‎Categories: Sorted list
(→‎Categories: Sorted list)
Line 53: Line 53:
var bankSearchCat = new Set();
var bankSearchCat = new Set();
game.items.forEach((i, idx) => {
game.items.forEach((i, idx) => {
if (i.category !== undefined && i.category !== 'TODO') {
if (i.category !== undefined && i.category !== 'TODO' && i.category !== '') {
const s = i.category.split(":");
const s = i.category.split(":");
bankSearchCat.add(s[s.length - 1]);
bankSearchCat.add(s[s.length - 1]);
}
}
if (i.type !== undefined && i.type !== 'TODO') {
if (i.type !== undefined && i.type !== 'TODO' && i.category !== '') {
const s = i.type.split(":");
const s = i.type.split(":");
bankSearchCat.add(s[s.length - 1]);
bankSearchCat.add(s[s.length - 1]);
}
}
});
});
console.log('* ' + Array.from(bankSearchCat).sort((a, b) => a > b).join('\n* '));
console.log('* ' + Array.from(bankSearchCat).sort().join('\n* '));
--><div style="column-count: 3">
--><div style="column-count: 3">
* Woodcutting
* 2H
* Logs
* Abyssal Allotment
* Fishing
* Abyssal Gem
* Raw Fish
* Abyssal Herb
* Cooking
* Abyssal Seeds
* Food
* AbyssalSlayer
* Cooked Fish
* Abyssium
* Mining
* Agility
* Ore
* Ammo
* Smithing
* Amulet
* Archaeology
* Armour
* Arrows
* Arrowtips
* Artefact
* Astrology
* Bag
* Bar
* Bar
* Barrier
* Birthday 2023
* Bolts
* Bones
* Boots
* Bow
* Bows
* Brumite
* Cape
* Cartography
* Chest
* Christmas
* Christmas 2021
* Combat
* Combat
* Weapon
* Consumable
* Armour
* Cooked Fish
* Gemstone
* Cooking
* Gem
* Cool
* Farming
* Seeds
* Miscellaneous
* Trimmed Armour
* Amulet
* Ranged Weapon
* Ammo
* Arrowtips
* Fletching
* Arrows
* Unstrung Bows
* Crafting
* Crafting
* Leather
* Crafting Material
* Crossbow
* Crystal
* Dragonhide
* Dragonhide
* Ranged Armour
* Dungeons
* Ring
* Easter
* Misc
* Enchanted Urn
* Openable
* Enhancement
* Chest
* Equipment
* Runecrafting
* Essence
* Essence
* Rune
* Events
* Magic Staff
* Familiar
* Magic Armour
* Farming
* Bones
* Firemaking
* Mastery
* Fish
* Token
* Fishing
* Magic Wand
* Fletching
* Food
* Food (Perfect)
* Fragment
* Gem
* Gemstone
* General
* Gloomite
* Gloves
* Golbin Raid
* Harvesting
* Hat
* Hats
* Helmet
* Herb
* Herb
* Herblore
* Ingredient
* Item
* Javelin
* Junk
* Junk
* Special
* Leather
* Lemon
* Lemon
* Crossbow
* Lime
* Javelin
* Limes
* Logs
* Magic
* Magic Armour
* Magic Book
* Magic Staff
* Magic Wand
* Mastery
* Material
* Mining
* Misc
* Miscellaneous
* Offhand
* Oil
* Openable
* Ore
* Party
* Party
* Patreon
* Patreon
* Skills
* Potion
* Events
* Prayer
* Christmas
* Easter
* Fish
* Cool
* Equipment
* Ingredient
* Food (Perfect)
* Product
* Product
* Material
* Ranged Armour
* Christmas 2021
* Ranged Weapon
* Golbin Raid
* Raw Fish
* Magic Book
* Resource
* Firemaking
* Ring
* Bows
* Rune
* Thieving
* Runecrafting
* Herblore
* Secret
* Fragment
* Seeds
* Slayer Armour
* Potion
* Shard
* Shard
* Helmet
* Shield
* Shield
* Boots
* Skilling
* Dungeons
* Skills
* Item
* Slayer
* Slayer
* Summoning
* Slayer Armour
* Familiar
* Smithing
* Secret
* Souls
* Cape
* Special
* Crafting Material
* Bag
* Special Ring
* Special Ring
* Astrology
* General
* Urn
* Enchanted Urn
* Agility
* Skilling
* Township
* Hats
* misc
* Birthday 2023
* Enhancement
* Standard
* Standard
* Summoning
* Superior Gem
* Superior Gem
* Resource
* Thieving
* Limes
* Token
* Lime
* Township
* Cartography
* Trimmed Armour
* Archaeology
* Unstrung Bows
* Artefact
* Urn
* Bow
* Weapon
* Bolts
* Woodcutting</div>
* Consumable
* Barrier
* Crystal
* Magic
* 2H
* Gloves
* Prayer
* Offhand
* Harvesting
* Abyssal Gem
* Souls
* Abyssal Seeds
* Abyssal Allotment
* Abyssal Herb
* Abyssium
* Brumite
* Gloomite
* AbyssalSlayer
* Hat
* Oil</div>


{{Menu}}
{{Menu}}