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

23 lines (22 loc) 674 B
import { Item } from '../Item'; const paladinCredentialsData = { destroy: "You'll need to speak to Sir Amik Varze to get another one.", equipable: false, examine: 'Proves my acceptance into the order of paladins.', highAlch: 0, id: 8780, lowAlch: 0, members: true, meleeStrength: 0, name: "Paladin's credentials", noted: false, officialWikiUrl: 'https://oldschool.runescape.wiki/w/Paladin%27s_credentials', prayer: 0, questItem: true, releaseDate: '9 August 2006', stackable: false, tradeable: false, value: 0, weight: 0.001, }; export const PaladinCredentials = Item.fromJson(paladinCredentialsData);