UNPKG
bdo-scraper
Version:
latest (2.2.4)
2.2.4
2.2.3
2.2.2
2.2.1
2.2.0
2.1.1
2.1.0
2.0.0
1.0.3
1.0.2
1.0.1
1.0.0
A scraper for BDOCodex.com and BDDatabase.net.
bdo-scraper
/
src
/
enums
/
itemType.js
10 lines
•
270 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
module
.
exports
= { equipment:
'equipment'
, consumable:
'consumable'
, specialItems:
'special_items'
, craftingMaterial:
'crafting_material'
, general:
'general'
, license:
'license'
, recipe:
'recipe'
, materialGroup:
'materialgroup'
}