osrs-tools
Version:
A comprehensive TypeScript library for Old School RuneScape (OSRS) data and utilities, including quest data, skill requirements, and game item information
48 lines (47 loc) • 1.7 kB
JavaScript
export const AttackUnlocks = [
{
skill: 'Attack',
level: 1,
description: 'Unlocks the ability to wield basic weapons and deal damage to enemies.',
},
{
skill: 'Attack',
level: 20,
description: 'Unlocks the ability to wield Mithril weapons, which have higher attack bonuses than Iron and Steel weapons.',
},
{
skill: 'Attack',
level: 30,
description: 'Unlocks the ability to wield Adamant weapons, which have higher attack bonuses than Mithril weapons.',
},
{
skill: 'Attack',
level: 40,
description: 'Unlocks the ability to wield Rune weapons, which have higher attack bonuses than Adamant weapons.',
},
{
skill: 'Attack',
level: 60,
description: 'Unlocks the ability to wield Dragon weapons, which have higher attack bonuses than Rune weapons.',
},
{
skill: 'Attack',
level: 70,
description: 'Unlocks the ability to wield Barrows weapons, which have unique special effects and are among the best in the game.',
},
{
skill: 'Attack',
level: 75,
description: 'Unlocks the ability to wield Godswords, which are powerful two-handed weapons with unique special attacks.',
},
{
skill: 'Attack',
level: 80,
description: 'Unlocks the ability to wield Abyssal Whip, which is a powerful one-handed weapon with a fast attack speed.',
},
{
skill: 'Attack',
level: 85,
description: 'Unlocks the ability to wield Saradomin Sword, which is a powerful one-handed weapon with a special attack that can heal the wielder.',
},
];