1
mirror of https://github.com/thepeacockproject/Peacock synced 2024-11-22 22:12:45 +01:00
Peacock/contractdata/SAPIENZA/JEFFREY2.json
moonysolari 319815c3b9
Fix some bugs of The Jeffrey Consolation (#139)
* Add constantjeff brick

* Fix missing objectives
2023-02-23 09:29:15 -05:00

112 lines
4.5 KiB
JSON

{
"Data": {
"EnableSaving": false,
"Objectives": [
{
"Id": "7a3650bb-68fd-4916-ae4d-40ed06990f70",
"Type": "statemachine",
"Category": "primary",
"Image": "images/contracts/escalation/satanta-note.png",
"BriefingName": "Read Jeff's suicide note",
"BriefingText": "Jeff needs to be understood.",
"IsHidden": false,
"LongBriefingText": "Jeff is going through a lot. Help him feel understood.",
"ObjectiveType": "custom",
"HUDTemplate": {
"display": "Read Jeff's suicide note"
},
"Definition": {
"Context": {
"Targets": ["885d3ac3-aff7-4dca-942b-fecbc3fc688a"]
},
"Scope": "session",
"States": {
"Start": {
"setpieces": {
"Condition": {
"$eq": [
"$Value.RepositoryId",
"885d3ac3-aff7-4dca-942b-fecbc3fc688a"
]
},
"Transition": "Success"
}
}
}
}
},
{
"Id": "6c64e36d-68b7-4ec3-9ac2-04d7bef865a7",
"Type": "statemachine",
"Category": "primary",
"Image": "images/contracts/escalation/contractescalation-author-satanta.png",
"BriefingName": "Give Jeff a hug",
"BriefingText": "Jeff needs some empathy and compassion.",
"IsHidden": false,
"LongBriefingText": "Jeff is going through a lot. Give him a nice hug, but please don't kill him.",
"ObjectiveType": "custom",
"HUDTemplate": {
"display": "Give Jeff a hug"
},
"Definition": {
"Scope": "session",
"Context": {
"Targets": ["6981a514-1c41-4030-b8dd-08bd6ae8b4ab"]
},
"States": {
"Start": {
"Kill": {
"Condition": {
"$eq": [
"$Value.RepositoryId",
"6981a514-1c41-4030-b8dd-08bd6ae8b4ab"
]
},
"Transition": "Failure"
},
"Pacify": {
"Condition": {
"$eq": [
"$Value.RepositoryId",
"6981a514-1c41-4030-b8dd-08bd6ae8b4ab"
]
},
"Transition": "Success"
}
}
}
}
}
],
"Bricks": [
"assembly:/_PRO/Scenes/Missions/CoastalTown/override_constantjeff.brick"
],
"Entrances": [
"a28dd5e3-1f1d-408d-9387-945641c32218",
"c200b5c6-2c14-4602-b22d-3a67b9fb3e3b",
"4970aae5-e4c1-4d5c-a66a-0fc06616211b",
"1c386bb9-aead-42c0-b604-ad560056ddf4",
"c27f76ca-ed71-4b2d-9b9d-693875df830c",
"c113315d-ffcc-4878-9e70-bb35aadf0211"
],
"GameChangers": ["e47d6995-ba9a-4d13-b40a-84e104b84bb6"]
},
"Metadata": {
"Id": "4c41ac07-ad1d-47ff-a2db-3df85108b9b0",
"Title": "UI_PEACOCK_SATANTA2",
"Type": "escalation",
"Location": "LOCATION_COASTALTOWN_EBOLA",
"ScenePath": "assembly:/_PRO/Scenes/Missions/CoastalTown/scene_ebola.entity",
"Entitlements": ["H1_LEGACY_EXPANSION"],
"PublicId": "047044861236",
"InGroup": "0cceeecb-c8fe-42a4-aee4-d7b575f56a1b",
"TileImage": "images/contracts/escalation/contractescalation-author-satanta.png",
"GroupObjectiveDisplayOrder": [
{
"Id": "e47d6995-ba9a-4d13-b40a-84e104b84bb6",
"IsNew": true
}
]
}
}