osrs-tools
Version:
A comprehensive TypeScript library for Old School RuneScape (OSRS) data and utilities, including quest data, skill requirements, and game item information
29 lines • 792 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.Woman = void 0;
const NpcDrop_1 = require("../NpcDrop");
// Woman.ts
exports.Woman = {
id: 4,
name: 'Woman',
examine: "She looks like she's in need of a friend.",
combatLevel: 2,
hitpoints: 7,
attackable: true,
aggressive: false,
respawnTime: 25,
attackStyles: ['Melee'],
drops: [new NpcDrop_1.NpcDrop('Bones', 1, 'Always')],
locations: ['Lumbridge', 'Varrock', 'Falador', 'Ardougne', 'Draynor Village', 'Edgeville'],
members: false,
officialWikiUrl: '',
canPoison: false,
poisonous: false,
canCannon: false,
canThrall: false,
canVenom: false,
maxHit: 0,
attackSpeed: 0,
weaknesses: [],
};
//# sourceMappingURL=Woman.js.map