Bank: Difference between revisions

943 bytes added ,  17 March 2022
Update for v1.0.3
No edit summary
(Update for v1.0.3)
Line 1: Line 1:
{{V|1.0.1}}
{{V|1.0.3}}
[[File:Bank Slot (upgrade).svg|thumb|right|Bank]]
[[File:Bank Slot (upgrade).svg|thumb|right|Bank]]
The '''{{PAGENAME}}''' is where the player's [[Table of Items|items]] are stored.
The '''{{PAGENAME}}''' is where the player's [[Table of Items|items]] are stored.
Line 19: Line 19:


==Categories==
==Categories==
In addition to searching for items by name, it is possible to search by category. The list of categories is as follows:


To search for items, you can use certain categories. For now, the list is as follows:
<!-- Generated using the following JS:
 
var bankSearchCat = new Set();
items.forEach((i, idx) => {
if (i.category !== undefined) bankSearchCat.add(i.category);
if (i.type !== undefined) bankSearchCat.add(i.type);
});
console.log('* ' + Array.from(bankSearchCat).sort((a, b) => a > b).join('\n\r* '));
--><div style="column-count: 3">
* Ammo
* Amulet
* Armour
* Arrows
* Arrowtips
* Astrology
* Bag
* Bar
* Bones
* Boots
* Bows
* Cape
* Chest
* Christmas
* Christmas 2021
* Combat
* Cooked Fish
* Cooking
* Cool
* Crafting
* Crafting Material
* Crossbow
* Dragonhide
* Dungeons
* Easter
* Equipment
* Events
* Familiar
* Farming
* Fish
* Fish
* Fishing
* Fletching
* Food
* Food
 
* Food (Perfect)
* Woodcutting
* Fragment
* Fishing
* Cooking
* Mining
* Smithing
* Combat
* Miscellaneous
* Gem
* Gem
* Gemstone
* Gemstone
* Farming
* General
* Fletching
* Golbin Raid
* Crafting
* Helmet
* Misc
* Herb
* Dungeons
* Runecrafting
* Mastery
* Thieving
* Herblore
* Herblore
* Ingredient
* Item
* Javelin
* Junk
* Leather
* Lemon
* Lemon
* Logs
* Magic Armour
* Magic Book
* Magic Staff
* Magic Wand
* Mastery
* Material
* Mining
* Misc
* Miscellaneous
* Ore
* Party
* Party
* Patreon
* Patreon
* Potion
* Product
* Ranged Armour
* Ranged Weapon
* Raw Fish
* Ring
* Rune
* Runecrafting
* Secret
* Seeds
* Shard
* Shield
* Skills
* Skills
* Slayer
* Slayer
* Events
* Slayer Armour
* Smithing
* Special
* Special Ring
* Summoning
* Summoning
* Cool
* Thieving
* Astrology
* Token
 
* Trimmed Armour
This list could be missing some terms.
* Unstrung Bows
* Weapon
* Woodcutting</div>


== Bank Slots ==
== Bank Slots ==