Package Exports
- @csmtools/blue-gems
- @csmtools/blue-gems/build/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@csmtools/blue-gems) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
blue-gems
Counter-Strike tool for working with Case Hardened blue gems.
Method
All the data in this package is based on csgoskins.gg's articles on the topic.
Exports
itemsByType
{
gun: {
"Five-SeveN": new FiveSeven,
"AK-47": new AK47
},
knife: {
"Bayonet": new Bayonet,
"Butterfly Knife": new Butterfly,
"Classic Knife": new Classic,
"Falchion Knife": new Falchion,
"Flip Knife": new Flip,
"Gut Knife": new Gut,
"Huntsman Knife": new Huntsman,
"Karambit": new Karambit,
"M9 Bayonet": new M9Bayonet,
"Navaja Knife": new Navaja,
"Nomad Knife": new Nomad,
"Paracord Knife": new Paracord,
"Skeleton Knife": new Skeleton,
"Stiletto Knife": new Stiletto,
"Survival Knife": new Survival,
"Talon Knife": new Talon,
"Ursus Knife": new Ursus
}
}getItem(name)
*name - Name of the weapon
**returns* - Instantiated class with methods to get blue-gem data