1
mirror of https://github.com/thepeacockproject/Peacock synced 2024-11-29 09:15:11 +01:00
Peacock/contractdata/SAPIENZA/JEFFREY3.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

119 lines
4.7 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": [
"1f23082c-2d1f-4dcf-b45f-0a9eb39ed441",
"fa65efde-247a-418b-bb92-988adf032773"
]
},
"Metadata": {
"Id": "d71b56ad-4134-4fb6-8e46-a7377a0e2a54",
"Title": "UI_PEACOCK_SATANTA3",
"Type": "escalation",
"Location": "LOCATION_COASTALTOWN_EBOLA",
"ScenePath": "assembly:/_PRO/Scenes/Missions/CoastalTown/scene_ebola.entity",
"Entitlements": ["H1_LEGACY_EXPANSION"],
"PublicId": "041015549183",
"InGroup": "0cceeecb-c8fe-42a4-aee4-d7b575f56a1b",
"TileImage": "images/contracts/escalation/contractescalation-author-satanta.png",
"GroupObjectiveDisplayOrder": [
{
"Id": "1f23082c-2d1f-4dcf-b45f-0a9eb39ed441",
"IsNew": true
},
{
"Id": "fa65efde-247a-418b-bb92-988adf032773",
"IsNew": true
}
]
}
}