📜Trade goal

This quest requires to bring Disinfectant Alcohol, Spray and Iodine Tincture. Each goal has the quantity set. Be careful about these numbers and make sure, what is the real quantity of the item.
This quest is not repeatable
This quest has a pre-quest of id player1
You will get reward - 1x cooking pot and 1x baked beans can
{
"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
}
Last updated