@juice789/tf2items 1.0.9 → 1.0.11

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.
package/options.json ADDED
@@ -0,0 +1 @@
1
+ {"steamApiKey": "1E55C647593C029A0C9BE22F97F03F03"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@juice789/tf2items",
3
- "version": "1.0.9",
3
+ "version": "1.0.11",
4
4
  "description": "tf2 item schema thingys",
5
5
  "main": "app.js",
6
6
  "scripts": {
package/skuLinks.js CHANGED
@@ -60,6 +60,7 @@ const manncoUrl = (sku) => {
60
60
  texture && textures[texture],
61
61
  target && items[target].item_name,
62
62
  output && items[output].item_name,
63
+ items[defindex].propername === '1' && quality.toString() === '6' && 'The',
63
64
  items[defindex].item_name.replace('\\n', ' '),
64
65
  wear && wears[wear],
65
66
  chemSeries[defindex] && 'series-' + chemSeries[defindex],
@@ -101,6 +102,7 @@ const scmUrl = (sku) => {
101
102
  texture && textures[texture],
102
103
  target && items[target].item_name,
103
104
  output && items[output].item_name,
105
+ items[defindex].propername === '1' && quality.toString() === '6' && 'The',
104
106
  items[defindex].item_name,
105
107
  wear && '(' + wears[wear] + ')',
106
108
  chemSeries[defindex] && 'Series%20%23' + chemSeries[defindex],