Skip to content

Commit

Permalink
added ams, changed ews to ecm+ap, fixed tags
Browse files Browse the repository at this point in the history
  • Loading branch information
mcb5637 committed Jan 30, 2021
1 parent 434420c commit 909700e
Show file tree
Hide file tree
Showing 33 changed files with 437 additions and 25 deletions.
4 changes: 2 additions & 2 deletions BTX_CAC_Compatibility/advancedMerge/chassis_2aplarm.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
],
"Instructions": [
{
"JSONPath": "$.Locations[?(@Location == 'LeftArm')].Hardpoints",
"JSONPath": "$.Locations[?(@Location == 'LeftArm')].HardPoints",
"Action": "ArrayAdd",
"Value": {
"WeaponMount": "AntiPersonnel",
"Omni": false
}
},
{
"JSONPath": "$.Locations[?(@Location == 'LeftArm')].Hardpoints",
"JSONPath": "$.Locations[?(@Location == 'LeftArm')].HardPoints",
"Action": "ArrayAdd",
"Value": {
"WeaponMount": "AntiPersonnel",
Expand Down
6 changes: 3 additions & 3 deletions BTX_CAC_Compatibility/advancedMerge/chassis_3aprightarm.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,23 +4,23 @@
],
"Instructions": [
{
"JSONPath": "$.Locations[?(@Location == 'LeftArm')].Hardpoints",
"JSONPath": "$.Locations[?(@Location == 'RightArm')].HardPoints",
"Action": "ArrayAdd",
"Value": {
"WeaponMount": "AntiPersonnel",
"Omni": false
}
},
{
"JSONPath": "$.Locations[?(@Location == 'LeftArm')].Hardpoints",
"JSONPath": "$.Locations[?(@Location == 'RightArm')].HardPoints",
"Action": "ArrayAdd",
"Value": {
"WeaponMount": "AntiPersonnel",
"Omni": false
}
},
{
"JSONPath": "$.Locations[?(@Location == 'LeftArm')].Hardpoints",
"JSONPath": "$.Locations[?(@Location == 'RightArm')].HardPoints",
"Action": "ArrayAdd",
"Value": {
"WeaponMount": "AntiPersonnel",
Expand Down
8 changes: 8 additions & 0 deletions BTX_CAC_Compatibility/advancedMerge/chassis_apctorso.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,14 @@
"WeaponMount": "AntiPersonnel",
"Omni": false
}
},
{
"JSONPath": "$.Locations[?(@Location == 'CenterTorso')].HardPoints",
"Action": "ArrayAdd",
"Value": {
"WeaponMount": "AntiPersonnel",
"Omni": false
}
}
]
}
8 changes: 8 additions & 0 deletions BTX_CAC_Compatibility/advancedMerge/chassis_aphead.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,14 @@
"WeaponMount": "AntiPersonnel",
"Omni": false
}
},
{
"JSONPath": "$.Locations[?(@Location == 'Head')].HardPoints",
"Action": "ArrayAdd",
"Value": {
"WeaponMount": "AntiPersonnel",
"Omni": false
}
}
]
}
8 changes: 8 additions & 0 deletions BTX_CAC_Compatibility/advancedMerge/chassis_aplarm.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,14 @@
"WeaponMount": "AntiPersonnel",
"Omni": false
}
},
{
"JSONPath": "$.Locations[?(@Location == 'LeftArm')].HardPoints",
"Action": "ArrayAdd",
"Value": {
"WeaponMount": "AntiPersonnel",
"Omni": false
}
}
]
}
8 changes: 8 additions & 0 deletions BTX_CAC_Compatibility/advancedMerge/chassis_apltorso.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,14 @@
"WeaponMount": "AntiPersonnel",
"Omni": false
}
},
{
"JSONPath": "$.Locations[?(@Location == 'LeftTorso')].HardPoints",
"Action": "ArrayAdd",
"Value": {
"WeaponMount": "AntiPersonnel",
"Omni": false
}
}
]
}
8 changes: 8 additions & 0 deletions BTX_CAC_Compatibility/advancedMerge/chassis_aprtorso.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,14 @@
"WeaponMount": "AntiPersonnel",
"Omni": false
}
},
{
"JSONPath": "$.Locations[?(@Location == 'RightTorso')].HardPoints",
"Action": "ArrayAdd",
"Value": {
"WeaponMount": "AntiPersonnel",
"Omni": false
}
}
]
}
47 changes: 47 additions & 0 deletions BTX_CAC_Compatibility/advancedMerge/chassis_clan_ews_la.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
{
"TargetIDs": [
"chassisdef_koshi_mist_lynx-C"
],
"Instructions": [
{
"JSONPath": "$.FixedEquipment",
"Action": "ArrayAdd",
"Value": {
"MountedLocation": "LeftArm",
"ComponentDefID": "Gear_SensorCAC_BeagleClan",
"SimGameUID": "",
"ComponentDefType": "Upgrade",
"HardpointSlot": -1,
"IsFixed": true,
"GUID": null,
"DamageLevel": "Functional",
"prefabName": null,
"hasPrefabName": false
}
},
{
"JSONPath": "$.FixedEquipment",
"Action": "ArrayAdd",
"Value": {
"MountedLocation": "LeftArm",
"ComponentDefID": "Gear_SensorCAC_GuardianClan",
"SimGameUID": "",
"ComponentDefType": "Upgrade",
"HardpointSlot": -1,
"IsFixed": true,
"GUID": null,
"DamageLevel": "Functional",
"prefabName": null,
"hasPrefabName": false
}
},
{
"JSONPath": "$.FixedEquipment[?(@ComponentDefID == 'Gear_Sensor_EWE_Clan')]",
"Action": "Remove"
},
{
"JSONPath": "$.FixedEquipment[?(@ComponentDefID == 'Gear_Sensor_EWEImproved_Clan')]",
"Action": "Remove"
}
]
}
50 changes: 50 additions & 0 deletions BTX_CAC_Compatibility/advancedMerge/chassis_clan_ews_lt.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
{
"TargetIDs": [
"chassisdef_hankyu_arctic_cheetah-PRIME",
"chassisdef_shadow_cat-B",
"chassisdef_loki_hellbringer-PRIME",
"chassisdef_mad_cat_timber_wolf-BH"
],
"Instructions": [
{
"JSONPath": "$.FixedEquipment",
"Action": "ArrayAdd",
"Value": {
"MountedLocation": "LeftTorso",
"ComponentDefID": "Gear_SensorCAC_BeagleClan",
"SimGameUID": "",
"ComponentDefType": "Upgrade",
"HardpointSlot": -1,
"IsFixed": true,
"GUID": null,
"DamageLevel": "Functional",
"prefabName": null,
"hasPrefabName": false
}
},
{
"JSONPath": "$.FixedEquipment",
"Action": "ArrayAdd",
"Value": {
"MountedLocation": "LeftTorso",
"ComponentDefID": "Gear_SensorCAC_GuardianClan",
"SimGameUID": "",
"ComponentDefType": "Upgrade",
"HardpointSlot": -1,
"IsFixed": true,
"GUID": null,
"DamageLevel": "Functional",
"prefabName": null,
"hasPrefabName": false
}
},
{
"JSONPath": "$.FixedEquipment[?(@ComponentDefID == 'Gear_Sensor_EWE_Clan')]",
"Action": "Remove"
},
{
"JSONPath": "$.FixedEquipment[?(@ComponentDefID == 'Gear_Sensor_EWEImproved_Clan')]",
"Action": "Remove"
}
]
}
47 changes: 47 additions & 0 deletions BTX_CAC_Compatibility/advancedMerge/chassis_clan_ews_ra.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
{
"TargetIDs": [
"chassisdef_uller_kit_fox-C"
],
"Instructions": [
{
"JSONPath": "$.FixedEquipment",
"Action": "ArrayAdd",
"Value": {
"MountedLocation": "RightArm",
"ComponentDefID": "Gear_SensorCAC_BeagleClan",
"SimGameUID": "",
"ComponentDefType": "Upgrade",
"HardpointSlot": -1,
"IsFixed": true,
"GUID": null,
"DamageLevel": "Functional",
"prefabName": null,
"hasPrefabName": false
}
},
{
"JSONPath": "$.FixedEquipment",
"Action": "ArrayAdd",
"Value": {
"MountedLocation": "RightArm",
"ComponentDefID": "Gear_SensorCAC_GuardianClan",
"SimGameUID": "",
"ComponentDefType": "Upgrade",
"HardpointSlot": -1,
"IsFixed": true,
"GUID": null,
"DamageLevel": "Functional",
"prefabName": null,
"hasPrefabName": false
}
},
{
"JSONPath": "$.FixedEquipment[?(@ComponentDefID == 'Gear_Sensor_EWE_Clan')]",
"Action": "Remove"
},
{
"JSONPath": "$.FixedEquipment[?(@ComponentDefID == 'Gear_Sensor_EWEImproved_Clan')]",
"Action": "Remove"
}
]
}
47 changes: 47 additions & 0 deletions BTX_CAC_Compatibility/advancedMerge/chassis_clan_ews_rt.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
{
"TargetIDs": [
"chassisdef_black_lanner-A"
],
"Instructions": [
{
"JSONPath": "$.FixedEquipment",
"Action": "ArrayAdd",
"Value": {
"MountedLocation": "RightTorso",
"ComponentDefID": "Gear_SensorCAC_BeagleClan",
"SimGameUID": "",
"ComponentDefType": "Upgrade",
"HardpointSlot": -1,
"IsFixed": true,
"GUID": null,
"DamageLevel": "Functional",
"prefabName": null,
"hasPrefabName": false
}
},
{
"JSONPath": "$.FixedEquipment",
"Action": "ArrayAdd",
"Value": {
"MountedLocation": "RightTorso",
"ComponentDefID": "Gear_SensorCAC_GuardianClan",
"SimGameUID": "",
"ComponentDefType": "Upgrade",
"HardpointSlot": -1,
"IsFixed": true,
"GUID": null,
"DamageLevel": "Functional",
"prefabName": null,
"hasPrefabName": false
}
},
{
"JSONPath": "$.FixedEquipment[?(@ComponentDefID == 'Gear_Sensor_EWE_Clan')]",
"Action": "Remove"
},
{
"JSONPath": "$.FixedEquipment[?(@ComponentDefID == 'Gear_Sensor_EWEImproved_Clan')]",
"Action": "Remove"
}
]
}
47 changes: 47 additions & 0 deletions BTX_CAC_Compatibility/advancedMerge/chassis_hc_ews_lt.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
{
"TargetIDs": [
"chassisdef_raven_RVN-3L"
],
"Instructions": [
{
"JSONPath": "$.FixedEquipment",
"Action": "ArrayAdd",
"Value": {
"MountedLocation": "LeftTorso",
"ComponentDefID": "Gear_SensorCAC_BeagleHC",
"SimGameUID": "",
"ComponentDefType": "Upgrade",
"HardpointSlot": -1,
"IsFixed": true,
"GUID": null,
"DamageLevel": "Functional",
"prefabName": null,
"hasPrefabName": false
}
},
{
"JSONPath": "$.FixedEquipment",
"Action": "ArrayAdd",
"Value": {
"MountedLocation": "LeftTorso",
"ComponentDefID": "Gear_SensorCAC_GuardianHC",
"SimGameUID": "",
"ComponentDefType": "Upgrade",
"HardpointSlot": -1,
"IsFixed": true,
"GUID": null,
"DamageLevel": "Functional",
"prefabName": null,
"hasPrefabName": false
}
},
{
"JSONPath": "$.FixedEquipment[?(@ComponentDefID == 'Gear_Sensor_EWE')]",
"Action": "Remove"
},
{
"JSONPath": "$.FixedEquipment[?(@ComponentDefID == 'Gear_Sensor_EWEImproved')]",
"Action": "Remove"
}
]
}
Loading

0 comments on commit 909700e

Please sign in to comment.