Skip to content

Commit

Permalink
changed settings json
Browse files Browse the repository at this point in the history
  • Loading branch information
mcb5637 committed Jun 21, 2020
1 parent 85a6a0f commit 846ed1c
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions BTSimpleMechAssembly/mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,21 +10,24 @@

"ConflictsWith": [ "AdjustedMechAssembly", "AdjustedMechAssemblyCC", "AdjustedMechSalvage", "CustomSalvage", "SalvageOperations" ],

"SettingsComment": "CrossAssemblyUpgradeRequired delete to not need an argo upgrade, OmniMechTag chassistag to enable omni functionality (unpack from storage allows variant selection)",
"Settings": {
/*set to null for no upgrade required*/
"CrossAssemblyUpgradeRequired": "argoUpgrade_mechBay_machineShop",
/*BEX simulation difficulty compatibility*/
"CrossAssemblyAlwaysAllowIfSimulation": true,
"CrossAssemblySpeedMatch": true,
"CrossAssemblyTonnsMatch": true,
"CrossAssemblyTagsMatch": [ "chassis_endo", "chassis_ferro", "chassis_DHS" ],
"CrossAssemblyExcludedMechs": [],
/*set to null to disable omni functionality*/
"OmniMechTag": "chassis_omni",
"AssembledMechsNeedReadying": true,
"StructurePointBasedSalvageActive": true,
"StructurePointBasedSalvageLowPriorityFactor": 1,
"StructurePointBasedSalvageHighPriorityFactor": 2,
"StructurePointBasedSalvageHighPriorityFactor": 3.25,
"StructurePointBasedSalvageMaxPartsFromMech": 3,
"StructurePointBasedSalvageMinPartsFromMech": 1,
/*activate to salvage + parts*/
"StructurePointBasedSalvageVanillaComponents": false
}
}

0 comments on commit 846ed1c

Please sign in to comment.