17,101
edits
Steph Marie (talk | contribs) No edit summary |
(Update for v1.0.3) |
||
Line 1: | Line 1: | ||
{{V|1.0. | {{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: | |||
<!-- 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) | |||
* Fragment | |||
* | |||
* | |||
* Gem | * Gem | ||
* Gemstone | * Gemstone | ||
* | * General | ||
* | * Golbin Raid | ||
* | * Helmet | ||
* | * Herb | ||
* 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 | ||
* | * Slayer Armour | ||
* Smithing | |||
* Special | |||
* Special Ring | |||
* Summoning | * Summoning | ||
* | * Thieving | ||
* | * Token | ||
* Trimmed Armour | |||
* Unstrung Bows | |||
* Weapon | |||
* Woodcutting</div> | |||
== Bank Slots == | == Bank Slots == |