Contracts/contracts/h3/1-10-5487642-27.json

351 lines
15 KiB
JSON

{
"Data": {
"Objectives": [
{
"Type": "statemachine",
"Id": "51e2a27f-94e4-4334-9823-e1d4a7f4cc2b",
"BriefingText": {
"$loc": {
"key": "UI_CONTRACT_GENERAL_OBJ_KILL",
"data": "$($repository a7f5f417-b77e-4ade-8da4-c66b2811449f).Name"
}
},
"HUDTemplate": {
"display": {
"$loc": {
"key": "UI_CONTRACT_GENERAL_OBJ_KILL",
"data": "$($repository a7f5f417-b77e-4ade-8da4-c66b2811449f).Name"
}
}
},
"Category": "primary",
"Definition": {
"Scope": "Hit",
"Context": {
"Targets": [
"a7f5f417-b77e-4ade-8da4-c66b2811449f"
]
},
"States": {
"Start": {
"Kill": [
{
"Condition": {
"$eq": [
"$Value.RepositoryId",
"a7f5f417-b77e-4ade-8da4-c66b2811449f"
]
},
"Transition": "Success"
}
]
}
}
},
"TargetConditions": [
{
"Type": "hitmansuit",
"RepositoryId": "1c3964e1-75c6-4adb-8cbb-ebd0a830b839",
"HardCondition": false,
"ObjectiveId": "835c4fc5-961d-40d3-b478-98097f118e38",
"KillMethod": ""
},
{
"Type": "killmethod",
"RepositoryId": "00000000-0000-0000-0000-000000000000",
"HardCondition": false,
"ObjectiveId": "40725b28-8c30-4a58-aa3a-5cb9192ef88a",
"KillMethod": "accident_drown"
}
]
},
{
"Type": "statemachine",
"Id": "835c4fc5-961d-40d3-b478-98097f118e38",
"Category": "secondary",
"Definition": {
"Scope": "Hit",
"Context": {
"Targets": [
"a7f5f417-b77e-4ade-8da4-c66b2811449f"
]
},
"States": {
"Start": {
"Kill": [
{
"Condition": {
"$and": [
{
"$eq": [
"$Value.RepositoryId",
"a7f5f417-b77e-4ade-8da4-c66b2811449f"
]
},
{
"$eq": [
"$Value.OutfitIsHitmanSuit",
true
]
}
]
},
"Transition": "Success"
},
{
"Condition": {
"$eq": [
"$Value.RepositoryId",
"a7f5f417-b77e-4ade-8da4-c66b2811449f"
]
},
"Transition": "Failure"
}
]
}
}
}
},
{
"Type": "statemachine",
"Id": "40725b28-8c30-4a58-aa3a-5cb9192ef88a",
"Category": "secondary",
"Definition": {
"Scope": "Hit",
"Context": {
"Targets": [
"a7f5f417-b77e-4ade-8da4-c66b2811449f"
]
},
"States": {
"Start": {
"Kill": [
{
"Condition": {
"$and": [
{
"$eq": [
"$Value.RepositoryId",
"a7f5f417-b77e-4ade-8da4-c66b2811449f"
]
},
{
"$any": {
"?": {
"$eq": [
"$.#",
"accident_drown"
]
},
"in": [
"$Value.KillMethodBroad",
"$Value.KillMethodStrict"
]
}
}
]
},
"Transition": "Success"
},
{
"Condition": {
"$eq": [
"$Value.RepositoryId",
"a7f5f417-b77e-4ade-8da4-c66b2811449f"
]
},
"Transition": "Failure"
}
]
}
}
}
},
{
"Type": "statemachine",
"Id": "05080d1d-e3c4-4960-a087-661d141363eb",
"ObjectiveType": "custom",
"Category": "primary",
"Exits": [
"6940dc59-61b2-4fb2-86cb-ced1df355948"
],
"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",
"6940dc59-61b2-4fb2-86cb-ced1df355948"
]
},
{
"$eq": [
"$.Exited",
false
]
},
{
"$not": {
"$eq": [
"$.LastItemDroppedTime",
"$Timestamp"
]
}
}
]
},
{
"$eq": [
"$.LastKillTime",
"$Timestamp"
]
}
]
},
"Transition": "Failure"
}
]
}
}
}
}
],
"GameChangers": [
"f96e94b7-1c0e-49c9-9332-07346a955fd2",
"1efef5c0-7381-4e22-ac04-ffbd0822cc96",
"008d2eb9-c1c8-44e0-a636-ccca63629f3c"
],
"Bricks": []
},
"Metadata": {
"Title": "drown a guard",
"Description": "just drown him",
"ScenePath": "assembly:/_PRO/Scenes/Missions/Hokkaido/_scene_snowcrane.entity",
"Location": "LOCATION_HOKKAIDO",
"IsPublished": true,
"CreatorUserId": "70ecd6c1-fecd-4c94-8f86-03e23ab77c07",
"GameVersion": "8.15.0.0",
"ServerVersion": "8.15.0.61",
"Type": "usercreated",
"Id": "e1271c68-d397-42bf-904f-c2d2500c8716",
"PublicId": "110548764227",
"TileImage": "$($repository a7f5f417-b77e-4ade-8da4-c66b2811449f).Image",
"GroupObjectiveDisplayOrder": [
{
"Id": "51e2a27f-94e4-4334-9823-e1d4a7f4cc2b"
},
{
"Id": "835c4fc5-961d-40d3-b478-98097f118e38"
},
{
"Id": "40725b28-8c30-4a58-aa3a-5cb9192ef88a"
},
{
"Id": "05080d1d-e3c4-4960-a087-661d141363eb"
}
],
"CreationTimestamp": "2024-04-14T01:42:38.6738422Z",
"Entitlements": [
"H1_LEGACY_STANDARD"
]
},
"UserData": {}
}