@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
package/fesm2015/mtgame-core.js
CHANGED
|
@@ -4962,30 +4962,39 @@ WaterpoloStatistic = __decorate([
|
|
|
4962
4962
|
pp_counterattack_goals: 'ppCounterAttackGoals',
|
|
4963
4963
|
pp_counterattack_on_goals: 'ppCounterAttackOnGoals',
|
|
4964
4964
|
pp_counterattack_misses: 'ppCounterAttackMisses',
|
|
4965
|
+
pp_counterattack_shots_blocked: 'ppCounterAttackShotsBlocked',
|
|
4965
4966
|
ev_counterattack_goals: 'evCounterAttackGoals',
|
|
4966
4967
|
ev_counterattack_on_goals: 'evCounterAttackOnGoals',
|
|
4967
4968
|
ev_counterattack_misses: 'evCounterAttackMisses',
|
|
4969
|
+
ev_counterattack_shots_blocked: 'evCounterAttackShotsBlocked',
|
|
4968
4970
|
sh_counterattack_goals: 'shCounterAttackGoals',
|
|
4969
4971
|
sh_counterattack_on_goals: 'shCounterAttackOnGoals',
|
|
4970
4972
|
sh_counterattack_misses: 'shCounterAttackMisses',
|
|
4973
|
+
sh_counterattack_shots_blocked: 'shCounterAttackShotsBlocked',
|
|
4971
4974
|
pp_maneuver_goals: 'ppManeuverGoals',
|
|
4972
4975
|
pp_maneuver_on_goals: 'ppManeuverOnGoals',
|
|
4973
4976
|
pp_maneuver_misses: 'ppManeuverMisses',
|
|
4977
|
+
pp_maneuver_shots_blocked: 'ppManeuverShotsBlocked',
|
|
4974
4978
|
ev_maneuver_goals: 'evManeuverGoals',
|
|
4975
4979
|
ev_maneuver_on_goals: 'evManeuverOnGoals',
|
|
4976
4980
|
ev_maneuver_misses: 'evManeuverMisses',
|
|
4981
|
+
ev_maneuver_shots_blocked: 'evManeuverShotsBlocked',
|
|
4977
4982
|
sh_maneuver_goals: 'shManeuverGoals',
|
|
4978
4983
|
sh_maneuver_on_goals: 'shManeuverOnGoals',
|
|
4979
4984
|
sh_maneuver_misses: 'shManeuverMisses',
|
|
4985
|
+
sh_maneuver_shots_blocked: 'shManeuverShotsBlocked',
|
|
4980
4986
|
pp_center_forward_goals: 'ppCenterForwardGoals',
|
|
4981
4987
|
pp_center_forward_on_goals: 'ppCenterForwardOnGoals',
|
|
4982
4988
|
pp_center_forward_misses: 'ppCenterForwardMisses',
|
|
4989
|
+
pp_center_forward_shots_blocked: 'ppCenterForwardShotsBlocked',
|
|
4983
4990
|
ev_center_forward_goals: 'evCenterForwardGoals',
|
|
4984
4991
|
ev_center_forward_on_goals: 'evCenterForwardOnGoals',
|
|
4985
4992
|
ev_center_forward_misses: 'evCenterForwardMisses',
|
|
4993
|
+
ev_center_forward_shots_blocked: 'evCenterForwardShotsBlocked',
|
|
4986
4994
|
sh_center_forward_goals: 'shCenterForwardGoals',
|
|
4987
4995
|
sh_center_forward_on_goals: 'shCenterForwardOnGoals',
|
|
4988
4996
|
sh_center_forward_misses: 'shCenterForwardMisses',
|
|
4997
|
+
sh_center_forward_shots_blocked: 'shCenterForwardShotsBlocked',
|
|
4989
4998
|
pp_assists: 'ppAssists',
|
|
4990
4999
|
ev_assists: 'evAssists',
|
|
4991
5000
|
sh_assists: 'shAssists',
|
|
@@ -5066,23 +5075,29 @@ WaterpoloStatistic = __decorate([
|
|
|
5066
5075
|
pp_free_kick_goals: 'ppFreeKickGoals',
|
|
5067
5076
|
pp_free_kick_on_goals: 'ppFreeKickOnGoals',
|
|
5068
5077
|
pp_free_kick_misses: 'ppFreeKickMisses',
|
|
5078
|
+
pp_free_kick_shots_blocked: 'ppFreeKickShotsBlocked',
|
|
5069
5079
|
sh_free_kick_goals: 'shFreeKickGoals',
|
|
5070
5080
|
sh_free_kick_on_goals: 'shFreeKickOnGoals',
|
|
5071
5081
|
sh_free_kick_misses: 'shFreeKickMisses',
|
|
5082
|
+
sh_free_kick_shots_blocked: 'shFreeKickShotsBlocked',
|
|
5072
5083
|
ev_free_kick_goals: 'evFreeKickGoals',
|
|
5073
5084
|
ev_free_kick_on_goals: 'evFreeKickOnGoals',
|
|
5074
5085
|
ev_free_kick_misses: 'evFreeKickMisses',
|
|
5086
|
+
ev_free_kick_shots_blocked: 'evFreeKickShotsBlocked',
|
|
5075
5087
|
free_kick_passes: 'freeKickPasses',
|
|
5076
5088
|
free_kick_selfs: 'freeKickSelfs',
|
|
5077
5089
|
pp_corner_goals: 'ppCornerGoals',
|
|
5078
5090
|
pp_corner_on_goals: 'ppCornerOnGoals',
|
|
5079
5091
|
pp_corner_misses: 'ppCornerMisses',
|
|
5092
|
+
pp_corner_shots_blocked: 'ppCornerShotsBlocked',
|
|
5080
5093
|
sh_corner_goals: 'shCornerGoals',
|
|
5081
5094
|
sh_corner_on_goals: 'shCornerOnGoals',
|
|
5082
5095
|
sh_corner_misses: 'shCornerMisses',
|
|
5096
|
+
sh_corner_shots_blocked: 'shCornerShotsBlocked',
|
|
5083
5097
|
ev_corner_goals: 'evCornerGoals',
|
|
5084
5098
|
ev_corner_on_goals: 'evCornerOnGoals',
|
|
5085
5099
|
ev_corner_misses: 'evCornerMisses',
|
|
5100
|
+
ev_corner_shots_blocked: 'evCornerShotsBlocked',
|
|
5086
5101
|
corner_passes: 'cornerPasses',
|
|
5087
5102
|
corner_selfs: 'cornerSelfs',
|
|
5088
5103
|
tackles: 'tackles',
|
|
@@ -8685,6 +8700,11 @@ var WaterpoloGameLogTypes;
|
|
|
8685
8700
|
WaterpoloGameLogTypes[WaterpoloGameLogTypes["penalty_foul"] = 56] = "penalty_foul";
|
|
8686
8701
|
WaterpoloGameLogTypes[WaterpoloGameLogTypes["attack_foul"] = 57] = "attack_foul";
|
|
8687
8702
|
WaterpoloGameLogTypes[WaterpoloGameLogTypes["turnover"] = 58] = "turnover";
|
|
8703
|
+
WaterpoloGameLogTypes[WaterpoloGameLogTypes["counter_attack_shot_blocked"] = 59] = "counter_attack_shot_blocked";
|
|
8704
|
+
WaterpoloGameLogTypes[WaterpoloGameLogTypes["maneuver_shot_blocked"] = 60] = "maneuver_shot_blocked";
|
|
8705
|
+
WaterpoloGameLogTypes[WaterpoloGameLogTypes["center_forward_shot_blocked"] = 61] = "center_forward_shot_blocked";
|
|
8706
|
+
WaterpoloGameLogTypes[WaterpoloGameLogTypes["free_kick_shot_blocked"] = 62] = "free_kick_shot_blocked";
|
|
8707
|
+
WaterpoloGameLogTypes[WaterpoloGameLogTypes["corner_shot_blocked"] = 63] = "corner_shot_blocked";
|
|
8688
8708
|
})(WaterpoloGameLogTypes || (WaterpoloGameLogTypes = {}));
|
|
8689
8709
|
var WaterpoloAdvantageTypes;
|
|
8690
8710
|
(function (WaterpoloAdvantageTypes) {
|
|
@@ -8805,13 +8825,13 @@ let WaterpoloGameStatistic = class WaterpoloGameStatistic extends BaseModel {
|
|
|
8805
8825
|
return (this.ppCounterAttackGoals || 0) + (this.evCounterAttackGoals || 0) + (this.shCounterAttackGoals || 0);
|
|
8806
8826
|
}
|
|
8807
8827
|
get ppCounterAttackShots() {
|
|
8808
|
-
return (this.ppCounterAttackOnGoals || 0) + (this.ppCounterAttackMisses || 0);
|
|
8828
|
+
return (this.ppCounterAttackOnGoals || 0) + (this.ppCounterAttackMisses || 0) + (this.ppCounterAttackShotsBlocked || 0);
|
|
8809
8829
|
}
|
|
8810
8830
|
get shCounterAttackShots() {
|
|
8811
|
-
return (this.shCounterAttackOnGoals || 0) + (this.shCounterAttackMisses || 0);
|
|
8831
|
+
return (this.shCounterAttackOnGoals || 0) + (this.shCounterAttackMisses || 0) + (this.shCounterAttackShotsBlocked || 0);
|
|
8812
8832
|
}
|
|
8813
8833
|
get evCounterAttackShots() {
|
|
8814
|
-
return (this.evCounterAttackOnGoals || 0) + (this.evCounterAttackMisses || 0);
|
|
8834
|
+
return (this.evCounterAttackOnGoals || 0) + (this.evCounterAttackMisses || 0) + (this.evCounterAttackShotsBlocked || 0);
|
|
8815
8835
|
}
|
|
8816
8836
|
get counterAttackShotMisses() {
|
|
8817
8837
|
return (this.ppCounterAttackMisses || 0) + (this.shCounterAttackMisses || 0) + (this.evCounterAttackMisses || 0);
|
|
@@ -8819,8 +8839,11 @@ let WaterpoloGameStatistic = class WaterpoloGameStatistic extends BaseModel {
|
|
|
8819
8839
|
get counterAttackShotOnGoals() {
|
|
8820
8840
|
return (this.ppCounterAttackOnGoals || 0) + (this.shCounterAttackOnGoals || 0) + (this.evCounterAttackOnGoals || 0);
|
|
8821
8841
|
}
|
|
8842
|
+
get counterAttackShotsBlocked() {
|
|
8843
|
+
return (this.ppCounterAttackShotsBlocked || 0) + (this.shCounterAttackShotsBlocked || 0) + (this.evCounterAttackShotsBlocked || 0);
|
|
8844
|
+
}
|
|
8822
8845
|
get counterAttackShots() {
|
|
8823
|
-
return this.counterAttackShotMisses + this.counterAttackShotOnGoals;
|
|
8846
|
+
return this.counterAttackShotMisses + this.counterAttackShotOnGoals + this.counterAttackShotsBlocked;
|
|
8824
8847
|
}
|
|
8825
8848
|
get counterAttackGoalsPercent() {
|
|
8826
8849
|
if (!this.totalCounterAttackGoals || !this.counterAttackShots) {
|
|
@@ -8832,13 +8855,13 @@ let WaterpoloGameStatistic = class WaterpoloGameStatistic extends BaseModel {
|
|
|
8832
8855
|
return (this.ppManeuverGoals || 0) + (this.shManeuverGoals || 0) + (this.evManeuverGoals || 0);
|
|
8833
8856
|
}
|
|
8834
8857
|
get ppManeuverShots() {
|
|
8835
|
-
return (this.ppManeuverOnGoals || 0) + (this.ppManeuverMisses || 0);
|
|
8858
|
+
return (this.ppManeuverOnGoals || 0) + (this.ppManeuverMisses || 0) + (this.ppManeuverShotsBlocked || 0);
|
|
8836
8859
|
}
|
|
8837
8860
|
get shManeuverShots() {
|
|
8838
|
-
return (this.shManeuverOnGoals || 0) + (this.shManeuverMisses || 0);
|
|
8861
|
+
return (this.shManeuverOnGoals || 0) + (this.shManeuverMisses || 0) + (this.shManeuverShotsBlocked || 0);
|
|
8839
8862
|
}
|
|
8840
8863
|
get evManeuverShots() {
|
|
8841
|
-
return (this.evManeuverOnGoals || 0) + (this.evManeuverMisses || 0);
|
|
8864
|
+
return (this.evManeuverOnGoals || 0) + (this.evManeuverMisses || 0) + (this.evManeuverShotsBlocked || 0);
|
|
8842
8865
|
}
|
|
8843
8866
|
get maneuverShotMisses() {
|
|
8844
8867
|
return (this.ppManeuverMisses || 0) + (this.shManeuverMisses || 0) + (this.evManeuverMisses || 0);
|
|
@@ -8846,8 +8869,11 @@ let WaterpoloGameStatistic = class WaterpoloGameStatistic extends BaseModel {
|
|
|
8846
8869
|
get maneuverShotOnGoals() {
|
|
8847
8870
|
return (this.ppManeuverOnGoals || 0) + (this.shManeuverOnGoals || 0) + (this.evManeuverOnGoals || 0);
|
|
8848
8871
|
}
|
|
8872
|
+
get maneuverShotsBlocked() {
|
|
8873
|
+
return (this.ppManeuverShotsBlocked || 0) + (this.shManeuverShotsBlocked || 0) + (this.evManeuverShotsBlocked || 0);
|
|
8874
|
+
}
|
|
8849
8875
|
get maneuverShots() {
|
|
8850
|
-
return this.maneuverShotMisses + this.maneuverShotOnGoals;
|
|
8876
|
+
return this.maneuverShotMisses + this.maneuverShotOnGoals + this.maneuverShotsBlocked;
|
|
8851
8877
|
}
|
|
8852
8878
|
get maneuverGoalsPercent() {
|
|
8853
8879
|
if (!this.totalManeuverGoals || !this.maneuverShots) {
|
|
@@ -8859,13 +8885,13 @@ let WaterpoloGameStatistic = class WaterpoloGameStatistic extends BaseModel {
|
|
|
8859
8885
|
return (this.ppCenterForwardGoals || 0) + (this.shCenterForwardGoals || 0) + (this.evCenterForwardGoals || 0);
|
|
8860
8886
|
}
|
|
8861
8887
|
get ppCenterForwardShots() {
|
|
8862
|
-
return (this.ppCenterForwardOnGoals || 0) + (this.ppCenterForwardMisses || 0);
|
|
8888
|
+
return (this.ppCenterForwardOnGoals || 0) + (this.ppCenterForwardMisses || 0) + (this.ppCenterForwardShotsBlocked || 0);
|
|
8863
8889
|
}
|
|
8864
8890
|
get shCenterForwardShots() {
|
|
8865
|
-
return (this.shCenterForwardOnGoals || 0) + (this.shCenterForwardMisses || 0);
|
|
8891
|
+
return (this.shCenterForwardOnGoals || 0) + (this.shCenterForwardMisses || 0) + (this.shCenterForwardShotsBlocked || 0);
|
|
8866
8892
|
}
|
|
8867
8893
|
get evCenterForwardShots() {
|
|
8868
|
-
return (this.evCenterForwardOnGoals || 0) + (this.evCenterForwardMisses || 0);
|
|
8894
|
+
return (this.evCenterForwardOnGoals || 0) + (this.evCenterForwardMisses || 0) + (this.evCenterForwardShotsBlocked || 0);
|
|
8869
8895
|
}
|
|
8870
8896
|
get centerForwardShotMisses() {
|
|
8871
8897
|
return (this.ppCenterForwardMisses || 0) + (this.shCenterForwardMisses || 0) + (this.evCenterForwardMisses || 0);
|
|
@@ -8873,8 +8899,11 @@ let WaterpoloGameStatistic = class WaterpoloGameStatistic extends BaseModel {
|
|
|
8873
8899
|
get centerForwardShotOnGoals() {
|
|
8874
8900
|
return (this.ppCenterForwardOnGoals || 0) + (this.shCenterForwardOnGoals || 0) + (this.evCenterForwardOnGoals || 0);
|
|
8875
8901
|
}
|
|
8902
|
+
get centerForwardShotsBlocked() {
|
|
8903
|
+
return (this.ppCenterForwardShotsBlocked || 0) + (this.shCenterForwardShotsBlocked || 0) + (this.evCenterForwardShotsBlocked || 0);
|
|
8904
|
+
}
|
|
8876
8905
|
get centerForwardShots() {
|
|
8877
|
-
return this.centerForwardShotMisses + this.centerForwardShotOnGoals;
|
|
8906
|
+
return this.centerForwardShotMisses + this.centerForwardShotOnGoals + this.centerForwardShotsBlocked;
|
|
8878
8907
|
}
|
|
8879
8908
|
get centerForwardGoalsPercent() {
|
|
8880
8909
|
if (!this.totalCenterForwardGoals || !this.centerForwardShots) {
|
|
@@ -8884,20 +8913,20 @@ let WaterpoloGameStatistic = class WaterpoloGameStatistic extends BaseModel {
|
|
|
8884
8913
|
}
|
|
8885
8914
|
get ppShots() {
|
|
8886
8915
|
return (this.ppShotMisses || 0) + (this.ppShotsOnGoal || 0) + (this.ppShotsBlocked || 0) +
|
|
8887
|
-
(this.ppFreeKickMisses || 0) + (this.ppFreeKickOnGoals || 0) +
|
|
8888
|
-
(this.ppCornerMisses || 0) + (this.ppCornerOnGoals || 0) +
|
|
8916
|
+
(this.ppFreeKickMisses || 0) + (this.ppFreeKickOnGoals || 0) + (this.ppFreeKickShotsBlocked || 0) +
|
|
8917
|
+
(this.ppCornerMisses || 0) + (this.ppCornerOnGoals || 0) + (this.ppCornerShotsBlocked || 0) +
|
|
8889
8918
|
this.ppCounterAttackShots + this.ppManeuverShots + this.ppCenterForwardShots;
|
|
8890
8919
|
}
|
|
8891
8920
|
get evShots() {
|
|
8892
8921
|
return (this.evShotMisses || 0) + (this.evShotsOnGoal || 0) + (this.evShotsBlocked || 0) +
|
|
8893
|
-
(this.evFreeKickMisses || 0) + (this.evFreeKickOnGoals || 0) +
|
|
8894
|
-
(this.evCornerMisses || 0) + (this.evCornerOnGoals || 0) +
|
|
8922
|
+
(this.evFreeKickMisses || 0) + (this.evFreeKickOnGoals || 0) + (this.evFreeKickShotsBlocked || 0) +
|
|
8923
|
+
(this.evCornerMisses || 0) + (this.evCornerOnGoals || 0) + (this.evCornerShotsBlocked || 0) +
|
|
8895
8924
|
this.evCounterAttackShots + this.evManeuverShots + this.evCenterForwardShots;
|
|
8896
8925
|
}
|
|
8897
8926
|
get shShots() {
|
|
8898
8927
|
return (this.shShotMisses || 0) + (this.shShotsOnGoal || 0) + (this.shShotsBlocked || 0) +
|
|
8899
|
-
(this.shFreeKickMisses || 0) + (this.shFreeKickOnGoals || 0) +
|
|
8900
|
-
(this.shCornerMisses || 0) + (this.shCornerOnGoals || 0) +
|
|
8928
|
+
(this.shFreeKickMisses || 0) + (this.shFreeKickOnGoals || 0) + (this.shFreeKickShotsBlocked || 0) +
|
|
8929
|
+
(this.shCornerMisses || 0) + (this.shCornerOnGoals || 0) + (this.shCornerShotsBlocked || 0) +
|
|
8901
8930
|
this.shCounterAttackShots + this.shManeuverShots + this.shCenterForwardShots;
|
|
8902
8931
|
}
|
|
8903
8932
|
get totalShGoals() {
|
|
@@ -8948,9 +8977,6 @@ let WaterpoloGameStatistic = class WaterpoloGameStatistic extends BaseModel {
|
|
|
8948
8977
|
return (this.ppShotsOnGoal || 0) + (this.evShotsOnGoal || 0) + (this.shShotsOnGoal || 0) +
|
|
8949
8978
|
this.counterAttackShotOnGoals + this.maneuverShotOnGoals + this.centerForwardShotOnGoals;
|
|
8950
8979
|
}
|
|
8951
|
-
get shotsBlocked() {
|
|
8952
|
-
return (this.ppShotsBlocked || 0) + (this.evShotsBlocked || 0) + (this.shShotsBlocked || 0);
|
|
8953
|
-
}
|
|
8954
8980
|
get shots() {
|
|
8955
8981
|
return this.ppShots + this.evShots + this.shShots;
|
|
8956
8982
|
}
|
|
@@ -8963,6 +8989,9 @@ let WaterpoloGameStatistic = class WaterpoloGameStatistic extends BaseModel {
|
|
|
8963
8989
|
get freeKickShotMisses() {
|
|
8964
8990
|
return (this.ppFreeKickMisses || 0) + (this.evFreeKickMisses || 0) + (this.shFreeKickMisses || 0);
|
|
8965
8991
|
}
|
|
8992
|
+
get freeKickShotsBlocked() {
|
|
8993
|
+
return (this.ppFreeKickShotsBlocked || 0) + (this.evFreeKickShotsBlocked || 0) + (this.shFreeKickShotsBlocked || 0);
|
|
8994
|
+
}
|
|
8966
8995
|
get freeKickOnGoals() {
|
|
8967
8996
|
return (this.ppFreeKickOnGoals || 0) + (this.evFreeKickOnGoals || 0) + (this.shFreeKickOnGoals || 0);
|
|
8968
8997
|
}
|
|
@@ -8971,7 +9000,7 @@ let WaterpoloGameStatistic = class WaterpoloGameStatistic extends BaseModel {
|
|
|
8971
9000
|
}
|
|
8972
9001
|
get totalFreeKicks() {
|
|
8973
9002
|
return (this.freeKickSelfs || 0) + (this.freeKickPasses || 0) +
|
|
8974
|
-
this.freeKickShotMisses + this.freeKickOnGoals + this.totalFreeKickGoals;
|
|
9003
|
+
this.freeKickShotMisses + this.freeKickOnGoals + this.totalFreeKickGoals + this.freeKickShotsBlocked;
|
|
8975
9004
|
}
|
|
8976
9005
|
get freeKickGoalsPercent() {
|
|
8977
9006
|
if (!this.totalFreeKickGoals || !this.totalFreeKicks) {
|
|
@@ -8982,11 +9011,23 @@ let WaterpoloGameStatistic = class WaterpoloGameStatistic extends BaseModel {
|
|
|
8982
9011
|
get totalCornerGoals() {
|
|
8983
9012
|
return (this.ppCornerGoals || 0) + (this.shCornerGoals || 0) + (this.evCornerGoals || 0);
|
|
8984
9013
|
}
|
|
9014
|
+
get cornerShotMisses() {
|
|
9015
|
+
return (this.ppCornerMisses || 0) + (this.shCornerMisses || 0) + (this.evCornerMisses || 0);
|
|
9016
|
+
}
|
|
9017
|
+
get cornerOnGoals() {
|
|
9018
|
+
return (this.ppCornerOnGoals || 0) + (this.shCornerOnGoals || 0) + (this.evCornerOnGoals || 0);
|
|
9019
|
+
}
|
|
9020
|
+
get cornerShotsBlocked() {
|
|
9021
|
+
return (this.ppCornerShotsBlocked || 0) + (this.shCornerShotsBlocked || 0) + (this.evCornerShotsBlocked || 0);
|
|
9022
|
+
}
|
|
8985
9023
|
get totalCorners() {
|
|
8986
|
-
return (this.cornerSelfs || 0) + (this.cornerPasses || 0) +
|
|
8987
|
-
|
|
8988
|
-
|
|
8989
|
-
|
|
9024
|
+
return (this.cornerSelfs || 0) + (this.cornerPasses || 0) + this.cornerShotsBlocked +
|
|
9025
|
+
this.cornerOnGoals + this.cornerShotMisses + this.totalCornerGoals;
|
|
9026
|
+
}
|
|
9027
|
+
get shotsBlocked() {
|
|
9028
|
+
return (this.ppShotsBlocked || 0) + (this.evShotsBlocked || 0) + (this.shShotsBlocked || 0) +
|
|
9029
|
+
this.counterAttackShotsBlocked + this.maneuverShotsBlocked + this.centerForwardShotsBlocked +
|
|
9030
|
+
this.freeKickShotsBlocked + this.cornerShotsBlocked;
|
|
8990
9031
|
}
|
|
8991
9032
|
get totalFouls() {
|
|
8992
9033
|
return (this.fouls || 0) + (this.penaltyFouls || 0) + (this.attackFouls || 0) + (this.personalFouls || 0) +
|
|
@@ -9254,30 +9295,39 @@ WaterpoloGameStatistic = __decorate([
|
|
|
9254
9295
|
pp_counterattack_goals: 'ppCounterAttackGoals',
|
|
9255
9296
|
pp_counterattack_on_goals: 'ppCounterAttackOnGoals',
|
|
9256
9297
|
pp_counterattack_misses: 'ppCounterAttackMisses',
|
|
9298
|
+
pp_counterattack_shots_blocked: 'ppCounterAttackShotsBlocked',
|
|
9257
9299
|
ev_counterattack_goals: 'evCounterAttackGoals',
|
|
9258
9300
|
ev_counterattack_on_goals: 'evCounterAttackOnGoals',
|
|
9259
9301
|
ev_counterattack_misses: 'evCounterAttackMisses',
|
|
9302
|
+
ev_counterattack_shots_blocked: 'evCounterAttackShotsBlocked',
|
|
9260
9303
|
sh_counterattack_goals: 'shCounterAttackGoals',
|
|
9261
9304
|
sh_counterattack_on_goals: 'shCounterAttackOnGoals',
|
|
9262
9305
|
sh_counterattack_misses: 'shCounterAttackMisses',
|
|
9306
|
+
sh_counterattack_shots_blocked: 'shCounterAttackShotsBlocked',
|
|
9263
9307
|
pp_maneuver_goals: 'ppManeuverGoals',
|
|
9264
9308
|
pp_maneuver_on_goals: 'ppManeuverOnGoals',
|
|
9265
9309
|
pp_maneuver_misses: 'ppManeuverMisses',
|
|
9310
|
+
pp_maneuver_shots_blocked: 'ppManeuverShotsBlocked',
|
|
9266
9311
|
ev_maneuver_goals: 'evManeuverGoals',
|
|
9267
9312
|
ev_maneuver_on_goals: 'evManeuverOnGoals',
|
|
9268
9313
|
ev_maneuver_misses: 'evManeuverMisses',
|
|
9314
|
+
ev_maneuver_shots_blocked: 'evManeuverShotsBlocked',
|
|
9269
9315
|
sh_maneuver_goals: 'shManeuverGoals',
|
|
9270
9316
|
sh_maneuver_on_goals: 'shManeuverOnGoals',
|
|
9271
9317
|
sh_maneuver_misses: 'shManeuverMisses',
|
|
9318
|
+
sh_maneuver_shots_blocked: 'shManeuverShotsBlocked',
|
|
9272
9319
|
pp_center_forward_goals: 'ppCenterForwardGoals',
|
|
9273
9320
|
pp_center_forward_on_goals: 'ppCenterForwardOnGoals',
|
|
9274
9321
|
pp_center_forward_misses: 'ppCenterForwardMisses',
|
|
9322
|
+
pp_center_forward_shots_blocked: 'ppCenterForwardShotsBlocked',
|
|
9275
9323
|
ev_center_forward_goals: 'evCenterForwardGoals',
|
|
9276
9324
|
ev_center_forward_on_goals: 'evCenterForwardOnGoals',
|
|
9277
9325
|
ev_center_forward_misses: 'evCenterForwardMisses',
|
|
9326
|
+
ev_center_forward_shots_blocked: 'evCenterForwardShotsBlocked',
|
|
9278
9327
|
sh_center_forward_goals: 'shCenterForwardGoals',
|
|
9279
9328
|
sh_center_forward_on_goals: 'shCenterForwardOnGoals',
|
|
9280
9329
|
sh_center_forward_misses: 'shCenterForwardMisses',
|
|
9330
|
+
sh_center_forward_shots_blocked: 'shCenterForwardShotsBlocked',
|
|
9281
9331
|
pp_assists: 'ppAssists',
|
|
9282
9332
|
ev_assists: 'evAssists',
|
|
9283
9333
|
sh_assists: 'shAssists',
|
|
@@ -9358,23 +9408,29 @@ WaterpoloGameStatistic = __decorate([
|
|
|
9358
9408
|
pp_free_kick_goals: 'ppFreeKickGoals',
|
|
9359
9409
|
pp_free_kick_on_goals: 'ppFreeKickOnGoals',
|
|
9360
9410
|
pp_free_kick_misses: 'ppFreeKickMisses',
|
|
9411
|
+
pp_free_kick_shots_blocked: 'ppFreeKickShotsBlocked',
|
|
9361
9412
|
sh_free_kick_goals: 'shFreeKickGoals',
|
|
9362
9413
|
sh_free_kick_on_goals: 'shFreeKickOnGoals',
|
|
9363
9414
|
sh_free_kick_misses: 'shFreeKickMisses',
|
|
9415
|
+
sh_free_kick_shots_blocked: 'shFreeKickShotsBlocked',
|
|
9364
9416
|
ev_free_kick_goals: 'evFreeKickGoals',
|
|
9365
9417
|
ev_free_kick_on_goals: 'evFreeKickOnGoals',
|
|
9366
9418
|
ev_free_kick_misses: 'evFreeKickMisses',
|
|
9419
|
+
ev_free_kick_shots_blocked: 'evFreeKickShotsBlocked',
|
|
9367
9420
|
free_kick_passes: 'freeKickPasses',
|
|
9368
9421
|
free_kick_selfs: 'freeKickSelfs',
|
|
9369
9422
|
pp_corner_goals: 'ppCornerGoals',
|
|
9370
9423
|
pp_corner_on_goals: 'ppCornerOnGoals',
|
|
9371
9424
|
pp_corner_misses: 'ppCornerMisses',
|
|
9425
|
+
pp_corner_shots_blocked: 'ppCornerShotsBlocked',
|
|
9372
9426
|
sh_corner_goals: 'shCornerGoals',
|
|
9373
9427
|
sh_corner_on_goals: 'shCornerOnGoals',
|
|
9374
9428
|
sh_corner_misses: 'shCornerMisses',
|
|
9429
|
+
sh_corner_shots_blocked: 'shCornerShotsBlocked',
|
|
9375
9430
|
ev_corner_goals: 'evCornerGoals',
|
|
9376
9431
|
ev_corner_on_goals: 'evCornerOnGoals',
|
|
9377
9432
|
ev_corner_misses: 'evCornerMisses',
|
|
9433
|
+
ev_corner_shots_blocked: 'evCornerShotsBlocked',
|
|
9378
9434
|
corner_passes: 'cornerPasses',
|
|
9379
9435
|
corner_selfs: 'cornerSelfs',
|
|
9380
9436
|
tackles: 'tackles',
|
|
@@ -9657,15 +9713,18 @@ const WaterpoloGameLogTypeLocalization = {
|
|
|
9657
9713
|
[WaterpoloGameLogTypes.exit_game]: 'Ушел с площадки',
|
|
9658
9714
|
[WaterpoloGameLogTypes.shot_miss]: 'Бросок мимо',
|
|
9659
9715
|
[WaterpoloGameLogTypes.counterattack_miss]: 'Бросок мимо в контратаке',
|
|
9660
|
-
[WaterpoloGameLogTypes.maneuver_miss]: 'Бросок мимо
|
|
9716
|
+
[WaterpoloGameLogTypes.maneuver_miss]: 'Бросок мимо с маневра',
|
|
9661
9717
|
[WaterpoloGameLogTypes.center_forward_miss]: 'Бросок мимо со столба',
|
|
9662
9718
|
[WaterpoloGameLogTypes.shot_on_goal]: 'Бросок по воротам',
|
|
9663
9719
|
[WaterpoloGameLogTypes.counterattack_on_goal]: 'Бросок по воротам в контратаке',
|
|
9664
|
-
[WaterpoloGameLogTypes.maneuver_on_goal]: 'Бросок по воротам
|
|
9720
|
+
[WaterpoloGameLogTypes.maneuver_on_goal]: 'Бросок по воротам с маневра',
|
|
9665
9721
|
[WaterpoloGameLogTypes.center_forward_on_goal]: 'Бросок по воротам со столба',
|
|
9666
|
-
[WaterpoloGameLogTypes.shot_blocked]: '
|
|
9722
|
+
[WaterpoloGameLogTypes.shot_blocked]: 'Заблокирован бросок',
|
|
9723
|
+
[WaterpoloGameLogTypes.counter_attack_shot_blocked]: 'Заблокирован бросок в контратаке',
|
|
9724
|
+
[WaterpoloGameLogTypes.maneuver_shot_blocked]: 'Заблокирован бросок с маневра',
|
|
9725
|
+
[WaterpoloGameLogTypes.center_forward_shot_blocked]: 'Заблокирован бросок со столба',
|
|
9667
9726
|
[WaterpoloGameLogTypes.goal]: 'Гол',
|
|
9668
|
-
[WaterpoloGameLogTypes.maneuver_goal]: 'Гол
|
|
9727
|
+
[WaterpoloGameLogTypes.maneuver_goal]: 'Гол с маневра',
|
|
9669
9728
|
[WaterpoloGameLogTypes.counterattack_goal]: 'Гол в контратаке',
|
|
9670
9729
|
[WaterpoloGameLogTypes.center_forward_goal]: 'Гол со столба',
|
|
9671
9730
|
[WaterpoloGameLogTypes.shootout_attempt]: 'Пенальти промах',
|
|
@@ -9690,8 +9749,8 @@ const WaterpoloGameLogTypeLocalization = {
|
|
|
9690
9749
|
[WaterpoloGameLogTypes.center_forward_save]: 'Отражен бросок со столба',
|
|
9691
9750
|
[WaterpoloGameLogTypes.free_kick_save]: 'Отражен бросок со свободного',
|
|
9692
9751
|
[WaterpoloGameLogTypes.corner_save]: 'Отражен бросок с углового',
|
|
9693
|
-
[WaterpoloGameLogTypes.shootout_save]: 'Отражен бросок',
|
|
9694
|
-
[WaterpoloGameLogTypes.after_game_shootout_save]: 'Отражен бросок',
|
|
9752
|
+
[WaterpoloGameLogTypes.shootout_save]: 'Отражен бросок с пенальти',
|
|
9753
|
+
[WaterpoloGameLogTypes.after_game_shootout_save]: 'Отражен бросок с пенальти',
|
|
9695
9754
|
[WaterpoloGameLogTypes.timeout]: 'Таймаут',
|
|
9696
9755
|
[WaterpoloGameLogTypes.penalty_start]: 'Начало штрафного времени',
|
|
9697
9756
|
[WaterpoloGameLogTypes.penalty_end]: 'Конец штрафного времени',
|
|
@@ -9701,16 +9760,18 @@ const WaterpoloGameLogTypeLocalization = {
|
|
|
9701
9760
|
[WaterpoloGameLogTypes.loss]: 'Потеря',
|
|
9702
9761
|
[WaterpoloGameLogTypes.steal]: 'Перехват',
|
|
9703
9762
|
[WaterpoloGameLogTypes.tackle]: 'Отбор',
|
|
9704
|
-
[WaterpoloGameLogTypes.free_kick_goal]: '
|
|
9705
|
-
[WaterpoloGameLogTypes.free_kick_on_goal]: '
|
|
9706
|
-
[WaterpoloGameLogTypes.free_kick_miss]: '
|
|
9707
|
-
[WaterpoloGameLogTypes.
|
|
9708
|
-
[WaterpoloGameLogTypes.
|
|
9709
|
-
[WaterpoloGameLogTypes.
|
|
9710
|
-
[WaterpoloGameLogTypes.
|
|
9711
|
-
[WaterpoloGameLogTypes.
|
|
9712
|
-
[WaterpoloGameLogTypes.
|
|
9713
|
-
[WaterpoloGameLogTypes.
|
|
9763
|
+
[WaterpoloGameLogTypes.free_kick_goal]: 'Гол со свободного удара',
|
|
9764
|
+
[WaterpoloGameLogTypes.free_kick_on_goal]: 'Бросок со свободного удара в створ',
|
|
9765
|
+
[WaterpoloGameLogTypes.free_kick_miss]: 'Бросок мимо со свободного удара',
|
|
9766
|
+
[WaterpoloGameLogTypes.free_kick_shot_blocked]: 'Заблокирован бросок со свободного удара',
|
|
9767
|
+
[WaterpoloGameLogTypes.free_kick_pass]: 'Пас со свободного удара',
|
|
9768
|
+
[WaterpoloGameLogTypes.free_kick_self]: 'Розыгрыш свободного удара',
|
|
9769
|
+
[WaterpoloGameLogTypes.corner_goal]: 'Гол с углового',
|
|
9770
|
+
[WaterpoloGameLogTypes.corner_on_goal]: 'Бросок с углового в створ',
|
|
9771
|
+
[WaterpoloGameLogTypes.corner_miss]: 'Бросок мимо с углового',
|
|
9772
|
+
[WaterpoloGameLogTypes.corner_shot_blocked]: 'Заблокирован бросок с углового',
|
|
9773
|
+
[WaterpoloGameLogTypes.corner_pass]: 'Пас с углового',
|
|
9774
|
+
[WaterpoloGameLogTypes.corner_self]: 'Розыгрыш углового'
|
|
9714
9775
|
};
|
|
9715
9776
|
|
|
9716
9777
|
const OvertimeTypeLocalization = {
|