-
-
Notifications
You must be signed in to change notification settings - Fork 91
Expand file tree
/
Copy pathMENDIE1.json
More file actions
125 lines (125 loc) · 4.97 KB
/
Copy pathMENDIE1.json
File metadata and controls
125 lines (125 loc) · 4.97 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
{
"Data": {
"EnableSaving": false,
"Objectives": [
{
"_comment": "target 1",
"BriefingText": {
"$loc": {
"key": "UI_CONTRACT_GENERAL_OBJ_KILL",
"data": "$($repository 2ab07903-e958-4af6-b01c-b62058745ce1).Name"
}
},
"HUDTemplate": {
"display": "$loc UI_PEACOCK_SHANGRILA_OBJ1"
},
"Id": "6d9db050-8076-4be7-8ea6-2b6e1c545bb6",
"Type": "statemachine",
"Image": "images/actors/fox_lowenthal.png",
"ObjectiveType": "kill",
"Category": "primary",
"IsHidden": false,
"Definition": {
"Scope": "Hit",
"Context": {
"Targets": ["2ab07903-e958-4af6-b01c-b62058745ce1"]
},
"States": {
"Start": {
"Kill": {
"Condition": {
"$eq": [
"$Value.RepositoryId",
"2ab07903-e958-4af6-b01c-b62058745ce1"
]
},
"Transition": "Success"
}
}
}
}
},
{
"Id": "f478ee46-c044-4be8-ad2d-8f95dfafef36",
"Type": "statemachine",
"ObjectiveType": "custom",
"Category": "primary",
"Image": "images/contracts/escalation/ContractEscalation_Shangrila_DestoryTheBikes.jpg",
"IsHidden": false,
"BriefingName": "$loc UI_PEACOCK_SHANGRILA_OBJ_BIKES_NAME",
"BriefingText": "$loc UI_PEACOCK_SHANGRILA_OBJ_BIKES_DESC",
"HUDTemplate": {
"display": "$loc UI_PEACOCK_SHANGRILA_OBJ_BIKES_NAME",
"iconType": 17
},
"Definition": {
"Context": {
"RemainingBikesCount": 4,
"Targets": ["f203d1bf-7fcc-4e32-be60-f5f71a6914d1"]
},
"Scope": "session",
"States": {
"Start": {
"setpieces": [
{
"Actions": {
"$dec": "RemainingBikesCount"
},
"Condition": {
"$eq": [
"$Value.RepositoryId",
"f203d1bf-7fcc-4e32-be60-f5f71a6914d1"
]
}
},
{
"Condition": {
"$eq": ["$.RemainingBikesCount", 0]
},
"Transition": "Success"
}
]
}
}
}
}
],
"Bricks": [],
"GameChangers": [],
"VR": [
{
"Quality": "base",
"Bricks": [
"assembly:/_pro/Scenes/Bricks/vr_setup.brick",
"assembly:/_pro/scenes/missions/edgy/mission_fox/vr_overrides_fox.brick",
"assembly:/_pro/scenes/missions/edgy/mission_fox/vr_overrides_low_performance.brick"
]
},
{
"Quality": "better",
"Bricks": [
"assembly:/_pro/Scenes/Bricks/vr_setup.brick",
"assembly:/_pro/scenes/missions/edgy/mission_fox/vr_overrides_fox.brick"
]
}
]
},
"Metadata": {
"Id": "b7401d91-7705-40c9-84a3-bf8f236444de",
"IsPublished": true,
"CreatorUserId": "fadb923c-e6bb-4283-a537-eb4d1150262e",
"TileImage": "images/contracts/escalation/contractescalation_shangrila.jpg",
"Title": "UI_PEACOCK_SHANGRILA1",
"Description": "",
"Location": "LOCATION_EDGY_FOX",
"RequiredUnlockable": "ACCESS_HIT_FOX",
"ScenePath": "assembly:/_pro/scenes/missions/edgy/mission_fox/scene_fox_basic.entity",
"Type": "escalation",
"InGroup": "ccdc7043-62af-44e8-a5fc-38b008c2044e",
"GroupObjectiveDisplayOrder": [
{ "Id": "6d9db050-8076-4be7-8ea6-2b6e1c545bb6" },
{ "Id": "f478ee46-c044-4be8-ad2d-8f95dfafef36" }
],
"Entitlements": ["LOCATION_EDGY"]
}
}