Content Patcher: remove Spring requirement on Pam and Evelyn's quests.

RevMortis

Cowpoke
Set up a quick Content Patcher mod to remove the seasonal requirement (spring) on Pam's and Evelyn's special quests.

does this look right for the content.json?

{
"Format": "1.10",
"Changes": [
{
"Action": "EditData",
"Target": "Data/SpecialOrders",
"Fields": {
"Pam": {
"RequiredTags": [ "" ],
},
}
},
{
"Action": "EditData",
"Target": "Data/SpecialOrders",
"Fields": {
"Evelyn": {
"RequiredTags": [ "" ],
},
}
}
]
}
 
Top