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) • 583 B
JavaScript
import { Item } from '../Item';
const armadylPage2Data = {
id: 12618,
name: "Armadyl page 2",
iconUrl: "/assets/items/12618.png",
examine: "This seems to have been torn from a book...",
value: 400,
highAlch: 240,
lowAlch: 160,
weight: 0,
members: true,
tradeable: true,
equipable: false,
releaseDate: "2014-07-03",
destroy: "Drop",
questItem: false,
stackable: true,
noted: false,
officialWikiUrl: "https://oldschool.runescape.wiki/w/Armadyl_page_2",
};
export const ArmadylPage2 = Item.fromJson(armadylPage2Data);