raspberry_games_server_game_logic 1.8.393 → 1.8.395

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.
@@ -380,7 +380,7 @@
380
380
  function addFormatStructureForTime(structure) {
381
381
  this.v5k(structure);
382
382
  }
383
- initMetadataForInterface(AbstractWithDateTimeBuilder, 'AbstractWithDateTimeBuilder', VOID, VOID, [AbstractWithDateBuilder, AbstractWithTimeBuilder, WithTime, WithDate]);
383
+ initMetadataForInterface(AbstractWithDateTimeBuilder, 'AbstractWithDateTimeBuilder', VOID, VOID, [AbstractWithDateBuilder, AbstractWithTimeBuilder, WithDate, WithTime]);
384
384
  initMetadataForClass(Builder_0, 'Builder', VOID, VOID, [AbstractDateTimeFormatBuilder, AbstractWithDateTimeBuilder]);
385
385
  initMetadataForClass(LocalDateTimeFormat, 'LocalDateTimeFormat', VOID, AbstractDateTimeFormat);
386
386
  function set_fractionOfSecond(value) {
@@ -387,7 +387,7 @@
387
387
  initMetadataForClass(AppEnvironmentValue, 'AppEnvironmentValue', VOID, Enum);
388
388
  //endregion
389
389
  function GameEngineConfig() {
390
- this.version = '1.8.393';
390
+ this.version = '1.8.395';
391
391
  }
392
392
  protoOf(GameEngineConfig).a3w = function () {
393
393
  return this.version;
@@ -43077,16 +43077,16 @@
43077
43077
  var tmp;
43078
43078
  switch (playersMode.p2_1) {
43079
43079
  case 0:
43080
- tmp = 0.7;
43080
+ tmp = 0.8;
43081
43081
  break;
43082
43082
  case 3:
43083
43083
  tmp = 1.0;
43084
43084
  break;
43085
43085
  case 1:
43086
- tmp = 1.25;
43086
+ tmp = 1.2;
43087
43087
  break;
43088
43088
  case 2:
43089
- tmp = 1.5;
43089
+ tmp = 1.3;
43090
43090
  break;
43091
43091
  default:
43092
43092
  noWhenBranchMatchedException();
@@ -50279,7 +50279,7 @@
50279
50279
  var element = _iterator__ex2g4s.n();
50280
50280
  // Inline function 'kotlin.math.absoluteValue' call
50281
50281
  var this_0 = element.oldRating - element.newRating;
50282
- if (Math.abs(this_0) >= 80) {
50282
+ if (Math.abs(this_0) >= 100) {
50283
50283
  destination.j(element);
50284
50284
  }
50285
50285
  }