πTrade goal

Last updated

Last updated
{
"Id": "medicineTrading",
"TakerId": "barman",
"QType": 4,
"Name": "Medicine deal",
"Description": "Trade medicine",
"Goals": [
{
"QType": 4,
"ClassName": "DisinfectantAlcohol",
/* "Count" : 0 */ //
"Quantity": 100, // Use Quantity if the item has quantity
"Description": "Bring " // Rest is filled automatically by display name
},
{
"QType": 4,
"ClassName": "DisinfectantSpray",
"Quantity": 100,
"Description": "Bring "
},
{
"QType": 4,
"ClassName": "CrudeMachete",
"Count": 1,
"Description": "Bring "
}
],
"Rewards": [
{
"RewardType": 1,
"ClassName": "Pot",
"Amount": 1
},
{
"RewardType": 1,
"ClassName": "BakedBeansCan",
"Amount": 1
}
],
"IsRepeatable": false,
"PreQuests": [
"player1"
],
"RepeatDurationHours": 0
}