@mtgame/core 0.1.141 → 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.
@@ -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',
@@ -6662,7 +6677,6 @@
6662
6677
  corner_shots_against: 'cornerShotsAgainst',
6663
6678
  corner_saves_percent: 'cornerSavesPercent',
6664
6679
  in_game_saves: 'inGameSaves',
6665
- total_sh_saves: 'totalShSaves',
6666
6680
  saves: 'saves',
6667
6681
  total_saves: 'totalSaves',
6668
6682
  shootout_shots_against: 'shootoutShotsAgainst',
@@ -6671,9 +6685,16 @@
6671
6685
  saves_percent: 'savesPercent',
6672
6686
  total_shots_against: 'totalShotsAgainst',
6673
6687
  total_saves_percent: 'totalSavesPercent',
6674
- total_sh_goals_against: 'totalShGoalsAgainst',
6675
6688
  in_game_goals_against: 'inGameGoalsAgainst',
6676
6689
  total_goals_against: 'totalGoalsAgainst',
6690
+ total_sh_saves: 'totalShSaves',
6691
+ total_sh_goals_against: 'totalShGoalsAgainst',
6692
+ total_sh_shots_against: 'totalShShotsAgainst',
6693
+ total_sh_saves_percent: 'totalShSavesPercent',
6694
+ total_ev_saves: 'totalEvSaves',
6695
+ total_ev_goals_against: 'totalEvGoalsAgainst',
6696
+ total_ev_shots_against: 'totalEvShotsAgainst',
6697
+ total_ev_saves_percent: 'totalEvSavesPercent',
6677
6698
  newbie: 'newbie',
6678
6699
  rank: 'rank',
6679
6700
  },
@@ -10996,6 +11017,11 @@
10996
11017
  WaterpoloGameLogTypes[WaterpoloGameLogTypes["penalty_foul"] = 56] = "penalty_foul";
10997
11018
  WaterpoloGameLogTypes[WaterpoloGameLogTypes["attack_foul"] = 57] = "attack_foul";
10998
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";
10999
11025
  })(exports.WaterpoloGameLogTypes || (exports.WaterpoloGameLogTypes = {}));
11000
11026
  exports.WaterpoloAdvantageTypes = void 0;
11001
11027
  (function (WaterpoloAdvantageTypes) {
@@ -11152,21 +11178,21 @@
11152
11178
  });
11153
11179
  Object.defineProperty(WaterpoloGameStatistic.prototype, "ppCounterAttackShots", {
11154
11180
  get: function () {
11155
- return (this.ppCounterAttackOnGoals || 0) + (this.ppCounterAttackMisses || 0);
11181
+ return (this.ppCounterAttackOnGoals || 0) + (this.ppCounterAttackMisses || 0) + (this.ppCounterAttackShotsBlocked || 0);
11156
11182
  },
11157
11183
  enumerable: false,
11158
11184
  configurable: true
11159
11185
  });
11160
11186
  Object.defineProperty(WaterpoloGameStatistic.prototype, "shCounterAttackShots", {
11161
11187
  get: function () {
11162
- return (this.shCounterAttackOnGoals || 0) + (this.shCounterAttackMisses || 0);
11188
+ return (this.shCounterAttackOnGoals || 0) + (this.shCounterAttackMisses || 0) + (this.shCounterAttackShotsBlocked || 0);
11163
11189
  },
11164
11190
  enumerable: false,
11165
11191
  configurable: true
11166
11192
  });
11167
11193
  Object.defineProperty(WaterpoloGameStatistic.prototype, "evCounterAttackShots", {
11168
11194
  get: function () {
11169
- return (this.evCounterAttackOnGoals || 0) + (this.evCounterAttackMisses || 0);
11195
+ return (this.evCounterAttackOnGoals || 0) + (this.evCounterAttackMisses || 0) + (this.evCounterAttackShotsBlocked || 0);
11170
11196
  },
11171
11197
  enumerable: false,
11172
11198
  configurable: true
@@ -11185,9 +11211,16 @@
11185
11211
  enumerable: false,
11186
11212
  configurable: true
11187
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
+ });
11188
11221
  Object.defineProperty(WaterpoloGameStatistic.prototype, "counterAttackShots", {
11189
11222
  get: function () {
11190
- return this.counterAttackShotMisses + this.counterAttackShotOnGoals;
11223
+ return this.counterAttackShotMisses + this.counterAttackShotOnGoals + this.counterAttackShotsBlocked;
11191
11224
  },
11192
11225
  enumerable: false,
11193
11226
  configurable: true
@@ -11211,21 +11244,21 @@
11211
11244
  });
