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) 583 B
import { Item } from '../Item'; const blackPlatebodyGData = { id: 2591, name: "Black platebody (g)", iconUrl: '/assets/items/2591.png', examine: "Black platebody with gold trim.", value: 3840, highAlch: 2304, lowAlch: 1536, weight: 0, members: false, tradeable: true, equipable: false, releaseDate: '', destroy: 'Drop', questItem: false, stackable: false, noted: false, officialWikiUrl: 'https://oldschool.runescape.wiki/w/Black_platebody_(g)', }; export const BlackPlatebodyG = Item.fromJson(blackPlatebodyGData);