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) 593 B
import { Item } from '../Item'; const sHeadData = { id: 21909, name: "Vorkath's stuffed head", iconUrl: "/assets/items/vorkaths-stuffed-head.png", examine: "I could mount this on my wall!", value: 50000, highAlch: 30000, lowAlch: 20000, weight: 10, members: true, tradeable: false, equipable: false, releaseDate: "2018-01-04", destroy: "Unstuff", questItem: false, stackable: false, noted: false, officialWikiUrl: "https://oldschool.runescape.wiki/w/Vorkath's_stuffed_head", }; export const SHead = Item.fromJson(sHeadData);