I know this has been addressed a few times. But want to post for clarification and understanding.
Reward_data json has format of
"antiradpills_0": {
"shortname": "antiradpills",
"customIcon": null,
"amount": 1,
"skinId": 0,
"isBp": false,
"category": 7,
"displayName": "Anti-Radiation Pills",
"cost": 1,
"cooldown": 0
ICC has a format of
"antiradpills_0": {
"displayName": "Anti-Radiation Pills",
"cost": 1,
"cooldown": 0,
"shortname": "antiradpills",
"customIcon": null,
"amount": 1,
"skinId": 0,
"isBp": false,
"category": 7
How do I get these to match up, when overwritting and importing it does not work.
Reward_data json has format of
"antiradpills_0": {
"shortname": "antiradpills",
"customIcon": null,
"amount": 1,
"skinId": 0,
"isBp": false,
"category": 7,
"displayName": "Anti-Radiation Pills",
"cost": 1,
"cooldown": 0
ICC has a format of
"antiradpills_0": {
"displayName": "Anti-Radiation Pills",
"cost": 1,
"cooldown": 0,
"shortname": "antiradpills",
"customIcon": null,
"amount": 1,
"skinId": 0,
"isBp": false,
"category": 7
How do I get these to match up, when overwritting and importing it does not work.