Items have inconsistent values.
Some values are scaling values (so they have a scaling and a value) while some are string or a number.
For example, cosmetic_item_snowball has "Damage": 1. Meanwhile upgrade_arctic_blast has "Damage" : { "Value": 175, "Scale":...
I believe the most convenient solution would have all numeric values as scaling. Then the scaling can be 1 or whatever is needed.
Items have inconsistent values.
Some values are scaling values (so they have a scaling and a value) while some are string or a number.
For example,
cosmetic_item_snowballhas"Damage": 1. Meanwhileupgrade_arctic_blasthas"Damage" : { "Value": 175, "Scale":...I believe the most convenient solution would have all numeric values as scaling. Then the scaling can be 1 or whatever is needed.