@mtgame/core 1.0.31 → 1.0.33
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 +508 -23
- package/bundles/mtgame-core.umd.js.map +1 -1
- package/esm2015/localization/waterpolo-game-log-types.js +35 -1
- package/esm2015/models/rugby-statistic.js +2 -1
- package/esm2015/models/waterpolo-game-log.js +23 -3
- package/esm2015/models/waterpolo-game-statistic.js +225 -22
- package/esm2015/models/waterpolo-statistic.js +84 -1
- package/fesm2015/mtgame-core.js +364 -23
- package/fesm2015/mtgame-core.js.map +1 -1
- package/localization/waterpolo-game-log-types.d.ts +34 -0
- package/models/rugby-statistic.d.ts +1 -0
- package/models/waterpolo-game-log.d.ts +18 -1
- package/models/waterpolo-game-statistic.d.ts +95 -0
- package/models/waterpolo-statistic.d.ts +83 -0
- package/mtgame-core.metadata.json +1 -1
- package/package.json +1 -1
|
@@ -7349,6 +7349,7 @@
|
|
|
7349
7349
|
free_kicks: 'freeKicks',
|
|
7350
7350
|
yellow_cards: 'yellowCards',
|
|
7351
7351
|
red_cards: 'redCards',
|
|
7352
|
+
red_cards_20: 'redCards20',
|
|
7352
7353
|
offloads: 'offloads',
|
|
7353
7354
|
tackles: 'tackles',
|
|
7354
7355
|
handling_errors: 'handlingErrors',
|
|
@@ -7718,6 +7719,8 @@
|
|
|
7718
7719
|
corner_selfs: 'cornerSelfs',
|
|
7719
7720
|
tackles: 'tackles',
|
|
7720
7721
|
player_efficiency: 'playerEfficiency',
|
|
7722
|
+
defense_select_positions: 'defenseSelectPositions',
|
|
7723
|
+
save_possessions: 'savePossessions',
|
|
7721
7724
|
pp_shots: 'ppShots',
|
|
7722
7725
|
ev_shots: 'evShots',
|
|
7723
7726
|
sh_shots: 'shShots',
|
|
@@ -7775,6 +7778,78 @@
|
|
|
7775
7778
|
total_penalties: 'totalPenalties',
|
|
7776
7779
|
shootout_shots: 'shootoutShots',
|
|
7777
7780
|
shootout_goals_percent: 'shootoutGoalsPercent',
|
|
7781
|
+
pp_perimetr_shot_goals: 'ppPerimetrShotGoals',
|
|
7782
|
+
pp_perimetr_shot_on_goals: 'ppPerimetrShotOnGoals',
|
|
7783
|
+
pp_perimetr_shot_misses: 'ppPerimetrShotMisses',
|
|
7784
|
+
pp_perimetr_shots_blocked: 'ppPerimetrShotsBlocked',
|
|
7785
|
+
ev_perimetr_shot_goals: 'evPerimetrShotGoals',
|
|
7786
|
+
ev_perimetr_shot_on_goals: 'evPerimetrShotOnGoals',
|
|
7787
|
+
ev_perimetr_shot_misses: 'evPerimetrShotMisses',
|
|
7788
|
+
ev_perimetr_shots_blocked: 'evPerimetrShotsBlocked',
|
|
7789
|
+
sh_perimetr_shot_goals: 'shPerimetrShotGoals',
|
|
7790
|
+
sh_perimetr_shot_on_goals: 'shPerimetrShotOnGoals',
|
|
7791
|
+
sh_perimetr_shot_misses: 'shPerimetrShotMisses',
|
|
7792
|
+
sh_perimetr_shots_blocked: 'shPerimetrShotsBlocked',
|
|
7793
|
+
pp_perimetr_shot_saves: 'ppPerimetrShotSaves',
|
|
7794
|
+
sh_perimetr_shot_saves: 'shPerimetrShotSaves',
|
|
7795
|
+
ev_perimetr_shot_saves: 'evPerimetrShotSaves',
|
|
7796
|
+
pp_perimetr_shot_goals_against: 'ppPerimetrShotGoalsAgainst',
|
|
7797
|
+
sh_perimetr_shot_goals_against: 'shPerimetrShotGoalsAgainst',
|
|
7798
|
+
ev_perimetr_shot_goals_against: 'evPerimetrShotGoalsAgainst',
|
|
7799
|
+
perimetr_shot_goals_against: 'perimetrShotGoalsAgainst',
|
|
7800
|
+
total_perimetr_shot_goals: 'totalPerimetrShotGoals',
|
|
7801
|
+
perimetr_shots_on_goals: 'perimetrShotsOnGoals',
|
|
7802
|
+
perimetr_shots_misses: 'perimetrShotsMisses',
|
|
7803
|
+
perimetr_shots: 'perimetrShots',
|
|
7804
|
+
perimetr_shot_goals_percent: 'perimetrShotGoalsPercent',
|
|
7805
|
+
pp_post_shot_goals: 'ppPostShotGoals',
|
|
7806
|
+
pp_post_shot_on_goals: 'ppPostShotOnGoals',
|
|
7807
|
+
pp_post_shot_misses: 'ppPostShotMisses',
|
|
7808
|
+
pp_post_shots_blocked: 'ppPostShotsBlocked',
|
|
7809
|
+
ev_post_shot_goals: 'evPostShotGoals',
|
|
7810
|
+
ev_post_shot_on_goals: 'evPostShotOnGoals',
|
|
7811
|
+
ev_post_shot_misses: 'evPostShotMisses',
|
|
7812
|
+
ev_post_shots_blocked: 'evPostShotsBlocked',
|
|
7813
|
+
sh_post_shot_goals: 'shPostShotGoals',
|
|
7814
|
+
sh_post_shot_on_goals: 'shPostShotOnGoals',
|
|
7815
|
+
sh_post_shot_misses: 'shPostShotMisses',
|
|
7816
|
+
sh_post_shots_blocked: 'shPostShotsBlocked',
|
|
7817
|
+
pp_post_shot_saves: 'ppPostShotSaves',
|
|
7818
|
+
sh_post_shot_saves: 'shPostShotSaves',
|
|
7819
|
+
ev_post_shot_saves: 'evPostShotSaves',
|
|
7820
|
+
pp_post_shot_goals_against: 'ppPostShotGoalsAgainst',
|
|
7821
|
+
sh_post_shot_goals_against: 'shPostShotGoalsAgainst',
|
|
7822
|
+
ev_post_shot_goals_against: 'evPostShotGoalsAgainst',
|
|
7823
|
+
post_shot_goals_against: 'postShotGoalsAgainst',
|
|
7824
|
+
total_post_shot_goals: 'totalPostShotGoals',
|
|
7825
|
+
post_shots_on_goals: 'postShotsOnGoals',
|
|
7826
|
+
post_shots_misses: 'postShotsMisses',
|
|
7827
|
+
post_shots: 'postShots',
|
|
7828
|
+
post_shot_goals_percent: 'postShotGoalsPercent',
|
|
7829
|
+
pp_fast_shot_goals: 'ppFastShotGoals',
|
|
7830
|
+
pp_fast_shot_on_goals: 'ppFastShotOnGoals',
|
|
7831
|
+
pp_fast_shot_misses: 'ppFastShotMisses',
|
|
7832
|
+
pp_fast_shots_blocked: 'ppFastShotsBlocked',
|
|
7833
|
+
ev_fast_shot_goals: 'evFastShotGoals',
|
|
7834
|
+
ev_fast_shot_on_goals: 'evFastShotOnGoals',
|
|
7835
|
+
ev_fast_shot_misses: 'evFastShotMisses',
|
|
7836
|
+
ev_fast_shots_blocked: 'evFastShotsBlocked',
|
|
7837
|
+
sh_fast_shot_goals: 'shFastShotGoals',
|
|
7838
|
+
sh_fast_shot_on_goals: 'shFastShotOnGoals',
|
|
7839
|
+
sh_fast_shot_misses: 'shFastShotMisses',
|
|
7840
|
+
sh_fast_shots_blocked: 'shFastShotsBlocked',
|
|
7841
|
+
pp_fast_shot_saves: 'ppFastShotSaves',
|
|
7842
|
+
sh_fast_shot_saves: 'shFastShotSaves',
|
|
7843
|
+
ev_fast_shot_saves: 'evFastShotSaves',
|
|
7844
|
+
pp_fast_shot_goals_against: 'ppFastShotGoalsAgainst',
|
|
7845
|
+
sh_fast_shot_goals_against: 'shFastShotGoalsAgainst',
|
|
7846
|
+
ev_fast_shot_goals_against: 'evFastShotGoalsAgainst',
|
|
7847
|
+
fast_shot_goals_against: 'fastShotGoalsAgainst',
|
|
7848
|
+
total_fast_shot_goals: 'totalFastShotGoals',
|
|
7849
|
+
fast_shots_on_goals: 'fastShotsOnGoals',
|
|
7850
|
+
fast_shots_misses: 'fastShotsMisses',
|
|
7851
|
+
fast_shots: 'fastShots',
|
|
7852
|
+
fast_shot_goals_percent: 'fastShotGoalsPercent',
|
|
7778
7853
|
/*goalie stat*/
|
|
7779
7854
|
position_attack_saves: 'positionAttackSaves',
|
|
7780
7855
|
position_attack_shots_against: 'positionAttackShotsAgainst',
|
|
@@ -7813,6 +7888,15 @@
|
|
|
7813
7888
|
total_ev_goals_against: 'totalEvGoalsAgainst',
|
|
7814
7889
|
total_ev_shots_against: 'totalEvShotsAgainst',
|
|
7815
7890
|
total_ev_saves_percent: 'totalEvSavesPercent',
|
|
7891
|
+
perimetr_shot_saves: 'perimetrShotSaves',
|
|
7892
|
+
perimetr_shots_against: 'perimetrShotsAgainst',
|
|
7893
|
+
perimetr_shot_saves_percent: 'perimetrShotSavesPercent',
|
|
7894
|
+
post_shot_saves: 'postShotSaves',
|
|
7895
|
+
post_shots_against: 'postShotsAgainst',
|
|
7896
|
+
post_shot_saves_percent: 'postShotSavesPercent',
|
|
7897
|
+
fast_shot_saves: 'fastShotSaves',
|
|
7898
|
+
fast_shots_against: 'fastShotsAgainst',
|
|
7899
|
+
fast_shot_saves_percent: 'fastShotSavesPercent',
|
|
7816
7900
|
newbie: 'newbie',
|
|
7817
7901
|
rank: 'rank',
|
|
7818
7902
|
},
|
|
@@ -12534,6 +12618,23 @@
|
|
|
12534
12618
|
WaterpoloGameLogTypes[WaterpoloGameLogTypes["free_kick_shot_blocked"] = 62] = "free_kick_shot_blocked";
|
|
12535
12619
|
WaterpoloGameLogTypes[WaterpoloGameLogTypes["corner_shot_blocked"] = 63] = "corner_shot_blocked";
|
|
12536
12620
|
WaterpoloGameLogTypes[WaterpoloGameLogTypes["complete_penalty_time"] = 64] = "complete_penalty_time";
|
|
12621
|
+
WaterpoloGameLogTypes[WaterpoloGameLogTypes["defense_select_position"] = 65] = "defense_select_position";
|
|
12622
|
+
WaterpoloGameLogTypes[WaterpoloGameLogTypes["save_possession"] = 66] = "save_possession";
|
|
12623
|
+
WaterpoloGameLogTypes[WaterpoloGameLogTypes["perimetr_shot_goal"] = 67] = "perimetr_shot_goal";
|
|
12624
|
+
WaterpoloGameLogTypes[WaterpoloGameLogTypes["perimetr_shot_on_goal"] = 68] = "perimetr_shot_on_goal";
|
|
12625
|
+
WaterpoloGameLogTypes[WaterpoloGameLogTypes["perimetr_shot_miss"] = 69] = "perimetr_shot_miss";
|
|
12626
|
+
WaterpoloGameLogTypes[WaterpoloGameLogTypes["perimetr_shot_blocked"] = 70] = "perimetr_shot_blocked";
|
|
12627
|
+
WaterpoloGameLogTypes[WaterpoloGameLogTypes["perimetr_shot_save"] = 71] = "perimetr_shot_save";
|
|
12628
|
+
WaterpoloGameLogTypes[WaterpoloGameLogTypes["post_shot_goal"] = 72] = "post_shot_goal";
|
|
12629
|
+
WaterpoloGameLogTypes[WaterpoloGameLogTypes["post_shot_on_goal"] = 73] = "post_shot_on_goal";
|
|
12630
|
+
WaterpoloGameLogTypes[WaterpoloGameLogTypes["post_shot_miss"] = 74] = "post_shot_miss";
|
|
12631
|
+
WaterpoloGameLogTypes[WaterpoloGameLogTypes["post_shot_blocked"] = 75] = "post_shot_blocked";
|
|
12632
|
+
WaterpoloGameLogTypes[WaterpoloGameLogTypes["post_shot_save"] = 76] = "post_shot_save";
|
|
12633
|
+
WaterpoloGameLogTypes[WaterpoloGameLogTypes["fast_shot_goal"] = 77] = "fast_shot_goal";
|
|
12634
|
+
WaterpoloGameLogTypes[WaterpoloGameLogTypes["fast_shot_on_goal"] = 78] = "fast_shot_on_goal";
|
|
12635
|
+
WaterpoloGameLogTypes[WaterpoloGameLogTypes["fast_shot_miss"] = 79] = "fast_shot_miss";
|
|
12636
|
+
WaterpoloGameLogTypes[WaterpoloGameLogTypes["fast_shot_blocked"] = 80] = "fast_shot_blocked";
|
|
12637
|
+
WaterpoloGameLogTypes[WaterpoloGameLogTypes["fast_shot_save"] = 81] = "fast_shot_save";
|
|
12537
12638
|
})(exports.WaterpoloGameLogTypes || (exports.WaterpoloGameLogTypes = {}));
|
|
12538
12639
|
exports.WaterpoloAdvantageTypes = void 0;
|
|
12539
12640
|
(function (WaterpoloAdvantageTypes) {
|
|
@@ -12580,9 +12681,12 @@
|
|
|
12580
12681
|
configurable: true
|
|
12581
12682
|
});
|
|
12582
12683
|
WaterpoloGameLog.prototype.isScoreType = function () {
|
|
12583
|
-
return [
|
|
12684
|
+
return [
|
|
12685
|
+
exports.WaterpoloGameLogTypes.goal, exports.WaterpoloGameLogTypes.shootout_goal, exports.WaterpoloGameLogTypes.after_game_shootout_goal,
|
|
12584
12686
|
exports.WaterpoloGameLogTypes.free_kick_goal, exports.WaterpoloGameLogTypes.corner_goal,
|
|
12585
|
-
exports.WaterpoloGameLogTypes.counterattack_goal, exports.WaterpoloGameLogTypes.maneuver_goal, exports.WaterpoloGameLogTypes.center_forward_goal
|
|
12687
|
+
exports.WaterpoloGameLogTypes.counterattack_goal, exports.WaterpoloGameLogTypes.maneuver_goal, exports.WaterpoloGameLogTypes.center_forward_goal,
|
|
12688
|
+
exports.WaterpoloGameLogTypes.perimetr_shot_goal, exports.WaterpoloGameLogTypes.post_shot_goal, exports.WaterpoloGameLogTypes.fast_shot_goal
|
|
12689
|
+
].indexOf(this.logType) > -1;
|
|
12586
12690
|
};
|
|
12587
12691
|
WaterpoloGameLog.prototype.isPenaltyType = function () {
|
|
12588
12692
|
return [
|
|
@@ -12879,12 +12983,211 @@
|
|
|
12879
12983
|
enumerable: false,
|
|
12880
12984
|
configurable: true
|
|
12881
12985
|
});
|
|
12986
|
+
Object.defineProperty(WaterpoloGameStatistic.prototype, "totalPerimetrShotGoals", {
|
|
12987
|
+
get: function () {
|
|
12988
|
+
return (this.ppPerimetrShotGoals || 0) + (this.evPerimetrShotGoals || 0) + (this.shPerimetrShotGoals || 0);
|
|
12989
|
+
},
|
|
12990
|
+
enumerable: false,
|
|
12991
|
+
configurable: true
|
|
12992
|
+
});
|
|
12993
|
+
Object.defineProperty(WaterpoloGameStatistic.prototype, "ppPerimetrShots", {
|
|
12994
|
+
get: function () {
|
|
12995
|
+
return (this.ppPerimetrShotOnGoals || 0) + (this.ppPerimetrShotMisses || 0) + (this.ppPerimetrShotsBlocked || 0);
|
|
12996
|
+
},
|
|
12997
|
+
enumerable: false,
|
|
12998
|
+
configurable: true
|
|
12999
|
+
});
|
|
13000
|
+
Object.defineProperty(WaterpoloGameStatistic.prototype, "shPerimetrShots", {
|
|
13001
|
+
get: function () {
|
|
13002
|
+
return (this.shPerimetrShotOnGoals || 0) + (this.shPerimetrShotMisses || 0) + (this.shPerimetrShotsBlocked || 0);
|
|
13003
|
+
},
|
|
13004
|
+
enumerable: false,
|
|
13005
|
+
configurable: true
|
|
13006
|
+
});
|
|
13007
|
+
Object.defineProperty(WaterpoloGameStatistic.prototype, "evPerimetrShots", {
|
|
13008
|
+
get: function () {
|
|
13009
|
+
return (this.evPerimetrShotOnGoals || 0) + (this.evPerimetrShotMisses || 0) + (this.evPerimetrShotsBlocked || 0);
|
|
13010
|
+
},
|
|
13011
|
+
enumerable: false,
|
|
13012
|
+
configurable: true
|
|
13013
|
+
});
|
|
13014
|
+
Object.defineProperty(WaterpoloGameStatistic.prototype, "perimetrShotMisses", {
|
|
13015
|
+
get: function () {
|
|
13016
|
+
return (this.ppPerimetrShotMisses || 0) + (this.shPerimetrShotMisses || 0) + (this.evPerimetrShotMisses || 0);
|
|
13017
|
+
},
|
|
13018
|
+
enumerable: false,
|
|
13019
|
+
configurable: true
|
|
13020
|
+
});
|
|
13021
|
+
Object.defineProperty(WaterpoloGameStatistic.prototype, "perimetrShotOnGoals", {
|
|
13022
|
+
get: function () {
|
|
13023
|
+
return (this.ppPerimetrShotOnGoals || 0) + (this.shPerimetrShotOnGoals || 0) + (this.evPerimetrShotOnGoals || 0);
|
|
13024
|
+
},
|
|
13025
|
+
enumerable: false,
|
|
13026
|
+
configurable: true
|
|
13027
|
+
});
|
|
13028
|
+
Object.defineProperty(WaterpoloGameStatistic.prototype, "perimetrShotsBlocked", {
|
|
13029
|
+
get: function () {
|
|
13030
|
+
return (this.ppPerimetrShotsBlocked || 0) + (this.shPerimetrShotsBlocked || 0) + (this.evPerimetrShotsBlocked || 0);
|
|
13031
|
+
},
|
|
13032
|
+
enumerable: false,
|
|
13033
|
+
configurable: true
|
|
13034
|
+
});
|
|
13035
|
+
Object.defineProperty(WaterpoloGameStatistic.prototype, "perimetrShots", {
|
|
13036
|
+
get: function () {
|
|
13037
|
+
return this.perimetrShotMisses + this.perimetrShotOnGoals + this.perimetrShotsBlocked;
|
|
13038
|
+
},
|
|
13039
|
+
enumerable: false,
|
|
13040
|
+
configurable: true
|
|
13041
|
+
});
|
|
13042
|
+
Object.defineProperty(WaterpoloGameStatistic.prototype, "perimetrShotGoalsPercent", {
|
|
13043
|
+
get: function () {
|
|
13044
|
+
if (!this.totalPerimetrShotGoals || !this.perimetrShots) {
|
|
13045
|
+
return 0;
|
|
13046
|
+
}
|
|
13047
|
+
return Math.round(1000 * this.totalPerimetrShotGoals / this.perimetrShots) / 10;
|
|
13048
|
+
},
|
|
13049
|
+
enumerable: false,
|
|
13050
|
+
configurable: true
|
|
13051
|
+
});
|
|
13052
|
+
Object.defineProperty(WaterpoloGameStatistic.prototype, "totalPostShotGoals", {
|
|
13053
|
+
get: function () {
|
|
13054
|
+
return (this.ppPostShotGoals || 0) + (this.evPostShotGoals || 0) + (this.shPostShotGoals || 0);
|
|
13055
|
+
},
|
|
13056
|
+
enumerable: false,
|
|
13057
|
+
configurable: true
|
|
13058
|
+
});
|
|
13059
|
+
Object.defineProperty(WaterpoloGameStatistic.prototype, "ppPostShots", {
|
|
13060
|
+
get: function () {
|
|
13061
|
+
return (this.ppPostShotOnGoals || 0) + (this.ppPostShotMisses || 0) + (this.ppPostShotsBlocked || 0);
|
|
13062
|
+
},
|
|
13063
|
+
enumerable: false,
|
|
13064
|
+
configurable: true
|
|
13065
|
+
});
|
|
13066
|
+
Object.defineProperty(WaterpoloGameStatistic.prototype, "shPostShots", {
|
|
13067
|
+
get: function () {
|
|
13068
|
+
return (this.shPostShotOnGoals || 0) + (this.shPostShotMisses || 0) + (this.shPostShotsBlocked || 0);
|
|
13069
|
+
},
|
|
13070
|
+
enumerable: false,
|
|
13071
|
+
configurable: true
|
|
13072
|
+
});
|
|
13073
|
+
Object.defineProperty(WaterpoloGameStatistic.prototype, "evPostShots", {
|
|
13074
|
+
get: function () {
|
|
13075
|
+
return (this.evPostShotOnGoals || 0) + (this.evPostShotMisses || 0) + (this.evPostShotsBlocked || 0);
|
|
13076
|
+
},
|
|
13077
|
+
enumerable: false,
|
|
13078
|
+
configurable: true
|
|
13079
|
+
});
|
|
13080
|
+
Object.defineProperty(WaterpoloGameStatistic.prototype, "postShotMisses", {
|
|
13081
|
+
get: function () {
|
|
13082
|
+
return (this.ppPostShotMisses || 0) + (this.shPostShotMisses || 0) + (this.evPostShotMisses || 0);
|
|
13083
|
+
},
|
|
13084
|
+
enumerable: false,
|
|
13085
|
+
configurable: true
|
|
13086
|
+
});
|
|
13087
|
+
Object.defineProperty(WaterpoloGameStatistic.prototype, "postShotOnGoals", {
|
|
13088
|
+
get: function () {
|
|
13089
|
+
return (this.ppPostShotOnGoals || 0) + (this.shPostShotOnGoals || 0) + (this.evPostShotOnGoals || 0);
|
|
13090
|
+
},
|
|
13091
|
+
enumerable: false,
|
|
13092
|
+
configurable: true
|
|
13093
|
+
});
|
|
13094
|
+
Object.defineProperty(WaterpoloGameStatistic.prototype, "postShotsBlocked", {
|
|
13095
|
+
get: function () {
|
|
13096
|
+
return (this.ppPostShotsBlocked || 0) + (this.shPostShotsBlocked || 0) + (this.evPostShotsBlocked || 0);
|
|
13097
|
+
},
|
|
13098
|
+
enumerable: false,
|
|
13099
|
+
configurable: true
|
|
13100
|
+
});
|
|
13101
|
+
Object.defineProperty(WaterpoloGameStatistic.prototype, "postShots", {
|
|
13102
|
+
get: function () {
|
|
13103
|
+
return this.postShotMisses + this.postShotOnGoals + this.postShotsBlocked;
|
|
13104
|
+
},
|
|
13105
|
+
enumerable: false,
|
|
13106
|
+
configurable: true
|
|
13107
|
+
});
|
|
13108
|
+
Object.defineProperty(WaterpoloGameStatistic.prototype, "postShotGoalsPercent", {
|
|
13109
|
+
get: function () {
|
|
13110
|
+
if (!this.totalPostShotGoals || !this.postShots) {
|
|
13111
|
+
return 0;
|
|
13112
|
+
}
|
|
13113
|
+
return Math.round(1000 * this.totalPostShotGoals / this.postShots) / 10;
|
|
13114
|
+
},
|
|
13115
|
+
enumerable: false,
|
|
13116
|
+
configurable: true
|
|
13117
|
+
});
|
|
13118
|
+
Object.defineProperty(WaterpoloGameStatistic.prototype, "totalFastShotGoals", {
|
|
13119
|
+
get: function () {
|
|
13120
|
+
return (this.ppFastShotGoals || 0) + (this.evFastShotGoals || 0) + (this.shFastShotGoals || 0);
|
|
13121
|
+
},
|
|
13122
|
+
enumerable: false,
|
|
13123
|
+
configurable: true
|
|
13124
|
+
});
|
|
13125
|
+
Object.defineProperty(WaterpoloGameStatistic.prototype, "ppFastShots", {
|
|
13126
|
+
get: function () {
|
|
13127
|
+
return (this.ppFastShotOnGoals || 0) + (this.ppFastShotMisses || 0) + (this.ppFastShotsBlocked || 0);
|
|
13128
|
+
},
|
|
13129
|
+
enumerable: false,
|
|
13130
|
+
configurable: true
|
|
13131
|
+
});
|
|
13132
|
+
Object.defineProperty(WaterpoloGameStatistic.prototype, "shFastShots", {
|
|
13133
|
+
get: function () {
|
|
13134
|
+
return (this.shFastShotOnGoals || 0) + (this.shFastShotMisses || 0) + (this.shFastShotsBlocked || 0);
|
|
13135
|
+
},
|
|
13136
|
+
enumerable: false,
|
|
13137
|
+
configurable: true
|
|
13138
|
+
});
|
|
13139
|
+
Object.defineProperty(WaterpoloGameStatistic.prototype, "evFastShots", {
|
|
13140
|
+
get: function () {
|
|
13141
|
+
return (this.evFastShotOnGoals || 0) + (this.evFastShotMisses || 0) + (this.evFastShotsBlocked || 0);
|
|
13142
|
+
},
|
|
13143
|
+
enumerable: false,
|
|
13144
|
+
configurable: true
|
|
13145
|
+
});
|
|
13146
|
+
Object.defineProperty(WaterpoloGameStatistic.prototype, "fastShotMisses", {
|
|
13147
|
+
get: function () {
|
|
13148
|
+
return (this.ppFastShotMisses || 0) + (this.shFastShotMisses || 0) + (this.evFastShotMisses || 0);
|
|
13149
|
+
},
|
|
13150
|
+
enumerable: false,
|
|
13151
|
+
configurable: true
|
|
13152
|
+
});
|
|
13153
|
+
Object.defineProperty(WaterpoloGameStatistic.prototype, "fastShotOnGoals", {
|
|
13154
|
+
get: function () {
|
|
13155
|
+
return (this.ppFastShotOnGoals || 0) + (this.shFastShotOnGoals || 0) + (this.evFastShotOnGoals || 0);
|
|
13156
|
+
},
|
|
13157
|
+
enumerable: false,
|
|
13158
|
+
configurable: true
|
|
13159
|
+
});
|
|
13160
|
+
Object.defineProperty(WaterpoloGameStatistic.prototype, "fastShotsBlocked", {
|
|
13161
|
+
get: function () {
|
|
13162
|
+
return (this.ppFastShotsBlocked || 0) + (this.shFastShotsBlocked || 0) + (this.evFastShotsBlocked || 0);
|
|
13163
|
+
},
|
|
13164
|
+
enumerable: false,
|
|
13165
|
+
configurable: true
|
|
13166
|
+
});
|
|
13167
|
+
Object.defineProperty(WaterpoloGameStatistic.prototype, "fastShots", {
|
|
13168
|
+
get: function () {
|
|
13169
|
+
return this.fastShotMisses + this.fastShotOnGoals + this.fastShotsBlocked;
|
|
13170
|
+
},
|
|
13171
|
+
enumerable: false,
|
|
13172
|
+
configurable: true
|
|
13173
|
+
});
|
|
13174
|
+
Object.defineProperty(WaterpoloGameStatistic.prototype, "fastShotGoalsPercent", {
|
|
13175
|
+
get: function () {
|
|
13176
|
+
if (!this.totalFastShotGoals || !this.fastShots) {
|
|
13177
|
+
return 0;
|
|
13178
|
+
}
|
|
13179
|
+
return Math.round(1000 * this.totalFastShotGoals / this.fastShots) / 10;
|
|
13180
|
+
},
|
|
13181
|
+
enumerable: false,
|
|
13182
|
+
configurable: true
|
|
13183
|
+
});
|
|
12882
13184
|
Object.defineProperty(WaterpoloGameStatistic.prototype, "ppShots", {
|
|
12883
13185
|
get: function () {
|
|
12884
13186
|
return (this.ppShotMisses || 0) + (this.ppShotsOnGoal || 0) + (this.ppShotsBlocked || 0) +
|
|
12885
13187
|
(this.ppFreeKickMisses || 0) + (this.ppFreeKickOnGoals || 0) + (this.ppFreeKickShotsBlocked || 0) +
|
|
12886
13188
|
(this.ppCornerMisses || 0) + (this.ppCornerOnGoals || 0) + (this.ppCornerShotsBlocked || 0) +
|
|
12887
|
-
this.ppCounterAttackShots + this.ppManeuverShots + this.ppCenterForwardShots
|
|
13189
|
+
this.ppCounterAttackShots + this.ppManeuverShots + this.ppCenterForwardShots +
|
|
13190
|
+
this.ppPerimetrShots + this.ppPostShots + this.ppFastShots;
|
|
12888
13191
|
},
|
|
12889
13192
|
enumerable: false,
|
|
12890
13193
|
configurable: true
|
|
@@ -12894,7 +13197,8 @@
|
|
|
12894
13197
|
return (this.evShotMisses || 0) + (this.evShotsOnGoal || 0) + (this.evShotsBlocked || 0) +
|
|
12895
13198
|
(this.evFreeKickMisses || 0) + (this.evFreeKickOnGoals || 0) + (this.evFreeKickShotsBlocked || 0) +
|
|
12896
13199
|
(this.evCornerMisses || 0) + (this.evCornerOnGoals || 0) + (this.evCornerShotsBlocked || 0) +
|
|
12897
|
-
this.evCounterAttackShots + this.evManeuverShots + this.evCenterForwardShots
|
|
13200
|
+
this.evCounterAttackShots + this.evManeuverShots + this.evCenterForwardShots +
|
|
13201
|
+
this.evPerimetrShots + this.evPostShots + this.evFastShots;
|
|
12898
13202
|
},
|
|
12899
13203
|
enumerable: false,
|
|
12900
13204
|
configurable: true
|
|
@@ -12904,7 +13208,8 @@
|
|
|
12904
13208
|
return (this.shShotMisses || 0) + (this.shShotsOnGoal || 0) + (this.shShotsBlocked || 0) +
|
|
12905
13209
|
(this.shFreeKickMisses || 0) + (this.shFreeKickOnGoals || 0) + (this.shFreeKickShotsBlocked || 0) +
|
|
12906
13210
|
(this.shCornerMisses || 0) + (this.shCornerOnGoals || 0) + (this.shCornerShotsBlocked || 0) +
|
|
12907
|
-
this.shCounterAttackShots + this.shManeuverShots + this.shCenterForwardShots
|
|
13211
|
+
this.shCounterAttackShots + this.shManeuverShots + this.shCenterForwardShots +
|
|
13212
|
+
this.shPerimetrShots + this.shPostShots + this.shFastShots;
|
|
12908
13213
|
},
|
|
12909
13214
|
enumerable: false,
|
|
12910
13215
|
configurable: true
|
|
@@ -12912,7 +13217,8 @@
|
|
|
12912
13217
|
Object.defineProperty(WaterpoloGameStatistic.prototype, "totalShGoals", {
|
|
12913
13218
|
get: function () {
|
|
12914
13219
|
return (this.shGoals || 0) + (this.shFreeKickGoals || 0) + (this.shCornerGoals || 0) +
|
|
12915
|
-
(this.shCounterAttackGoals || 0) + (this.shManeuverGoals || 0) + (this.shCenterForwardGoals || 0)
|
|
13220
|
+
(this.shCounterAttackGoals || 0) + (this.shManeuverGoals || 0) + (this.shCenterForwardGoals || 0) +
|
|
13221
|
+
(this.shPerimetrShotGoals || 0) + (this.shPostShotGoals || 0) + (this.shFastShotGoals || 0);
|
|
12916
13222
|
},
|
|
12917
13223
|
enumerable: false,
|
|
12918
13224
|
configurable: true
|
|
@@ -12920,7 +13226,8 @@
|
|
|
12920
13226
|
Object.defineProperty(WaterpoloGameStatistic.prototype, "totalEvGoals", {
|
|
12921
13227
|
get: function () {
|
|
12922
13228
|
return (this.evGoals || 0) + (this.evFreeKickGoals || 0) + (this.evCornerGoals || 0) +
|
|
12923
|
-
(this.evCounterAttackGoals || 0) + (this.evManeuverGoals || 0) + (this.evCenterForwardGoals || 0)
|
|
13229
|
+
(this.evCounterAttackGoals || 0) + (this.evManeuverGoals || 0) + (this.evCenterForwardGoals || 0) +
|
|
13230
|
+
(this.evPerimetrShotGoals || 0) + (this.evPostShotGoals || 0) + (this.evFastShotGoals || 0);
|
|
12924
13231
|
},
|
|
12925
13232
|
enumerable: false,
|
|
12926
13233
|
configurable: true
|
|
@@ -12928,7 +13235,8 @@
|
|
|
12928
13235
|
Object.defineProperty(WaterpoloGameStatistic.prototype, "totalPpGoals", {
|
|
12929
13236
|
get: function () {
|
|
12930
13237
|
return (this.ppGoals || 0) + (this.ppFreeKickGoals || 0) + (this.ppCornerGoals || 0) +
|
|
12931
|
-
(this.ppCounterAttackGoals || 0) + (this.ppManeuverGoals || 0) + (this.ppCenterForwardGoals || 0)
|
|
13238
|
+
(this.ppCounterAttackGoals || 0) + (this.ppManeuverGoals || 0) + (this.ppCenterForwardGoals || 0) +
|
|
13239
|
+
(this.ppPerimetrShotGoals || 0) + (this.ppPostShotGoals || 0) + (this.ppFastShotGoals || 0);
|
|
12932
13240
|
},
|
|
12933
13241
|
enumerable: false,
|
|
12934
13242
|
configurable: true
|
|
@@ -12957,7 +13265,8 @@
|
|
|
12957
13265
|
Object.defineProperty(WaterpoloGameStatistic.prototype, "inGameShotMisses", {
|
|
12958
13266
|
get: function () {
|
|
12959
13267
|
return (this.ppShotMisses || 0) + (this.evShotMisses || 0) + (this.shShotMisses || 0) +
|
|
12960
|
-
this.counterAttackShotMisses + this.maneuverShotMisses + this.centerForwardShotMisses
|
|
13268
|
+
this.counterAttackShotMisses + this.maneuverShotMisses + this.centerForwardShotMisses +
|
|
13269
|
+
this.perimetrShotMisses + this.postShotMisses + this.fastShotMisses;
|
|
12961
13270
|
},
|
|
12962
13271
|
enumerable: false,
|
|
12963
13272
|
configurable: true
|
|
@@ -12974,7 +13283,8 @@
|
|
|
12974
13283
|
Object.defineProperty(WaterpoloGameStatistic.prototype, "totalPpShotMisses", {
|
|
12975
13284
|
get: function () {
|
|
12976
13285
|
return (this.ppShotMisses || 0) + (this.ppFreeKickMisses || 0) + (this.ppCornerMisses || 0) +
|
|
12977
|
-
(this.ppCounterAttackMisses || 0) + (this.ppManeuverMisses || 0) + (this.ppCenterForwardMisses || 0)
|
|
13286
|
+
(this.ppCounterAttackMisses || 0) + (this.ppManeuverMisses || 0) + (this.ppCenterForwardMisses || 0) +
|
|
13287
|
+
(this.ppPerimetrShotMisses || 0) + (this.ppPostShotMisses || 0) + (this.ppFastShotMisses || 0);
|
|
12978
13288
|
},
|
|
12979
13289
|
enumerable: false,
|
|
12980
13290
|
configurable: true
|
|
@@ -12984,7 +13294,8 @@
|
|
|
12984
13294
|
return (this.ppShotsOnGoal || 0) + (this.evShotsOnGoal || 0) + (this.shShotsOnGoal || 0) +
|
|
12985
13295
|
(this.ppFreeKickOnGoals || 0) + (this.evFreeKickOnGoals || 0) + (this.shFreeKickOnGoals || 0) +
|
|
12986
13296
|
(this.ppCornerOnGoals || 0) + (this.evCornerOnGoals || 0) + (this.shCornerOnGoals || 0) +
|
|
12987
|
-
this.counterAttackShotOnGoals + this.maneuverShotOnGoals + this.centerForwardShotOnGoals
|
|
13297
|
+
this.counterAttackShotOnGoals + this.maneuverShotOnGoals + this.centerForwardShotOnGoals +
|
|
13298
|
+
this.perimetrShotOnGoals + this.postShotOnGoals + this.fastShotOnGoals;
|
|
12988
13299
|
},
|
|
12989
13300
|
enumerable: false,
|
|
12990
13301
|
configurable: true
|
|
@@ -12992,7 +13303,8 @@
|
|
|
12992
13303
|
Object.defineProperty(WaterpoloGameStatistic.prototype, "totalPpShotsOnGoal", {
|
|
12993
13304
|
get: function () {
|
|
12994
13305
|
return (this.ppShotsOnGoal || 0) + (this.ppFreeKickOnGoals || 0) + (this.ppCornerOnGoals || 0) +
|
|
12995
|
-
(this.ppCounterAttackOnGoals || 0) + (this.ppManeuverOnGoals || 0) + (this.ppCenterForwardOnGoals || 0)
|
|
13306
|
+
(this.ppCounterAttackOnGoals || 0) + (this.ppManeuverOnGoals || 0) + (this.ppCenterForwardOnGoals || 0) +
|
|
13307
|
+
(this.ppPerimetrShotOnGoals || 0) + (this.ppPostShotOnGoals || 0) + (this.ppFastShotOnGoals || 0);
|
|
12996
13308
|
},
|
|
12997
13309
|
enumerable: false,
|
|
12998
13310
|
configurable: true
|
|
@@ -13000,7 +13312,8 @@
|
|
|
13000
13312
|
Object.defineProperty(WaterpoloGameStatistic.prototype, "inGameShotsOnGoals", {
|
|
13001
13313
|
get: function () {
|
|
13002
13314
|
return (this.ppShotsOnGoal || 0) + (this.evShotsOnGoal || 0) + (this.shShotsOnGoal || 0) +
|
|
13003
|
-
this.counterAttackShotOnGoals + this.maneuverShotOnGoals + this.centerForwardShotOnGoals
|
|
13315
|
+
this.counterAttackShotOnGoals + this.maneuverShotOnGoals + this.centerForwardShotOnGoals +
|
|
13316
|
+
this.perimetrShotOnGoals + this.postShotOnGoals + this.fastShotOnGoals;
|
|
13004
13317
|
},
|
|
13005
13318
|
enumerable: false,
|
|
13006
13319
|
configurable: true
|
|
@@ -13112,7 +13425,8 @@
|
|
|
13112
13425
|
get: function () {
|
|
13113
13426
|
return (this.ppShotsBlocked || 0) + (this.evShotsBlocked || 0) + (this.shShotsBlocked || 0) +
|
|
13114
13427
|
this.counterAttackShotsBlocked + this.maneuverShotsBlocked + this.centerForwardShotsBlocked +
|
|
13115
|
-
this.freeKickShotsBlocked + this.cornerShotsBlocked
|
|
13428
|
+
this.freeKickShotsBlocked + this.cornerShotsBlocked +
|
|
13429
|
+
this.perimetrShotsBlocked + this.postShotsBlocked + this.fastShotsBlocked;
|
|
13116
13430
|
},
|
|
13117
13431
|
enumerable: false,
|
|
13118
13432
|
configurable: true
|
|
@@ -13171,7 +13485,8 @@
|
|
|
13171
13485
|
});
|
|
13172
13486
|
Object.defineProperty(WaterpoloGameStatistic.prototype, "totalInGameGoals", {
|
|
13173
13487
|
get: function () {
|
|
13174
|
-
return this.totalCenterForwardGoals + this.totalManeuverGoals + this.totalCounterAttackGoals + this.positionAttackGoals
|
|
13488
|
+
return this.totalCenterForwardGoals + this.totalManeuverGoals + this.totalCounterAttackGoals + this.positionAttackGoals +
|
|
13489
|
+
this.totalPerimetrShotGoals + this.totalPostShotGoals + this.totalFastShotGoals;
|
|
13175
13490
|
},
|
|
13176
13491
|
enumerable: false,
|
|
13177
13492
|
configurable: true
|
|
@@ -13408,10 +13723,83 @@
|
|
|
13408
13723
|
enumerable: false,
|
|
13409
13724
|
configurable: true
|
|
13410
13725
|
});
|
|
13726
|
+
Object.defineProperty(WaterpoloGameStatistic.prototype, "perimetrShotSaves", {
|
|
13727
|
+
get: function () {
|
|
13728
|
+
return (this.ppPerimetrShotSaves || 0) + (this.shPerimetrShotSaves || 0) + (this.evPerimetrShotSaves || 0);
|
|
13729
|
+
},
|
|
13730
|
+
enumerable: false,
|
|
13731
|
+
configurable: true
|
|
13732
|
+
});
|
|
13733
|
+
Object.defineProperty(WaterpoloGameStatistic.prototype, "perimetrShotsAgainst", {
|
|
13734
|
+
get: function () {
|
|
13735
|
+
return this.perimetrShotSaves + (this.perimetrShotGoalsAgainst || 0);
|
|
13736
|
+
},
|
|
13737
|
+
enumerable: false,
|
|
13738
|
+
configurable: true
|
|
13739
|
+
});
|
|
13740
|
+
Object.defineProperty(WaterpoloGameStatistic.prototype, "perimetrShotSavesPercent", {
|
|
13741
|
+
get: function () {
|
|
13742
|
+
if (!this.perimetrShotSaves || !this.perimetrShotsAgainst) {
|
|
13743
|
+
return 0;
|
|
13744
|
+
}
|
|
13745
|
+
return Math.round(1000 * this.perimetrShotSaves / this.perimetrShotsAgainst) / 10;
|
|
13746
|
+
},
|
|
13747
|
+
enumerable: false,
|
|
13748
|
+
configurable: true
|
|
13749
|
+
});
|
|
13750
|
+
Object.defineProperty(WaterpoloGameStatistic.prototype, "postShotSaves", {
|
|
13751
|
+
get: function () {
|
|
13752
|
+
return (this.ppPostShotSaves || 0) + (this.shPostShotSaves || 0) + (this.evPostShotSaves || 0);
|
|
13753
|
+
},
|
|
13754
|
+
enumerable: false,
|
|
13755
|
+
configurable: true
|
|
13756
|
+
});
|
|
13757
|
+
Object.defineProperty(WaterpoloGameStatistic.prototype, "postShotsAgainst", {
|
|
13758
|
+
get: function () {
|
|
13759
|
+
return this.postShotSaves + (this.postShotGoalsAgainst || 0);
|
|
13760
|
+
},
|
|
13761
|
+
enumerable: false,
|
|
13762
|
+
configurable: true
|
|
13763
|
+
});
|
|
13764
|
+
Object.defineProperty(WaterpoloGameStatistic.prototype, "postShotSavesPercent", {
|
|
13765
|
+
get: function () {
|
|
13766
|
+
if (!this.postShotSaves || !this.postShotsAgainst) {
|
|
13767
|
+
return 0;
|
|
13768
|
+
}
|
|
13769
|
+
return Math.round(1000 * this.postShotSaves / this.postShotsAgainst) / 10;
|
|
13770
|
+
},
|
|
13771
|
+
enumerable: false,
|
|
13772
|
+
configurable: true
|
|
13773
|
+
});
|
|
13774
|
+
Object.defineProperty(WaterpoloGameStatistic.prototype, "fastShotSaves", {
|
|
13775
|
+
get: function () {
|
|
13776
|
+
return (this.ppFastShotSaves || 0) + (this.shFastShotSaves || 0) + (this.evFastShotSaves || 0);
|
|
13777
|
+
},
|
|
13778
|
+
enumerable: false,
|
|
13779
|
+
configurable: true
|
|
13780
|
+
});
|
|
13781
|
+
Object.defineProperty(WaterpoloGameStatistic.prototype, "fastShotsAgainst", {
|
|
13782
|
+
get: function () {
|
|
13783
|
+
return this.fastShotSaves + (this.fastShotGoalsAgainst || 0);
|
|
13784
|
+
},
|
|
13785
|
+
enumerable: false,
|
|
13786
|
+
configurable: true
|
|
13787
|
+
});
|
|
13788
|
+
Object.defineProperty(WaterpoloGameStatistic.prototype, "fastShotSavesPercent", {
|
|
13789
|
+
get: function () {
|
|
13790
|
+
if (!this.fastShotSaves || !this.fastShotsAgainst) {
|
|
13791
|
+
return 0;
|
|
13792
|
+
}
|
|
13793
|
+
return Math.round(1000 * this.fastShotSaves / this.fastShotsAgainst) / 10;
|
|
13794
|
+
},
|
|
13795
|
+
enumerable: false,
|
|
13796
|
+
configurable: true
|
|
13797
|
+
});
|
|
13411
13798
|
Object.defineProperty(WaterpoloGameStatistic.prototype, "inGameSaves", {
|
|
13412
13799
|
get: function () {
|
|
13413
13800
|
return (this.shSaves || 0) + (this.evSaves || 0) + (this.ppSaves || 0) +
|
|
13414
|
-
this.counterAttackSaves + this.maneuverSaves + this.centerForwardSaves
|
|
13801
|
+
this.counterAttackSaves + this.maneuverSaves + this.centerForwardSaves +
|
|
13802
|
+
this.perimetrShotSaves + this.postShotSaves + this.fastShotSaves;
|
|
13415
13803
|
},
|
|
13416
13804
|
enumerable: false,
|
|
13417
13805
|
configurable: true
|
|
@@ -13432,8 +13820,8 @@
|
|
|
13432
13820
|
});
|
|
13433
13821
|
Object.defineProperty(WaterpoloGameStatistic.prototype, "inGameGoalsAgainst", {
|
|
13434
13822
|
get: function () {
|
|
13435
|
-
return (this.goalsAgainst || 0) + (this.counterAttackGoalsAgainst || 0) + (this.maneuverGoalsAgainst || 0) +
|
|
13436
|
-
(this.
|
|
13823
|
+
return (this.goalsAgainst || 0) + (this.counterAttackGoalsAgainst || 0) + (this.maneuverGoalsAgainst || 0) + (this.centerForwardGoalsAgainst || 0) +
|
|
13824
|
+
(this.perimetrShotGoalsAgainst || 0) + (this.postShotGoalsAgainst || 0) + (this.fastShotGoalsAgainst || 0);
|
|
13437
13825
|
},
|
|
13438
13826
|
enumerable: false,
|
|
13439
13827
|
configurable: true
|
|
@@ -13506,7 +13894,8 @@
|
|
|
13506
13894
|
Object.defineProperty(WaterpoloGameStatistic.prototype, "totalShSaves", {
|
|
13507
13895
|
get: function () {
|
|
13508
13896
|
return (this.shCounterAttackSaves || 0) + (this.shManeuverSaves || 0) + (this.shCenterForwardSaves || 0) +
|
|
13509
|
-
(this.shSaves || 0) + (this.shFreeKickSaves || 0) + (this.shCornerSaves || 0)
|
|
13897
|
+
(this.shSaves || 0) + (this.shFreeKickSaves || 0) + (this.shCornerSaves || 0) +
|
|
13898
|
+
(this.shPerimetrShotSaves) + (this.shPostShotSaves) + (this.shFastShotSaves);
|
|
13510
13899
|
},
|
|
13511
13900
|
enumerable: false,
|
|
13512
13901
|
configurable: true
|
|
@@ -13514,7 +13903,8 @@
|
|
|
13514
13903
|
Object.defineProperty(WaterpoloGameStatistic.prototype, "totalShGoalsAgainst", {
|
|
13515
13904
|
get: function () {
|
|
13516
13905
|
return (this.shGoalsAgainst || 0) + (this.shFreeKickGoalsAgainst || 0) + (this.shCornerGoalsAgainst || 0) +
|
|
13517
|
-
(this.shCounterAttackGoalsAgainst || 0) + (this.shManeuverGoalsAgainst || 0) + (this.shCenterForwardGoalsAgainst || 0)
|
|
13906
|
+
(this.shCounterAttackGoalsAgainst || 0) + (this.shManeuverGoalsAgainst || 0) + (this.shCenterForwardGoalsAgainst || 0) +
|
|
13907
|
+
(this.shPerimetrShotGoalsAgainst || 0) + (this.shPostShotGoalsAgainst || 0) + (this.shFastShotGoalsAgainst || 0);
|
|
13518
13908
|
},
|
|
13519
13909
|
enumerable: false,
|
|
13520
13910
|
configurable: true
|
|
@@ -13539,7 +13929,8 @@
|
|
|
13539
13929
|
Object.defineProperty(WaterpoloGameStatistic.prototype, "totalEvSaves", {
|
|
13540
13930
|
get: function () {
|
|
13541
13931
|
return (this.evCounterAttackSaves || 0) + (this.evManeuverSaves || 0) + (this.evCenterForwardSaves || 0) +
|
|
13542
|
-
(this.evSaves || 0) + (this.evFreeKickSaves || 0) + (this.evCornerSaves || 0)
|
|
13932
|
+
(this.evSaves || 0) + (this.evFreeKickSaves || 0) + (this.evCornerSaves || 0) +
|
|
13933
|
+
(this.evPerimetrShotSaves) + (this.evPostShotSaves) + (this.evFastShotSaves);
|
|
13543
13934
|
},
|
|
13544
13935
|
enumerable: false,
|
|
13545
13936
|
configurable: true
|
|
@@ -13547,7 +13938,8 @@
|
|
|
13547
13938
|
Object.defineProperty(WaterpoloGameStatistic.prototype, "totalEvGoalsAgainst", {
|
|
13548
13939
|
get: function () {
|
|
13549
13940
|
return (this.evGoalsAgainst || 0) + (this.evFreeKickGoalsAgainst || 0) + (this.evCornerGoalsAgainst || 0) +
|
|
13550
|
-
(this.evCounterAttackGoalsAgainst || 0) + (this.evManeuverGoalsAgainst || 0) + (this.evCenterForwardGoalsAgainst || 0)
|
|
13941
|
+
(this.evCounterAttackGoalsAgainst || 0) + (this.evManeuverGoalsAgainst || 0) + (this.evCenterForwardGoalsAgainst || 0) +
|
|
13942
|
+
(this.evPerimetrShotGoalsAgainst || 0) + (this.evPostShotGoalsAgainst || 0) + (this.evFastShotGoalsAgainst || 0);
|
|
13551
13943
|
},
|
|
13552
13944
|
enumerable: false,
|
|
13553
13945
|
configurable: true
|
|
@@ -13742,7 +14134,66 @@
|
|
|
13742
14134
|
corner_passes: 'cornerPasses',
|
|
13743
14135
|
corner_selfs: 'cornerSelfs',
|
|
13744
14136
|
tackles: 'tackles',
|
|
13745
|
-
player_efficiency: 'playerEfficiency'
|
|
14137
|
+
player_efficiency: 'playerEfficiency',
|
|
14138
|
+
defense_select_positions: 'defenseSelectPositions',
|
|
14139
|
+
save_possessions: 'savePossessions',
|
|
14140
|
+
pp_perimetr_shot_goals: 'ppPerimetrShotGoals',
|
|
14141
|
+
pp_perimetr_shot_on_goals: 'ppPerimetrShotOnGoals',
|
|
14142
|
+
pp_perimetr_shot_misses: 'ppPerimetrShotMisses',
|
|
14143
|
+
pp_perimetr_shots_blocked: 'ppPerimetrShotsBlocked',
|
|
14144
|
+
ev_perimetr_shot_goals: 'evPerimetrShotGoals',
|
|
14145
|
+
ev_perimetr_shot_on_goals: 'evPerimetrShotOnGoals',
|
|
14146
|
+
ev_perimetr_shot_misses: 'evPerimetrShotMisses',
|
|
14147
|
+
ev_perimetr_shots_blocked: 'evPerimetrShotsBlocked',
|
|
14148
|
+
sh_perimetr_shot_goals: 'shPerimetrShotGoals',
|
|
14149
|
+
sh_perimetr_shot_on_goals: 'shPerimetrShotOnGoals',
|
|
14150
|
+
sh_perimetr_shot_misses: 'shPerimetrShotMisses',
|
|
14151
|
+
sh_perimetr_shots_blocked: 'shPerimetrShotsBlocked',
|
|
14152
|
+
pp_perimetr_shot_saves: 'ppPerimetrShotSaves',
|
|
14153
|
+
sh_perimetr_shot_saves: 'shPerimetrShotSaves',
|
|
14154
|
+
ev_perimetr_shot_saves: 'evPerimetrShotSaves',
|
|
14155
|
+
pp_perimetr_shot_goals_against: 'ppPerimetrShotGoalsAgainst',
|
|
14156
|
+
sh_perimetr_shot_goals_against: 'shPerimetrShotGoalsAgainst',
|
|
14157
|
+
ev_perimetr_shot_goals_against: 'evPerimetrShotGoalsAgainst',
|
|
14158
|
+
perimetr_shot_goals_against: 'perimetrShotGoalsAgainst',
|
|
14159
|
+
pp_post_shot_goals: 'ppPostShotGoals',
|
|
14160
|
+
pp_post_shot_on_goals: 'ppPostShotOnGoals',
|
|
14161
|
+
pp_post_shot_misses: 'ppPostShotMisses',
|
|
14162
|
+
pp_post_shots_blocked: 'ppPostShotsBlocked',
|
|
14163
|
+
ev_post_shot_goals: 'evPostShotGoals',
|
|
14164
|
+
ev_post_shot_on_goals: 'evPostShotOnGoals',
|
|
14165
|
+
ev_post_shot_misses: 'evPostShotMisses',
|
|
14166
|
+
ev_post_shots_blocked: 'evPostShotsBlocked',
|
|
14167
|
+
sh_post_shot_goals: 'shPostShotGoals',
|
|
14168
|
+
sh_post_shot_on_goals: 'shPostShotOnGoals',
|
|
14169
|
+
sh_post_shot_misses: 'shPostShotMisses',
|
|
14170
|
+
sh_post_shots_blocked: 'shPostShotsBlocked',
|
|
14171
|
+
pp_post_shot_saves: 'ppPostShotSaves',
|
|
14172
|
+
sh_post_shot_saves: 'shPostShotSaves',
|
|
14173
|
+
ev_post_shot_saves: 'evPostShotSaves',
|
|
14174
|
+
pp_post_shot_goals_against: 'ppPostShotGoalsAgainst',
|
|
14175
|
+
sh_post_shot_goals_against: 'shPostShotGoalsAgainst',
|
|
14176
|
+
ev_post_shot_goals_against: 'evPostShotGoalsAgainst',
|
|
14177
|
+
post_shot_goals_against: 'postShotGoalsAgainst',
|
|
14178
|
+
pp_fast_shot_goals: 'ppFastShotGoals',
|
|
14179
|
+
pp_fast_shot_on_goals: 'ppFastShotOnGoals',
|
|
14180
|
+
pp_fast_shot_misses: 'ppFastShotMisses',
|
|
14181
|
+
pp_fast_shots_blocked: 'ppFastShotsBlocked',
|
|
14182
|
+
ev_fast_shot_goals: 'evFastShotGoals',
|
|
14183
|
+
ev_fast_shot_on_goals: 'evFastShotOnGoals',
|
|
14184
|
+
ev_fast_shot_misses: 'evFastShotMisses',
|
|
14185
|
+
ev_fast_shots_blocked: 'evFastShotsBlocked',
|
|
14186
|
+
sh_fast_shot_goals: 'shFastShotGoals',
|
|
14187
|
+
sh_fast_shot_on_goals: 'shFastShotOnGoals',
|
|
14188
|
+
sh_fast_shot_misses: 'shFastShotMisses',
|
|
14189
|
+
sh_fast_shots_blocked: 'shFastShotsBlocked',
|
|
14190
|
+
pp_fast_shot_saves: 'ppFastShotSaves',
|
|
14191
|
+
sh_fast_shot_saves: 'shFastShotSaves',
|
|
14192
|
+
ev_fast_shot_saves: 'evFastShotSaves',
|
|
14193
|
+
pp_fast_shot_goals_against: 'ppFastShotGoalsAgainst',
|
|
14194
|
+
sh_fast_shot_goals_against: 'shFastShotGoalsAgainst',
|
|
14195
|
+
ev_fast_shot_goals_against: 'evFastShotGoalsAgainst',
|
|
14196
|
+
fast_shot_goals_against: 'fastShotGoalsAgainst',
|
|
13746
14197
|
},
|
|
13747
14198
|
relation: {
|
|
13748
14199
|
updatedAt: DateTimeField,
|
|
@@ -14816,6 +15267,23 @@
|
|
|
14816
15267
|
_b$b[exports.WaterpoloGameLogTypes.corner_pass] = 'Пас с углового',
|
|
14817
15268
|
_b$b[exports.WaterpoloGameLogTypes.corner_self] = 'Розыгрыш углового',
|
|
14818
15269
|
_b$b[exports.WaterpoloGameLogTypes.complete_penalty_time] = 'Досрочное завершение штрафа',
|
|
15270
|
+
_b$b[exports.WaterpoloGameLogTypes.defense_select_position] = 'Защита: выбор позиции',
|
|
15271
|
+
_b$b[exports.WaterpoloGameLogTypes.save_possession] = 'Сохранение владения',
|
|
15272
|
+
_b$b[exports.WaterpoloGameLogTypes.perimetr_shot_goal] = 'Гол с периметра',
|
|
15273
|
+
_b$b[exports.WaterpoloGameLogTypes.perimetr_shot_on_goal] = 'Бросок с периметра в створ',
|
|
15274
|
+
_b$b[exports.WaterpoloGameLogTypes.perimetr_shot_miss] = 'Бросок мимо с периметра',
|
|
15275
|
+
_b$b[exports.WaterpoloGameLogTypes.perimetr_shot_blocked] = 'Заблокирован бросок с периметра',
|
|
15276
|
+
_b$b[exports.WaterpoloGameLogTypes.perimetr_shot_save] = 'Отражен бросок с периметра',
|
|
15277
|
+
_b$b[exports.WaterpoloGameLogTypes.post_shot_goal] = 'Гол со штанги',
|
|
15278
|
+
_b$b[exports.WaterpoloGameLogTypes.post_shot_on_goal] = 'Бросок со штанги в створ',
|
|
15279
|
+
_b$b[exports.WaterpoloGameLogTypes.post_shot_miss] = 'Бросок мимо со штанги',
|
|
15280
|
+
_b$b[exports.WaterpoloGameLogTypes.post_shot_blocked] = 'Заблокирован бросок со штанги',
|
|
15281
|
+
_b$b[exports.WaterpoloGameLogTypes.post_shot_save] = 'Отражен бросок со штанги',
|
|
15282
|
+
_b$b[exports.WaterpoloGameLogTypes.fast_shot_goal] = 'Быстрый гол',
|
|
15283
|
+
_b$b[exports.WaterpoloGameLogTypes.fast_shot_on_goal] = 'Быстрый бросок в створ',
|
|
15284
|
+
_b$b[exports.WaterpoloGameLogTypes.fast_shot_miss] = 'Быстрый бросок мимо',
|
|
15285
|
+
_b$b[exports.WaterpoloGameLogTypes.fast_shot_blocked] = 'Заблокирован быстрый бросок',
|
|
15286
|
+
_b$b[exports.WaterpoloGameLogTypes.fast_shot_save] = 'Отражен быстрый бросок',
|
|
14819
15287
|
_b$b),
|
|
14820
15288
|
_a$b[Locales.en] = (_c$b = {},
|
|
14821
15289
|
_c$b[exports.WaterpoloGameLogTypes.enter_game] = 'Entering the court',
|
|
@@ -14882,6 +15350,23 @@
|
|
|
14882
15350
|
_c$b[exports.WaterpoloGameLogTypes.corner_pass] = 'Pass from the corner',
|
|
14883
15351
|
_c$b[exports.WaterpoloGameLogTypes.corner_self] = 'Drawing a corner',
|
|
14884
15352
|
_c$b[exports.WaterpoloGameLogTypes.complete_penalty_time] = 'Early completion of the fine',
|
|
15353
|
+
_c$b[exports.WaterpoloGameLogTypes.defense_select_position] = 'Defense: position selection',
|
|
15354
|
+
_c$b[exports.WaterpoloGameLogTypes.save_possession] = 'Maintaining possession',
|
|
15355
|
+
_c$b[exports.WaterpoloGameLogTypes.perimetr_shot_goal] = 'Goal from the perimeter',
|
|
15356
|
+
_c$b[exports.WaterpoloGameLogTypes.perimetr_shot_on_goal] = 'Throw from perimeter on target',
|
|
15357
|
+
_c$b[exports.WaterpoloGameLogTypes.perimetr_shot_miss] = 'Throw past from the perimeter',
|
|
15358
|
+
_c$b[exports.WaterpoloGameLogTypes.perimetr_shot_blocked] = 'A throw from perimeter is blocked',
|
|
15359
|
+
_c$b[exports.WaterpoloGameLogTypes.perimetr_shot_save] = 'A throw from perimeter is saved',
|
|
15360
|
+
_c$b[exports.WaterpoloGameLogTypes.post_shot_goal] = 'Goal from the post',
|
|
15361
|
+
_c$b[exports.WaterpoloGameLogTypes.post_shot_on_goal] = 'Throw from post on target',
|
|
15362
|
+
_c$b[exports.WaterpoloGameLogTypes.post_shot_miss] = 'Throw past from the post',
|
|
15363
|
+
_c$b[exports.WaterpoloGameLogTypes.post_shot_blocked] = 'A throw from post is blocked',
|
|
15364
|
+
_c$b[exports.WaterpoloGameLogTypes.post_shot_save] = 'A throw from post is saved',
|
|
15365
|
+
_c$b[exports.WaterpoloGameLogTypes.fast_shot_goal] = 'Fast goal',
|
|
15366
|
+
_c$b[exports.WaterpoloGameLogTypes.fast_shot_on_goal] = 'Fast throw on target',
|
|
15367
|
+
_c$b[exports.WaterpoloGameLogTypes.fast_shot_miss] = 'Fast throw is missed',
|
|
15368
|
+
_c$b[exports.WaterpoloGameLogTypes.fast_shot_blocked] = 'Fast throw is blocked',
|
|
15369
|
+
_c$b[exports.WaterpoloGameLogTypes.fast_shot_save] = 'Fast throw is saved',
|
|
14885
15370
|
_c$b),
|
|
14886
15371
|
_a$b);
|
|
14887
15372
|
|