node-tf2-item-format
node-tf2-item-format copied to clipboard
Parse output defindex and output quality in `parseString`
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
}
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.
ok, I will keep using autobot schema library instead then