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 lovakengjBannerData = { id: 20257, name: "Lovakengj banner", iconUrl: "/assets/items/20257.png", examine: "A lovakite banner bearing the Lovakengj sigil.", value: 70, highAlch: 42, lowAlch: 28, weight: 2.267, members: true, tradeable: true, equipable: true, releaseDate: "2016-07-06", destroy: "Wield", questItem: false, stackable: false, noted: true, officialWikiUrl: "https://oldschool.runescape.wiki/w/Lovakengj_banner", }; export const LovakengjBanner = Item.fromJson(lovakengjBannerData);