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) • 614 B
JavaScript
import { Item } from '../Item';
const blackDHideChapsGData = {
id: 12383,
name: "Black d'hide chaps (g)",
iconUrl: '/assets/items/12383.png',
examine: "Made from 100% real dragonhide. With colourful trim!",
value: 6220,
highAlch: 3732,
lowAlch: 2488,
weight: 0,
members: true,
tradeable: true,
equipable: false,
releaseDate: '',
destroy: 'Drop',
questItem: false,
stackable: false,
noted: false,
officialWikiUrl: "https://oldschool.runescape.wiki/w/Black_d'hide_chaps_(g)",
};
export const BlackDHideChapsG = Item.fromJson(blackDHideChapsGData);