osrs-tools 2.3.5 → 2.3.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,30 +1,29 @@
1
- import { SlayerBuy } from './SlayerReward';
1
+ import { SlayerBuy } from "./SlayerReward";
2
2
  const SlayerBuys = [
3
3
  {
4
- item: 'Slayer ring',
5
- notes: 'An equippable ring that provides all the functions of an Enchanted gem, and provides 8 charges for teleporting to useful Slayer sites.',
4
+ item: "Slayer ring",
5
+ notes: "An equippable ring that provides all the functions of an Enchanted gem, and provides 8 charges for teleporting to useful Slayer sites.",
6
6
  priceSoldAt: 75,
7
7
  },
8
8
  {
9
- item: 'Broad bolts (x250)',
10
- notes: 'Bolts that can damage Turoths and Kurask. Level 55 Slayer and 61 Ranged, alongside a suitable bow, are required to fire these bolts.',
9
+ item: "Broad bolts (x250)",
10
+ notes: "Bolts that can damage Turoths and Kurask. Level 55 Slayer and 61 Ranged, alongside a suitable bow, are required to fire these bolts.",
11
11
  priceSoldAt: 35,
12
12
  },
13
13
  {
14
- item: 'Broad arrows (x250)',
15
- notes: 'Arrows that can damage Turoths and Kurask. Level 55 Slayer and 50 Ranged, alongside a suitable bow, are required to fire these arrows.',
14
+ item: "Broad arrows (x250)",
15
+ notes: "Arrows that can damage Turoths and Kurask. Level 55 Slayer and 50 Ranged, alongside a suitable bow, are required to fire these arrows.",
16
16
  priceSoldAt: 35,
17
17
  },
18
18
  {
19
- item: 'Herb sack',
20
- notes: 'Stores up to 30 of each type of grimy herb (for a total of 420 herbs). Level 58 Herblore is required to use it.',
19
+ item: "Herb sack",
20
+ notes: "Stores up to 30 of each type of grimy herb (for a total of 420 herbs). Level 58 Herblore is required to use it.",
21
21
  priceSoldAt: 750,
22
22
  },
23
23
  {
24
- item: 'Rune pouch',
25
- notes: 'Stores up to 16,000 of three types of runes. Only one can be owned. Can also be obtained by exchanging a rune pouch note at a bank.',
24
+ item: "Rune pouch",
25
+ notes: "Stores up to 16,000 of three types of runes. Only one can be owned. Can also be obtained by exchanging a rune pouch note at a bank.",
26
26
  priceSoldAt: 750,
27
27
  },
28
28
  ];
29
29
  export { SlayerBuy, SlayerBuys };
30
- module.exports = exports = { SlayerBuys };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "osrs-tools",
3
- "version": "2.3.5",
3
+ "version": "2.3.6",
4
4
  "description": "A comprehensive TypeScript library for Old School RuneScape (OSRS) data and utilities, including quest data, skill requirements, and game item information",
5
5
  "license": "MIT",
6
6
  "scripts": {