Skip to content

Commit

Permalink
Merge pull request #32 from SlejmUr/transition
Browse files Browse the repository at this point in the history
Transition2
  • Loading branch information
SlejmUr authored Nov 2, 2023
2 parents 8a4375b + 2e3c356 commit 8b6e2c5
Show file tree
Hide file tree
Showing 15 changed files with 8,038 additions and 2,007 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -365,3 +365,4 @@ FodyWeavers.xsd
Cert/cert.key
Cert/cert.csr
Cert/cert.crt
/DEV
259 changes: 259 additions & 0 deletions PayCheckServerLib/Files/ChallengeRecommendations.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,259 @@
{
"namespace": "pd3",
"key": "challenge-recommendations",
"set_by": "SERVER",
"value": {
"BlockArray": [
{
"ScreenName": "MainMenuRoot",
"SlotArray": [
{
"CheckInfamyLevel": true,
"MandatoryTags": [
"Map"
],
"challengeRecommandationsPriorityType": "CloseToCompletion"
},
{
"CheckInfamyLevel": true,
"MandatoryTags": [
"Heist"
],
"challengeRecommandationsPriorityType": "AnyProgress"
},
{
"CheckInfamyLevel": true,
"MandatoryTags": [
"Combat"
],
"challengeRecommandationsPriorityType": "LowProgress"
}
]
},
{
"ScreenName": "branchbank",
"SlotArray": [
{
"CheckInfamyLevel": true,
"MandatoryTags": [
"Branch",
"Bank"
],
"challengeRecommandationsPriorityType": "CloseToCompletion"
},
{
"CheckInfamyLevel": true,
"MandatoryTags": [
"Branch",
"Bank"
],
"challengeRecommandationsPriorityType": "AnyProgress"
},
{
"CheckInfamyLevel": true,
"MandatoryTags": [
"Combat"
],
"challengeRecommandationsPriorityType": "LowProgress"
}
]
},
{
"ScreenName": "armoredtransport",
"SlotArray": [
{
"CheckInfamyLevel": true,
"MandatoryTags": [
"Armored",
"Transport"
],
"challengeRecommandationsPriorityType": "CloseToCompletion"
},
{
"CheckInfamyLevel": true,
"MandatoryTags": [
"Armored",
"Transport"
],
"challengeRecommandationsPriorityType": "AnyProgress"
},
{
"CheckInfamyLevel": true,
"MandatoryTags": [
"Combat"
],
"challengeRecommandationsPriorityType": "LowProgress"
}
]
},
{
"ScreenName": "jewelrystore",
"SlotArray": [
{
"CheckInfamyLevel": true,
"MandatoryTags": [
"Jewelry",
"Store"
],
"challengeRecommandationsPriorityType": "CloseToCompletion"
},
{
"CheckInfamyLevel": true,
"MandatoryTags": [
"Jewelry",
"Store"
],
"challengeRecommandationsPriorityType": "AnyProgress"
},
{
"CheckInfamyLevel": true,
"MandatoryTags": [
"Combat"
],
"challengeRecommandationsPriorityType": "LowProgress"
}
]
},
{
"ScreenName": "nightclub",
"SlotArray": [
{
"CheckInfamyLevel": true,
"MandatoryTags": [
"Night",
"Club"
],
"challengeRecommandationsPriorityType": "CloseToCompletion"
},
{
"CheckInfamyLevel": true,
"MandatoryTags": [
"Night",
"Club"
],
"challengeRecommandationsPriorityType": "AnyProgress"
},
{
"CheckInfamyLevel": true,
"MandatoryTags": [
"Combat"
],
"challengeRecommandationsPriorityType": "LowProgress"
}
]
},
{
"ScreenName": "artgallery",
"SlotArray": [
{
"CheckInfamyLevel": true,
"MandatoryTags": [
"Art",
"Gallery"
],
"challengeRecommandationsPriorityType": "CloseToCompletion"
},
{
"CheckInfamyLevel": true,
"MandatoryTags": [
"Art",
"Gallery"
],
"challengeRecommandationsPriorityType": "AnyProgress"
},
{
"CheckInfamyLevel": true,
"MandatoryTags": [
"Combat"
],
"challengeRecommandationsPriorityType": "LowProgress"
}
]
},
{
"ScreenName": "firstplayable",
"SlotArray": [
{
"CheckInfamyLevel": true,
"MandatoryTags": [
"Sharke",
"Bank"
],
"challengeRecommandationsPriorityType": "CloseToCompletion"
},
{
"CheckInfamyLevel": true,
"MandatoryTags": [
"Sharke",
"Bank"
],
"challengeRecommandationsPriorityType": "AnyProgress"
},
{
"CheckInfamyLevel": true,
"MandatoryTags": [
"Combat"
],
"challengeRecommandationsPriorityType": "LowProgress"
}
]
},
{
"ScreenName": "cargodock",
"SlotArray": [
{
"CheckInfamyLevel": true,
"MandatoryTags": [
"Cargo",
"Dock"
],
"challengeRecommandationsPriorityType": "CloseToCompletion"
},
{
"CheckInfamyLevel": true,
"MandatoryTags": [
"Cargo",
"Dock"
],
"challengeRecommandationsPriorityType": "AnyProgress"
},
{
"CheckInfamyLevel": true,
"MandatoryTags": [
"Combat"
],
"challengeRecommandationsPriorityType": "LowProgress"
}
]
},
{
"ScreenName": "penthouse",
"SlotArray": [
{
"CheckInfamyLevel": true,
"MandatoryTags": [
"Penthouse"
],
"challengeRecommandationsPriorityType": "CloseToCompletion"
},
{
"CheckInfamyLevel": true,
"MandatoryTags": [
"Penthouse"
],
"challengeRecommandationsPriorityType": "AnyProgress"
},
{
"CheckInfamyLevel": true,
"MandatoryTags": [
"Combat"
],
"challengeRecommandationsPriorityType": "LowProgress"
}
]
}
]
},
"created_at": "2023-10-19T05:57:01.306Z",
"updated_at": "2023-10-19T05:57:01.306Z"
}
Loading

0 comments on commit 8b6e2c5

Please sign in to comment.