UNPKG

osrs-tools

Version:

A comprehensive TypeScript library for Old School RuneScape (OSRS) data and utilities, including quest data, skill requirements, and game item information

22 lines (21 loc) 600 B
import { Item } from '../Item'; const taiBwoWannaiTeleportData = { id: 12409, name: "Tai bwo wannai teleport", iconUrl: '/assets/items/12409.png', examine: "Teleports you to Tai bwo wannai.", value: 10, highAlch: 6, lowAlch: 4, weight: 0, members: true, tradeable: true, equipable: false, releaseDate: '', destroy: 'Drop', questItem: false, stackable: false, noted: false, officialWikiUrl: 'https://oldschool.runescape.wiki/w/Tai_bwo_wannai_teleport', }; export const TaiBwoWannaiTeleport = Item.fromJson(taiBwoWannaiTeleportData);