1
mirror of https://github.com/thepeacockproject/Contracts synced 2024-11-16 11:13:40 +01:00

New contract: 1-03-2507033-55 (h3)

This commit is contained in:
PeacockBot 2024-05-05 16:53:55 -04:00
parent 5c9559a59f
commit 6148470246

View File

@ -0,0 +1,650 @@
{
"Data": {
"Objectives": [
{
"Type": "statemachine",
"Id": "ccf169e9-0023-4487-b40d-69b23111a44a",
"BriefingText": {
"$loc": {
"key": "UI_CONTRACT_GENERAL_OBJ_KILL",
"data": "$($repository e903a027-8c73-434d-978e-579c804480b4).Name"
}
},
"HUDTemplate": {
"display": {
"$loc": {
"key": "UI_CONTRACT_GENERAL_OBJ_KILL",
"data": "$($repository e903a027-8c73-434d-978e-579c804480b4).Name"
}
}
},
"Category": "primary",
"Definition": {
"Scope": "Hit",
"Context": {
"Targets": [
"e903a027-8c73-434d-978e-579c804480b4"
]
},
"States": {
"Start": {
"Kill": [
{
"Condition": {
"$eq": [
"$Value.RepositoryId",
"e903a027-8c73-434d-978e-579c804480b4"
]
},
"Transition": "Success"
}
]
}
}
},
"TargetConditions": [
{
"Type": "hitmansuit",
"RepositoryId": "dda64cfe-59f4-4e10-9c73-0f7b589185a0",
"HardCondition": false,
"ObjectiveId": "bf26d56a-32a4-4957-8a0b-7efba13aeb42",
"KillMethod": ""
}
]
},
{
"Type": "statemachine",
"Id": "bf26d56a-32a4-4957-8a0b-7efba13aeb42",
"Category": "secondary",
"Definition": {
"Scope": "Hit",
"Context": {
"Targets": [
"e903a027-8c73-434d-978e-579c804480b4"
]
},
"States": {
"Start": {
"Kill": [
{
"Condition": {
"$and": [
{
"$eq": [
"$Value.RepositoryId",
"e903a027-8c73-434d-978e-579c804480b4"
]
},
{
"$eq": [
"$Value.OutfitIsHitmanSuit",
true
]
}
]
},
"Transition": "Success"
},
{
"Condition": {
"$eq": [
"$Value.RepositoryId",
"e903a027-8c73-434d-978e-579c804480b4"
]
},
"Transition": "Failure"
}
]
}
}
}
},
{
"Type": "statemachine",
"Id": "6222db8c-c93b-4173-912e-81876fbcd3cd",
"BriefingText": {
"$loc": {
"key": "UI_CONTRACT_GENERAL_OBJ_KILL",
"data": "$($repository 2af0e3d2-86d6-421a-95d8-5dacb67cae60).Name"
}
},
"HUDTemplate": {
"display": {
"$loc": {
"key": "UI_CONTRACT_GENERAL_OBJ_KILL",
"data": "$($repository 2af0e3d2-86d6-421a-95d8-5dacb67cae60).Name"
}
}
},
"Category": "primary",
"Definition": {
"Scope": "Hit",
"Context": {
"Targets": [
"2af0e3d2-86d6-421a-95d8-5dacb67cae60"
]
},
"States": {
"Start": {
"Kill": [
{
"Condition": {
"$eq": [
"$Value.RepositoryId",
"2af0e3d2-86d6-421a-95d8-5dacb67cae60"
]
},
"Transition": "Success"
}
]
}
}
},
"TargetConditions": [
{
"Type": "hitmansuit",
"RepositoryId": "dda64cfe-59f4-4e10-9c73-0f7b589185a0",
"HardCondition": false,
"ObjectiveId": "3f791170-e697-4923-80ef-05003b8806c4",
"KillMethod": ""
},
{
"Type": "killmethod",
"RepositoryId": "73875794-5a86-410e-84a4-1b5b2f7e5a54",
"HardCondition": false,
"ObjectiveId": "56707fbc-de64-4896-bbf7-95f77902d78f",
"KillMethod": "pistol"
}
]
},
{
"Type": "statemachine",
"Id": "3f791170-e697-4923-80ef-05003b8806c4",
"Category": "secondary",
"Definition": {
"Scope": "Hit",
"Context": {
"Targets": [
"2af0e3d2-86d6-421a-95d8-5dacb67cae60"
]
},
"States": {
"Start": {
"Kill": [
{
"Condition": {
"$and": [
{
"$eq": [
"$Value.RepositoryId",
"2af0e3d2-86d6-421a-95d8-5dacb67cae60"
]
},
{
"$eq": [
"$Value.OutfitIsHitmanSuit",
true
]
}
]
},
"Transition": "Success"
},
{
"Condition": {
"$eq": [
"$Value.RepositoryId",
"2af0e3d2-86d6-421a-95d8-5dacb67cae60"
]
},
"Transition": "Failure"
}
]
}
}
}
},
{
"Type": "statemachine",
"Id": "56707fbc-de64-4896-bbf7-95f77902d78f",
"Category": "secondary",
"Definition": {
"Scope": "Hit",
"Context": {
"Targets": [
"2af0e3d2-86d6-421a-95d8-5dacb67cae60"
]
},
"States": {
"Start": {
"Kill": [
{
"Condition": {
"$and": [
{
"$eq": [
"$Value.RepositoryId",
"2af0e3d2-86d6-421a-95d8-5dacb67cae60"
]
},
{
"$any": {
"?": {
"$or": [
{
"$eq": [
"$.#",
"pistol"
]
},
{
"$eq": [
"$.#",
"close_combat_pistol_elimination"
]
}
]
},
"in": [
"$Value.KillMethodBroad",
"$Value.KillMethodStrict"
]
}
}
]
},
"Transition": "Success"
},
{
"Condition": {
"$eq": [
"$Value.RepositoryId",
"2af0e3d2-86d6-421a-95d8-5dacb67cae60"
]
},
"Transition": "Failure"
}
]
}
}
}
},
{
"Type": "statemachine",
"Id": "d5f268c2-ac83-4963-abf5-b2ba399cca40",
"BriefingText": {
"$loc": {
"key": "UI_CONTRACT_GENERAL_OBJ_KILL",
"data": "$($repository 8ceaba03-05dd-494e-9032-1936cffcdfd0).Name"
}
},
"HUDTemplate": {
"display": {
"$loc": {
"key": "UI_CONTRACT_GENERAL_OBJ_KILL",
"data": "$($repository 8ceaba03-05dd-494e-9032-1936cffcdfd0).Name"
}
}
},
"Category": "primary",
"Definition": {
"Scope": "Hit",
"Context": {
"Targets": [
"8ceaba03-05dd-494e-9032-1936cffcdfd0"
]
},
"States": {
"Start": {
"Kill": [
{
"Condition": {
"$eq": [
"$Value.RepositoryId",
"8ceaba03-05dd-494e-9032-1936cffcdfd0"
]
},
"Transition": "Success"
}
]
}
}
},
"TargetConditions": [
{
"Type": "hitmansuit",
"RepositoryId": "dda64cfe-59f4-4e10-9c73-0f7b589185a0",
"HardCondition": false,
"ObjectiveId": "4f5d1f11-fd69-4017-9d71-8d05d1e82123",
"KillMethod": ""
},
{
"Type": "killmethod",
"RepositoryId": "00000000-0000-0000-0000-000000000000",
"HardCondition": false,
"ObjectiveId": "75bce021-92d7-4cc6-ad73-477e46f4ba9d",
"KillMethod": "accident_push"
}
]
},
{
"Type": "statemachine",
"Id": "4f5d1f11-fd69-4017-9d71-8d05d1e82123",
"Category": "secondary",
"Definition": {
"Scope": "Hit",
"Context": {
"Targets": [
"8ceaba03-05dd-494e-9032-1936cffcdfd0"
]
},
"States": {
"Start": {
"Kill": [
{
"Condition": {
"$and": [
{
"$eq": [
"$Value.RepositoryId",
"8ceaba03-05dd-494e-9032-1936cffcdfd0"
]
},
{
"$eq": [
"$Value.OutfitIsHitmanSuit",
true
]
}
]
},
"Transition": "Success"
},
{
"Condition": {
"$eq": [
"$Value.RepositoryId",
"8ceaba03-05dd-494e-9032-1936cffcdfd0"
]
},
"Transition": "Failure"
}
]
}
}
}
},
{
"Type": "statemachine",
"Id": "75bce021-92d7-4cc6-ad73-477e46f4ba9d",
"Category": "secondary",
"Definition": {
"Scope": "Hit",
"Context": {
"Targets": [
"8ceaba03-05dd-494e-9032-1936cffcdfd0"
]
},
"States": {
"Start": {
"Kill": [
{
"Condition": {
"$and": [
{
"$eq": [
"$Value.RepositoryId",
"8ceaba03-05dd-494e-9032-1936cffcdfd0"
]
},
{
"$any": {
"?": {
"$eq": [
"$.#",
"accident_push"
]
},
"in": [
"$Value.KillMethodBroad",
"$Value.KillMethodStrict"
]
}
}
]
},
"Transition": "Success"
},
{
"Condition": {
"$eq": [
"$Value.RepositoryId",
"8ceaba03-05dd-494e-9032-1936cffcdfd0"
]
},
"Transition": "Failure"
}
]
}
}
}
},
{
"Type": "statemachine",
"Id": "c679baab-7b13-41ff-81e9-b5f629d2f29c",
"BriefingText": {
"$loc": {
"key": "UI_CONTRACT_GENERAL_OBJ_KILL",
"data": "$($repository 3da55f86-d94c-4ff7-9eee-06d7fdf11829).Name"
}
},
"HUDTemplate": {
"display": {
"$loc": {
"key": "UI_CONTRACT_GENERAL_OBJ_KILL",
"data": "$($repository 3da55f86-d94c-4ff7-9eee-06d7fdf11829).Name"
}
}
},
"Category": "primary",
"Definition": {
"Scope": "Hit",
"Context": {
"Targets": [
"3da55f86-d94c-4ff7-9eee-06d7fdf11829"
]
},
"States": {
"Start": {
"Kill": [
{
"Condition": {
"$eq": [
"$Value.RepositoryId",
"3da55f86-d94c-4ff7-9eee-06d7fdf11829"
]
},
"Transition": "Success"
}
]
}
}
},
"TargetConditions": [
{
"Type": "hitmansuit",
"RepositoryId": "dda64cfe-59f4-4e10-9c73-0f7b589185a0",
"HardCondition": false,
"ObjectiveId": "69cf544e-2baa-4186-99b5-efe8c96bc2db",
"KillMethod": ""
},
{
"Type": "killmethod",
"RepositoryId": "00000000-0000-0000-0000-000000000000",
"HardCondition": false,
"ObjectiveId": "77d2f045-0878-404c-a6ce-556069119a47",
"KillMethod": "accident_push"
}
]
},
{
"Type": "statemachine",
"Id": "69cf544e-2baa-4186-99b5-efe8c96bc2db",
"Category": "secondary",
"Definition": {
"Scope": "Hit",
"Context": {
"Targets": [
"3da55f86-d94c-4ff7-9eee-06d7fdf11829"
]
},
"States": {
"Start": {
"Kill": [
{
"Condition": {
"$and": [
{
"$eq": [
"$Value.RepositoryId",
"3da55f86-d94c-4ff7-9eee-06d7fdf11829"
]
},
{
"$eq": [
"$Value.OutfitIsHitmanSuit",
true
]
}
]
},
"Transition": "Success"
},
{
"Condition": {
"$eq": [
"$Value.RepositoryId",
"3da55f86-d94c-4ff7-9eee-06d7fdf11829"
]
},
"Transition": "Failure"
}
]
}
}
}
},
{
"Type": "statemachine",
"Id": "77d2f045-0878-404c-a6ce-556069119a47",
"Category": "secondary",
"Definition": {
"Scope": "Hit",
"Context": {
"Targets": [
"3da55f86-d94c-4ff7-9eee-06d7fdf11829"
]
},
"States": {
"Start": {
"Kill": [
{
"Condition": {
"$and": [
{
"$eq": [
"$Value.RepositoryId",
"3da55f86-d94c-4ff7-9eee-06d7fdf11829"
]
},
{
"$any": {
"?": {
"$eq": [
"$.#",
"accident_push"
]
},
"in": [
"$Value.KillMethodBroad",
"$Value.KillMethodStrict"
]
}
}
]
},
"Transition": "Success"
},
{
"Condition": {
"$eq": [
"$Value.RepositoryId",
"3da55f86-d94c-4ff7-9eee-06d7fdf11829"
]
},
"Transition": "Failure"
}
]
}
}
}
}
],
"GameChangers": [],
"Bricks": []
},
"Metadata": {
"Title": "Din don bells",
"Description": "È stato stipulato un contratto e sei stato autorizzato a entrare in azione. Elimina qualsiasi bersaglio nel modo più preciso possibile, limitando al minimo i danni collaterali.",
"ScenePath": "assembly:/_PRO/Scenes/Missions/CoastalTown/_scene_octopus.entity",
"Location": "LOCATION_COASTALTOWN",
"IsPublished": true,
"CreatorUserId": "a1e19cd7-9dc2-4036-8c11-054539dd0dfa",
"GameVersion": "8.14.0.0",
"ServerVersion": "8.14.0.60",
"Type": "usercreated",
"Id": "9ca0caf4-94da-43b5-8053-6788ceb61270",
"PublicId": "103250703355",
"TileImage": "$($repository e903a027-8c73-434d-978e-579c804480b4).Image",
"GroupObjectiveDisplayOrder": [
{
"Id": "ccf169e9-0023-4487-b40d-69b23111a44a"
},
{
"Id": "bf26d56a-32a4-4957-8a0b-7efba13aeb42"
},
{
"Id": "6222db8c-c93b-4173-912e-81876fbcd3cd"
},
{
"Id": "3f791170-e697-4923-80ef-05003b8806c4"
},
{
"Id": "56707fbc-de64-4896-bbf7-95f77902d78f"
},
{
"Id": "d5f268c2-ac83-4963-abf5-b2ba399cca40"
},
{
"Id": "4f5d1f11-fd69-4017-9d71-8d05d1e82123"
},
{
"Id": "75bce021-92d7-4cc6-ad73-477e46f4ba9d"
},
{
"Id": "c679baab-7b13-41ff-81e9-b5f629d2f29c"
},
{
"Id": "69cf544e-2baa-4186-99b5-efe8c96bc2db"
},
{
"Id": "77d2f045-0878-404c-a6ce-556069119a47"
}
],
"CreationTimestamp": "2024-02-22T19:21:19.9478579Z",
"Entitlements": [
"H1_LEGACY_STANDARD"
]
},
"UserData": {}
}