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) 582 B
import { Item } from '../Item'; const blackPlatelegsGData = { id: 2593, name: "Black platelegs (g)", iconUrl: '/assets/items/2593.png', examine: "Black platelegs with gold trim.", value: 1920, highAlch: 1152, lowAlch: 768, weight: 0, members: false, tradeable: true, equipable: false, releaseDate: '', destroy: 'Drop', questItem: false, stackable: false, noted: false, officialWikiUrl: 'https://oldschool.runescape.wiki/w/Black_platelegs_(g)', }; export const BlackPlatelegsG = Item.fromJson(blackPlatelegsGData);