@mtgame/core 1.0.32 → 1.0.34
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/api/league-api.d.ts +1 -0
- package/bundles/mtgame-core.umd.js +524 -23
- package/bundles/mtgame-core.umd.js.map +1 -1
- package/esm2015/api/league-api.js +15 -1
- package/esm2015/localization/waterpolo-game-log-types.js +35 -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 +377 -23
- package/fesm2015/mtgame-core.js.map +1 -1
- package/localization/waterpolo-game-log-types.d.ts +34 -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
|
@@ -7719,6 +7719,8 @@
|
|
|
7719
7719
|
corner_selfs: 'cornerSelfs',
|
|
7720
7720
|
tackles: 'tackles',
|
|
7721
7721
|
player_efficiency: 'playerEfficiency',
|
|
7722
|
+
defense_select_positions: 'defenseSelectPositions',
|
|
7723
|
+
save_possessions: 'savePossessions',
|
|
7722
7724
|
pp_shots: 'ppShots',
|
|
7723
7725
|
ev_shots: 'evShots',
|
|
7724
7726
|
sh_shots: 'shShots',
|
|
@@ -7776,6 +7778,78 @@
|
|
|
7776
7778
|
total_penalties: 'totalPenalties',
|
|
7777
7779
|
shootout_shots: 'shootoutShots',
|
|
7778
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',
|
|
7779
7853
|
/*goalie stat*/
|
|
7780
7854
|
position_attack_saves: 'positionAttackSaves',
|
|
7781
7855
|
position_attack_shots_against: 'positionAttackShotsAgainst',
|
|
@@ -7814,6 +7888,15 @@
|
|
|
7814
7888
|
total_ev_goals_against: 'totalEvGoalsAgainst',
|
|
7815
7889
|
total_ev_shots_against: 'totalEvShotsAgainst',
|
|
7816
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',
|
|
7817
7900
|
newbie: 'newbie',
|
|
7818
7901
|
rank: 'rank',
|
|
7819
7902
|
},
|
|
@@ -8958,6 +9041,23 @@
|
|
|
8958
9041
|
});
|
|
8959
9042
|
});
|
|
8960
9043
|
};
|
|
9044
|
+
LeagueApi.prototype.getTournamentsPaginated = function (leagueId, page, size, filters) {
|
|
9045
|
+
return __awaiter(this, void 0, void 0, function () {
|
|
9046
|
+
var params;
|
|
9047
|
+
return __generator(this, function (_a) {
|
|
9048
|
+
params = new i1.HttpParams().set('page', page).set('size', size);
|
|
9049
|
+
if (filters) {
|
|
9050
|
+
if (filters.statuses) {
|
|
9051
|
+
params = params.set('statuses', filters.statuses.map(function (s) { return exports.TournamentStatuses[s]; }).join(','));
|
|
9052
|
+
}
|
|
9053
|
+
}
|
|
9054
|
+
return [2 /*return*/, this.httpClient.get(this.configService.get('apiUrl') + "/api/v1/league/" + leagueId + "/tournaments/", { params: params, observe: 'response' }).pipe(operators.map(function (response) { return ({
|
|
9055
|
+
total: +response.headers.get('X-Page-Count'),
|
|
9056
|
+
data: exports.Tournament.toFront(response.body)
|
|
9057
|
+
}); })).toPromise()];
|
|
9058
|
+
});
|
|
9059
|
+
});
|
|
9060
|
+
};
|
|
8961
9061
|
LeagueApi.prototype.getEvents = function (leagueId, page, size, filters) {
|
|
8962
9062
|
return __awaiter(this, void 0, void 0, function () {
|
|
8963
9063
|
var params;
|
|
@@ -12535,6 +12635,23 @@
|
|
|
12535
12635
|
WaterpoloGameLogTypes[WaterpoloGameLogTypes["free_kick_shot_blocked"] = 62] = "free_kick_shot_blocked";
|
|
12536
12636
|
WaterpoloGameLogTypes[WaterpoloGameLogTypes["corner_shot_blocked"] = 63] = "corner_shot_blocked";
|
|
12537
12637
|
WaterpoloGameLogTypes[WaterpoloGameLogTypes["complete_penalty_time"] = 64] = "complete_penalty_time";
|
|
12638
|
+
WaterpoloGameLogTypes[WaterpoloGameLogTypes["defense_select_position"] = 65] = "defense_select_position";
|
|
12639
|
+
WaterpoloGameLogTypes[WaterpoloGameLogTypes["save_possession"] = 66] = "save_possession";
|
|
12640
|
+
WaterpoloGameLogTypes[WaterpoloGameLogTypes["perimetr_shot_goal"] = 67] = "perimetr_shot_goal";
|
|
12641
|
+
WaterpoloGameLogTypes[WaterpoloGameLogTypes["perimetr_shot_on_goal"] = 68] = "perimetr_shot_on_goal";
|
|
12642
|
+
WaterpoloGameLogTypes[WaterpoloGameLogTypes["perimetr_shot_miss"] = 69] = "perimetr_shot_miss";
|
|
12643
|
+
WaterpoloGameLogTypes[WaterpoloGameLogTypes["perimetr_shot_blocked"] = 70] = "perimetr_shot_blocked";
|
|
12644
|
+
WaterpoloGameLogTypes[WaterpoloGameLogTypes["perimetr_shot_save"] = 71] = "perimetr_shot_save";
|
|
12645
|
+
WaterpoloGameLogTypes[WaterpoloGameLogTypes["post_shot_goal"] = 72] = "post_shot_goal";
|
|
12646
|
+
WaterpoloGameLogTypes[WaterpoloGameLogTypes["post_shot_on_goal"] = 73] = "post_shot_on_goal";
|
|
12647
|
+
WaterpoloGameLogTypes[WaterpoloGameLogTypes["post_shot_miss"] = 74] = "post_shot_miss";
|
|
12648
|
+
WaterpoloGameLogTypes[WaterpoloGameLogTypes["post_shot_blocked"] = 75] = "post_shot_blocked";
|
|
12649
|
+
WaterpoloGameLogTypes[WaterpoloGameLogTypes["post_shot_save"] = 76] = "post_shot_save";
|
|
12650
|
+
WaterpoloGameLogTypes[WaterpoloGameLogTypes["fast_shot_goal"] = 77] = "fast_shot_goal";
|
|
12651
|
+
WaterpoloGameLogTypes[WaterpoloGameLogTypes["fast_shot_on_goal"] = 78] = "fast_shot_on_goal";
|
|
12652
|
+
WaterpoloGameLogTypes[WaterpoloGameLogTypes["fast_shot_miss"] = 79] = "fast_shot_miss";
|
|
12653
|
+
WaterpoloGameLogTypes[WaterpoloGameLogTypes["fast_shot_blocked"] = 80] = "fast_shot_blocked";
|
|
12654
|
+
WaterpoloGameLogTypes[WaterpoloGameLogTypes["fast_shot_save"] = 81] = "fast_shot_save";
|
|
12538
12655
|
})(exports.WaterpoloGameLogTypes || (exports.WaterpoloGameLogTypes = {}));
|
|
12539
12656
|
exports.WaterpoloAdvantageTypes = void 0;
|
|
12540
12657
|
(function (WaterpoloAdvantageTypes) {
|
|
@@ -12581,9 +12698,12 @@
|
|
|
12581
12698
|
configurable: true
|
|
12582
12699
|
});
|
|
12583
12700
|
WaterpoloGameLog.prototype.isScoreType = function () {
|
|
12584
|
-
return [
|
|
12701
|
+
return [
|
|
12702
|
+
exports.WaterpoloGameLogTypes.goal, exports.WaterpoloGameLogTypes.shootout_goal, exports.WaterpoloGameLogTypes.after_game_shootout_goal,
|
|
12585
12703
|
exports.WaterpoloGameLogTypes.free_kick_goal, exports.WaterpoloGameLogTypes.corner_goal,
|
|
12586
|
-
exports.WaterpoloGameLogTypes.counterattack_goal, exports.WaterpoloGameLogTypes.maneuver_goal, exports.WaterpoloGameLogTypes.center_forward_goal
|
|
12704
|
+
exports.WaterpoloGameLogTypes.counterattack_goal, exports.WaterpoloGameLogTypes.maneuver_goal, exports.WaterpoloGameLogTypes.center_forward_goal,
|
|
12705
|
+
exports.WaterpoloGameLogTypes.perimetr_shot_goal, exports.WaterpoloGameLogTypes.post_shot_goal, exports.WaterpoloGameLogTypes.fast_shot_goal
|
|
12706
|
+
].indexOf(this.logType) > -1;
|
|
12587
12707
|
};
|
|
12588
12708
|
WaterpoloGameLog.prototype.isPenaltyType = function () {
|
|
12589
12709
|
return [
|
|
@@ -12880,12 +13000,211 @@
|
|
|
12880
13000
|
enumerable: false,
|
|
12881
13001
|
configurable: true
|
|
12882
13002
|
});
|
|
13003
|
+
Object.defineProperty(WaterpoloGameStatistic.prototype, "totalPerimetrShotGoals", {
|
|
13004
|
+
get: function () {
|
|
13005
|
+
return (this.ppPerimetrShotGoals || 0) + (this.evPerimetrShotGoals || 0) + (this.shPerimetrShotGoals || 0);
|
|
13006
|
+
},
|
|
13007
|
+
enumerable: false,
|
|
13008
|
+
configurable: true
|
|
13009
|
+
});
|
|
13010
|
+
Object.defineProperty(WaterpoloGameStatistic.prototype, "ppPerimetrShots", {
|
|
13011
|
+
get: function () {
|
|
13012
|
+
return (this.ppPerimetrShotOnGoals || 0) + (this.ppPerimetrShotMisses || 0) + (this.ppPerimetrShotsBlocked || 0);
|
|
13013
|
+
},
|
|
13014
|
+
enumerable: false,
|
|
13015
|
+
configurable: true
|
|
13016
|
+
});
|
|
13017
|
+
Object.defineProperty(WaterpoloGameStatistic.prototype, "shPerimetrShots", {
|
|
13018
|
+
get: function () {
|
|
13019
|
+
return (this.shPerimetrShotOnGoals || 0) + (this.shPerimetrShotMisses || 0) + (this.shPerimetrShotsBlocked || 0);
|
|
13020
|
+
},
|
|
13021
|
+
enumerable: false,
|
|
13022
|
+
configurable: true
|
|
13023
|
+
});
|
|
13024
|
+
Object.defineProperty(WaterpoloGameStatistic.prototype, "evPerimetrShots", {
|
|
13025
|
+
get: function () {
|
|
13026
|
+
return (this.evPerimetrShotOnGoals || 0) + (this.evPerimetrShotMisses || 0) + (this.evPerimetrShotsBlocked || 0);
|
|
13027
|
+
},
|
|
13028
|
+
enumerable: false,
|
|
13029
|
+
configurable: true
|
|
13030
|
+
});
|
|
13031
|
+
Object.defineProperty(WaterpoloGameStatistic.prototype, "perimetrShotMisses", {
|
|
13032
|
+
get: function () {
|
|
13033
|
+
return (this.ppPerimetrShotMisses || 0) + (this.shPerimetrShotMisses || 0) + (this.evPerimetrShotMisses || 0);
|
|
13034
|
+
},
|
|
13035
|
+
enumerable: false,
|
|
13036
|
+
configurable: true
|
|
13037
|
+
});
|
|
13038
|
+
Object.defineProperty(WaterpoloGameStatistic.prototype, "perimetrShotOnGoals", {
|
|
13039
|
+
get: function () {
|
|
13040
|
+
return (this.ppPerimetrShotOnGoals || 0) + (this.shPerimetrShotOnGoals || 0) + (this.evPerimetrShotOnGoals || 0);
|
|
13041
|
+
},
|
|
13042
|
+
enumerable: false,
|
|
13043
|
+
configurable: true
|
|
13044
|
+
});
|
|
13045
|
+
Object.defineProperty(WaterpoloGameStatistic.prototype, "perimetrShotsBlocked", {
|
|
13046
|
+
get: function () {
|
|
13047
|
+
return (this.ppPerimetrShotsBlocked || 0) + (this.shPerimetrShotsBlocked || 0) + (this.evPerimetrShotsBlocked || 0);
|
|
13048
|
+
},
|
|
13049
|
+
enumerable: false,
|
|
13050
|
+
configurable: true
|
|
13051
|
+
});
|
|
13052
|
+
Object.defineProperty(WaterpoloGameStatistic.prototype, "perimetrShots", {
|
|
13053
|
+
get: function () {
|
|
13054
|
+
return this.perimetrShotMisses + this.perimetrShotOnGoals + this.perimetrShotsBlocked;
|
|
13055
|
+
},
|
|
13056
|
+
enumerable: false,
|
|
13057
|
+
configurable: true
|
|
13058
|
+
});
|
|
13059
|
+
Object.defineProperty(WaterpoloGameStatistic.prototype, "perimetrShotGoalsPercent", {
|
|
13060
|
+
get: function () {
|
|
13061
|
+
if (!this.totalPerimetrShotGoals || !this.perimetrShots) {
|
|
13062
|
+
return 0;
|
|
13063
|
+
}
|
|
13064
|
+
return Math.round(1000 * this.totalPerimetrShotGoals / this.perimetrShots) / 10;
|
|
13065
|
+
},
|
|
13066
|
+
enumerable: false,
|
|
13067
|
+
configurable: true
|
|
13068
|
+
});
|
|
13069
|
+
Object.defineProperty(WaterpoloGameStatistic.prototype, "totalPostShotGoals", {
|
|
13070
|
+
get: function () {
|
|
13071
|
+
return (this.ppPostShotGoals || 0) + (this.evPostShotGoals || 0) + (this.shPostShotGoals || 0);
|
|
13072
|
+
},
|
|
13073
|
+
enumerable: false,
|
|
13074
|
+
configurable: true
|
|
13075
|
+
});
|
|
13076
|
+
Object.defineProperty(WaterpoloGameStatistic.prototype, "ppPostShots", {
|
|
13077
|
+
get: function () {
|
|
13078
|
+
return (this.ppPostShotOnGoals || 0) + (this.ppPostShotMisses || 0) + (this.ppPostShotsBlocked || 0);
|
|
13079
|
+
},
|
|
13080
|
+
enumerable: false,
|
|
13081
|
+
configurable: true
|
|
13082
|
+
});
|
|
13083
|
+
Object.defineProperty(WaterpoloGameStatistic.prototype, "shPostShots", {
|
|
13084
|
+
get: function () {
|
|
13085
|
+
return (this.shPostShotOnGoals || 0) + (this.shPostShotMisses || 0) + (this.shPostShotsBlocked || 0);
|
|
13086
|
+
},
|
|
13087
|
+
enumerable: false,
|
|
13088
|
+
configurable: true
|
|
13089
|
+
});
|
|
13090
|
+
Object.defineProperty(WaterpoloGameStatistic.prototype, "evPostShots", {
|
|
13091
|
+
get: function () {
|
|
13092
|
+
return (this.evPostShotOnGoals || 0) + (this.evPostShotMisses || 0) + (this.evPostShotsBlocked || 0);
|
|
13093
|
+
},
|
|
13094
|
+
enumerable: false,
|
|
13095
|
+
configurable: true
|
|
13096
|
+
});
|
|
13097
|
+
Object.defineProperty(WaterpoloGameStatistic.prototype, "postShotMisses", {
|
|
13098
|
+
get: function () {
|
|
13099
|
+
return (this.ppPostShotMisses || 0) + (this.shPostShotMisses || 0) + (this.evPostShotMisses || 0);
|
|
13100
|
+
},
|
|
13101
|
+
enumerable: false,
|
|
13102
|
+
configurable: true
|
|
13103
|
+
});
|
|
13104
|
+
Object.defineProperty(WaterpoloGameStatistic.prototype, "postShotOnGoals", {
|
|
13105
|
+
get: function () {
|
|
13106
|
+
return (this.ppPostShotOnGoals || 0) + (this.shPostShotOnGoals || 0) + (this.evPostShotOnGoals || 0);
|
|
13107
|
+
},
|
|
13108
|
+
enumerable: false,
|
|
13109
|
+
configurable: true
|
|
13110
|
+
});
|
|
13111
|
+
Object.defineProperty(WaterpoloGameStatistic.prototype, "postShotsBlocked", {
|
|
13112
|
+
get: function () {
|
|
13113
|
+
return (this.ppPostShotsBlocked || 0) + (this.shPostShotsBlocked || 0) + (this.evPostShotsBlocked || 0);
|
|
13114
|
+
},
|
|
13115
|
+
enumerable: false,
|
|
13116
|
+
configurable: true
|
|
13117
|
+
});
|
|
13118
|
+
Object.defineProperty(WaterpoloGameStatistic.prototype, "postShots", {
|
|
13119
|
+
get: function () {
|
|
13120
|
+
return this.postShotMisses + this.postShotOnGoals + this.postShotsBlocked;
|
|
13121
|
+
},
|
|
13122
|
+
enumerable: false,
|
|
13123
|
+
configurable: true
|
|
13124
|
+
});
|
|
13125
|
+
Object.defineProperty(WaterpoloGameStatistic.prototype, "postShotGoalsPercent", {
|
|
13126
|
+
get: function () {
|
|
13127
|
+
if (!this.totalPostShotGoals || !this.postShots) {
|
|
13128
|
+
return 0;
|
|
13129
|
+
}
|
|
13130
|
+
return Math.round(1000 * this.totalPostShotGoals / this.postShots) / 10;
|
|
13131
|
+
},
|
|
13132
|
+
enumerable: false,
|
|
13133
|
+
configurable: true
|
|
13134
|
+
});
|
|
13135
|
+
Object.defineProperty(WaterpoloGameStatistic.prototype, "totalFastShotGoals", {
|
|
13136
|
+
get: function () {
|
|
13137
|
+
return (this.ppFastShotGoals || 0) + (this.evFastShotGoals || 0) + (this.shFastShotGoals || 0);
|
|
13138
|
+
},
|
|
13139
|
+
enumerable: false,
|
|
13140
|
+
configurable: true
|
|
13141
|
+
});
|
|
13142
|
+
Object.defineProperty(WaterpoloGameStatistic.prototype, "ppFastShots", {
|
|
13143
|
+
get: function () {
|
|
13144
|
+
return (this.ppFastShotOnGoals || 0) + (this.ppFastShotMisses || 0) + (this.ppFastShotsBlocked || 0);
|
|
13145
|
+
},
|
|
13146
|
+
enumerable: false,
|
|
13147
|
+
configurable: true
|
|
13148
|
+
});
|
|
13149
|
+
Object.defineProperty(WaterpoloGameStatistic.prototype, "shFastShots", {
|
|
13150
|
+
get: function () {
|
|
13151
|
+
return (this.shFastShotOnGoals || 0) + (this.shFastShotMisses || 0) + (this.shFastShotsBlocked || 0);
|
|
13152
|
+
},
|
|
13153
|
+
enumerable: false,
|
|
13154
|
+
configurable: true
|
|
13155
|
+
});
|
|
13156
|
+
Object.defineProperty(WaterpoloGameStatistic.prototype, "evFastShots", {
|
|
13157
|
+
get: function () {
|
|
13158
|
+
return (this.evFastShotOnGoals || 0) + (this.evFastShotMisses || 0) + (this.evFastShotsBlocked || 0);
|
|
13159
|
+
},
|
|
13160
|
+
enumerable: false,
|
|
13161
|
+
configurable: true
|
|
13162
|
+
});
|
|
13163
|
+
Object.defineProperty(WaterpoloGameStatistic.prototype, "fastShotMisses", {
|
|
13164
|
+
get: function () {
|
|
13165
|
+
return (this.ppFastShotMisses || 0) + (this.shFastShotMisses || 0) + (this.evFastShotMisses || 0);
|
|
13166
|
+
},
|
|
13167
|
+
enumerable: false,
|
|
13168
|
+
configurable: true
|
|
13169
|
+
});
|
|
13170
|
+
Object.defineProperty(WaterpoloGameStatistic.prototype, "fastShotOnGoals", {
|
|
13171
|
+
get: function () {
|
|
13172
|
+
return (this.ppFastShotOnGoals || 0) + (this.shFastShotOnGoals || 0) + (this.evFastShotOnGoals || 0);
|
|
13173
|
+
},
|
|
13174
|
+
enumerable: false,
|
|
13175
|
+
configurable: true
|
|
13176
|
+
});
|
|
13177
|
+
Object.defineProperty(WaterpoloGameStatistic.prototype, "fastShotsBlocked", {
|
|
13178
|
+
get: function () {
|
|
13179
|
+
return (this.ppFastShotsBlocked || 0) + (this.shFastShotsBlocked || 0) + (this.evFastShotsBlocked || 0);
|
|
13180
|
+
},
|
|
13181
|
+
enumerable: false,
|
|
13182
|
+
configurable: true
|
|
13183
|
+
});
|
|
13184
|
+
Object.defineProperty(WaterpoloGameStatistic.prototype, "fastShots", {
|
|
13185
|
+
get: function () {
|
|
13186
|
+
return this.fastShotMisses + this.fastShotOnGoals + this.fastShotsBlocked;
|
|
13187
|
+
},
|
|
13188
|
+
enumerable: false,
|
|
13189
|
+
configurable: true
|
|
13190
|
+
});
|
|
13191
|
+
Object.defineProperty(WaterpoloGameStatistic.prototype, "fastShotGoalsPercent", {
|
|
13192
|
+
get: function () {
|
|
13193
|
+
if (!this.totalFastShotGoals || !this.fastShots) {
|
|
13194
|
+
return 0;
|
|
13195
|
+
}
|
|
13196
|
+
return Math.round(1000 * this.totalFastShotGoals / this.fastShots) / 10;
|
|
13197
|
+
},
|
|
13198
|
+
enumerable: false,
|
|
13199
|
+
configurable: true
|
|
13200
|
+
});
|
|
12883
13201
|
Object.defineProperty(WaterpoloGameStatistic.prototype, "ppShots", {
|
|
12884
13202
|
get: function () {
|
|
12885
13203
|
return (this.ppShotMisses || 0) + (this.ppShotsOnGoal || 0) + (this.ppShotsBlocked || 0) +
|
|
12886
13204
|
(this.ppFreeKickMisses || 0) + (this.ppFreeKickOnGoals || 0) + (this.ppFreeKickShotsBlocked || 0) +
|
|
12887
13205
|
(this.ppCornerMisses || 0) + (this.ppCornerOnGoals || 0) + (this.ppCornerShotsBlocked || 0) +
|
|
12888
|
-
this.ppCounterAttackShots + this.ppManeuverShots + this.ppCenterForwardShots
|
|
13206
|
+
this.ppCounterAttackShots + this.ppManeuverShots + this.ppCenterForwardShots +
|
|
13207
|
+
this.ppPerimetrShots + this.ppPostShots + this.ppFastShots;
|
|
12889
13208
|
},
|
|
12890
13209
|
enumerable: false,
|
|
12891
13210
|
configurable: true
|
|
@@ -12895,7 +13214,8 @@
|
|
|
12895
13214
|
return (this.evShotMisses || 0) + (this.evShotsOnGoal || 0) + (this.evShotsBlocked || 0) +
|
|
12896
13215
|
(this.evFreeKickMisses || 0) + (this.evFreeKickOnGoals || 0) + (this.evFreeKickShotsBlocked || 0) +
|
|
12897
13216
|
(this.evCornerMisses || 0) + (this.evCornerOnGoals || 0) + (this.evCornerShotsBlocked || 0) +
|
|
12898
|
-
this.evCounterAttackShots + this.evManeuverShots + this.evCenterForwardShots
|
|
13217
|
+
this.evCounterAttackShots + this.evManeuverShots + this.evCenterForwardShots +
|
|
13218
|
+
this.evPerimetrShots + this.evPostShots + this.evFastShots;
|
|
12899
13219
|
},
|
|
12900
13220
|
enumerable: false,
|
|
12901
13221
|
configurable: true
|
|
@@ -12905,7 +13225,8 @@
|
|
|
12905
13225
|
return (this.shShotMisses || 0) + (this.shShotsOnGoal || 0) + (this.shShotsBlocked || 0) +
|
|
12906
13226
|
(this.shFreeKickMisses || 0) + (this.shFreeKickOnGoals || 0) + (this.shFreeKickShotsBlocked || 0) +
|
|
12907
13227
|
(this.shCornerMisses || 0) + (this.shCornerOnGoals || 0) + (this.shCornerShotsBlocked || 0) +
|
|
12908
|
-
this.shCounterAttackShots + this.shManeuverShots + this.shCenterForwardShots
|
|
13228
|
+
this.shCounterAttackShots + this.shManeuverShots + this.shCenterForwardShots +
|
|
13229
|
+
this.shPerimetrShots + this.shPostShots + this.shFastShots;
|
|
12909
13230
|
},
|
|
12910
13231
|
enumerable: false,
|
|
12911
13232
|
configurable: true
|
|
@@ -12913,7 +13234,8 @@
|
|
|
12913
13234
|
Object.defineProperty(WaterpoloGameStatistic.prototype, "totalShGoals", {
|
|
12914
13235
|
get: function () {
|
|
12915
13236
|
return (this.shGoals || 0) + (this.shFreeKickGoals || 0) + (this.shCornerGoals || 0) +
|
|
12916
|
-
(this.shCounterAttackGoals || 0) + (this.shManeuverGoals || 0) + (this.shCenterForwardGoals || 0)
|
|
13237
|
+
(this.shCounterAttackGoals || 0) + (this.shManeuverGoals || 0) + (this.shCenterForwardGoals || 0) +
|
|
13238
|
+
(this.shPerimetrShotGoals || 0) + (this.shPostShotGoals || 0) + (this.shFastShotGoals || 0);
|
|
12917
13239
|
},
|
|
12918
13240
|
enumerable: false,
|
|
12919
13241
|
configurable: true
|
|
@@ -12921,7 +13243,8 @@
|
|
|
12921
13243
|
Object.defineProperty(WaterpoloGameStatistic.prototype, "totalEvGoals", {
|
|
12922
13244
|
get: function () {
|
|
12923
13245
|
return (this.evGoals || 0) + (this.evFreeKickGoals || 0) + (this.evCornerGoals || 0) +
|
|
12924
|
-
(this.evCounterAttackGoals || 0) + (this.evManeuverGoals || 0) + (this.evCenterForwardGoals || 0)
|
|
13246
|
+
(this.evCounterAttackGoals || 0) + (this.evManeuverGoals || 0) + (this.evCenterForwardGoals || 0) +
|
|
13247
|
+
(this.evPerimetrShotGoals || 0) + (this.evPostShotGoals || 0) + (this.evFastShotGoals || 0);
|
|
12925
13248
|
},
|
|
12926
13249
|
enumerable: false,
|
|
12927
13250
|
configurable: true
|
|
@@ -12929,7 +13252,8 @@
|
|
|
12929
13252
|
Object.defineProperty(WaterpoloGameStatistic.prototype, "totalPpGoals", {
|
|
12930
13253
|
get: function () {
|
|
12931
13254
|
return (this.ppGoals || 0) + (this.ppFreeKickGoals || 0) + (this.ppCornerGoals || 0) +
|
|
12932
|
-
(this.ppCounterAttackGoals || 0) + (this.ppManeuverGoals || 0) + (this.ppCenterForwardGoals || 0)
|
|
13255
|
+
(this.ppCounterAttackGoals || 0) + (this.ppManeuverGoals || 0) + (this.ppCenterForwardGoals || 0) +
|
|
13256
|
+
(this.ppPerimetrShotGoals || 0) + (this.ppPostShotGoals || 0) + (this.ppFastShotGoals || 0);
|
|
12933
13257
|
},
|
|
12934
13258
|
enumerable: false,
|
|
12935
13259
|
configurable: true
|
|
@@ -12958,7 +13282,8 @@
|
|
|
12958
13282
|
Object.defineProperty(WaterpoloGameStatistic.prototype, "inGameShotMisses", {
|
|
12959
13283
|
get: function () {
|
|
12960
13284
|
return (this.ppShotMisses || 0) + (this.evShotMisses || 0) + (this.shShotMisses || 0) +
|
|
12961
|
-
this.counterAttackShotMisses + this.maneuverShotMisses + this.centerForwardShotMisses
|
|
13285
|
+
this.counterAttackShotMisses + this.maneuverShotMisses + this.centerForwardShotMisses +
|
|
13286
|
+
this.perimetrShotMisses + this.postShotMisses + this.fastShotMisses;
|
|
12962
13287
|
},
|
|
12963
13288
|
enumerable: false,
|
|
12964
13289
|
configurable: true
|
|
@@ -12975,7 +13300,8 @@
|
|
|
12975
13300
|
Object.defineProperty(WaterpoloGameStatistic.prototype, "totalPpShotMisses", {
|
|
12976
13301
|
get: function () {
|
|
12977
13302
|
return (this.ppShotMisses || 0) + (this.ppFreeKickMisses || 0) + (this.ppCornerMisses || 0) +
|
|
12978
|
-
(this.ppCounterAttackMisses || 0) + (this.ppManeuverMisses || 0) + (this.ppCenterForwardMisses || 0)
|
|
13303
|
+
(this.ppCounterAttackMisses || 0) + (this.ppManeuverMisses || 0) + (this.ppCenterForwardMisses || 0) +
|
|
13304
|
+
(this.ppPerimetrShotMisses || 0) + (this.ppPostShotMisses || 0) + (this.ppFastShotMisses || 0);
|
|
12979
13305
|
},
|
|
12980
13306
|
enumerable: false,
|
|
12981
13307
|
configurable: true
|
|
@@ -12985,7 +13311,8 @@
|
|
|
12985
13311
|
return (this.ppShotsOnGoal || 0) + (this.evShotsOnGoal || 0) + (this.shShotsOnGoal || 0) +
|
|
12986
13312
|
(this.ppFreeKickOnGoals || 0) + (this.evFreeKickOnGoals || 0) + (this.shFreeKickOnGoals || 0) +
|
|
12987
13313
|
(this.ppCornerOnGoals || 0) + (this.evCornerOnGoals || 0) + (this.shCornerOnGoals || 0) +
|
|
12988
|
-
this.counterAttackShotOnGoals + this.maneuverShotOnGoals + this.centerForwardShotOnGoals
|
|
13314
|
+
this.counterAttackShotOnGoals + this.maneuverShotOnGoals + this.centerForwardShotOnGoals +
|
|
13315
|
+
this.perimetrShotOnGoals + this.postShotOnGoals + this.fastShotOnGoals;
|
|
12989
13316
|
},
|
|
12990
13317
|
enumerable: false,
|
|
12991
13318
|
configurable: true
|
|
@@ -12993,7 +13320,8 @@
|
|
|
12993
13320
|
Object.defineProperty(WaterpoloGameStatistic.prototype, "totalPpShotsOnGoal", {
|
|
12994
13321
|
get: function () {
|
|
12995
13322
|
return (this.ppShotsOnGoal || 0) + (this.ppFreeKickOnGoals || 0) + (this.ppCornerOnGoals || 0) +
|
|
12996
|
-
(this.ppCounterAttackOnGoals || 0) + (this.ppManeuverOnGoals || 0) + (this.ppCenterForwardOnGoals || 0)
|
|
13323
|
+
(this.ppCounterAttackOnGoals || 0) + (this.ppManeuverOnGoals || 0) + (this.ppCenterForwardOnGoals || 0) +
|
|
13324
|
+
(this.ppPerimetrShotOnGoals || 0) + (this.ppPostShotOnGoals || 0) + (this.ppFastShotOnGoals || 0);
|
|
12997
13325
|
},
|
|
12998
13326
|
enumerable: false,
|
|
12999
13327
|
configurable: true
|
|
@@ -13001,7 +13329,8 @@
|
|
|
13001
13329
|
Object.defineProperty(WaterpoloGameStatistic.prototype, "inGameShotsOnGoals", {
|
|
13002
13330
|
get: function () {
|
|
13003
13331
|
return (this.ppShotsOnGoal || 0) + (this.evShotsOnGoal || 0) + (this.shShotsOnGoal || 0) +
|
|
13004
|
-
this.counterAttackShotOnGoals + this.maneuverShotOnGoals + this.centerForwardShotOnGoals
|
|
13332
|
+
this.counterAttackShotOnGoals + this.maneuverShotOnGoals + this.centerForwardShotOnGoals +
|
|
13333
|
+
this.perimetrShotOnGoals + this.postShotOnGoals + this.fastShotOnGoals;
|
|
13005
13334
|
},
|
|
13006
13335
|
enumerable: false,
|
|
13007
13336
|
configurable: true
|
|
@@ -13113,7 +13442,8 @@
|
|
|
13113
13442
|
get: function () {
|
|
13114
13443
|
return (this.ppShotsBlocked || 0) + (this.evShotsBlocked || 0) + (this.shShotsBlocked || 0) +
|
|
13115
13444
|
this.counterAttackShotsBlocked + this.maneuverShotsBlocked + this.centerForwardShotsBlocked +
|
|
13116
|
-
this.freeKickShotsBlocked + this.cornerShotsBlocked
|
|
13445
|
+
this.freeKickShotsBlocked + this.cornerShotsBlocked +
|
|
13446
|
+
this.perimetrShotsBlocked + this.postShotsBlocked + this.fastShotsBlocked;
|
|
13117
13447
|
},
|
|
13118
13448
|
enumerable: false,
|
|
13119
13449
|
configurable: true
|
|
@@ -13172,7 +13502,8 @@
|
|
|
13172
13502
|
});
|
|
13173
13503
|
Object.defineProperty(WaterpoloGameStatistic.prototype, "totalInGameGoals", {
|
|
13174
13504
|
get: function () {
|
|
13175
|
-
return this.totalCenterForwardGoals + this.totalManeuverGoals + this.totalCounterAttackGoals + this.positionAttackGoals
|
|
13505
|
+
return this.totalCenterForwardGoals + this.totalManeuverGoals + this.totalCounterAttackGoals + this.positionAttackGoals +
|
|
13506
|
+
this.totalPerimetrShotGoals + this.totalPostShotGoals + this.totalFastShotGoals;
|
|
13176
13507
|
},
|
|
13177
13508
|
enumerable: false,
|
|
13178
13509
|
configurable: true
|
|
@@ -13409,10 +13740,83 @@
|
|
|
13409
13740
|
enumerable: false,
|
|
13410
13741
|
configurable: true
|
|
13411
13742
|
});
|
|
13743
|
+
Object.defineProperty(WaterpoloGameStatistic.prototype, "perimetrShotSaves", {
|
|
13744
|
+
get: function () {
|
|
13745
|
+
return (this.ppPerimetrShotSaves || 0) + (this.shPerimetrShotSaves || 0) + (this.evPerimetrShotSaves || 0);
|
|
13746
|
+
},
|
|
13747
|
+
enumerable: false,
|
|
13748
|
+
configurable: true
|
|
13749
|
+
});
|
|
13750
|
+
Object.defineProperty(WaterpoloGameStatistic.prototype, "perimetrShotsAgainst", {
|
|
13751
|
+
get: function () {
|
|
13752
|
+
return this.perimetrShotSaves + (this.perimetrShotGoalsAgainst || 0);
|
|
13753
|
+
},
|
|
13754
|
+
enumerable: false,
|
|
13755
|
+
configurable: true
|
|
13756
|
+
});
|
|
13757
|
+
Object.defineProperty(WaterpoloGameStatistic.prototype, "perimetrShotSavesPercent", {
|
|
13758
|
+
get: function () {
|
|
13759
|
+
if (!this.perimetrShotSaves || !this.perimetrShotsAgainst) {
|
|
13760
|
+
return 0;
|
|
13761
|
+
}
|
|
13762
|
+
return Math.round(1000 * this.perimetrShotSaves / this.perimetrShotsAgainst) / 10;
|
|
13763
|
+
},
|
|
13764
|
+
enumerable: false,
|
|
13765
|
+
configurable: true
|
|
13766
|
+
});
|
|
13767
|
+
Object.defineProperty(WaterpoloGameStatistic.prototype, "postShotSaves", {
|
|
13768
|
+
get: function () {
|
|
13769
|
+
return (this.ppPostShotSaves || 0) + (this.shPostShotSaves || 0) + (this.evPostShotSaves || 0);
|
|
13770
|
+
},
|
|
13771
|
+
enumerable: false,
|
|
13772
|
+
configurable: true
|
|
13773
|
+
});
|
|
13774
|
+
Object.defineProperty(WaterpoloGameStatistic.prototype, "postShotsAgainst", {
|
|
13775
|
+
get: function () {
|
|
13776
|
+
return this.postShotSaves + (this.postShotGoalsAgainst || 0);
|
|
13777
|
+
},
|
|
13778
|
+
enumerable: false,
|
|
13779
|
+
configurable: true
|
|
13780
|
+
});
|
|
13781
|
+
Object.defineProperty(WaterpoloGameStatistic.prototype, "postShotSavesPercent", {
|
|
13782
|
+
get: function () {
|
|
13783
|
+
if (!this.postShotSaves || !this.postShotsAgainst) {
|
|
13784
|
+
return 0;
|
|
13785
|
+
}
|
|
13786
|
+
return Math.round(1000 * this.postShotSaves / this.postShotsAgainst) / 10;
|
|
13787
|
+
},
|
|
13788
|
+
enumerable: false,
|
|
13789
|
+
configurable: true
|
|
13790
|
+
});
|
|
13791
|
+
Object.defineProperty(WaterpoloGameStatistic.prototype, "fastShotSaves", {
|
|
13792
|
+
get: function () {
|
|
13793
|
+
return (this.ppFastShotSaves || 0) + (this.shFastShotSaves || 0) + (this.evFastShotSaves || 0);
|
|
13794
|
+
},
|
|
13795
|
+
enumerable: false,
|
|
13796
|
+
configurable: true
|
|
13797
|
+
});
|
|
13798
|
+
Object.defineProperty(WaterpoloGameStatistic.prototype, "fastShotsAgainst", {
|
|
13799
|
+
get: function () {
|
|
13800
|
+
return this.fastShotSaves + (this.fastShotGoalsAgainst || 0);
|
|
13801
|
+
},
|
|
13802
|
+
enumerable: false,
|
|
13803
|
+
configurable: true
|
|
13804
|
+
});
|
|
13805
|
+
Object.defineProperty(WaterpoloGameStatistic.prototype, "fastShotSavesPercent", {
|
|
13806
|
+
get: function () {
|
|
13807
|
+
if (!this.fastShotSaves || !this.fastShotsAgainst) {
|
|
13808
|
+
return 0;
|
|
13809
|
+
}
|
|
13810
|
+
return Math.round(1000 * this.fastShotSaves / this.fastShotsAgainst) / 10;
|
|
13811
|
+
},
|
|
13812
|
+
enumerable: false,
|
|
13813
|
+
configurable: true
|
|
13814
|
+
});
|
|
13412
13815
|
Object.defineProperty(WaterpoloGameStatistic.prototype, "inGameSaves", {
|
|
13413
13816
|
get: function () {
|
|
13414
13817
|
return (this.shSaves || 0) + (this.evSaves || 0) + (this.ppSaves || 0) +
|
|
13415
|
-
this.counterAttackSaves + this.maneuverSaves + this.centerForwardSaves
|
|
13818
|
+
this.counterAttackSaves + this.maneuverSaves + this.centerForwardSaves +
|
|
13819
|
+
this.perimetrShotSaves + this.postShotSaves + this.fastShotSaves;
|
|
13416
13820
|
},
|
|
13417
13821
|
enumerable: false,
|
|
13418
13822
|
configurable: true
|
|
@@ -13433,8 +13837,8 @@
|
|
|
13433
13837
|
});
|
|
13434
13838
|
Object.defineProperty(WaterpoloGameStatistic.prototype, "inGameGoalsAgainst", {
|
|
13435
13839
|
get: function () {
|
|
13436
|
-
return (this.goalsAgainst || 0) + (this.counterAttackGoalsAgainst || 0) + (this.maneuverGoalsAgainst || 0) +
|
|
13437
|
-
(this.
|
|
13840
|
+
return (this.goalsAgainst || 0) + (this.counterAttackGoalsAgainst || 0) + (this.maneuverGoalsAgainst || 0) + (this.centerForwardGoalsAgainst || 0) +
|
|
13841
|
+
(this.perimetrShotGoalsAgainst || 0) + (this.postShotGoalsAgainst || 0) + (this.fastShotGoalsAgainst || 0);
|
|
13438
13842
|
},
|
|
13439
13843
|
enumerable: false,
|
|
13440
13844
|
configurable: true
|
|
@@ -13507,7 +13911,8 @@
|
|
|
13507
13911
|
Object.defineProperty(WaterpoloGameStatistic.prototype, "totalShSaves", {
|
|
13508
13912
|
get: function () {
|
|
13509
13913
|
return (this.shCounterAttackSaves || 0) + (this.shManeuverSaves || 0) + (this.shCenterForwardSaves || 0) +
|
|
13510
|
-
(this.shSaves || 0) + (this.shFreeKickSaves || 0) + (this.shCornerSaves || 0)
|
|
13914
|
+
(this.shSaves || 0) + (this.shFreeKickSaves || 0) + (this.shCornerSaves || 0) +
|
|
13915
|
+
(this.shPerimetrShotSaves) + (this.shPostShotSaves) + (this.shFastShotSaves);
|
|
13511
13916
|
},
|
|
13512
13917
|
enumerable: false,
|
|
13513
13918
|
configurable: true
|
|
@@ -13515,7 +13920,8 @@
|
|
|
13515
13920
|
Object.defineProperty(WaterpoloGameStatistic.prototype, "totalShGoalsAgainst", {
|
|
13516
13921
|
get: function () {
|
|
13517
13922
|
return (this.shGoalsAgainst || 0) + (this.shFreeKickGoalsAgainst || 0) + (this.shCornerGoalsAgainst || 0) +
|
|
13518
|
-
(this.shCounterAttackGoalsAgainst || 0) + (this.shManeuverGoalsAgainst || 0) + (this.shCenterForwardGoalsAgainst || 0)
|
|
13923
|
+
(this.shCounterAttackGoalsAgainst || 0) + (this.shManeuverGoalsAgainst || 0) + (this.shCenterForwardGoalsAgainst || 0) +
|
|
13924
|
+
(this.shPerimetrShotGoalsAgainst || 0) + (this.shPostShotGoalsAgainst || 0) + (this.shFastShotGoalsAgainst || 0);
|
|
13519
13925
|
},
|
|
13520
13926
|
enumerable: false,
|
|
13521
13927
|
configurable: true
|
|
@@ -13540,7 +13946,8 @@
|
|
|
13540
13946
|
Object.defineProperty(WaterpoloGameStatistic.prototype, "totalEvSaves", {
|
|
13541
13947
|
get: function () {
|
|
13542
13948
|
return (this.evCounterAttackSaves || 0) + (this.evManeuverSaves || 0) + (this.evCenterForwardSaves || 0) +
|
|
13543
|
-
(this.evSaves || 0) + (this.evFreeKickSaves || 0) + (this.evCornerSaves || 0)
|
|
13949
|
+
(this.evSaves || 0) + (this.evFreeKickSaves || 0) + (this.evCornerSaves || 0) +
|
|
13950
|
+
(this.evPerimetrShotSaves) + (this.evPostShotSaves) + (this.evFastShotSaves);
|
|
13544
13951
|
},
|
|
13545
13952
|
enumerable: false,
|
|
13546
13953
|
configurable: true
|
|
@@ -13548,7 +13955,8 @@
|
|
|
13548
13955
|
Object.defineProperty(WaterpoloGameStatistic.prototype, "totalEvGoalsAgainst", {
|
|
13549
13956
|
get: function () {
|
|
13550
13957
|
return (this.evGoalsAgainst || 0) + (this.evFreeKickGoalsAgainst || 0) + (this.evCornerGoalsAgainst || 0) +
|
|
13551
|
-
(this.evCounterAttackGoalsAgainst || 0) + (this.evManeuverGoalsAgainst || 0) + (this.evCenterForwardGoalsAgainst || 0)
|
|
13958
|
+
(this.evCounterAttackGoalsAgainst || 0) + (this.evManeuverGoalsAgainst || 0) + (this.evCenterForwardGoalsAgainst || 0) +
|
|
13959
|
+
(this.evPerimetrShotGoalsAgainst || 0) + (this.evPostShotGoalsAgainst || 0) + (this.evFastShotGoalsAgainst || 0);
|
|
13552
13960
|
},
|
|
13553
13961
|
enumerable: false,
|
|
13554
13962
|
configurable: true
|
|
@@ -13743,7 +14151,66 @@
|
|
|
13743
14151
|
corner_passes: 'cornerPasses',
|
|
13744
14152
|
corner_selfs: 'cornerSelfs',
|
|
13745
14153
|
tackles: 'tackles',
|
|
13746
|
-
player_efficiency: 'playerEfficiency'
|
|
14154
|
+
player_efficiency: 'playerEfficiency',
|
|
14155
|
+
defense_select_positions: 'defenseSelectPositions',
|
|
14156
|
+
save_possessions: 'savePossessions',
|
|
14157
|
+
pp_perimetr_shot_goals: 'ppPerimetrShotGoals',
|
|
14158
|
+
pp_perimetr_shot_on_goals: 'ppPerimetrShotOnGoals',
|
|
14159
|
+
pp_perimetr_shot_misses: 'ppPerimetrShotMisses',
|
|
14160
|
+
pp_perimetr_shots_blocked: 'ppPerimetrShotsBlocked',
|
|
14161
|
+
ev_perimetr_shot_goals: 'evPerimetrShotGoals',
|
|
14162
|
+
ev_perimetr_shot_on_goals: 'evPerimetrShotOnGoals',
|
|
14163
|
+
ev_perimetr_shot_misses: 'evPerimetrShotMisses',
|
|
14164
|
+
ev_perimetr_shots_blocked: 'evPerimetrShotsBlocked',
|
|
14165
|
+
sh_perimetr_shot_goals: 'shPerimetrShotGoals',
|
|
14166
|
+
sh_perimetr_shot_on_goals: 'shPerimetrShotOnGoals',
|
|
14167
|
+
sh_perimetr_shot_misses: 'shPerimetrShotMisses',
|
|
14168
|
+
sh_perimetr_shots_blocked: 'shPerimetrShotsBlocked',
|
|
14169
|
+
pp_perimetr_shot_saves: 'ppPerimetrShotSaves',
|
|
14170
|
+
sh_perimetr_shot_saves: 'shPerimetrShotSaves',
|
|
14171
|
+
ev_perimetr_shot_saves: 'evPerimetrShotSaves',
|
|
14172
|
+
pp_perimetr_shot_goals_against: 'ppPerimetrShotGoalsAgainst',
|
|
14173
|
+
sh_perimetr_shot_goals_against: 'shPerimetrShotGoalsAgainst',
|
|
14174
|
+
ev_perimetr_shot_goals_against: 'evPerimetrShotGoalsAgainst',
|
|
14175
|
+
perimetr_shot_goals_against: 'perimetrShotGoalsAgainst',
|
|
14176
|
+
pp_post_shot_goals: 'ppPostShotGoals',
|
|
14177
|
+
pp_post_shot_on_goals: 'ppPostShotOnGoals',
|
|
14178
|
+
pp_post_shot_misses: 'ppPostShotMisses',
|
|
14179
|
+
pp_post_shots_blocked: 'ppPostShotsBlocked',
|
|
14180
|
+
ev_post_shot_goals: 'evPostShotGoals',
|
|
14181
|
+
ev_post_shot_on_goals: 'evPostShotOnGoals',
|
|
14182
|
+
ev_post_shot_misses: 'evPostShotMisses',
|
|
14183
|
+
ev_post_shots_blocked: 'evPostShotsBlocked',
|
|
14184
|
+
sh_post_shot_goals: 'shPostShotGoals',
|
|
14185
|
+
sh_post_shot_on_goals: 'shPostShotOnGoals',
|
|
14186
|
+
sh_post_shot_misses: 'shPostShotMisses',
|
|
14187
|
+
sh_post_shots_blocked: 'shPostShotsBlocked',
|
|
14188
|
+
pp_post_shot_saves: 'ppPostShotSaves',
|
|
14189
|
+
sh_post_shot_saves: 'shPostShotSaves',
|
|
14190
|
+
ev_post_shot_saves: 'evPostShotSaves',
|
|
14191
|
+
pp_post_shot_goals_against: 'ppPostShotGoalsAgainst',
|
|
14192
|
+
sh_post_shot_goals_against: 'shPostShotGoalsAgainst',
|
|
14193
|
+
ev_post_shot_goals_against: 'evPostShotGoalsAgainst',
|
|
14194
|
+
post_shot_goals_against: 'postShotGoalsAgainst',
|
|
14195
|
+
pp_fast_shot_goals: 'ppFastShotGoals',
|
|
14196
|
+
pp_fast_shot_on_goals: 'ppFastShotOnGoals',
|
|
14197
|
+
pp_fast_shot_misses: 'ppFastShotMisses',
|
|
14198
|
+
pp_fast_shots_blocked: 'ppFastShotsBlocked',
|
|
14199
|
+
ev_fast_shot_goals: 'evFastShotGoals',
|
|
14200
|
+
ev_fast_shot_on_goals: 'evFastShotOnGoals',
|
|
14201
|
+
ev_fast_shot_misses: 'evFastShotMisses',
|
|
14202
|
+
ev_fast_shots_blocked: 'evFastShotsBlocked',
|
|
14203
|
+
sh_fast_shot_goals: 'shFastShotGoals',
|
|
14204
|
+
sh_fast_shot_on_goals: 'shFastShotOnGoals',
|
|
14205
|
+
sh_fast_shot_misses: 'shFastShotMisses',
|
|
14206
|
+
sh_fast_shots_blocked: 'shFastShotsBlocked',
|
|
14207
|
+
pp_fast_shot_saves: 'ppFastShotSaves',
|
|
14208
|
+
sh_fast_shot_saves: 'shFastShotSaves',
|
|
14209
|
+
ev_fast_shot_saves: 'evFastShotSaves',
|
|
14210
|
+
pp_fast_shot_goals_against: 'ppFastShotGoalsAgainst',
|
|
14211
|
+
sh_fast_shot_goals_against: 'shFastShotGoalsAgainst',
|
|
14212
|
+
ev_fast_shot_goals_against: 'evFastShotGoalsAgainst',
|
|
14213
|
+
fast_shot_goals_against: 'fastShotGoalsAgainst',
|
|
13747
14214
|
},
|
|
13748
14215
|
relation: {
|
|
13749
14216
|
updatedAt: DateTimeField,
|
|
@@ -14817,6 +15284,23 @@
|
|
|
14817
15284
|
_b$b[exports.WaterpoloGameLogTypes.corner_pass] = 'Пас с углового',
|
|
14818
15285
|
_b$b[exports.WaterpoloGameLogTypes.corner_self] = 'Розыгрыш углового',
|
|
14819
15286
|
_b$b[exports.WaterpoloGameLogTypes.complete_penalty_time] = 'Досрочное завершение штрафа',
|
|
15287
|
+
_b$b[exports.WaterpoloGameLogTypes.defense_select_position] = 'Защита: выбор позиции',
|
|
15288
|
+
_b$b[exports.WaterpoloGameLogTypes.save_possession] = 'Сохранение владения',
|
|
15289
|
+
_b$b[exports.WaterpoloGameLogTypes.perimetr_shot_goal] = 'Гол с периметра',
|
|
15290
|
+
_b$b[exports.WaterpoloGameLogTypes.perimetr_shot_on_goal] = 'Бросок с периметра в створ',
|
|
15291
|
+
_b$b[exports.WaterpoloGameLogTypes.perimetr_shot_miss] = 'Бросок мимо с периметра',
|
|
15292
|
+
_b$b[exports.WaterpoloGameLogTypes.perimetr_shot_blocked] = 'Заблокирован бросок с периметра',
|
|
15293
|
+
_b$b[exports.WaterpoloGameLogTypes.perimetr_shot_save] = 'Отражен бросок с периметра',
|
|
15294
|
+
_b$b[exports.WaterpoloGameLogTypes.post_shot_goal] = 'Гол со штанги',
|
|
15295
|
+
_b$b[exports.WaterpoloGameLogTypes.post_shot_on_goal] = 'Бросок со штанги в створ',
|
|
15296
|
+
_b$b[exports.WaterpoloGameLogTypes.post_shot_miss] = 'Бросок мимо со штанги',
|
|
15297
|
+
_b$b[exports.WaterpoloGameLogTypes.post_shot_blocked] = 'Заблокирован бросок со штанги',
|
|
15298
|
+
_b$b[exports.WaterpoloGameLogTypes.post_shot_save] = 'Отражен бросок со штанги',
|
|
15299
|
+
_b$b[exports.WaterpoloGameLogTypes.fast_shot_goal] = 'Быстрый гол',
|
|
15300
|
+
_b$b[exports.WaterpoloGameLogTypes.fast_shot_on_goal] = 'Быстрый бросок в створ',
|
|
15301
|
+
_b$b[exports.WaterpoloGameLogTypes.fast_shot_miss] = 'Быстрый бросок мимо',
|
|
15302
|
+
_b$b[exports.WaterpoloGameLogTypes.fast_shot_blocked] = 'Заблокирован быстрый бросок',
|
|
15303
|
+
_b$b[exports.WaterpoloGameLogTypes.fast_shot_save] = 'Отражен быстрый бросок',
|
|
14820
15304
|
_b$b),
|
|
14821
15305
|
_a$b[Locales.en] = (_c$b = {},
|
|
14822
15306
|
_c$b[exports.WaterpoloGameLogTypes.enter_game] = 'Entering the court',
|
|
@@ -14883,6 +15367,23 @@
|
|
|
14883
15367
|
_c$b[exports.WaterpoloGameLogTypes.corner_pass] = 'Pass from the corner',
|
|
14884
15368
|
_c$b[exports.WaterpoloGameLogTypes.corner_self] = 'Drawing a corner',
|
|
14885
15369
|
_c$b[exports.WaterpoloGameLogTypes.complete_penalty_time] = 'Early completion of the fine',
|
|
15370
|
+
_c$b[exports.WaterpoloGameLogTypes.defense_select_position] = 'Defense: position selection',
|
|
15371
|
+
_c$b[exports.WaterpoloGameLogTypes.save_possession] = 'Maintaining possession',
|
|
15372
|
+
_c$b[exports.WaterpoloGameLogTypes.perimetr_shot_goal] = 'Goal from the perimeter',
|
|
15373
|
+
_c$b[exports.WaterpoloGameLogTypes.perimetr_shot_on_goal] = 'Throw from perimeter on target',
|
|
15374
|
+
_c$b[exports.WaterpoloGameLogTypes.perimetr_shot_miss] = 'Throw past from the perimeter',
|
|
15375
|
+
_c$b[exports.WaterpoloGameLogTypes.perimetr_shot_blocked] = 'A throw from perimeter is blocked',
|
|
15376
|
+
_c$b[exports.WaterpoloGameLogTypes.perimetr_shot_save] = 'A throw from perimeter is saved',
|
|
15377
|
+
_c$b[exports.WaterpoloGameLogTypes.post_shot_goal] = 'Goal from the post',
|
|
15378
|
+
_c$b[exports.WaterpoloGameLogTypes.post_shot_on_goal] = 'Throw from post on target',
|
|
15379
|
+
_c$b[exports.WaterpoloGameLogTypes.post_shot_miss] = 'Throw past from the post',
|
|
15380
|
+
_c$b[exports.WaterpoloGameLogTypes.post_shot_blocked] = 'A throw from post is blocked',
|
|
15381
|
+
_c$b[exports.WaterpoloGameLogTypes.post_shot_save] = 'A throw from post is saved',
|
|
15382
|
+
_c$b[exports.WaterpoloGameLogTypes.fast_shot_goal] = 'Fast goal',
|
|
15383
|
+
_c$b[exports.WaterpoloGameLogTypes.fast_shot_on_goal] = 'Fast throw on target',
|
|
15384
|
+
_c$b[exports.WaterpoloGameLogTypes.fast_shot_miss] = 'Fast throw is missed',
|
|
15385
|
+
_c$b[exports.WaterpoloGameLogTypes.fast_shot_blocked] = 'Fast throw is blocked',
|
|
15386
|
+
_c$b[exports.WaterpoloGameLogTypes.fast_shot_save] = 'Fast throw is saved',
|
|
14886
15387
|
_c$b),
|
|
14887
15388
|
_a$b);
|
|
14888
15389
|
|