11212
11245
  Object.defineProperty(WaterpoloGameStatistic.prototype, "ppManeuverShots", {
11213
11246
  get: function () {
11214
- return (this.ppManeuverOnGoals || 0) + (this.ppManeuverMisses || 0);
11247
+ return (this.ppManeuverOnGoals || 0) + (this.ppManeuverMisses || 0) + (this.ppManeuverShotsBlocked || 0);
11215
11248
  },
11216
11249
  enumerable: false,
11217
11250
  configurable: true
11218
11251
  });
11219
11252
  Object.defineProperty(WaterpoloGameStatistic.prototype, "shManeuverShots", {
11220
11253
  get: function () {
11221
- return (this.shManeuverOnGoals || 0) + (this.shManeuverMisses || 0);
11254
+ return (this.shManeuverOnGoals || 0) + (this.shManeuverMisses || 0) + (this.shManeuverShotsBlocked || 0);
11222
11255
  },
11223
11256
  enumerable: false,
11224
11257
  configurable: true
11225
11258
  });
11226
11259
  Object.defineProperty(WaterpoloGameStatistic.prototype, "evManeuverShots", {
11227
11260
  get: function () {
11228
- return (this.evManeuverOnGoals || 0) + (this.evManeuverMisses || 0);
11261
+ return (this.evManeuverOnGoals || 0) + (this.evManeuverMisses || 0) + (this.evManeuverShotsBlocked || 0);
11229
11262
  },
11230
11263
  enumerable: false,
11231
11264
  configurable: true
@@ -11244,9 +11277,16 @@
11244
11277
  enumerable: false,
11245
11278
  configurable: true
11246
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
+ });
11247
11287
  Object.defineProperty(WaterpoloGameStatistic.prototype, "maneuverShots", {
11248
11288
  get: function () {
11249
- return this.maneuverShotMisses + this.maneuverShotOnGoals;
11289
+ return this.maneuverShotMisses + this.maneuverShotOnGoals + this.maneuverShotsBlocked;
11250
11290
  },
11251
11291
  enumerable: false,
11252
11292
  configurable: true
@@ -11270,21 +11310,21 @@
11270
11310
  });
11271
11311
  Object.defineProperty(WaterpoloGameStatistic.prototype, "ppCenterForwardShots", {
11272
11312
  get: function () {
11273
- return (this.ppCenterForwardOnGoals || 0) + (this.ppCenterForwardMisses || 0);
11313
+ return (this.ppCenterForwardOnGoals || 0) + (this.ppCenterForwardMisses || 0) + (this.ppCenterForwardShotsBlocked || 0);
11274
11314
  },
11275
11315
  enumerable: false,
11276
11316
  configurable: true
11277
11317
  });
11278
11318
  Object.defineProperty(WaterpoloGameStatistic.prototype, "shCenterForwardShots", {
11279
11319
  get: function () {
11280
- return (this.shCenterForwardOnGoals || 0) + (this.shCenterForwardMisses || 0);
11320
+ return (this.shCenterForwardOnGoals || 0) + (this.shCenterForwardMisses || 0) + (this.shCenterForwardShotsBlocked || 0);
11281
11321
  },
11282
11322
  enumerable: false,
11283
11323
  configurable: true
11284
11324
  });
