Question I understand stand that to pull certain stats from the embark api the items gotta be mapped as in enemy-kills weapon-kills map performance summary I’m stuck on this I can pull other stats but I’m stuck on this part do I need a publicuuid and do I just add the assetid to my items json to pull the targeted or mapid do I need to link all the ids toghtier or just {
"slug": "light-ammo",
"itemId": "real-item-id",
"gameAssetId": "real-asset-id",
"nameKey": "ST_ItemNames.ID_LIGHT_AMMO",
"displayName": "Light Ammo"
}
{
"slug": "wasp",
"enemyId": null,
"targetId": null,
"nameKey": "ST_Enemy.ID_ENEMY_WASP_NAME",
"displayName": "Wasp"
}
Question I understand stand that to pull certain stats from the embark api the items gotta be mapped as in enemy-kills weapon-kills map performance summary I’m stuck on this I can pull other stats but I’m stuck on this part do I need a publicuuid and do I just add the assetid to my items json to pull the targeted or mapid do I need to link all the ids toghtier or just {
"slug": "light-ammo",
"itemId": "real-item-id",
"gameAssetId": "real-asset-id",
"nameKey": "ST_ItemNames.ID_LIGHT_AMMO",
"displayName": "Light Ammo"
}
{
"slug": "wasp",
"enemyId": null,
"targetId": null,
"nameKey": "ST_Enemy.ID_ENEMY_WASP_NAME",
"displayName": "Wasp"
}