add a few more mission names
This commit is contained in:
parent
ef3af72313
commit
27d34be46d
@ -21,7 +21,8 @@ namespace NonaBGS.Journal {
|
|||||||
private static readonly Dictionary<string, string> humanreadable = new Dictionary<string, string> {
|
private static readonly Dictionary<string, string> humanreadable = new Dictionary<string, string> {
|
||||||
{ "Mission_AltruismCredits_name", "Donate Credits" },
|
{ "Mission_AltruismCredits_name", "Donate Credits" },
|
||||||
{ "Mission_AltruismCredits_Bust_name", "Donate Credits (Bust)" },
|
{ "Mission_AltruismCredits_Bust_name", "Donate Credits (Bust)" },
|
||||||
{ "Mission_Collect_name", "Collect" },
|
{ "Mission_Collect_name", "Provide" },
|
||||||
|
{ "Mission_Collect_CivilLiberty_name", "Provide (Civil Liberty)" },
|
||||||
{ "Mission_Courier_Democracy_name", "Courier (Democracy)" },
|
{ "Mission_Courier_Democracy_name", "Courier (Democracy)" },
|
||||||
{ "Mission_Courier_Elections_name", "Courier (Elections)" },
|
{ "Mission_Courier_Elections_name", "Courier (Elections)" },
|
||||||
{ "Mission_Courier_name", "Courier" },
|
{ "Mission_Courier_name", "Courier" },
|
||||||
@ -32,7 +33,9 @@ namespace NonaBGS.Journal {
|
|||||||
{ "Mission_Delivery_Agriculture_name", "Delivery (Agriculture)" },
|
{ "Mission_Delivery_Agriculture_name", "Delivery (Agriculture)" },
|
||||||
{ "Mission_Delivery_RankEmp_name", "Delivery (Imperial Rank)" },
|
{ "Mission_Delivery_RankEmp_name", "Delivery (Imperial Rank)" },
|
||||||
{ "Mission_HackMegaship_name", "Hack Megaship" },
|
{ "Mission_HackMegaship_name", "Hack Megaship" },
|
||||||
|
{ "Mission_Hack_BLOPS_Boom_name", "Hack Megaship (Black Ops)" },
|
||||||
{ "Mission_MassacreWing_name", "Massacre (Wing)" },
|
{ "Mission_MassacreWing_name", "Massacre (Wing)" },
|
||||||
|
{ "Mission_Massacre_RankEmp_name", "Massacre (Imperial Navy)" },
|
||||||
{ "Mission_OnFoot_Onslaught_MB_name", "On Foot Onslaught" },
|
{ "Mission_OnFoot_Onslaught_MB_name", "On Foot Onslaught" },
|
||||||
{ "Mission_OnFoot_Onslaught_Offline_MB_name", "On Foot Onslaught (Offline)" },
|
{ "Mission_OnFoot_Onslaught_Offline_MB_name", "On Foot Onslaught (Offline)" },
|
||||||
{ "Mission_OnFoot_RebootRestore_MB_name", "On Foot Reboot/Restore" },
|
{ "Mission_OnFoot_RebootRestore_MB_name", "On Foot Reboot/Restore" },
|
||||||
|
Reference in New Issue
Block a user