ShipLoot[] = {
//{ { "itemname1", amount }, { "itemname2", amount }, { "itemname3", amount } }
{ { "lockpick", 5 } },
{ { "toolkit", 5 } },
{ { "cocaine_processed", 12 } },
{ { "goldbar", 3 } },
{ { "blastingcharge", 1 } },
{ { "diamond_cut", 50 } }
};
ShipLoot[] = {
//{ { "itemname1", amount }, { "itemname2", amount }, { "itemname3", amount } }
{ { "lockpick", 5 }, { "toolkit", 5 } },
{ { "cocaine_processed", 12 } },
{ { "goldbar", 3 } },
{ { "blastingcharge", 1 } },
{ { "diamond_cut", 50 } }
};
ShipLoot[] = {
//{ { "itemname1", amount }, { "itemname2", amount }, { "itemname3", amount } }
{ { "lockpick", 5 } },
{ { "toolkit", 5 } },
{ { "cocaine_processed", 12 } },
{ { "goldbar", 3 } },
{ { "blastingcharge", 1 } },
{ { "diamond_cut", 50 } }
};