diff --git a/Strategies/Standard/STR0012/STR0012.json b/Strategies/Standard/STR0012/STR0012.json index a30e81f..ea028a1 100644 --- a/Strategies/Standard/STR0012/STR0012.json +++ b/Strategies/Standard/STR0012/STR0012.json @@ -14,6 +14,43 @@ "sMessageId": " ", "sMinUserLevel": "1" }, + { + "sName": "sCuttingStrategy", + "sNameNge": "CUTTING_STRATEGY", + "sValue": "AUTO", + "sDescriptionShort": "Cutting strategy", + "sDescriptionLong": "", + "idDescriptionShortMsg": 1000117, + "idDescriptionLongMsg": 1000118, + "sType": "combo", + "sMinUserLevel": "1", + "Choices": [ + { + "sValue": "AUTO", + "sDescriptionShort": "Automatic", + "sDescriptionLong": "", + "idDescriptionShortMsg": 1000119, + "idDescriptionLongMsg": 1000120, + "sMessageId": "" + }, + { + "sValue": "DROP_WASTE", + "sDescriptionShort": "Drop waste", + "sDescriptionLong": "", + "idDescriptionShortMsg": 1000121, + "idDescriptionLongMsg": 1000122, + "sMessageId": "" + }, + { + "sValue": "KEEP_WASTE_ATTACHED", + "sDescriptionShort": "Keep waste attached", + "sDescriptionLong": "", + "idDescriptionShortMsg": 1000123, + "idDescriptionLongMsg": 1000124, + "sMessageId": "" + } + ] + }, { "sName": "sCanDamageNextPiece", "sNameNge": "DAMAGE_NEXT_PIECE",