star-trek-cc/src/assets/captains/sisko/config.json

60 lines
No EOL
2 KiB
JSON

{
"id": "sisko",
"name": "Sisko",
"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": "Bajoran Temple",
"description": "Protect and maintain the Bajoran Temple on Deep Space Nine.",
"points": 3
},
"advancedMissions": [
{
"name": "Dominion War",
"description": "Lead the Federation forces in a critical battle against the Dominion.",
"points": 5
},
{
"name": "Emissary of the Prophets",
"description": "Fulfill your role as the Emissary of the Prophets to save Bajor.",
"points": 8
}
]
}