1
mirror of https://github.com/thepeacockproject/Peacock synced 2024-11-29 09:15:11 +01:00
Peacock/contractdata/HAVEN/ARCTIC2.json
2022-11-13 10:30:44 +00:00

173 lines
7.5 KiB
JSON

{
"Data": {
"Objectives": [
{
"_comment": "--- Kill 10 targets with the saber ---",
"Id": "4efff9c4-5344-4740-afa2-269271963bc4",
"Category": "primary",
"ObjectiveType": "custom",
"BriefingName": "$loc UI_CONTRACT_ARCTICTHYME_KILL_BRIEFING_NAME",
"Image": "images/contracts/escalation/ContractEscalation_Opulent_ArcticThyme_Kill_Eight.jpg",
"HUDTemplate": {
"display": "$loc UI_CONTRACT_ARCTICTHYME_OBJ_10"
},
"BriefingText": "$loc UI_CONTRACT_ARCTICTHYME_KILL_BRIEFING_DESC",
"Type": "statemachine",
"Definition": {
"Scope": "session",
"Context": {
"Targets": [
"36274f12-267a-4311-a27e-1547a2d2fa1f",
"7cb069b6-9295-439b-b9b3-04c83526d59f",
"3bb71176-0849-413f-940f-a82969a94632",
"87be8b46-a552-4317-bab4-9cad41e8002b",
"5bc87932-9363-4e77-8525-865a0573786a",
"058ff7af-1b54-46ad-9502-723d81950a0f",
"bd844d32-bfef-4853-9ca1-2fe20683b89b",
"0afcc59e-6d6e-433f-8404-7699df872c9d"
],
"TargetsCounter": 0,
"ForceUpdateCounters": 0
},
"ContextListeners": {
"TargetsCounter": {
"type": "objective-counter",
"header": "UI_CONTRACT_ARCTICTHYME_KILL_HEAD"
}
},
"States": {
"Start": {
"-": {
"Condition": {
"$eq": ["$.ForceUpdateCounters", 0]
},
"Actions": {
"$inc": "ForceUpdateCounters"
}
},
"Kill": [
{
"Actions": {
"$inc": "TargetsCounter"
},
"Condition": {
"$and": [
{
"$inarray": {
"in": "$.Targets",
"?": {
"$eq": [
"$.#",
"$Value.RepositoryId"
]
}
}
},
{
"$eq": [
"$Value.KillItemRepositoryId",
"fba6e133-78d1-4af1-8450-1ff30466c553"
]
}
]
},
"Transition": "CheckCount"
},
{
"Condition": {
"$inarray": {
"in": "$.Targets",
"?": {
"$eq": [
"$.#",
"$Value.RepositoryId"
]
}
}
},
"Transition": "Failure"
}
],
"Sword_OutOfReach": {
"Transition": "Failure"
}
},
"CheckCount": {
"-": [
{
"Condition": {
"$eq": ["$.TargetsCounter", 8]
},
"Transition": "Success"
},
{
"Transition": "Start"
}
]
},
"Success": {
"-": [
{
"Actions": {
"$set": ["TargetsCounter", 0]
}
}
]
}
}
}
}
],
"Bricks": [
"assembly:/_pro/scenes/missions/opulent/mission_stingray/gamechanger_opulent_ArcticThyme.brick"
],
"GameChangers": [
"3db72bb5-63d6-47fe-9332-d7ea3c195e06",
"63055f1a-bcd2-4e0f-8caf-b446f01d02f3"
],
"GameChangerReferences": [],
"Entrances": ["d8894bef-3ab0-4b7f-80ef-da0649e11f28"],
"Stashpoints": [],
"MandatoryLoadout": [
{
"Id": "TOKEN_OUTFIT_HERO_PIRATE_SUIT",
"Properties": {
"LoadoutSlot": "outfit",
"RepositoryId": "052cbf5d-e268-479a-a705-17609d528182"
}
},
{
"Id": "PROP_MELEE_RUSTYPIRATESABER",
"Properties": {
"LoadoutSlot": "gear",
"RepositoryId": "fba6e133-78d1-4af1-8450-1ff30466c553"
}
}
]
},
"Metadata": {
"Id": "0c6308d7-7646-4b38-9351-d22e2ae659c1",
"IsPublished": true,
"CreationTimestamp": "2019-08-30T15:11:25.54Z",
"CreatorUserId": "fadb923c-e6bb-4283-a537-eb4d1150262e",
"Title": "UI_CONTRACT_ARCTICTHYME_LEVEL_2_TITLE",
"TileImage": "images/contracts/escalation/ContractEscalation_Opulent_ArcticThyme.jpg",
"Description": "",
"CodeName_Hint": "ArcticThyme level 2",
"Location": "LOCATION_OPULENT_STINGRAY",
"ScenePath": "assembly:/_pro/scenes/missions/Opulent/mission_stingray/scene_stingray_arcticThyme.entity",
"Type": "escalation",
"InGroup": "83d4e87e-2f47-4c81-b831-30bd13a29b05",
"GroupObjectiveDisplayOrder": [
{
"IsNew": true,
"Id": "4efff9c4-5344-4740-afa2-269271963bc4"
}
],
"LastUpdate": "2021-05-06T09:25:02.4494699Z",
"PublicId": "026474134647",
"Entitlements": ["H2_LEGACY_EXPANSION"]
},
"UserData": {}
}