1
mirror of https://github.com/thepeacockproject/Contracts synced 2024-11-10 00:04:45 +01:00

New contract: 1-29-9729660-38 (h3)

This commit is contained in:
PeacockBot 2024-04-29 00:48:47 -04:00
parent 11b25a9567
commit 1755ac610c

View File

@ -0,0 +1,353 @@
{
"Data": {
"Objectives": [
{
"Type": "statemachine",
"Id": "43c1d35e-5a41-4543-85a4-1b454ff4482e",
"BriefingText": {
"$loc": {
"key": "UI_CONTRACT_GENERAL_OBJ_KILL",
"data": "$($repository cb61bb4f-ce40-4a6a-92c2-0d8989aef312).Name"
}
},
"HUDTemplate": {
"display": {
"$loc": {
"key": "UI_CONTRACT_GENERAL_OBJ_KILL",
"data": "$($repository cb61bb4f-ce40-4a6a-92c2-0d8989aef312).Name"
}
}
},
"Category": "primary",
"Definition": {
"Scope": "Hit",
"Context": {
"Targets": [
"cb61bb4f-ce40-4a6a-92c2-0d8989aef312"
]
},
"States": {
"Start": {
"Kill": [
{
"Condition": {
"$eq": [
"$Value.RepositoryId",
"cb61bb4f-ce40-4a6a-92c2-0d8989aef312"
]
},
"Transition": "Success"
}
]
}
}
},
"TargetConditions": [
{
"Type": "disguise",
"RepositoryId": "2e5bdc9b-822d-4f5f-bc16-bd99729ef4f5",
"HardCondition": false,
"ObjectiveId": "1b242454-6cd2-4319-801e-d99a22dc78c8",
"KillMethod": ""
},
{
"Type": "killmethod",
"RepositoryId": "af9ad679-6a7c-4f8e-9700-ceb5e6887666",
"HardCondition": false,
"ObjectiveId": "426393ff-b740-45c3-80ca-268526d9546c",
"KillMethod": "poison"
}
]
},
{
"Type": "statemachine",
"Id": "1b242454-6cd2-4319-801e-d99a22dc78c8",
"Category": "secondary",
"Definition": {
"Scope": "Hit",
"Context": {
"Targets": [
"cb61bb4f-ce40-4a6a-92c2-0d8989aef312"
]
},
"States": {
"Start": {
"Kill": [
{
"Condition": {
"$and": [
{
"$eq": [
"$Value.RepositoryId",
"cb61bb4f-ce40-4a6a-92c2-0d8989aef312"
]
},
{
"$eq": [
"$Value.OutfitRepositoryId",
"2e5bdc9b-822d-4f5f-bc16-bd99729ef4f5"
]
}
]
},
"Transition": "Success"
},
{
"Condition": {
"$eq": [
"$Value.RepositoryId",
"cb61bb4f-ce40-4a6a-92c2-0d8989aef312"
]
},
"Transition": "Failure"
}
]
}
}
}
},
{
"Type": "statemachine",
"Id": "426393ff-b740-45c3-80ca-268526d9546c",
"Category": "secondary",
"Definition": {
"Scope": "Hit",
"Context": {
"Targets": [
"cb61bb4f-ce40-4a6a-92c2-0d8989aef312"
]
},
"States": {
"Start": {
"Kill": [
{
"Condition": {
"$and": [
{
"$eq": [
"$Value.RepositoryId",
"cb61bb4f-ce40-4a6a-92c2-0d8989aef312"
]
},
{
"$any": {
"?": {
"$eq": [
"$.#",
"poison"
]
},
"in": [
"$Value.KillMethodBroad",
"$Value.KillMethodStrict"
]
}
}
]
},
"Transition": "Success"
},
{
"Condition": {
"$eq": [
"$Value.RepositoryId",
"cb61bb4f-ce40-4a6a-92c2-0d8989aef312"
]
},
"Transition": "Failure"
}
]
}
}
}
},
{
"Type": "statemachine",
"Id": "05080d1d-e3c4-4960-a087-661d141363eb",
"ObjectiveType": "custom",
"Category": "primary",
"Exits": [
"13e2b848-18d4-460b-9225-e27763716aae"
],
"BriefingName": "$loc UI_CONTRACT_UGC_REQUIRED_EXIT_NAME",
"BriefingText": "$loc UI_CONTRACT_UGC_REQUIRED_EXIT_DESC",
"LongBriefingText": "$loc UI_CONTRACT_UGC_REQUIRED_EXIT_DESC",
"HUDTemplate": {
"display": "$loc $loc UI_CONTRACT_UGC_REQUIRED_EXIT_DESC"
},
"Image": "images/contractconditions/condition_contrac_required_exit.jpg",
"ShowInHud": false,
"ExcludeFromScoring": true,
"Definition": {
"Scope": "session",
"Context": {
"Exited": false,
"LastItemDroppedTime": 0,
"LastKillTime": 0
},
"States": {
"Start": {
"-": [
{
"Transition": "Success"
}
]
},
"Success": {
"exit_gate": [
{
"Actions": {
"$set": [
"Exited",
true
]
}
}
],
"TaxiDriverDistracted": [
{
"Actions": {
"$set": [
"LastItemDroppedTime",
"$Timestamp"
]
}
}
],
"Kill": [
{
"Actions": {
"$set": [
"LastKillTime",
"$Timestamp"
]
}
}
],
"ItemDropped": [
{
"Actions": {
"$set": [
"LastItemDroppedTime",
"$Timestamp"
]
}
}
],
"ExitInventory": [
{
"Actions": {
"$set": [
"LastItemDroppedTime",
"$Timestamp"
]
}
}
],
"ItemRemovedFromInventory": [
{
"Actions": {
"$set": [
"LastItemDroppedTime",
"$Timestamp"
]
}
}
],
"ItemThrown": [
{
"Actions": {
"$set": [
"LastItemDroppedTime",
"$Timestamp"
]
}
}
],
"ExitDisabled": [
{
"Condition": {
"$or": [
{
"$and": [
{
"$eq": [
"$Value",
"13e2b848-18d4-460b-9225-e27763716aae"
]
},
{
"$eq": [
"$.Exited",
false
]
},
{
"$not": {
"$eq": [
"$.LastItemDroppedTime",
"$Timestamp"
]
}
}
]
},
{
"$eq": [
"$.LastKillTime",
"$Timestamp"
]
}
]
},
"Transition": "Failure"
}
]
}
}
}
}
],
"GameChangers": [
"b48bb7f9-b630-48cb-a816-720ed7959319",
"1f8f0b8b-1f65-4d6c-a2f4-fc8adffa394a",
"8618ebaa-f42b-42ce-be20-00d2b0a04897"
],
"Bricks": [
"Assembly:/_PRO/Scenes/missions/edgy/mission_fox/fox_contractcreation.brick"
]
},
"Metadata": {
"Title": ""You ain't gettin' a tip."",
"Description": ""You ain't gettin' a tip."\r\rThose words... They haunt us. We deliver food to that biker club daily, and they never leave a tip. Ever. \r\rWell, I think it's time for us to deliver some justice, instead of food.",
"ScenePath": "assembly:/_pro/scenes/missions/edgy/mission_fox/scene_fox_contractcreation.entity",
"Location": "LOCATION_EDGY_FOX",
"IsPublished": true,
"CreatorUserId": "00f0ec48-1a8c-4bc5-91c1-f834b37f39f4",
"GameVersion": "8.7.0.0",
"ServerVersion": "8.7.0.40",
"Type": "usercreated",
"Id": "fa1b8645-da13-469d-85f3-3f01b60f80ae",
"PublicId": "129972966038",
"TileImage": "$($repository cb61bb4f-ce40-4a6a-92c2-0d8989aef312).Image",
"GroupObjectiveDisplayOrder": [
{
"Id": "43c1d35e-5a41-4543-85a4-1b454ff4482e"
},
{
"Id": "1b242454-6cd2-4319-801e-d99a22dc78c8"
},
{
"Id": "426393ff-b740-45c3-80ca-268526d9546c"
},
{
"Id": "05080d1d-e3c4-4960-a087-661d141363eb"
}
],
"CreationTimestamp": "2022-03-18T21:43:19.8943328Z",
"Entitlements": [
"LOCATION_EDGY"
]
},
"UserData": {}
}