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) 592 B
import { Item } from '../Item'; const mithrilPlatelegsTData = { id: 12289, name: "Mithril platelegs (t)", iconUrl: '/assets/items/12289.png', examine: "Mithril platelegs with trim.", value: 2600, highAlch: 1560, lowAlch: 1040, weight: 0, members: false, tradeable: true, equipable: false, releaseDate: '', destroy: 'Drop', questItem: false, stackable: false, noted: false, officialWikiUrl: 'https://oldschool.runescape.wiki/w/Mithril_platelegs_(t)', }; export const MithrilPlatelegsT = Item.fromJson(mithrilPlatelegsTData);