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) 571 B
import { Item } from '../Item'; const blackShieldH1Data = { id: 7332, name: "Black shield (h1)", iconUrl: '/assets/items/7332.png', examine: "A shield with a heraldic design", value: 1632, highAlch: 979, lowAlch: 652, weight: 0, members: false, tradeable: true, equipable: false, releaseDate: '', destroy: 'Drop', questItem: false, stackable: false, noted: false, officialWikiUrl: 'https://oldschool.runescape.wiki/w/Black_shield_(h1)', }; export const BlackShieldH1 = Item.fromJson(blackShieldH1Data);