@floral meteor
Seems to be a bug when the "Taskings" list is ommitted from the root structure.
I've added some default taskings. Those should all be overwritten, so no worries.
Can you try to do /signuptemplate update with the below JSON and create the signup once more?
{
"SignUpConfigName": "Chapter 3 Retribution",
"GroupConfigs": [
{
"Name": "Sword Fish",
"Role": "A-4E",
"AmountInSlot": 12,
"GroupSpecificTasking": [
"CAP",
"CAS",
"SEAD",
"DEAD",
"BAI",
"OCA Runway",
"OCA Aircraft",
"SEAD Escort",
"SEAD Sweep"
]
},
{
"Name": "Grouper",
"Role": "UH-1H",
"IsDualSeater": true,
"AmountInSlot": 12,
"GroupSpecificTasking": [
"CAS",
"BAI",
"STRIKE",
"Transport",
"Air Assault",
"Armed Recon"
]
},
{
"Name": "Orca",
"Role": "F-4E-45MC",
"IsDualSeater": true,
"AmountInSlot": 12,
"GroupSpecificTasking": [
"CAP",
"CAS",
"Intercept",
"STRIKE",
"Anti-ship",
"SEAD",
"DEAD",
"Escort",
"BAI",
"Fighter Sweep",
"OCA Runway",
"OCA Aircraft",
"SEAD Escort",
"SEAD Sweep",
"Armed Recon"
]
},
{
"Name": "Mako",
"Role": "F-1EE",
"AmountInSlot": 12,
"GroupSpecificTasking": [
"CAP",
"CAS",
"Intercept",
"STRIKE",
"BAI",
"OCA Runway",
"OCA Aircraft",
"Escort",
"Fighter Sweep"
]
},
{
"Name": "Barracuda",
"Role": "F-5E",
"AmountInSlot": 12,
"GroupSpecificTasking": [
"CAP",
"Intercept",
"DEAD",
"Escort",
"BAI",
"Fighter Sweep",
"STRIKE",
"OCA Aircraft"
]
},
{
"Name": "Eagle",
"Role": "MiG-19P",
"AmountInSlot": 12,
"GroupSpecificTasking": [
"CAP",
"CAS",
"Intercept",
"Fighter Sweep",
"Escort",
"BAI",
"OCA Aircraft"
]
},
{
"Name": "Hawk",
"Role": "MiG-21bis",
"AmountInSlot": 12,
"GroupSpecificTasking": [
"CAP",
"Intercept",
"Escort",
"Fighter Sweep"
]
},
{
"Name": "Falcon",
"Role": "F-1CE",
"AmountInSlot": 12,
"GroupSpecificTasking": [
"CAS",
"CAS",
"Intercept",
"BAI",
"Escort",
"Fighter Sweep",
"OCA Runway",
"OCA Aircraft"
]
},
{
"Name": "Osprey",
"Role": "Mi-8TV2",
"AmountInSlot": 4,
"GroupSpecificTasking": [
"CAS",
"OCA Aircraft",
"BAI",
"Armed Recon",
"Transport",
"Air Assault"
]
}
],
"Taskings": [
"CAP",
"SEAD",
"STRIKE"
]
}