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

24 lines (23 loc) 669 B
import { Item } from '../Item'; const dragonkinMapData = { destroy: "You'll need to search Dallas Jones' chest again.", equipable: false, examine: 'An ancient map created by the Dragonkin.', highAlch: 0, id: 21043, lowAlch: 0, members: true, meleeStrength: 0, name: 'Dragonkin map', iconUrl: '/assets/items/dragonkin-map.png', noted: false, officialWikiUrl: 'https://oldschool.runescape.wiki/w/Dragonkin_map', prayer: 0, questItem: true, releaseDate: '5 January 2017', stackable: false, tradeable: false, value: 0, weight: 0.01, }; export const DragonkinMap = Item.fromJson(dragonkinMapData);