11285
11325
  Object.defineProperty(WaterpoloGameStatistic.prototype, "evCenterForwardShots", {
11286
11326
  get: function () {
11287
- return (this.evCenterForwardOnGoals || 0) + (this.evCenterForwardMisses || 0);
11327
+ return (this.evCenterForwardOnGoals || 0) + (this.evCenterForwardMisses || 0) + (this.evCenterForwardShotsBlocked || 0);
11288
11328
  },
11289
11329
  enumerable: false,
11290
11330
  configurable: true
@@ -11303,9 +11343,16 @@
11303
11343
  enumerable: false,
11304
11344
  configurable: true
11305
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
+ });
11306
11353
  Object.defineProperty(WaterpoloGameStatistic.prototype, "centerForwardShots", {
11307
11354
  get: function () {
11308
- return this.centerForwardShotMisses + this.centerForwardShotOnGoals;
11355
+ return this.centerForwardShotMisses + this.centerForwardShotOnGoals + this.centerForwardShotsBlocked;
11309
11356
  },
11310
11357
  enumerable: false,
11311
11358
  configurable: true
@@ -11323,8 +11370,8 @@
11323
11370
  Object.defineProperty(WaterpoloGameStatistic.prototype, "ppShots", {
11324
11371
  get: function () {
11325
11372
  return (this.ppShotMisses || 0) + (this.ppShotsOnGoal || 0) + (this.ppShotsBlocked || 0) +
11326
- (this.ppFreeKickMisses || 0) + (this.ppFreeKickOnGoals || 0) +
11327
- (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) +
11328
11375
  this.ppCounterAttackShots + this.ppManeuverShots + this.ppCenterForwardShots;
11329
11376
  },
11330
11377
  enumerable: false,
@@ -11333,8 +11380,8 @@
11333
11380
  Object.defineProperty(WaterpoloGameStatistic.prototype, "evShots", {
11334
11381
  get: function () {
11335
11382
  return (this.evShotMisses || 0) + (this.evShotsOnGoal || 0) + (this.evShotsBlocked || 0) +
11336
- (this.evFreeKickMisses || 0) + (this.evFreeKickOnGoals || 0) +
11337
- (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) +
11338
11385
  this.evCounterAttackShots + this.evManeuverShots + this.evCenterForwardShots;
11339
11386
  },
11340
11387
  enumerable: false,
@@ -11343,8 +11390,8 @@
11343
11390
  Object.defineProperty(WaterpoloGameStatistic.prototype, "shShots", {
11344
11391
  get: function () {
11345
11392
  return (this.shShotMisses || 0) + (this.shShotsOnGoal || 0) + (this.shShotsBlocked || 0) +
11346
- (this.shFreeKickMisses || 0) + (this.shFreeKickOnGoals || 0) +
11347
- (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) +
11348
11395
  this.shCounterAttackShots + this.shManeuverShots + this.shCenterForwardShots;
11349
11396
  },
11350
11397
  enumerable: false,
@@ -11446,13 +11493,6 @@
11446
11493
  enumerable: false,
11447
11494
  configurable: true
11448
11495
  });
11449
- Object.defineProperty(WaterpoloGameStatistic.prototype, "shotsBlocked", {
11450
- get: function () {
11451
- return (this.ppShotsBlocked || 0) + (this.evShotsBlocked || 0) + (this.shShotsBlocked || 0);
11452
- },
11453
- enumerable: false,
11454
- configurable: true
11455
- });
11456
11496
  Object.defineProperty(WaterpoloGameStatistic.prototype, "shots", {
11457
11497
  get: function () {
11458
11498
  return this.ppShots + this.evShots + this.shShots;
@@ -11481,6 +11521,13 @@
11481
11521
  enumerable: false,
11482
11522
  configurable: true
11483
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
+ });
11484
11531
  Object.defineProperty(WaterpoloGameStatistic.prototype, "freeKickOnGoals", {
11485
11532
  get: function () {
11486
11533
  return (this.ppFreeKickOnGoals || 0) + (this.evFreeKickOnGoals || 0) + (this.shFreeKickOnGoals || 0);
@@ -11498,7 +11545,7 @@
11498
11545
  Object.defineProperty(WaterpoloGameStatistic.prototype, "totalFreeKicks", {
11499
11546
  get: function () {
11500
11547
  return (this.freeKickSelfs || 0) + (this.freeKickPasses || 0) +
11501
- this.freeKickShotMisses + this.freeKickOnGoals + this.totalFreeKickGoals;
11548
+ this.freeKickShotMisses + this.freeKickOnGoals + this.totalFreeKickGoals + this.freeKickShotsBlocked;
11502
11549
  },
11503
11550
  enumerable: false,
11504
11551
  configurable: true
@@ -11520,12 +11567,40 @@
11520
11567
  enumerable: false,
11521
11568
  configurable: true
11522
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
+ });
11523
11591
  Object.defineProperty(WaterpoloGameStatistic.prototype, "totalCorners", {
11524
11592
  get: function () {
11525
- return (this.cornerSelfs || 0) + (this.cornerPasses || 0) +
11526
- (this.ppCornerOnGoals || 0) + (this.shCornerOnGoals || 0) + (this.evCornerOnGoals || 0) +
11527
- (this.ppCornerMisses || 0) + (this.shCornerMisses || 0) + (this.evCornerMisses || 0) +
11528
- this.totalCornerGoals;
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;
11529
11604
  },
11530
11605
  enumerable: false,
11531
11606
  configurable: true
@@ -11822,14 +11897,6 @@
11822
11897
  enumerable: false,
11823
11898
  configurable: true
11824
11899
  });
11825
- Object.defineProperty(WaterpoloGameStatistic.prototype, "totalShSaves", {
11826
- get: function () {
11827
- return (this.shCounterAttackSaves || 0) + (this.shManeuverSaves || 0) + (this.shCenterForwardSaves || 0) +
11828
- (this.shSaves || 0) + (this.shFreeKickSaves || 0) + (this.shCornerSaves || 0);
11829
- },
11830
- enumerable: false,
11831
- configurable: true
11832
- });
11833
11900
  Object.defineProperty(WaterpoloGameStatistic.prototype, "inGameSaves", {
11834
11901
  get: function () {
11835
11902
  return (this.shSaves || 0) + (this.evSaves || 0) + (this.ppSaves || 0) +
@@ -11852,14 +11919,6 @@
11852
11919
  enumerable: false,
11853
11920
  configurable: true
11854
11921
  });
11855
- Object.defineProperty(WaterpoloGameStatistic.prototype, "totalShGoalsAgainst", {
11856
- get: function () {
11857
- return (this.shGoalsAgainst || 0) + (this.shFreeKickGoalsAgainst || 0) + (this.shCornerGoalsAgainst || 0) +
11858
- (this.shCounterAttackGoalsAgainst || 0) + (this.shManeuverGoalsAgainst || 0) + (this.shCenterForwardGoalsAgainst || 0);
11859
- },
11860
- enumerable: false,
11861
- configurable: true
11862
- });
11863
11922
  Object.defineProperty(WaterpoloGameStatistic.prototype, "inGameGoalsAgainst", {
11864
11923
  get: function () {
11865
11924
  return (this.goalsAgainst || 0) + (this.counterAttackGoalsAgainst || 0) + (this.maneuverGoalsAgainst || 0) +
@@ -11933,6 +11992,72 @@
11933
11992
  enumerable: false,
11934
11993
  configurable: true
11935
11994
  });
11995
+ Object.defineProperty(WaterpoloGameStatistic.prototype, "totalShSaves", {
11996
+ get: function () {
11997
+ return (this.shCounterAttackSaves || 0) + (this.shManeuverSaves || 0) + (this.shCenterForwardSaves || 0) +
11998
+ (this.shSaves || 0) + (this.shFreeKickSaves || 0) + (this.shCornerSaves || 0);
11999
+ },
12000
+ enumerable: false,
12001
+ configurable: true
12002
+ });
12003
+ Object.defineProperty(WaterpoloGameStatistic.prototype, "totalShGoalsAgainst", {
12004
+ get: function () {
12005
+ return (this.shGoalsAgainst || 0) + (this.shFreeKickGoalsAgainst || 0) + (this.shCornerGoalsAgainst || 0) +
12006
+ (this.shCounterAttackGoalsAgainst || 0) + (this.shManeuverGoalsAgainst || 0) + (this.shCenterForwardGoalsAgainst || 0);
12007
+ },
12008
+ enumerable: false,
12009
+ configurable: true
12010
+ });
12011
+ Object.defineProperty(WaterpoloGameStatistic.prototype, "totalShShotsAgainst", {
12012
+ get: function () {
12013
+ return this.totalShSaves + this.totalShGoalsAgainst;
12014
+ },
12015
+ enumerable: false,
12016
+ configurable: true
12017
+ });
12018
+ Object.defineProperty(WaterpoloGameStatistic.prototype, "totalShSavesPercent", {
12019
+ get: function () {
12020
+ if (!this.totalShSaves || !this.totalShShotsAgainst) {
12021
+ return 0;
12022
+ }
12023
+ return Math.round(1000 * this.totalShSaves / this.totalShShotsAgainst) / 10;
12024
+ },
12025
+ enumerable: false,
12026
+ configurable: true
12027
+ });
12028
+ Object.defineProperty(WaterpoloGameStatistic.prototype, "totalEvSaves", {
12029
+ get: function () {
12030
+ return (this.evCounterAttackSaves || 0) + (this.evManeuverSaves || 0) + (this.evCenterForwardSaves || 0) +
12031
+ (this.evSaves || 0) + (this.evFreeKickSaves || 0) + (this.evCornerSaves || 0);
12032
+ },
12033
+ enumerable: false,
12034
+ configurable: true
12035
+ });
12036
+ Object.defineProperty(WaterpoloGameStatistic.prototype, "totalEvGoalsAgainst", {
12037
+ get: function () {
12038
+ return (this.evGoalsAgainst || 0) + (this.evFreeKickGoalsAgainst || 0) + (this.evCornerGoalsAgainst || 0) +
12039
+ (this.evCounterAttackGoalsAgainst || 0) + (this.evManeuverGoalsAgainst || 0) + (this.evCenterForwardGoalsAgainst || 0);
12040
+ },
12041
+ enumerable: false,
12042
+ configurable: true
12043
+ });
12044
+ Object.defineProperty(WaterpoloGameStatistic.prototype, "totalEvShotsAgainst", {
12045
+ get: function () {
12046
+ return this.totalEvSaves + this.totalEvGoalsAgainst;
12047
+ },
12048
+ enumerable: false,
12049
+ configurable: true
12050
+ });
12051
+ Object.defineProperty(WaterpoloGameStatistic.prototype, "totalEvSavesPercent", {
12052
+ get: function () {
12053
+ if (!this.totalEvSaves || !this.totalEvShotsAgainst) {
12054
+ return 0;
12055
+ }
12056
+ return Math.round(1000 * this.totalEvSaves / this.totalEvShotsAgainst) / 10;
12057
+ },
12058
+ enumerable: false,
12059
+ configurable: true
12060
+ });
11936
12061
  WaterpoloGameStatistic.toFront = function (data) { };
11937
12062
  WaterpoloGameStatistic.toBack = function (data) { };
11938
12063
  return WaterpoloGameStatistic;
@@ -11967,30 +12092,39 @@
11967
12092
  pp_counterattack_goals: 'ppCounterAttackGoals',
11968
12093
  pp_counterattack_on_goals: 'ppCounterAttackOnGoals',
11969
12094
  pp_counterattack_misses: 'ppCounterAttackMisses',
12095
+ pp_counterattack_shots_blocked: 'ppCounterAttackShotsBlocked',
11970
12096
  ev_counterattack_goals: 'evCounterAttackGoals',
11971
12097
  ev_counterattack_on_goals: 'evCounterAttackOnGoals',
11972
12098
  ev_counterattack_misses: 'evCounterAttackMisses',
12099
+ ev_counterattack_shots_blocked: 'evCounterAttackShotsBlocked',
11973
12100
  sh_counterattack_goals: 'shCounterAttackGoals',
11974
12101
  sh_counterattack_on_goals: 'shCounterAttackOnGoals',
11975
12102
  sh_counterattack_misses: 'shCounterAttackMisses',
12103
+ sh_counterattack_shots_blocked: 'shCounterAttackShotsBlocked',
11976
12104
  pp_maneuver_goals: 'ppManeuverGoals',
11977
12105
  pp_maneuver_on_goals: 'ppManeuverOnGoals',
11978
12106
  pp_maneuver_misses: 'ppManeuverMisses',
12107
+ pp_maneuver_shots_blocked: 'ppManeuverShotsBlocked',
11979
12108
  ev_maneuver_goals: 'evManeuverGoals',
11980
12109
  ev_maneuver_on_goals: 'evManeuverOnGoals',
11981
12110
  ev_maneuver_misses: 'evManeuverMisses',
12111
+ ev_maneuver_shots_blocked: 'evManeuverShotsBlocked',
11982
12112
  sh_maneuver_goals: 'shManeuverGoals',
11983
12113
  sh_maneuver_on_goals: 'shManeuverOnGoals',
11984
12114
  sh_maneuver_misses: 'shManeuverMisses',
12115
+ sh_maneuver_shots_blocked: 'shManeuverShotsBlocked',
11985
12116
  pp_center_forward_goals: 'ppCenterForwardGoals',
11986
12117
  pp_center_forward_on_goals: 'ppCenterForwardOnGoals',
11987
12118
  pp_center_forward_misses: 'ppCenterForwardMisses',
12119
+ pp_center_forward_shots_blocked: 'ppCenterForwardShotsBlocked',
11988
12120
  ev_center_forward_goals: 'evCenterForwardGoals',
11989
12121
  ev_center_forward_on_goals: 'evCenterForwardOnGoals',
11990
12122
  ev_center_forward_misses: 'evCenterForwardMisses',
12123
+ ev_center_forward_shots_blocked: 'evCenterForwardShotsBlocked',
11991
12124
  sh_center_forward_goals: 'shCenterForwardGoals',
11992
12125
  sh_center_forward_on_goals: 'shCenterForwardOnGoals',
11993
12126
  sh_center_forward_misses: 'shCenterForwardMisses',
12127
+ sh_center_forward_shots_blocked: 'shCenterForwardShotsBlocked',
11994
12128
  pp_assists: 'ppAssists',
11995
12129
  ev_assists: 'evAssists',
11996
12130
  sh_assists: 'shAssists',
@@ -12071,23 +12205,29 @@
12071
12205
  pp_free_kick_goals: 'ppFreeKickGoals',
12072
12206
  pp_free_kick_on_goals: 'ppFreeKickOnGoals',
12073
12207
  pp_free_kick_misses: 'ppFreeKickMisses',
12208
+ pp_free_kick_shots_blocked: 'ppFreeKickShotsBlocked',
12074
12209
  sh_free_kick_goals: 'shFreeKickGoals',
12075
12210
  sh_free_kick_on_goals: 'shFreeKickOnGoals',
12076
12211
  sh_free_kick_misses: 'shFreeKickMisses',
12212
+ sh_free_kick_shots_blocked: 'shFreeKickShotsBlocked',
12077
12213
  ev_free_kick_goals: 'evFreeKickGoals',
12078
12214
  ev_free_kick_on_goals: 'evFreeKickOnGoals',
12079
12215
  ev_free_kick_misses: 'evFreeKickMisses',
12216
+ ev_free_kick_shots_blocked: 'evFreeKickShotsBlocked',
12080
12217
  free_kick_passes: 'freeKickPasses',
12081
12218
  free_kick_selfs: 'freeKickSelfs',
12082
12219
  pp_corner_goals: 'ppCornerGoals',
12083
12220
  pp_corner_on_goals: 'ppCornerOnGoals',
12084
12221
  pp_corner_misses: 'ppCornerMisses',
12222
+ pp_corner_shots_blocked: 'ppCornerShotsBlocked',
12085
12223
  sh_corner_goals: 'shCornerGoals',
12086
12224
  sh_corner_on_goals: 'shCornerOnGoals',
12087
12225
  sh_corner_misses: 'shCornerMisses',
12226
+ sh_corner_shots_blocked: 'shCornerShotsBlocked',
12088
12227
  ev_corner_goals: 'evCornerGoals',
12089
12228
  ev_corner_on_goals: 'evCornerOnGoals',
12090
12229
  ev_corner_misses: 'evCornerMisses',
12230
+ ev_corner_shots_blocked: 'evCornerShotsBlocked',
12091
12231
  corner_passes: 'cornerPasses',
12092
12232
  corner_selfs: 'cornerSelfs',
12093
12233
  tackles: 'tackles',
@@ -12398,15 +12538,18 @@
12398
12538
  _a$a[exports.WaterpoloGameLogTypes.exit_game] = 'Ушел с площадки',
12399
12539
  _a$a[exports.WaterpoloGameLogTypes.shot_miss] = 'Бросок мимо',
12400
12540
  _a$a[exports.WaterpoloGameLogTypes.counterattack_miss] = 'Бросок мимо в контратаке',
12401
- _a$a[exports.WaterpoloGameLogTypes.maneuver_miss] = 'Бросок мимо в маневре',
12541
+ _a$a[exports.WaterpoloGameLogTypes.maneuver_miss] = 'Бросок мимо с маневра',
12402
12542
  _a$a[exports.WaterpoloGameLogTypes.center_forward_miss] = 'Бросок мимо со столба',
12403
12543
  _a$a[exports.WaterpoloGameLogTypes.shot_on_goal] = 'Бросок по воротам',
12404
12544
  _a$a[exports.WaterpoloGameLogTypes.counterattack_on_goal] = 'Бросок по воротам в контратаке',
12405
- _a$a[exports.WaterpoloGameLogTypes.maneuver_on_goal] = 'Бросок по воротам в маневре',
12545
+ _a$a[exports.WaterpoloGameLogTypes.maneuver_on_goal] = 'Бросок по воротам с маневра',
12406
12546
  _a$a[exports.WaterpoloGameLogTypes.center_forward_on_goal] = 'Бросок по воротам со столба',
12407
- _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] = 'Заблокирован бросок со столба',
12408
12551
  _a$a[exports.WaterpoloGameLogTypes.goal] = 'Гол',
12409
- _a$a[exports.WaterpoloGameLogTypes.maneuver_goal] = 'Гол в маневре',
12552
+ _a$a[exports.WaterpoloGameLogTypes.maneuver_goal] = 'Гол с маневра',
12410
12553
  _a$a[exports.WaterpoloGameLogTypes.counterattack_goal] = 'Гол в контратаке',
12411
12554
  _a$a[exports.WaterpoloGameLogTypes.center_forward_goal] = 'Гол со столба',
12412
12555
  _a$a[exports.WaterpoloGameLogTypes.shootout_attempt] = 'Пенальти промах',
@@ -12431,8 +12574,8 @@
12431
12574
  _a$a[exports.WaterpoloGameLogTypes.center_forward_save] = 'Отражен бросок со столба',
12432
12575
  _a$a[exports.WaterpoloGameLogTypes.free_kick_save] = 'Отражен бросок со свободного',
12433
12576
  _a$a[exports.WaterpoloGameLogTypes.corner_save] = 'Отражен бросок с углового',
12434
- _a$a[exports.WaterpoloGameLogTypes.shootout_save] = 'Отражен бросок',
12435
- _a$a[exports.WaterpoloGameLogTypes.after_game_shootout_save] = 'Отражен бросок',
12577
+ _a$a[exports.WaterpoloGameLogTypes.shootout_save] = 'Отражен бросок с пенальти',
12578
+ _a$a[exports.WaterpoloGameLogTypes.after_game_shootout_save] = 'Отражен бросок с пенальти',
12436
12579
  _a$a[exports.WaterpoloGameLogTypes.timeout] = 'Таймаут',
12437
12580
  _a$a[exports.WaterpoloGameLogTypes.penalty_start] = 'Начало штрафного времени',
12438
12581
  _a$a[exports.WaterpoloGameLogTypes.penalty_end] = 'Конец штрафного времени',
@@ -12442,16 +12585,18 @@
12442
12585
  _a$a[exports.WaterpoloGameLogTypes.loss] = 'Потеря',
12443
12586
  _a$a[exports.WaterpoloGameLogTypes.steal] = 'Перехват',
12444
12587
  _a$a[exports.WaterpoloGameLogTypes.tackle] = 'Отбор',
12445
- _a$a[exports.WaterpoloGameLogTypes.free_kick_goal] = 'Свободный удар - гол',
12446
- _a$a[exports.WaterpoloGameLogTypes.free_kick_on_goal] = 'Свободный удар в створ',
12447
- _a$a[exports.WaterpoloGameLogTypes.free_kick_miss] = 'Свободный удар мимо',
12448
- _a$a[exports.WaterpoloGameLogTypes.free_kick_pass] = 'Свободный удар пас',
12449
- _a$a[exports.WaterpoloGameLogTypes.free_kick_self] = 'Свободный удар розыгрыш',
12450
- _a$a[exports.WaterpoloGameLogTypes.corner_goal] = 'Угловой - гол',
12451
- _a$a[exports.WaterpoloGameLogTypes.corner_on_goal] = 'Угловой в створ',
12452
- _a$a[exports.WaterpoloGameLogTypes.corner_miss] = 'Угловой мимо',
12453
- _a$a[exports.WaterpoloGameLogTypes.corner_pass] = 'Угловой пас',
12454
- _a$a[exports.WaterpoloGameLogTypes.corner_self] = 'Угловой розыгрыш',
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] = 'Розыгрыш углового',
12455
12600
  _a$a);
12456
12601
 
12457
12602
  var _a$9;