@mtgame/core 0.1.142 → 0.1.143
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/bundles/mtgame-core.umd.js +135 -46
- package/bundles/mtgame-core.umd.js.map +1 -1
- package/esm2015/localization/waterpolo-game-log-types.js +22 -17
- package/esm2015/models/waterpolo-game-log.js +6 -1
- package/esm2015/models/waterpolo-game-statistic.js +63 -27
- package/esm2015/models/waterpolo-statistic.js +16 -1
- package/fesm2015/mtgame-core.js +103 -42
- package/fesm2015/mtgame-core.js.map +1 -1
- package/localization/waterpolo-game-log-types.d.ts +5 -0
- package/models/waterpolo-game-log.d.ts +6 -1
- package/models/waterpolo-game-statistic.d.ts +23 -1
- package/models/waterpolo-statistic.d.ts +15 -0
- package/mtgame-core.metadata.json +1 -1
- package/package.json +1 -1
|
@@ -6460,30 +6460,39 @@
|
|
|
6460
6460
|
pp_counterattack_goals: 'ppCounterAttackGoals',
|
|
6461
6461
|
pp_counterattack_on_goals: 'ppCounterAttackOnGoals',
|
|
6462
6462
|
pp_counterattack_misses: 'ppCounterAttackMisses',
|
|
6463
|
+
pp_counterattack_shots_blocked: 'ppCounterAttackShotsBlocked',
|
|
6463
6464
|
ev_counterattack_goals: 'evCounterAttackGoals',
|
|
6464
6465
|
ev_counterattack_on_goals: 'evCounterAttackOnGoals',
|
|
6465
6466
|
ev_counterattack_misses: 'evCounterAttackMisses',
|
|
6467
|
+
ev_counterattack_shots_blocked: 'evCounterAttackShotsBlocked',
|
|
6466
6468
|
sh_counterattack_goals: 'shCounterAttackGoals',
|
|
6467
6469
|
sh_counterattack_on_goals: 'shCounterAttackOnGoals',
|
|
6468
6470
|
sh_counterattack_misses: 'shCounterAttackMisses',
|
|
6471
|
+
sh_counterattack_shots_blocked: 'shCounterAttackShotsBlocked',
|
|
6469
6472
|
pp_maneuver_goals: 'ppManeuverGoals',
|
|
6470
6473
|
pp_maneuver_on_goals: 'ppManeuverOnGoals',
|
|
6471
6474
|
pp_maneuver_misses: 'ppManeuverMisses',
|
|
6475
|
+
pp_maneuver_shots_blocked: 'ppManeuverShotsBlocked',
|
|
6472
6476
|
ev_maneuver_goals: 'evManeuverGoals',
|
|
6473
6477
|
ev_maneuver_on_goals: 'evManeuverOnGoals',
|
|
6474
6478
|
ev_maneuver_misses: 'evManeuverMisses',
|
|
6479
|
+
ev_maneuver_shots_blocked: 'evManeuverShotsBlocked',
|
|
6475
6480
|
sh_maneuver_goals: 'shManeuverGoals',
|
|
6476
6481
|
sh_maneuver_on_goals: 'shManeuverOnGoals',
|
|
6477
6482
|
sh_maneuver_misses: 'shManeuverMisses',
|
|
6483
|
+
sh_maneuver_shots_blocked: 'shManeuverShotsBlocked',
|
|
6478
6484
|
pp_center_forward_goals: 'ppCenterForwardGoals',
|
|
6479
6485
|
pp_center_forward_on_goals: 'ppCenterForwardOnGoals',
|
|
6480
6486
|
pp_center_forward_misses: 'ppCenterForwardMisses',
|
|
6487
|
+
pp_center_forward_shots_blocked: 'ppCenterForwardShotsBlocked',
|
|
6481
6488
|
ev_center_forward_goals: 'evCenterForwardGoals',
|
|
6482
6489
|
ev_center_forward_on_goals: 'evCenterForwardOnGoals',
|
|
6483
6490
|
ev_center_forward_misses: 'evCenterForwardMisses',
|
|
6491
|
+
ev_center_forward_shots_blocked: 'evCenterForwardShotsBlocked',
|
|
6484
6492
|
sh_center_forward_goals: 'shCenterForwardGoals',
|
|
6485
6493
|
sh_center_forward_on_goals: 'shCenterForwardOnGoals',
|
|
6486
6494
|
sh_center_forward_misses: 'shCenterForwardMisses',
|
|
6495
|
+
sh_center_forward_shots_blocked: 'shCenterForwardShotsBlocked',
|
|
6487
6496
|
pp_assists: 'ppAssists',
|
|
6488
6497
|
ev_assists: 'evAssists',
|
|
6489
6498
|
sh_assists: 'shAssists',
|
|
@@ -6564,23 +6573,29 @@
|
|
|
6564
6573
|
pp_free_kick_goals: 'ppFreeKickGoals',
|
|
6565
6574
|
pp_free_kick_on_goals: 'ppFreeKickOnGoals',
|
|
6566
6575
|
pp_free_kick_misses: 'ppFreeKickMisses',
|
|
6576
|
+
pp_free_kick_shots_blocked: 'ppFreeKickShotsBlocked',
|
|
6567
6577
|
sh_free_kick_goals: 'shFreeKickGoals',
|
|
6568
6578
|
sh_free_kick_on_goals: 'shFreeKickOnGoals',
|
|
6569
6579
|
sh_free_kick_misses: 'shFreeKickMisses',
|
|
6580
|
+
sh_free_kick_shots_blocked: 'shFreeKickShotsBlocked',
|
|
6570
6581
|
ev_free_kick_goals: 'evFreeKickGoals',
|
|
6571
6582
|
ev_free_kick_on_goals: 'evFreeKickOnGoals',
|
|
6572
6583
|
ev_free_kick_misses: 'evFreeKickMisses',
|
|
6584
|
+
ev_free_kick_shots_blocked: 'evFreeKickShotsBlocked',
|
|
6573
6585
|
free_kick_passes: 'freeKickPasses',
|
|
6574
6586
|
free_kick_selfs: 'freeKickSelfs',
|
|
6575
6587
|
pp_corner_goals: 'ppCornerGoals',
|
|
6576
6588
|
pp_corner_on_goals: 'ppCornerOnGoals',
|
|
6577
6589
|
pp_corner_misses: 'ppCornerMisses',
|
|
6590
|
+
pp_corner_shots_blocked: 'ppCornerShotsBlocked',
|
|
6578
6591
|
sh_corner_goals: 'shCornerGoals',
|
|
6579
6592
|
sh_corner_on_goals: 'shCornerOnGoals',
|
|
6580
6593
|
sh_corner_misses: 'shCornerMisses',
|
|
6594
|
+
sh_corner_shots_blocked: 'shCornerShotsBlocked',
|
|
6581
6595
|
ev_corner_goals: 'evCornerGoals',
|
|
6582
6596
|
ev_corner_on_goals: 'evCornerOnGoals',
|
|
6583
6597
|
ev_corner_misses: 'evCornerMisses',
|
|
6598
|
+
ev_corner_shots_blocked: 'evCornerShotsBlocked',
|
|
6584
6599
|
corner_passes: 'cornerPasses',
|
|
6585
6600
|
corner_selfs: 'cornerSelfs',
|
|
6586
6601
|
tackles: 'tackles',
|
|
@@ -11002,6 +11017,11 @@
|
|
|
11002
11017
|
WaterpoloGameLogTypes[WaterpoloGameLogTypes["penalty_foul"] = 56] = "penalty_foul";
|
|
11003
11018
|
WaterpoloGameLogTypes[WaterpoloGameLogTypes["attack_foul"] = 57] = "attack_foul";
|
|
11004
11019
|
WaterpoloGameLogTypes[WaterpoloGameLogTypes["turnover"] = 58] = "turnover";
|
|
11020
|
+
WaterpoloGameLogTypes[WaterpoloGameLogTypes["counter_attack_shot_blocked"] = 59] = "counter_attack_shot_blocked";
|
|
11021
|
+
WaterpoloGameLogTypes[WaterpoloGameLogTypes["maneuver_shot_blocked"] = 60] = "maneuver_shot_blocked";
|
|
11022
|
+
WaterpoloGameLogTypes[WaterpoloGameLogTypes["center_forward_shot_blocked"] = 61] = "center_forward_shot_blocked";
|
|
11023
|
+
WaterpoloGameLogTypes[WaterpoloGameLogTypes["free_kick_shot_blocked"] = 62] = "free_kick_shot_blocked";
|
|
11024
|
+
WaterpoloGameLogTypes[WaterpoloGameLogTypes["corner_shot_blocked"] = 63] = "corner_shot_blocked";
|
|
11005
11025
|
})(exports.WaterpoloGameLogTypes || (exports.WaterpoloGameLogTypes = {}));
|
|
11006
11026
|
exports.WaterpoloAdvantageTypes = void 0;
|
|
11007
11027
|
(function (WaterpoloAdvantageTypes) {
|
|
@@ -11158,21 +11178,21 @@
|
|
|
11158
11178
|
});
|
|
11159
11179
|
Object.defineProperty(WaterpoloGameStatistic.prototype, "ppCounterAttackShots", {
|
|
11160
11180
|
get: function () {
|
|
11161
|
-
return (this.ppCounterAttackOnGoals || 0) + (this.ppCounterAttackMisses || 0);
|
|
11181
|
+
return (this.ppCounterAttackOnGoals || 0) + (this.ppCounterAttackMisses || 0) + (this.ppCounterAttackShotsBlocked || 0);
|
|
11162
11182
|
},
|
|
11163
11183
|
enumerable: false,
|
|
11164
11184
|
configurable: true
|
|
11165
11185
|
});
|
|
11166
11186
|
Object.defineProperty(WaterpoloGameStatistic.prototype, "shCounterAttackShots", {
|
|
11167
11187
|
get: function () {
|
|
11168
|
-
return (this.shCounterAttackOnGoals || 0) + (this.shCounterAttackMisses || 0);
|
|
11188
|
+
return (this.shCounterAttackOnGoals || 0) + (this.shCounterAttackMisses || 0) + (this.shCounterAttackShotsBlocked || 0);
|
|
11169
11189
|
},
|
|
11170
11190
|
enumerable: false,
|
|
11171
11191
|
configurable: true
|
|
11172
11192
|
});
|
|
11173
11193
|
Object.defineProperty(WaterpoloGameStatistic.prototype, "evCounterAttackShots", {
|
|
11174
11194
|
get: function () {
|
|
11175
|
-
return (this.evCounterAttackOnGoals || 0) + (this.evCounterAttackMisses || 0);
|
|
11195
|
+
return (this.evCounterAttackOnGoals || 0) + (this.evCounterAttackMisses || 0) + (this.evCounterAttackShotsBlocked || 0);
|
|
11176
11196
|
},
|
|
11177
11197
|
enumerable: false,
|
|
11178
11198
|
configurable: true
|
|
@@ -11191,9 +11211,16 @@
|
|
|
11191
11211
|
enumerable: false,
|
|
11192
11212
|
configurable: true
|
|
11193
11213
|
});
|
|
11214
|
+
Object.defineProperty(WaterpoloGameStatistic.prototype, "counterAttackShotsBlocked", {
|
|
11215
|
+
get: function () {
|
|
11216
|
+
return (this.ppCounterAttackShotsBlocked || 0) + (this.shCounterAttackShotsBlocked || 0) + (this.evCounterAttackShotsBlocked || 0);
|
|
11217
|
+
},
|
|
11218
|
+
enumerable: false,
|
|
11219
|
+
configurable: true
|
|
11220
|
+
});
|
|
11194
11221
|
Object.defineProperty(WaterpoloGameStatistic.prototype, "counterAttackShots", {
|
|
11195
11222
|
get: function () {
|
|
11196
|
-
return this.counterAttackShotMisses + this.counterAttackShotOnGoals;
|
|
11223
|
+
return this.counterAttackShotMisses + this.counterAttackShotOnGoals + this.counterAttackShotsBlocked;
|
|
11197
11224
|
},
|
|
11198
11225
|
enumerable: false,
|
|
11199
11226
|
configurable: true
|
|
@@ -11217,21 +11244,21 @@
|
|
|
11217
11244
|
});
|
|
11218
11245
|
Object.defineProperty(WaterpoloGameStatistic.prototype, "ppManeuverShots", {
|
|
11219
11246
|
get: function () {
|
|
11220
|
-
return (this.ppManeuverOnGoals || 0) + (this.ppManeuverMisses || 0);
|
|
11247
|
+
return (this.ppManeuverOnGoals || 0) + (this.ppManeuverMisses || 0) + (this.ppManeuverShotsBlocked || 0);
|
|
11221
11248
|
},
|
|
11222
11249
|
enumerable: false,
|
|
11223
11250
|
configurable: true
|
|
11224
11251
|
});
|
|
11225
11252
|
Object.defineProperty(WaterpoloGameStatistic.prototype, "shManeuverShots", {
|
|
11226
11253
|
get: function () {
|
|
11227
|
-
return (this.shManeuverOnGoals || 0) + (this.shManeuverMisses || 0);
|
|
11254
|
+
return (this.shManeuverOnGoals || 0) + (this.shManeuverMisses || 0) + (this.shManeuverShotsBlocked || 0);
|
|
11228
11255
|
},
|
|
11229
11256
|
enumerable: false,
|
|
11230
11257
|
configurable: true
|
|
11231
11258
|
});
|
|
11232
11259
|
Object.defineProperty(WaterpoloGameStatistic.prototype, "evManeuverShots", {
|
|
11233
11260
|
get: function () {
|
|
11234
|
-
return (this.evManeuverOnGoals || 0) + (this.evManeuverMisses || 0);
|
|
11261
|
+
return (this.evManeuverOnGoals || 0) + (this.evManeuverMisses || 0) + (this.evManeuverShotsBlocked || 0);
|
|
11235
11262
|
},
|
|
11236
11263
|
enumerable: false,
|
|
11237
11264
|
configurable: true
|
|
@@ -11250,9 +11277,16 @@
|
|
|
11250
11277
|
enumerable: false,
|
|
11251
11278
|
configurable: true
|
|
11252
11279
|
});
|
|
11280
|
+
Object.defineProperty(WaterpoloGameStatistic.prototype, "maneuverShotsBlocked", {
|
|
11281
|
+
get: function () {
|
|
11282
|
+
return (this.ppManeuverShotsBlocked || 0) + (this.shManeuverShotsBlocked || 0) + (this.evManeuverShotsBlocked || 0);
|
|
11283
|
+
},
|
|
11284
|
+
enumerable: false,
|
|
11285
|
+
configurable: true
|
|
11286
|
+
});
|
|
11253
11287
|
Object.defineProperty(WaterpoloGameStatistic.prototype, "maneuverShots", {
|
|
11254
11288
|
get: function () {
|
|
11255
|
-
return this.maneuverShotMisses + this.maneuverShotOnGoals;
|
|
11289
|
+
return this.maneuverShotMisses + this.maneuverShotOnGoals + this.maneuverShotsBlocked;
|
|
11256
11290
|
},
|
|
11257
11291
|
enumerable: false,
|
|
11258
11292
|
configurable: true
|
|
@@ -11276,21 +11310,21 @@
|
|
|
11276
11310
|
});
|
|
11277
11311
|
Object.defineProperty(WaterpoloGameStatistic.prototype, "ppCenterForwardShots", {
|
|
11278
11312
|
get: function () {
|
|
11279
|
-
return (this.ppCenterForwardOnGoals || 0) + (this.ppCenterForwardMisses || 0);
|
|
11313
|
+
return (this.ppCenterForwardOnGoals || 0) + (this.ppCenterForwardMisses || 0) + (this.ppCenterForwardShotsBlocked || 0);
|
|
11280
11314
|
},
|
|
11281
11315
|
enumerable: false,
|
|
11282
11316
|
configurable: true
|
|
11283
11317
|
});
|
|
11284
11318
|
Object.defineProperty(WaterpoloGameStatistic.prototype, "shCenterForwardShots", {
|
|
11285
11319
|
get: function () {
|
|
11286
|
-
return (this.shCenterForwardOnGoals || 0) + (this.shCenterForwardMisses || 0);
|
|
11320
|
+
return (this.shCenterForwardOnGoals || 0) + (this.shCenterForwardMisses || 0) + (this.shCenterForwardShotsBlocked || 0);
|
|
11287
11321
|
},
|
|
11288
11322
|
enumerable: false,
|
|
11289
11323
|
configurable: true
|
|
11290
11324
|
});
|
|
11291
11325
|
Object.defineProperty(WaterpoloGameStatistic.prototype, "evCenterForwardShots", {
|
|
11292
11326
|
get: function () {
|
|
11293
|
-
return (this.evCenterForwardOnGoals || 0) + (this.evCenterForwardMisses || 0);
|
|
11327
|
+
return (this.evCenterForwardOnGoals || 0) + (this.evCenterForwardMisses || 0) + (this.evCenterForwardShotsBlocked || 0);
|
|
11294
11328
|
},
|
|
11295
11329
|
enumerable: false,
|
|
11296
11330
|
configurable: true
|
|
@@ -11309,9 +11343,16 @@
|
|
|
11309
11343
|
enumerable: false,
|
|
11310
11344
|
configurable: true
|
|
11311
11345
|
});
|
|
11346
|
+
Object.defineProperty(WaterpoloGameStatistic.prototype, "centerForwardShotsBlocked", {
|
|
11347
|
+
get: function () {
|
|
11348
|
+
return (this.ppCenterForwardShotsBlocked || 0) + (this.shCenterForwardShotsBlocked || 0) + (this.evCenterForwardShotsBlocked || 0);
|
|
11349
|
+
},
|
|
11350
|
+
enumerable: false,
|
|
11351
|
+
configurable: true
|
|
11352
|
+
});
|
|
11312
11353
|
Object.defineProperty(WaterpoloGameStatistic.prototype, "centerForwardShots", {
|
|
11313
11354
|
get: function () {
|
|
11314
|
-
return this.centerForwardShotMisses + this.centerForwardShotOnGoals;
|
|
11355
|
+
return this.centerForwardShotMisses + this.centerForwardShotOnGoals + this.centerForwardShotsBlocked;
|
|
11315
11356
|
},
|
|
11316
11357
|
enumerable: false,
|
|
11317
11358
|
configurable: true
|
|
@@ -11329,8 +11370,8 @@
|
|
|
11329
11370
|
Object.defineProperty(WaterpoloGameStatistic.prototype, "ppShots", {
|
|
11330
11371
|
get: function () {
|
|
11331
11372
|
return (this.ppShotMisses || 0) + (this.ppShotsOnGoal || 0) + (this.ppShotsBlocked || 0) +
|
|
11332
|
-
(this.ppFreeKickMisses || 0) + (this.ppFreeKickOnGoals || 0) +
|
|
11333
|
-
(this.ppCornerMisses || 0) + (this.ppCornerOnGoals || 0) +
|
|
11373
|
+
(this.ppFreeKickMisses || 0) + (this.ppFreeKickOnGoals || 0) + (this.ppFreeKickShotsBlocked || 0) +
|
|
11374
|
+
(this.ppCornerMisses || 0) + (this.ppCornerOnGoals || 0) + (this.ppCornerShotsBlocked || 0) +
|
|
11334
11375
|
this.ppCounterAttackShots + this.ppManeuverShots + this.ppCenterForwardShots;
|
|
11335
11376
|
},
|
|
11336
11377
|
enumerable: false,
|
|
@@ -11339,8 +11380,8 @@
|
|
|
11339
11380
|
Object.defineProperty(WaterpoloGameStatistic.prototype, "evShots", {
|
|
11340
11381
|
get: function () {
|
|
11341
11382
|
return (this.evShotMisses || 0) + (this.evShotsOnGoal || 0) + (this.evShotsBlocked || 0) +
|
|
11342
|
-
(this.evFreeKickMisses || 0) + (this.evFreeKickOnGoals || 0) +
|
|
11343
|
-
(this.evCornerMisses || 0) + (this.evCornerOnGoals || 0) +
|
|
11383
|
+
(this.evFreeKickMisses || 0) + (this.evFreeKickOnGoals || 0) + (this.evFreeKickShotsBlocked || 0) +
|
|
11384
|
+
(this.evCornerMisses || 0) + (this.evCornerOnGoals || 0) + (this.evCornerShotsBlocked || 0) +
|
|
11344
11385
|
this.evCounterAttackShots + this.evManeuverShots + this.evCenterForwardShots;
|
|
11345
11386
|
},
|
|
11346
11387
|
enumerable: false,
|
|
@@ -11349,8 +11390,8 @@
|
|
|
11349
11390
|
Object.defineProperty(WaterpoloGameStatistic.prototype, "shShots", {
|
|
11350
11391
|
get: function () {
|
|
11351
11392
|
return (this.shShotMisses || 0) + (this.shShotsOnGoal || 0) + (this.shShotsBlocked || 0) +
|
|
11352
|
-
(this.shFreeKickMisses || 0) + (this.shFreeKickOnGoals || 0) +
|
|
11353
|
-
(this.shCornerMisses || 0) + (this.shCornerOnGoals || 0) +
|
|
11393
|
+
(this.shFreeKickMisses || 0) + (this.shFreeKickOnGoals || 0) + (this.shFreeKickShotsBlocked || 0) +
|
|
11394
|
+
(this.shCornerMisses || 0) + (this.shCornerOnGoals || 0) + (this.shCornerShotsBlocked || 0) +
|
|
11354
11395
|
this.shCounterAttackShots + this.shManeuverShots + this.shCenterForwardShots;
|
|
11355
11396
|
},
|
|
11356
11397
|
enumerable: false,
|
|
@@ -11452,13 +11493,6 @@
|
|
|
11452
11493
|
enumerable: false,
|
|
11453
11494
|
configurable: true
|
|
11454
11495
|
});
|
|
11455
|
-
Object.defineProperty(WaterpoloGameStatistic.prototype, "shotsBlocked", {
|
|
11456
|
-
get: function () {
|
|
11457
|
-
return (this.ppShotsBlocked || 0) + (this.evShotsBlocked || 0) + (this.shShotsBlocked || 0);
|
|
11458
|
-
},
|
|
11459
|
-
enumerable: false,
|
|
11460
|
-
configurable: true
|
|
11461
|
-
});
|
|
11462
11496
|
Object.defineProperty(WaterpoloGameStatistic.prototype, "shots", {
|
|
11463
11497
|
get: function () {
|
|
11464
11498
|
return this.ppShots + this.evShots + this.shShots;
|
|
@@ -11487,6 +11521,13 @@
|
|
|
11487
11521
|
enumerable: false,
|
|
11488
11522
|
configurable: true
|
|
11489
11523
|
});
|
|
11524
|
+
Object.defineProperty(WaterpoloGameStatistic.prototype, "freeKickShotsBlocked", {
|
|
11525
|
+
get: function () {
|
|
11526
|
+
return (this.ppFreeKickShotsBlocked || 0) + (this.evFreeKickShotsBlocked || 0) + (this.shFreeKickShotsBlocked || 0);
|
|
11527
|
+
},
|
|
11528
|
+
enumerable: false,
|
|
11529
|
+
configurable: true
|
|
11530
|
+
});
|
|
11490
11531
|
Object.defineProperty(WaterpoloGameStatistic.prototype, "freeKickOnGoals", {
|
|
11491
11532
|
get: function () {
|
|
11492
11533
|
return (this.ppFreeKickOnGoals || 0) + (this.evFreeKickOnGoals || 0) + (this.shFreeKickOnGoals || 0);
|
|
@@ -11504,7 +11545,7 @@
|
|
|
11504
11545
|
Object.defineProperty(WaterpoloGameStatistic.prototype, "totalFreeKicks", {
|
|
11505
11546
|
get: function () {
|
|
11506
11547
|
return (this.freeKickSelfs || 0) + (this.freeKickPasses || 0) +
|
|
11507
|
-
this.freeKickShotMisses + this.freeKickOnGoals + this.totalFreeKickGoals;
|
|
11548
|
+
this.freeKickShotMisses + this.freeKickOnGoals + this.totalFreeKickGoals + this.freeKickShotsBlocked;
|
|
11508
11549
|
},
|
|
11509
11550
|
enumerable: false,
|
|
11510
11551
|
configurable: true
|
|
@@ -11526,12 +11567,40 @@
|
|
|
11526
11567
|
enumerable: false,
|
|
11527
11568
|
configurable: true
|
|
11528
11569
|
});
|
|
11570
|
+
Object.defineProperty(WaterpoloGameStatistic.prototype, "cornerShotMisses", {
|
|
11571
|
+
get: function () {
|
|
11572
|
+
return (this.ppCornerMisses || 0) + (this.shCornerMisses || 0) + (this.evCornerMisses || 0);
|
|
11573
|
+
},
|
|
11574
|
+
enumerable: false,
|
|
11575
|
+
configurable: true
|
|
11576
|
+
});
|
|
11577
|
+
Object.defineProperty(WaterpoloGameStatistic.prototype, "cornerOnGoals", {
|
|
11578
|
+
get: function () {
|
|
11579
|
+
return (this.ppCornerOnGoals || 0) + (this.shCornerOnGoals || 0) + (this.evCornerOnGoals || 0);
|
|
11580
|
+
},
|
|
11581
|
+
enumerable: false,
|
|
11582
|
+
configurable: true
|
|
11583
|
+
});
|
|
11584
|
+
Object.defineProperty(WaterpoloGameStatistic.prototype, "cornerShotsBlocked", {
|
|
11585
|
+
get: function () {
|
|
11586
|
+
return (this.ppCornerShotsBlocked || 0) + (this.shCornerShotsBlocked || 0) + (this.evCornerShotsBlocked || 0);
|
|
11587
|
+
},
|
|
11588
|
+
enumerable: false,
|
|
11589
|
+
configurable: true
|
|
11590
|
+
});
|
|
11529
11591
|
Object.defineProperty(WaterpoloGameStatistic.prototype, "totalCorners", {
|
|
11530
11592
|
get: function () {
|
|
11531
|
-
return (this.cornerSelfs || 0) + (this.cornerPasses || 0) +
|
|
11532
|
-
|
|
11533
|
-
|
|
11534
|
-
|
|
11593
|
+
return (this.cornerSelfs || 0) + (this.cornerPasses || 0) + this.cornerShotsBlocked +
|
|
11594
|
+
this.cornerOnGoals + this.cornerShotMisses + this.totalCornerGoals;
|
|
11595
|
+
},
|
|
11596
|
+
enumerable: false,
|
|
11597
|
+
configurable: true
|
|
11598
|
+
});
|
|
11599
|
+
Object.defineProperty(WaterpoloGameStatistic.prototype, "shotsBlocked", {
|
|
11600
|
+
get: function () {
|
|
11601
|
+
return (this.ppShotsBlocked || 0) + (this.evShotsBlocked || 0) + (this.shShotsBlocked || 0) +
|
|
11602
|
+
this.counterAttackShotsBlocked + this.maneuverShotsBlocked + this.centerForwardShotsBlocked +
|
|
11603
|
+
this.freeKickShotsBlocked + this.cornerShotsBlocked;
|
|
11535
11604
|
},
|
|
11536
11605
|
enumerable: false,
|
|
11537
11606
|
configurable: true
|
|
@@ -12023,30 +12092,39 @@
|
|
|
12023
12092
|
pp_counterattack_goals: 'ppCounterAttackGoals',
|
|
12024
12093
|
pp_counterattack_on_goals: 'ppCounterAttackOnGoals',
|
|
12025
12094
|
pp_counterattack_misses: 'ppCounterAttackMisses',
|
|
12095
|
+
pp_counterattack_shots_blocked: 'ppCounterAttackShotsBlocked',
|
|
12026
12096
|
ev_counterattack_goals: 'evCounterAttackGoals',
|
|
12027
12097
|
ev_counterattack_on_goals: 'evCounterAttackOnGoals',
|
|
12028
12098
|
ev_counterattack_misses: 'evCounterAttackMisses',
|
|
12099
|
+
ev_counterattack_shots_blocked: 'evCounterAttackShotsBlocked',
|
|
12029
12100
|
sh_counterattack_goals: 'shCounterAttackGoals',
|
|
12030
12101
|
sh_counterattack_on_goals: 'shCounterAttackOnGoals',
|
|
12031
12102
|
sh_counterattack_misses: 'shCounterAttackMisses',
|
|
12103
|
+
sh_counterattack_shots_blocked: 'shCounterAttackShotsBlocked',
|
|
12032
12104
|
pp_maneuver_goals: 'ppManeuverGoals',
|
|
12033
12105
|
pp_maneuver_on_goals: 'ppManeuverOnGoals',
|
|
12034
12106
|
pp_maneuver_misses: 'ppManeuverMisses',
|
|
12107
|
+
pp_maneuver_shots_blocked: 'ppManeuverShotsBlocked',
|
|
12035
12108
|
ev_maneuver_goals: 'evManeuverGoals',
|
|
12036
12109
|
ev_maneuver_on_goals: 'evManeuverOnGoals',
|
|
12037
12110
|
ev_maneuver_misses: 'evManeuverMisses',
|
|
12111
|
+
ev_maneuver_shots_blocked: 'evManeuverShotsBlocked',
|
|
12038
12112
|
sh_maneuver_goals: 'shManeuverGoals',
|
|
12039
12113
|
sh_maneuver_on_goals: 'shManeuverOnGoals',
|
|
12040
12114
|
sh_maneuver_misses: 'shManeuverMisses',
|
|
12115
|
+
sh_maneuver_shots_blocked: 'shManeuverShotsBlocked',
|
|
12041
12116
|
pp_center_forward_goals: 'ppCenterForwardGoals',
|
|
12042
12117
|
pp_center_forward_on_goals: 'ppCenterForwardOnGoals',
|
|
12043
12118
|
pp_center_forward_misses: 'ppCenterForwardMisses',
|
|
12119
|
+
pp_center_forward_shots_blocked: 'ppCenterForwardShotsBlocked',
|
|
12044
12120
|
ev_center_forward_goals: 'evCenterForwardGoals',
|
|
12045
12121
|
ev_center_forward_on_goals: 'evCenterForwardOnGoals',
|
|
12046
12122
|
ev_center_forward_misses: 'evCenterForwardMisses',
|
|
12123
|
+
ev_center_forward_shots_blocked: 'evCenterForwardShotsBlocked',
|
|
12047
12124
|
sh_center_forward_goals: 'shCenterForwardGoals',
|
|
12048
12125
|
sh_center_forward_on_goals: 'shCenterForwardOnGoals',
|
|
12049
12126
|
sh_center_forward_misses: 'shCenterForwardMisses',
|
|
12127
|
+
sh_center_forward_shots_blocked: 'shCenterForwardShotsBlocked',
|
|
12050
12128
|
pp_assists: 'ppAssists',
|
|
12051
12129
|
ev_assists: 'evAssists',
|
|
12052
12130
|
sh_assists: 'shAssists',
|
|
@@ -12127,23 +12205,29 @@
|
|
|
12127
12205
|
pp_free_kick_goals: 'ppFreeKickGoals',
|
|
12128
12206
|
pp_free_kick_on_goals: 'ppFreeKickOnGoals',
|
|
12129
12207
|
pp_free_kick_misses: 'ppFreeKickMisses',
|
|
12208
|
+
pp_free_kick_shots_blocked: 'ppFreeKickShotsBlocked',
|
|
12130
12209
|
sh_free_kick_goals: 'shFreeKickGoals',
|
|
12131
12210
|
sh_free_kick_on_goals: 'shFreeKickOnGoals',
|
|
12132
12211
|
sh_free_kick_misses: 'shFreeKickMisses',
|
|
12212
|
+
sh_free_kick_shots_blocked: 'shFreeKickShotsBlocked',
|
|
12133
12213
|
ev_free_kick_goals: 'evFreeKickGoals',
|
|
12134
12214
|
ev_free_kick_on_goals: 'evFreeKickOnGoals',
|
|
12135
12215
|
ev_free_kick_misses: 'evFreeKickMisses',
|
|
12216
|
+
ev_free_kick_shots_blocked: 'evFreeKickShotsBlocked',
|
|
12136
12217
|
free_kick_passes: 'freeKickPasses',
|
|
12137
12218
|
free_kick_selfs: 'freeKickSelfs',
|
|
12138
12219
|
pp_corner_goals: 'ppCornerGoals',
|
|
12139
12220
|
pp_corner_on_goals: 'ppCornerOnGoals',
|
|
12140
12221
|
pp_corner_misses: 'ppCornerMisses',
|
|
12222
|
+
pp_corner_shots_blocked: 'ppCornerShotsBlocked',
|
|
12141
12223
|
sh_corner_goals: 'shCornerGoals',
|
|
12142
12224
|
sh_corner_on_goals: 'shCornerOnGoals',
|
|
12143
12225
|
sh_corner_misses: 'shCornerMisses',
|
|
12226
|
+
sh_corner_shots_blocked: 'shCornerShotsBlocked',
|
|
12144
12227
|
ev_corner_goals: 'evCornerGoals',
|
|
12145
12228
|
ev_corner_on_goals: 'evCornerOnGoals',
|
|
12146
12229
|
ev_corner_misses: 'evCornerMisses',
|
|
12230
|
+
ev_corner_shots_blocked: 'evCornerShotsBlocked',
|
|
12147
12231
|
corner_passes: 'cornerPasses',
|
|
12148
12232
|
corner_selfs: 'cornerSelfs',
|
|
12149
12233
|
tackles: 'tackles',
|
|
@@ -12454,15 +12538,18 @@
|
|
|
12454
12538
|
_a$a[exports.WaterpoloGameLogTypes.exit_game] = 'Ушел с площадки',
|
|
12455
12539
|
_a$a[exports.WaterpoloGameLogTypes.shot_miss] = 'Бросок мимо',
|
|
12456
12540
|
_a$a[exports.WaterpoloGameLogTypes.counterattack_miss] = 'Бросок мимо в контратаке',
|
|
12457
|
-
_a$a[exports.WaterpoloGameLogTypes.maneuver_miss] = 'Бросок мимо
|
|
12541
|
+
_a$a[exports.WaterpoloGameLogTypes.maneuver_miss] = 'Бросок мимо с маневра',
|
|
12458
12542
|
_a$a[exports.WaterpoloGameLogTypes.center_forward_miss] = 'Бросок мимо со столба',
|
|
12459
12543
|
_a$a[exports.WaterpoloGameLogTypes.shot_on_goal] = 'Бросок по воротам',
|
|
12460
12544
|
_a$a[exports.WaterpoloGameLogTypes.counterattack_on_goal] = 'Бросок по воротам в контратаке',
|
|
12461
|
-
_a$a[exports.WaterpoloGameLogTypes.maneuver_on_goal] = 'Бросок по воротам
|
|
12545
|
+
_a$a[exports.WaterpoloGameLogTypes.maneuver_on_goal] = 'Бросок по воротам с маневра',
|
|
12462
12546
|
_a$a[exports.WaterpoloGameLogTypes.center_forward_on_goal] = 'Бросок по воротам со столба',
|
|
12463
|
-
_a$a[exports.WaterpoloGameLogTypes.shot_blocked] = '
|
|
12547
|
+
_a$a[exports.WaterpoloGameLogTypes.shot_blocked] = 'Заблокирован бросок',
|
|
12548
|
+
_a$a[exports.WaterpoloGameLogTypes.counter_attack_shot_blocked] = 'Заблокирован бросок в контратаке',
|
|
12549
|
+
_a$a[exports.WaterpoloGameLogTypes.maneuver_shot_blocked] = 'Заблокирован бросок с маневра',
|
|
12550
|
+
_a$a[exports.WaterpoloGameLogTypes.center_forward_shot_blocked] = 'Заблокирован бросок со столба',
|
|
12464
12551
|
_a$a[exports.WaterpoloGameLogTypes.goal] = 'Гол',
|
|
12465
|
-
_a$a[exports.WaterpoloGameLogTypes.maneuver_goal] = 'Гол
|
|
12552
|
+
_a$a[exports.WaterpoloGameLogTypes.maneuver_goal] = 'Гол с маневра',
|
|
12466
12553
|
_a$a[exports.WaterpoloGameLogTypes.counterattack_goal] = 'Гол в контратаке',
|
|
12467
12554
|
_a$a[exports.WaterpoloGameLogTypes.center_forward_goal] = 'Гол со столба',
|
|
12468
12555
|
_a$a[exports.WaterpoloGameLogTypes.shootout_attempt] = 'Пенальти промах',
|
|
@@ -12487,8 +12574,8 @@
|
|
|
12487
12574
|
_a$a[exports.WaterpoloGameLogTypes.center_forward_save] = 'Отражен бросок со столба',
|
|
12488
12575
|
_a$a[exports.WaterpoloGameLogTypes.free_kick_save] = 'Отражен бросок со свободного',
|
|
12489
12576
|
_a$a[exports.WaterpoloGameLogTypes.corner_save] = 'Отражен бросок с углового',
|
|
12490
|
-
_a$a[exports.WaterpoloGameLogTypes.shootout_save] = 'Отражен бросок',
|
|
12491
|
-
_a$a[exports.WaterpoloGameLogTypes.after_game_shootout_save] = 'Отражен бросок',
|
|
12577
|
+
_a$a[exports.WaterpoloGameLogTypes.shootout_save] = 'Отражен бросок с пенальти',
|
|
12578
|
+
_a$a[exports.WaterpoloGameLogTypes.after_game_shootout_save] = 'Отражен бросок с пенальти',
|
|
12492
12579
|
_a$a[exports.WaterpoloGameLogTypes.timeout] = 'Таймаут',
|
|
12493
12580
|
_a$a[exports.WaterpoloGameLogTypes.penalty_start] = 'Начало штрафного времени',
|
|
12494
12581
|
_a$a[exports.WaterpoloGameLogTypes.penalty_end] = 'Конец штрафного времени',
|
|
@@ -12498,16 +12585,18 @@
|
|
|
12498
12585
|
_a$a[exports.WaterpoloGameLogTypes.loss] = 'Потеря',
|
|
12499
12586
|
_a$a[exports.WaterpoloGameLogTypes.steal] = 'Перехват',
|
|
12500
12587
|
_a$a[exports.WaterpoloGameLogTypes.tackle] = 'Отбор',
|
|
12501
|
-
_a$a[exports.WaterpoloGameLogTypes.free_kick_goal] = '
|
|
12502
|
-
_a$a[exports.WaterpoloGameLogTypes.free_kick_on_goal] = '
|
|
12503
|
-
_a$a[exports.WaterpoloGameLogTypes.free_kick_miss] = '
|
|
12504
|
-
_a$a[exports.WaterpoloGameLogTypes.
|
|
12505
|
-
_a$a[exports.WaterpoloGameLogTypes.
|
|
12506
|
-
_a$a[exports.WaterpoloGameLogTypes.
|
|
12507
|
-
_a$a[exports.WaterpoloGameLogTypes.
|
|
12508
|
-
_a$a[exports.WaterpoloGameLogTypes.
|
|
12509
|
-
_a$a[exports.WaterpoloGameLogTypes.
|
|
12510
|
-
_a$a[exports.WaterpoloGameLogTypes.
|
|
12588
|
+
_a$a[exports.WaterpoloGameLogTypes.free_kick_goal] = 'Гол со свободного удара',
|
|
12589
|
+
_a$a[exports.WaterpoloGameLogTypes.free_kick_on_goal] = 'Бросок со свободного удара в створ',
|
|
12590
|
+
_a$a[exports.WaterpoloGameLogTypes.free_kick_miss] = 'Бросок мимо со свободного удара',
|
|
12591
|
+
_a$a[exports.WaterpoloGameLogTypes.free_kick_shot_blocked] = 'Заблокирован бросок со свободного удара',
|
|
12592
|
+
_a$a[exports.WaterpoloGameLogTypes.free_kick_pass] = 'Пас со свободного удара',
|
|
12593
|
+
_a$a[exports.WaterpoloGameLogTypes.free_kick_self] = 'Розыгрыш свободного удара',
|
|
12594
|
+
_a$a[exports.WaterpoloGameLogTypes.corner_goal] = 'Гол с углового',
|
|
12595
|
+
_a$a[exports.WaterpoloGameLogTypes.corner_on_goal] = 'Бросок с углового в створ',
|
|
12596
|
+
_a$a[exports.WaterpoloGameLogTypes.corner_miss] = 'Бросок мимо с углового',
|
|
12597
|
+
_a$a[exports.WaterpoloGameLogTypes.corner_shot_blocked] = 'Заблокирован бросок с углового',
|
|
12598
|
+
_a$a[exports.WaterpoloGameLogTypes.corner_pass] = 'Пас с углового',
|
|
12599
|
+
_a$a[exports.WaterpoloGameLogTypes.corner_self] = 'Розыгрыш углового',
|
|
12511
12600
|
_a$a);
|
|
12512
12601
|
|
|
12513
12602
|
var _a$9;
|