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 strengthAmuletTData = { id: 10364, name: "Strength amulet (t)", iconUrl: '/assets/items/10364.png', examine: "An enchanted ruby amulet.", value: 2025, highAlch: 1215, lowAlch: 810, weight: 0, members: false, tradeable: true, equipable: false, releaseDate: '', destroy: 'Drop', questItem: false, stackable: false, noted: false, officialWikiUrl: 'https://oldschool.runescape.wiki/w/Strength_amulet_(t)', }; export const StrengthAmuletT = Item.fromJson(strengthAmuletTData);