ITR2_ASSET/IntoTheRadius2/Content/ITR2/Configurations/Missions/DA_MissionTest.json

169 lines
5.9 KiB
JSON
Raw Normal View History

2024-11-28 06:17:42 +00:00
[
{
"Type": "MathCondition_Int_MoreEqualThan",
"Name": "MathCondition_Int_MoreEqualThan_0",
"Outer": "RadiusCondition_PlayerAccessPointsCheck_0",
"Class": "UScriptClass'MathCondition_Int_MoreEqualThan'",
"Flags": "RF_Public | RF_Transactional | RF_WasLoaded | RF_LoadCompleted"
},
{
"Type": "ObjectiveCfg_DeliverItems",
"Name": "ObjectiveCfg_DeliverItems_0",
"Outer": "DA_MissionTest",
"Class": "UScriptClass'ObjectiveCfg_DeliverItems'",
"Flags": "RF_Public | RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"LostItemsObjective": {
"Namespace": "",
"Key": "81654351467E72A7187B68BFB82A8D77",
"SourceString": "You've lost the Artifact. Use the map to navigate to its location and pick it up.",
"LocalizedString": "You've lost the Artifact. Use the map to navigate to its location and pick it up."
},
"ObjectiveDescription": {
"Namespace": "",
"Key": "46627C0C48E0F5185F3660B100A9BD07",
"SourceString": "Deliver the Artifact",
"LocalizedString": "Deliver the Artifact"
},
"FullObjectiveDescription": {
"Namespace": "",
"Key": "775AF76A49628E20C57953AC6EA211B4",
"SourceString": "Deliver the Artifact to the Terminal at Facility 27.",
"LocalizedString": "Deliver the Artifact to the Terminal at Facility 27."
},
"MapPoints": [
{
"TagName": "Mission.HUB.TermianlPoint"
}
]
}
},
{
"Type": "ObjectiveCfg_GetArtefacts",
"Name": "ObjectiveCfg_GetArtefacts_0",
"Outer": "DA_MissionTest",
"Class": "UScriptClass'ObjectiveCfg_GetArtefacts'",
"Flags": "RF_Public | RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"NestsIDs": [
{
"TagName": "ArtefactNest.Type.Fragile"
}
],
"ItemsIDs": [
{
"TagName": "Item.Artefacts.Mission.Neon"
}
],
"bAcceptOnlyPredefinedItems": true,
"SpawnSpots": [
{
"TagName": "Mission.Test3.Marker1"
}
],
"ObjectiveDescription": {
"Namespace": "",
"Key": "7E53320E4FC15DB2A716E487D196E7DA",
"SourceString": "Locate the artifact",
"LocalizedString": "Locate the artifact"
},
"FullObjectiveDescription": {
"Namespace": "",
"Key": "C6EB5ACD42B6A523FBF956BD773BF5B3",
"SourceString": "Use the artifact detector to locate the artifact. Use probes to identify Anomalies, but there are none anyway.",
"LocalizedString": "Use the artifact detector to locate the artifact. Use probes to identify Anomalies, but there are none anyway."
},
"MapPoints": [
{
"TagName": "Mission.Test.Marker"
}
]
}
},
{
"Type": "RadiusCondition_PlayerAccessPointsCheck",
"Name": "RadiusCondition_PlayerAccessPointsCheck_0",
"Outer": "DA_MissionTest",
"Class": "UScriptClass'RadiusCondition_PlayerAccessPointsCheck'",
"Flags": "RF_Public | RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"AccessPointsThreshold": 25,
"ValueCheck": {
"ObjectName": "MathCondition_Int_MoreEqualThan'DA_MissionTest:RadiusCondition_PlayerAccessPointsCheck_0.MathCondition_Int_MoreEqualThan_0'",
"ObjectPath": "/Game/ITR2/Configurations/Missions/DA_MissionTest.0"
}
}
},
{
"Type": "RadiusCondition_TriggerCheck",
"Name": "RadiusCondition_TriggerCheck_0",
"Outer": "DA_MissionTest",
"Class": "UScriptClass'RadiusCondition_TriggerCheck'",
"Flags": "RF_Public | RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"TriggerTag": {
"TagName": "Mission.Test.Access"
}
}
},
{
"Type": "SingleMissionConfig",
"Name": "DA_MissionTest",
"Class": "UScriptClass'SingleMissionConfig'",
"Flags": "RF_Public | RF_Standalone | RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"MissionId": {
"TagName": "Mission.Test"
},
"Conditions": [
{
"ObjectName": "RadiusCondition_PlayerAccessPointsCheck'DA_MissionTest:RadiusCondition_PlayerAccessPointsCheck_0'",
"ObjectPath": "/Game/ITR2/Configurations/Missions/DA_MissionTest.3"
},
{
"ObjectName": "RadiusCondition_TriggerCheck'DA_MissionTest:RadiusCondition_TriggerCheck_0'",
"ObjectPath": "/Game/ITR2/Configurations/Missions/DA_MissionTest.4"
}
],
"MissionLocation": {
"TagName": "Level.Radius.Peninsula"
},
"bIsTopPriority": true,
"MissionName": {
"CultureInvariantString": "Test Priority Mission"
},
"Description": {
"CultureInvariantString": "Bring an artifact from the pointed test location."
},
"MissionReward": {
"AccessLevelUp": true,
"RewardItemTags": [
{
"TagName": "Item.AmmoBox.Small.7-62x39.FMJ"
},
{
"TagName": "Item.Consumable.Injector.SlowHeal"
},
{
"TagName": "Item.Weapon.Primary.AK74M"
}
],
"Money": 600
},
"MissionIcon": {
"AssetPathName": "/Game/ITR2/Art/UI/MissionTypes/S_Icon_Mission-BringArtifact.S_Icon_Mission-BringArtifact",
"SubPathString": ""
},
"ObjectiveConfigs": [
{
"ObjectName": "ObjectiveCfg_GetArtefacts'DA_MissionTest:ObjectiveCfg_GetArtefacts_0'",
"ObjectPath": "/Game/ITR2/Configurations/Missions/DA_MissionTest.2"
},
{
"ObjectName": "ObjectiveCfg_DeliverItems'DA_MissionTest:ObjectiveCfg_DeliverItems_0'",
"ObjectPath": "/Game/ITR2/Configurations/Missions/DA_MissionTest.1"
}
]
}
}
]