2025-03-25 16:50:46 -04:00
|
|
|
{
|
|
|
|
|
"id": "burnham",
|
|
|
|
|
"name": "Burnham",
|
|
|
|
|
"image": "captain.jpg",
|
|
|
|
|
"specialtyThresholds": {
|
|
|
|
|
"research": {
|
|
|
|
|
"basic": [
|
|
|
|
|
{ "threshold": 4, "multiplier": "x2" },
|
|
|
|
|
{ "threshold": 8, "multiplier": "x3" },
|
|
|
|
|
{ "threshold": 12, "multiplier": "x4" }
|
|
|
|
|
],
|
|
|
|
|
"advanced": [
|
|
|
|
|
{ "threshold": 3, "multiplier": "x2" },
|
|
|
|
|
{ "threshold": 6, "multiplier": "x3" },
|
|
|
|
|
{ "threshold": 9, "multiplier": "x4" }
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
"influence": {
|
|
|
|
|
"basic": [
|
|
|
|
|
{ "threshold": 4, "multiplier": "x2" },
|
|
|
|
|
{ "threshold": 8, "multiplier": "x3" },
|
|
|
|
|
{ "threshold": 12, "multiplier": "x4" }
|
|
|
|
|
],
|
|
|
|
|
"advanced": [
|
|
|
|
|
{ "threshold": 3, "multiplier": "x2" },
|
|
|
|
|
{ "threshold": 6, "multiplier": "x3" },
|
|
|
|
|
{ "threshold": 9, "multiplier": "x4" }
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
"military": {
|
|
|
|
|
"basic": [
|
|
|
|
|
{ "threshold": 4, "multiplier": "x2" },
|
|
|
|
|
{ "threshold": 8, "multiplier": "x3" },
|
|
|
|
|
{ "threshold": 12, "multiplier": "x4" }
|
|
|
|
|
],
|
|
|
|
|
"advanced": [
|
|
|
|
|
{ "threshold": 3, "multiplier": "x2" },
|
|
|
|
|
{ "threshold": 6, "multiplier": "x3" },
|
|
|
|
|
{ "threshold": 9, "multiplier": "x4" }
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"basicMission": {
|
|
|
|
|
"name": "Time Crystal Recovery",
|
|
|
|
|
"description": "Retrieve a valuable time crystal from a dangerous location.",
|
|
|
|
|
"points": 3
|
2025-03-25 17:47:42 -04:00
|
|
|
}
|
2025-03-25 16:50:46 -04:00
|
|
|
}
|