mirror of
https://github.com/thepeacockproject/Peacock
synced 2024-11-22 22:12:45 +01:00
Add freeform contract creation
This commit is contained in:
parent
5338d9bf7e
commit
0d268596ee
88
contractdata/FACILITY/FREEFORMCONTRACTCREATION.json
Normal file
88
contractdata/FACILITY/FREEFORMCONTRACTCREATION.json
Normal file
@ -0,0 +1,88 @@
|
||||
{
|
||||
"Data": {
|
||||
"Objectives": [],
|
||||
"Bricks": [
|
||||
"assembly:/_PRO/Scenes/Missions/TheFacility/createcontract_module_002_b.brick"
|
||||
],
|
||||
"GameChangers": [
|
||||
"61a618c2-1cfc-46fa-846b-467de76042d6",
|
||||
"b48bb7f9-b630-48cb-a816-720ed7959319",
|
||||
"1f8f0b8b-1f65-4d6c-a2f4-fc8adffa394a",
|
||||
"9673f602-3b2a-4bd3-94b3-b3b311b7bc7e",
|
||||
"a77cf01e-ab02-4b1c-a4bd-a37fb8be1114",
|
||||
"008d2eb9-c1c8-44e0-a636-ccca63629f3c",
|
||||
"1efef5c0-7381-4e22-ac04-ffbd0822cc96",
|
||||
"f96e94b7-1c0e-49c9-9332-07346a955fd2",
|
||||
"95690829-7da4-4225-a087-08918cccf120"
|
||||
],
|
||||
"MandatoryLoadout": [
|
||||
{
|
||||
"Id": "FIREARMS_HERO_PISTOL_TACTICAL_ICA_19",
|
||||
"Properties": {
|
||||
"LoadoutSlot": "concealedweapon",
|
||||
"RepositoryId": "73875794-5a86-410e-84a4-1b5b2f7e5a54"
|
||||
}
|
||||
},
|
||||
{
|
||||
"Id": "Melee_FiberWire_Descriptor",
|
||||
"Properties": {
|
||||
"LoadoutSlot": "gear",
|
||||
"RepositoryId": "1a11a060-358c-4054-98ec-d3491af1d7c6"
|
||||
}
|
||||
},
|
||||
{
|
||||
"Id": "Tool_Coin",
|
||||
"Properties": {
|
||||
"LoadoutSlot": "gear",
|
||||
"RepositoryId": "dda002e9-02b1-4208-82a5-cf059f3c79cf"
|
||||
}
|
||||
},
|
||||
{
|
||||
"Id": "Tool_Coin",
|
||||
"Properties": {
|
||||
"LoadoutSlot": "gear",
|
||||
"RepositoryId": "dda002e9-02b1-4208-82a5-cf059f3c79cf"
|
||||
}
|
||||
},
|
||||
{
|
||||
"Id": "Tool_Coin",
|
||||
"Properties": {
|
||||
"LoadoutSlot": "gear",
|
||||
"RepositoryId": "dda002e9-02b1-4208-82a5-cf059f3c79cf"
|
||||
}
|
||||
},
|
||||
{
|
||||
"Id": "Tool_Coin",
|
||||
"Properties": {
|
||||
"LoadoutSlot": "gear",
|
||||
"RepositoryId": "dda002e9-02b1-4208-82a5-cf059f3c79cf"
|
||||
}
|
||||
},
|
||||
{
|
||||
"Id": "Tool_Coin",
|
||||
"Properties": {
|
||||
"LoadoutSlot": "gear",
|
||||
"RepositoryId": "dda002e9-02b1-4208-82a5-cf059f3c79cf"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"Metadata": {
|
||||
"IsLocked": false,
|
||||
"CreatorUserId": "fadb923c-e6bb-4283-a537-eb4d1150262e",
|
||||
"IsPublished": true,
|
||||
"TileImage": "images/contracts/polarbear/module_002_b/tile.jpg",
|
||||
"Location": "LOCATION_ICA_FACILITY_SHIP",
|
||||
"Title": "UI_CONTRACT_CREATE_CONTRACT_TITLE",
|
||||
"ScenePath": "assembly:/_PRO/Scenes/Missions/TheFacility/_Scene_Mission_Polarbear_Module_002_B.entity",
|
||||
"Description": "UI_CONTRACT_CREATE_CONTRACT_DESC",
|
||||
"RequiredUnlockable": "ACCESS_HIT_POLARBEAR_GRADUATION",
|
||||
"Id": "96a3c12a-2868-4a8d-a635-51cfe53697c9",
|
||||
"CreationTimestamp": "2023-05-11T10:33:11.643435Z",
|
||||
"CodeName_Hint": "Create contract ICA module 002 B",
|
||||
"Type": "creation",
|
||||
"Release": "1.0.x",
|
||||
"PublicId": "099899707247"
|
||||
},
|
||||
"UserData": {}
|
||||
}
|
@ -956,6 +956,7 @@
|
||||
"Background": "images/locations/LOCATION_siberia_ship/background.jpg",
|
||||
"DlcImage": "images/livetile/dlc/tile_hitman3.jpg",
|
||||
"DlcName": "GAME_STORE_METADATA_S3_GAME_TITLE",
|
||||
"CreateContractId": "96a3c12a-2868-4a8d-a635-51cfe53697c9",
|
||||
"Order": 11,
|
||||
"ProgressionKey": "LOCATION_ICA_FACILITY",
|
||||
"Season": 1,
|
||||
|
Loading…
Reference in New Issue
Block a user