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) 578 B
import { Item } from '../Item'; const obsidianCapeRData = { id: 20050, name: "Obsidian cape (r)", iconUrl: '/assets/items/20050.png', examine: "A cape of woven obsidian plates.", value: 60000, highAlch: 36000, lowAlch: 24000, weight: 0, members: true, tradeable: true, equipable: false, releaseDate: '', destroy: 'Drop', questItem: false, stackable: false, noted: false, officialWikiUrl: 'https://oldschool.runescape.wiki/w/Obsidian_cape_(r)', }; export const ObsidianCapeR = Item.fromJson(obsidianCapeRData);