Skip to content

Instantly share code, notes, and snippets.

@BrettMayson
Last active September 20, 2017 22:40
Show Gist options
  • Save BrettMayson/03c56315a87bfe00af4c42095fd313c9 to your computer and use it in GitHub Desktop.
Save BrettMayson/03c56315a87bfe00af4c42095fd313c9 to your computer and use it in GitHub Desktop.
{
"date": "Monday, January 1st",
"desc": "One Sentence",
"map": "Altis",
"name": "Mission Template",
"slots": [
{
"name": "Zeus",
"slots": [
{
"name": "[ZEUS] Game Master",
"requirement": [
"zeus"
]
}
]
},
{
"name": "Command",
"slots": [
{
"name": "[GOLIATH] Platoon Leader",
"requirement": [
"hq",
"radio"
]
}
]
},
{
"name": "Pilot",
"slots": [
{
"name": "[RAVEN] F/A-181 Pilot",
"requirement": [
"jet_pilot"
],
"dlc": ["Jets DLC"]
}
]
},
{
"name": "Alpha",
"slots": [
{
"name": "[ALPHA-1] Leader",
"requirement": [
"squad_leader",
"radio"
]
},
{
"name": "[ALPHA-2] Radio Operator",
"requirement": [
"radio"
]
},
{
"name": "[ALPHA-3] Medic",
"requirement": [
"medic"
]
},
{
"name": "[ALPHA-4] Rifleman"
},
{
"name": "[ALPHA-5] Rifleman"
},
{
"name": "[ALPHA-6] Rifleman"
},
{
"name": "[ALPHA-7] Rifleman"
}
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment