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

8 lines (7 loc) 256 B
export const itemModelPaths = { yellowPartyhat: "osrs-tools/models/YellowPartyhat.obj", }; export function getItemModelPath(modelName) { return itemModelPaths[modelName]; } export const yellowPartyhatModelPath = getItemModelPath("yellowPartyhat");