client_plugin_logic_deb 1.8.394 → 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.
- package/Logic_Debertz-client_plugin.js +1885 -1885
- package/Logic_Debertz-core.js +1 -1
- package/Logic_Debertz-engine.js +4 -4
- package/Logic_Debertz-engine.js.map +1 -1
- package/Logic_Debertz-game_server.js +733 -580
- package/Logic_Debertz-game_server.js.map +1 -1
- package/kotlin-kotlin-stdlib.js +6 -6
- package/kotlin-kotlin-stdlib.js.map +1 -1
- package/kotlinx-coroutines-core.js +2 -2
- package/package.json +1 -1
package/Logic_Debertz-core.js
CHANGED
|
@@ -425,7 +425,7 @@
|
|
|
425
425
|
initMetadataForClass(AppEnvironmentValue, 'AppEnvironmentValue', VOID, Enum);
|
|
426
426
|
//endregion
|
|
427
427
|
function GameEngineConfig() {
|
|
428
|
-
this.version = '1.8.
|
|
428
|
+
this.version = '1.8.395';
|
|
429
429
|
}
|
|
430
430
|
protoOf(GameEngineConfig).g3z = function () {
|
|
431
431
|
return this.version;
|
package/Logic_Debertz-engine.js
CHANGED
|
@@ -48671,16 +48671,16 @@
|
|
|
48671
48671
|
var tmp;
|
|
48672
48672
|
switch (playersMode.p2_1) {
|
|
48673
48673
|
case 0:
|
|
48674
|
-
tmp = 0.
|
|
48674
|
+
tmp = 0.8;
|
|
48675
48675
|
break;
|
|
48676
48676
|
case 3:
|
|
48677
48677
|
tmp = 1.0;
|
|
48678
48678
|
break;
|
|
48679
48679
|
case 1:
|
|
48680
|
-
tmp = 1.
|
|
48680
|
+
tmp = 1.2;
|
|
48681
48681
|
break;
|
|
48682
48682
|
case 2:
|
|
48683
|
-
tmp = 1.
|
|
48683
|
+
tmp = 1.3;
|
|
48684
48684
|
break;
|
|
48685
48685
|
default:
|
|
48686
48686
|
noWhenBranchMatchedException();
|
|
@@ -55942,7 +55942,7 @@
|
|
|
55942
55942
|
var element = _iterator__ex2g4s.n();
|
|
55943
55943
|
// Inline function 'kotlin.math.absoluteValue' call
|
|
55944
55944
|
var this_0 = element.oldRating - element.newRating;
|
|
55945
|
-
if (Math.abs(this_0) >=
|
|
55945
|
+
if (Math.abs(this_0) >= 100) {
|
|
55946
55946
|
destination.j(element);
|
|
55947
55947
|
}
|
|
55948
55948
|
}
|