client_plugin_logic_deb 1.8.332 → 1.8.333

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -412,7 +412,7 @@
412
412
  initMetadataForClass(AppEnvironmentValue, 'AppEnvironmentValue', VOID, Enum);
413
413
  //endregion
414
414
  function GameEngineConfig() {
415
- this.version = '1.8.332';
415
+ this.version = '1.8.333';
416
416
  }
417
417
  protoOf(GameEngineConfig).l33 = function () {
418
418
  return this.version;
@@ -61244,68 +61244,75 @@
61244
61244
  return rules instanceof Rules ? rules : THROW_CCE();
61245
61245
  }
61246
61246
  var map = mapOfObject(rules);
61247
- var tmp = map.k2('name');
61248
- var tmp33_name = (!(tmp == null) ? typeof tmp === 'string' : false) ? tmp : null;
61249
- var tmp_0 = map.k2('playerWhoChooseSuitGoFirst');
61250
- var tmp0_elvis_lhs = (!(tmp_0 == null) ? typeof tmp_0 === 'boolean' : false) ? tmp_0 : null;
61251
- var tmp34_playerWhoChooseSuitGoFirst = tmp0_elvis_lhs == null ? false : tmp0_elvis_lhs;
61252
- var tmp_1 = map.k2('winnerShuffleCards');
61253
- var tmp1_elvis_lhs = (!(tmp_1 == null) ? typeof tmp_1 === 'boolean' : false) ? tmp_1 : null;
61254
- var tmp35_winnerShuffleCards = tmp1_elvis_lhs == null ? false : tmp1_elvis_lhs;
61255
- var tmp_2 = map.k2('playWithoutLiabilities');
61256
- var tmp2_elvis_lhs = (!(tmp_2 == null) ? typeof tmp_2 === 'boolean' : false) ? tmp_2 : null;
61257
- var tmp36_playWithoutLiabilities = tmp2_elvis_lhs == null ? false : tmp2_elvis_lhs;
61258
- var tmp_3 = map.k2('trumpCardGoToPlayerWhoShuffleCards');
61259
- var tmp3_elvis_lhs = (!(tmp_3 == null) ? typeof tmp_3 === 'boolean' : false) ? tmp_3 : null;
61260
- var tmp37_trumpCardGoToPlayerWhoShuffleCards = tmp3_elvis_lhs == null ? false : tmp3_elvis_lhs;
61261
- var tmp_4 = map.k2('dealerCounterClockwise');
61262
- var tmp4_elvis_lhs = (!(tmp_4 == null) ? typeof tmp_4 === 'boolean' : false) ? tmp_4 : null;
61263
- var tmp38_dealerCounterClockwise = tmp4_elvis_lhs == null ? false : tmp4_elvis_lhs;
61264
- var tmp_5 = map.k2('dealerInitialCardsCount');
61265
- var tmp5_elvis_lhs = (!(tmp_5 == null) ? typeof tmp_5 === 'number' : false) ? tmp_5 : null;
61266
- var tmp39_dealerInitialCardsCount = tmp5_elvis_lhs == null ? 6 : tmp5_elvis_lhs;
61267
- var tmp_6 = map.k2('dealerFinalCardsCount');
61268
- var tmp6_elvis_lhs = (!(tmp_6 == null) ? typeof tmp_6 === 'number' : false) ? tmp_6 : null;
61269
- var tmp40_dealerFinalCardsCount = tmp6_elvis_lhs == null ? 9 : tmp6_elvis_lhs;
61270
- var tmp_7 = map.k2('contractTypes');
61271
- var tmp7_safe_receiver = (!(tmp_7 == null) ? isArray(tmp_7) : false) ? tmp_7 : null;
61272
- var tmp_8;
61273
- if (tmp7_safe_receiver == null) {
61274
- tmp_8 = null;
61275
- } else {
61276
- // Inline function 'kotlin.collections.map' call
61277
- // Inline function 'kotlin.collections.mapTo' call
61278
- var destination = ArrayList_init_$Create$(tmp7_safe_receiver.length);
61279
- var inductionVariable = 0;
61280
- var last = tmp7_safe_receiver.length;
61281
- while (inductionVariable < last) {
61282
- var item = tmp7_safe_receiver[inductionVariable];
61283
- inductionVariable = inductionVariable + 1 | 0;
61284
- // Inline function 'GameHelperImpl.mapRulesObject.<anonymous>' call
61285
- var tmp$ret$0 = toRoundContractType(item);
61286
- destination.e(tmp$ret$0);
61247
+ var combinationsJson = map.k2('combinationsWithFirstCard');
61248
+ var tmp;
61249
+ if (combinationsJson != undefined && combinationsJson != null) {
61250
+ var tmp0_safe_receiver = (!(combinationsJson == null) ? isArray(combinationsJson) : false) ? combinationsJson : null;
61251
+ var tmp_0;
61252
+ if (tmp0_safe_receiver == null) {
61253
+ tmp_0 = null;
61254
+ } else {
61255
+ // Inline function 'kotlin.collections.map' call
61256
+ // Inline function 'kotlin.collections.mapTo' call
61257
+ var destination = ArrayList_init_$Create$(tmp0_safe_receiver.length);
61258
+ var inductionVariable = 0;
61259
+ var last = tmp0_safe_receiver.length;
61260
+ while (inductionVariable < last) {
61261
+ var item = tmp0_safe_receiver[inductionVariable];
61262
+ inductionVariable = inductionVariable + 1 | 0;
61263
+ // Inline function 'GameHelperImpl.mapRulesObject.<anonymous>' call
61264
+ var tmp$ret$0 = mapToCombinationType(item);
61265
+ destination.e(tmp$ret$0);
61266
+ }
61267
+ tmp_0 = destination;
61287
61268
  }
61288
- tmp_8 = destination;
61289
- }
61290
- var tmp8_safe_receiver = tmp_8;
61291
- var tmp_9;
61292
- if (tmp8_safe_receiver == null) {
61293
- tmp_9 = null;
61269
+ var tmp1_safe_receiver = tmp_0;
61270
+ var tmp_1;
61271
+ if (tmp1_safe_receiver == null) {
61272
+ tmp_1 = null;
61273
+ } else {
61274
+ // Inline function 'kotlin.collections.toTypedArray' call
61275
+ tmp_1 = copyToArray(tmp1_safe_receiver);
61276
+ }
61277
+ var tmp2_elvis_lhs = tmp_1;
61278
+ var tmp_2;
61279
+ if (tmp2_elvis_lhs == null) {
61280
+ // Inline function 'kotlin.emptyArray' call
61281
+ tmp_2 = [];
61282
+ } else {
61283
+ tmp_2 = tmp2_elvis_lhs;
61284
+ }
61285
+ tmp = tmp_2;
61294
61286
  } else {
61295
61287
  // Inline function 'kotlin.collections.toTypedArray' call
61296
- tmp_9 = copyToArray(tmp8_safe_receiver);
61297
- }
61298
- var tmp9_elvis_lhs = tmp_9;
61299
- var tmp_10;
61300
- if (tmp9_elvis_lhs == null) {
61301
- // Inline function 'kotlin.collections.toTypedArray' call
61302
- var this_0 = Companion_getInstance_25().debertzContractTypes;
61303
- tmp_10 = copyToArray(this_0);
61304
- } else {
61305
- tmp_10 = tmp9_elvis_lhs;
61288
+ var this_0 = Companion_getInstance_182().debertzWithFirstCardCombinations;
61289
+ tmp = copyToArray(this_0);
61306
61290
  }
61307
- var tmp41_contractTypes = tmp_10;
61308
- var tmp_11 = map.k2('bidTypes');
61291
+ var combinationTypes = tmp;
61292
+ var tmp_3 = map.k2('name');
61293
+ var tmp33_name = (!(tmp_3 == null) ? typeof tmp_3 === 'string' : false) ? tmp_3 : null;
61294
+ var tmp_4 = map.k2('playerWhoChooseSuitGoFirst');
61295
+ var tmp3_elvis_lhs = (!(tmp_4 == null) ? typeof tmp_4 === 'boolean' : false) ? tmp_4 : null;
61296
+ var tmp34_playerWhoChooseSuitGoFirst = tmp3_elvis_lhs == null ? false : tmp3_elvis_lhs;
61297
+ var tmp_5 = map.k2('winnerShuffleCards');
61298
+ var tmp4_elvis_lhs = (!(tmp_5 == null) ? typeof tmp_5 === 'boolean' : false) ? tmp_5 : null;
61299
+ var tmp35_winnerShuffleCards = tmp4_elvis_lhs == null ? false : tmp4_elvis_lhs;
61300
+ var tmp_6 = map.k2('playWithoutLiabilities');
61301
+ var tmp5_elvis_lhs = (!(tmp_6 == null) ? typeof tmp_6 === 'boolean' : false) ? tmp_6 : null;
61302
+ var tmp36_playWithoutLiabilities = tmp5_elvis_lhs == null ? false : tmp5_elvis_lhs;
61303
+ var tmp_7 = map.k2('trumpCardGoToPlayerWhoShuffleCards');
61304
+ var tmp6_elvis_lhs = (!(tmp_7 == null) ? typeof tmp_7 === 'boolean' : false) ? tmp_7 : null;
61305
+ var tmp37_trumpCardGoToPlayerWhoShuffleCards = tmp6_elvis_lhs == null ? false : tmp6_elvis_lhs;
61306
+ var tmp_8 = map.k2('dealerCounterClockwise');
61307
+ var tmp7_elvis_lhs = (!(tmp_8 == null) ? typeof tmp_8 === 'boolean' : false) ? tmp_8 : null;
61308
+ var tmp38_dealerCounterClockwise = tmp7_elvis_lhs == null ? false : tmp7_elvis_lhs;
61309
+ var tmp_9 = map.k2('dealerInitialCardsCount');
61310
+ var tmp8_elvis_lhs = (!(tmp_9 == null) ? typeof tmp_9 === 'number' : false) ? tmp_9 : null;
61311
+ var tmp39_dealerInitialCardsCount = tmp8_elvis_lhs == null ? 6 : tmp8_elvis_lhs;
61312
+ var tmp_10 = map.k2('dealerFinalCardsCount');
61313
+ var tmp9_elvis_lhs = (!(tmp_10 == null) ? typeof tmp_10 === 'number' : false) ? tmp_10 : null;
61314
+ var tmp40_dealerFinalCardsCount = tmp9_elvis_lhs == null ? 9 : tmp9_elvis_lhs;
61315
+ var tmp_11 = map.k2('contractTypes');
61309
61316
  var tmp10_safe_receiver = (!(tmp_11 == null) ? isArray(tmp_11) : false) ? tmp_11 : null;
61310
61317
  var tmp_12;
61311
61318
  if (tmp10_safe_receiver == null) {
@@ -61320,8 +61327,8 @@
61320
61327
  var item_0 = tmp10_safe_receiver[inductionVariable_0];
61321
61328
  inductionVariable_0 = inductionVariable_0 + 1 | 0;
61322
61329
  // Inline function 'GameHelperImpl.mapRulesObject.<anonymous>' call
61323
- var tmp$ret$5 = toBidType(item_0);
61324
- destination_0.e(tmp$ret$5);
61330
+ var tmp$ret$6 = toRoundContractType(item_0);
61331
+ destination_0.e(tmp$ret$6);
61325
61332
  }
61326
61333
  tmp_12 = destination_0;
61327
61334
  }
@@ -61336,80 +61343,81 @@
61336
61343
  var tmp12_elvis_lhs = tmp_13;
61337
61344
  var tmp_14;
61338
61345
  if (tmp12_elvis_lhs == null) {
61339
- // Inline function 'kotlin.emptyArray' call
61340
- tmp_14 = [];
61346
+ // Inline function 'kotlin.collections.toTypedArray' call
61347
+ var this_1 = Companion_getInstance_25().debertzContractTypes;
61348
+ tmp_14 = copyToArray(this_1);
61341
61349
  } else {
61342
61350
  tmp_14 = tmp12_elvis_lhs;
61343
61351
  }
61344
- var tmp42_bidTypes = tmp_14;
61345
- var tmp_15 = map.k2('needToPutHigherTrump');
61346
- var tmp13_elvis_lhs = (!(tmp_15 == null) ? typeof tmp_15 === 'boolean' : false) ? tmp_15 : null;
61347
- var tmp43_needToPutHigherTrump = tmp13_elvis_lhs == null ? false : tmp13_elvis_lhs;
61348
- var tmp_16 = map.k2('trumpCardStepPartnerMode');
61349
- var tmp14_safe_receiver = (!(tmp_16 == null) ? typeof tmp_16 === 'string' : false) ? tmp_16 : null;
61350
- var tmp15_elvis_lhs = tmp14_safe_receiver == null ? null : toTrumpCardStepPartnerMode(tmp14_safe_receiver);
61351
- var tmp44_trumpCardStepPartnerMode = tmp15_elvis_lhs == null ? TrumpCardStepPartnerMode_ANY_TRUMP_CARD_getInstance() : tmp15_elvis_lhs;
61352
- var tmp_17 = map.k2('combinationsWithFirstCard');
61353
- var tmp16_safe_receiver = (!(tmp_17 == null) ? isArray(tmp_17) : false) ? tmp_17 : null;
61354
- var tmp_18;
61355
- if (tmp16_safe_receiver == null) {
61356
- tmp_18 = null;
61352
+ var tmp41_contractTypes = tmp_14;
61353
+ var tmp_15 = map.k2('bidTypes');
61354
+ var tmp13_safe_receiver = (!(tmp_15 == null) ? isArray(tmp_15) : false) ? tmp_15 : null;
61355
+ var tmp_16;
61356
+ if (tmp13_safe_receiver == null) {
61357
+ tmp_16 = null;
61357
61358
  } else {
61358
61359
  // Inline function 'kotlin.collections.map' call
61359
61360
  // Inline function 'kotlin.collections.mapTo' call
61360
- var destination_1 = ArrayList_init_$Create$(tmp16_safe_receiver.length);
61361
+ var destination_1 = ArrayList_init_$Create$(tmp13_safe_receiver.length);
61361
61362
  var inductionVariable_1 = 0;
61362
- var last_1 = tmp16_safe_receiver.length;
61363
+ var last_1 = tmp13_safe_receiver.length;
61363
61364
  while (inductionVariable_1 < last_1) {
61364
- var item_1 = tmp16_safe_receiver[inductionVariable_1];
61365
+ var item_1 = tmp13_safe_receiver[inductionVariable_1];
61365
61366
  inductionVariable_1 = inductionVariable_1 + 1 | 0;
61366
61367
  // Inline function 'GameHelperImpl.mapRulesObject.<anonymous>' call
61367
- var tmp$ret$10 = mapToCombinationType(item_1);
61368
- destination_1.e(tmp$ret$10);
61368
+ var tmp$ret$11 = toBidType(item_1);
61369
+ destination_1.e(tmp$ret$11);
61369
61370
  }
61370
- tmp_18 = destination_1;
61371
+ tmp_16 = destination_1;
61371
61372
  }
61372
- var tmp17_safe_receiver = tmp_18;
61373
- var tmp_19;
61374
- if (tmp17_safe_receiver == null) {
61375
- tmp_19 = null;
61373
+ var tmp14_safe_receiver = tmp_16;
61374
+ var tmp_17;
61375
+ if (tmp14_safe_receiver == null) {
61376
+ tmp_17 = null;
61376
61377
  } else {
61377
61378
  // Inline function 'kotlin.collections.toTypedArray' call
61378
- tmp_19 = copyToArray(tmp17_safe_receiver);
61379
+ tmp_17 = copyToArray(tmp14_safe_receiver);
61379
61380
  }
61380
- var tmp18_elvis_lhs = tmp_19;
61381
- var tmp_20;
61382
- if (tmp18_elvis_lhs == null) {
61381
+ var tmp15_elvis_lhs = tmp_17;
61382
+ var tmp_18;
61383
+ if (tmp15_elvis_lhs == null) {
61383
61384
  // Inline function 'kotlin.emptyArray' call
61384
- tmp_20 = [];
61385
- } else {
61386
- tmp_20 = tmp18_elvis_lhs;
61387
- }
61388
- var tmp45_combinationsWithFirstCard = tmp_20;
61385
+ tmp_18 = [];
61386
+ } else {
61387
+ tmp_18 = tmp15_elvis_lhs;
61388
+ }
61389
+ var tmp42_bidTypes = tmp_18;
61390
+ var tmp_19 = map.k2('needToPutHigherTrump');
61391
+ var tmp16_elvis_lhs = (!(tmp_19 == null) ? typeof tmp_19 === 'boolean' : false) ? tmp_19 : null;
61392
+ var tmp43_needToPutHigherTrump = tmp16_elvis_lhs == null ? false : tmp16_elvis_lhs;
61393
+ var tmp_20 = map.k2('trumpCardStepPartnerMode');
61394
+ var tmp17_safe_receiver = (!(tmp_20 == null) ? typeof tmp_20 === 'string' : false) ? tmp_20 : null;
61395
+ var tmp18_elvis_lhs = tmp17_safe_receiver == null ? null : toTrumpCardStepPartnerMode(tmp17_safe_receiver);
61396
+ var tmp44_trumpCardStepPartnerMode = tmp18_elvis_lhs == null ? TrumpCardStepPartnerMode_ANY_TRUMP_CARD_getInstance() : tmp18_elvis_lhs;
61389
61397
  var tmp_21 = map.k2('protectBella');
61390
61398
  var tmp19_elvis_lhs = (!(tmp_21 == null) ? typeof tmp_21 === 'boolean' : false) ? tmp_21 : null;
61391
- var tmp46_protectBella = tmp19_elvis_lhs == null ? false : tmp19_elvis_lhs;
61399
+ var tmp45_protectBella = tmp19_elvis_lhs == null ? false : tmp19_elvis_lhs;
61392
61400
  var tmp_22 = map.k2('oneTryToProtectBella');
61393
61401
  var tmp20_elvis_lhs = (!(tmp_22 == null) ? typeof tmp_22 === 'boolean' : false) ? tmp_22 : null;
61394
- var tmp47_oneTryToProtectBella = tmp20_elvis_lhs == null ? false : tmp20_elvis_lhs;
61402
+ var tmp46_oneTryToProtectBella = tmp20_elvis_lhs == null ? false : tmp20_elvis_lhs;
61395
61403
  var tmp_23 = map.k2('enableFourSevensCombination');
61396
61404
  var tmp21_elvis_lhs = (!(tmp_23 == null) ? typeof tmp_23 === 'boolean' : false) ? tmp_23 : null;
61397
- var tmp48_enableFourSevensCombination = tmp21_elvis_lhs == null ? false : tmp21_elvis_lhs;
61405
+ var tmp47_enableFourSevensCombination = tmp21_elvis_lhs == null ? false : tmp21_elvis_lhs;
61398
61406
  var tmp_24 = map.k2('enableTrumpSevenCombination');
61399
61407
  var tmp22_elvis_lhs = (!(tmp_24 == null) ? typeof tmp_24 === 'boolean' : false) ? tmp_24 : null;
61400
- var tmp49_enableTrumpSevenCombination = tmp22_elvis_lhs == null ? false : tmp22_elvis_lhs;
61408
+ var tmp48_enableTrumpSevenCombination = tmp22_elvis_lhs == null ? false : tmp22_elvis_lhs;
61401
61409
  var tmp_25 = map.k2('enableTrumpSevenCombinationAfterDistribution');
61402
61410
  var tmp23_elvis_lhs = (!(tmp_25 == null) ? typeof tmp_25 === 'boolean' : false) ? tmp_25 : null;
61403
- var tmp50_enableTrumpSevenCombinationAfterDistribution = tmp23_elvis_lhs == null ? false : tmp23_elvis_lhs;
61411
+ var tmp49_enableTrumpSevenCombinationAfterDistribution = tmp23_elvis_lhs == null ? false : tmp23_elvis_lhs;
61404
61412
  var tmp_26 = map.k2('checkTrumpCombination');
61405
61413
  var tmp24_elvis_lhs = (!(tmp_26 == null) ? typeof tmp_26 === 'boolean' : false) ? tmp_26 : null;
61406
- var tmp51_checkTrumpCombination = tmp24_elvis_lhs == null ? false : tmp24_elvis_lhs;
61414
+ var tmp50_checkTrumpCombination = tmp24_elvis_lhs == null ? false : tmp24_elvis_lhs;
61407
61415
  var tmp_27 = map.k2('checkOnlyTrumpDebertz');
61408
61416
  var tmp25_elvis_lhs = (!(tmp_27 == null) ? typeof tmp_27 === 'boolean' : false) ? tmp_27 : null;
61409
- var tmp52_checkOnlyTrumpDebertz = tmp25_elvis_lhs == null ? false : tmp25_elvis_lhs;
61417
+ var tmp51_checkOnlyTrumpDebertz = tmp25_elvis_lhs == null ? false : tmp25_elvis_lhs;
61410
61418
  var tmp_28 = map.k2('distributePoints');
61411
61419
  var tmp26_elvis_lhs = (!(tmp_28 == null) ? typeof tmp_28 === 'boolean' : false) ? tmp_28 : null;
61412
- var tmp53_distributePoints = tmp26_elvis_lhs == null ? false : tmp26_elvis_lhs;
61420
+ var tmp52_distributePoints = tmp26_elvis_lhs == null ? false : tmp26_elvis_lhs;
61413
61421
  var tmp_29 = map.k2('pointsDistributeMode');
61414
61422
  var tmp27_safe_receiver = (!(tmp_29 == null) ? typeof tmp_29 === 'string' : false) ? tmp_29 : null;
61415
61423
  var tmp28_elvis_lhs = tmp27_safe_receiver == null ? null : toPointsDistributeMode(tmp27_safe_receiver);
@@ -61426,20 +61434,20 @@
61426
61434
  } else {
61427
61435
  tmp_30 = tmp28_elvis_lhs;
61428
61436
  }
61429
- var tmp54_pointsDistributeMode = tmp_30;
61437
+ var tmp53_pointsDistributeMode = tmp_30;
61430
61438
  var tmp_33 = map.k2('enableFineIfNoBribes');
61431
61439
  var tmp29_elvis_lhs = (!(tmp_33 == null) ? typeof tmp_33 === 'boolean' : false) ? tmp_33 : null;
61432
- var tmp55_enableFineIfNoBribes = tmp29_elvis_lhs == null ? false : tmp29_elvis_lhs;
61440
+ var tmp54_enableFineIfNoBribes = tmp29_elvis_lhs == null ? false : tmp29_elvis_lhs;
61433
61441
  var tmp_34 = map.k2('fineIfNoBribes');
61434
61442
  var tmp30_elvis_lhs = (!(tmp_34 == null) ? typeof tmp_34 === 'number' : false) ? tmp_34 : null;
61435
- var tmp56_fineIfNoBribes = tmp30_elvis_lhs == null ? 50 : tmp30_elvis_lhs;
61443
+ var tmp55_fineIfNoBribes = tmp30_elvis_lhs == null ? 50 : tmp30_elvis_lhs;
61436
61444
  var tmp_35 = map.k2('enableFineAfterThirdByte');
61437
61445
  var tmp31_elvis_lhs = (!(tmp_35 == null) ? typeof tmp_35 === 'boolean' : false) ? tmp_35 : null;
61438
- var tmp57_enableFineAfterThirdFailedContract = tmp31_elvis_lhs == null ? false : tmp31_elvis_lhs;
61446
+ var tmp56_enableFineAfterThirdFailedContract = tmp31_elvis_lhs == null ? false : tmp31_elvis_lhs;
61439
61447
  var tmp_36 = map.k2('fineAfterThirdFailedContract');
61440
61448
  var tmp32_elvis_lhs = (!(tmp_36 == null) ? typeof tmp_36 === 'number' : false) ? tmp_36 : null;
61441
- var tmp58_fineAfterThirdFailedContract = tmp32_elvis_lhs == null ? 100 : tmp32_elvis_lhs;
61442
- return new Rules(tmp33_name, tmp34_playerWhoChooseSuitGoFirst, tmp35_winnerShuffleCards, tmp36_playWithoutLiabilities, tmp37_trumpCardGoToPlayerWhoShuffleCards, tmp39_dealerInitialCardsCount, tmp40_dealerFinalCardsCount, tmp38_dealerCounterClockwise, tmp41_contractTypes, tmp42_bidTypes, tmp43_needToPutHigherTrump, tmp44_trumpCardStepPartnerMode, tmp45_combinationsWithFirstCard, tmp46_protectBella, tmp47_oneTryToProtectBella, tmp48_enableFourSevensCombination, tmp49_enableTrumpSevenCombination, tmp50_enableTrumpSevenCombinationAfterDistribution, tmp51_checkTrumpCombination, tmp52_checkOnlyTrumpDebertz, tmp53_distributePoints, tmp54_pointsDistributeMode, tmp57_enableFineAfterThirdFailedContract, tmp58_fineAfterThirdFailedContract, tmp55_enableFineIfNoBribes, tmp56_fineIfNoBribes);
61449
+ var tmp57_fineAfterThirdFailedContract = tmp32_elvis_lhs == null ? 100 : tmp32_elvis_lhs;
61450
+ return new Rules(tmp33_name, tmp34_playerWhoChooseSuitGoFirst, tmp35_winnerShuffleCards, tmp36_playWithoutLiabilities, tmp37_trumpCardGoToPlayerWhoShuffleCards, tmp39_dealerInitialCardsCount, tmp40_dealerFinalCardsCount, tmp38_dealerCounterClockwise, tmp41_contractTypes, tmp42_bidTypes, tmp43_needToPutHigherTrump, tmp44_trumpCardStepPartnerMode, combinationTypes, tmp45_protectBella, tmp46_oneTryToProtectBella, tmp47_enableFourSevensCombination, tmp48_enableTrumpSevenCombination, tmp49_enableTrumpSevenCombinationAfterDistribution, tmp50_checkTrumpCombination, tmp51_checkOnlyTrumpDebertz, tmp52_distributePoints, tmp53_pointsDistributeMode, tmp56_enableFineAfterThirdFailedContract, tmp57_fineAfterThirdFailedContract, tmp54_enableFineIfNoBribes, tmp55_fineIfNoBribes);
61443
61451
  }
61444
61452
  function validateTimeoutTime($this, timeoutTime) {
61445
61453
  if (!listOf_0([15, 30, 45]).v1(timeoutTime)) {