node-tf2-item-format icon indicating copy to clipboard operation
node-tf2-item-format copied to clipboard

Parse output defindex and output quality in `parseString`

Open arik123 opened this issue 3 years ago • 2 comments

parseString does not parse output quality and output defindex for killstreak fabricators name: Specialized Killstreak Atomizer Kit Fabricator output:

{
  "name": "Specialized Killstreak Kit Fabricator",
  "craftable": true,
  "quality": 6,
  "killstreak": 2,
  "defindex": 20002,
  "target": "Atomizer",
  "targetDefindex": 450
}

arik123 avatar Jun 09 '22 08:06 arik123

I've thought about this and if I added those outputs it would introduce breaking changes, which I would like to avoid until I decide to rewrite the library.

danocmx avatar Jun 26 '22 18:06 danocmx

ok, I will keep using autobot schema library instead then

arik123 avatar Jun 28 '22 10:06 arik123