@mtgame/core 0.1.134 → 0.1.136
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 +16 -14
- package/bundles/mtgame-core.umd.js.map +1 -1
- package/esm2015/localization/waterpolo-game-log-types.js +15 -15
- package/esm2015/models/waterpolo-statistic.js +3 -1
- package/fesm2015/mtgame-core.js +16 -14
- package/fesm2015/mtgame-core.js.map +1 -1
- package/models/waterpolo-statistic.d.ts +2 -0
- package/mtgame-core.metadata.json +1 -1
- package/package.json +1 -1
|
@@ -6642,6 +6642,8 @@
|
|
|
6642
6642
|
total_shots_against: 'totalShotsAgainst',
|
|
6643
6643
|
total_saves_percent: 'totalSavesPercent',
|
|
6644
6644
|
total_sh_goals_against: 'totalShGoalsAgainst',
|
|
6645
|
+
in_game_goals_against: 'inGameGoalsAgainst',
|
|
6646
|
+
totalGoalsAgainst: 'totalGoalsAgainst',
|
|
6645
6647
|
newbie: 'newbie',
|
|
6646
6648
|
rank: 'rank',
|
|
6647
6649
|
},
|
|
@@ -12156,18 +12158,18 @@
|
|
|
12156
12158
|
_a$a[exports.WaterpoloGameLogTypes.enter_game] = 'Выход на площадку',
|
|
12157
12159
|
_a$a[exports.WaterpoloGameLogTypes.exit_game] = 'Ушел с площадки',
|
|
12158
12160
|
_a$a[exports.WaterpoloGameLogTypes.shot_miss] = 'Бросок мимо',
|
|
12159
|
-
_a$a[exports.WaterpoloGameLogTypes.counterattack_miss] = 'Бросок мимо',
|
|
12160
|
-
_a$a[exports.WaterpoloGameLogTypes.maneuver_miss] = 'Бросок мимо',
|
|
12161
|
-
_a$a[exports.WaterpoloGameLogTypes.center_forward_miss] = 'Бросок мимо',
|
|
12161
|
+
_a$a[exports.WaterpoloGameLogTypes.counterattack_miss] = 'Бросок мимо в контратаке',
|
|
12162
|
+
_a$a[exports.WaterpoloGameLogTypes.maneuver_miss] = 'Бросок мимо в маневре',
|
|
12163
|
+
_a$a[exports.WaterpoloGameLogTypes.center_forward_miss] = 'Бросок мимо со столба',
|
|
12162
12164
|
_a$a[exports.WaterpoloGameLogTypes.shot_on_goal] = 'Бросок по воротам',
|
|
12163
|
-
_a$a[exports.WaterpoloGameLogTypes.counterattack_on_goal] = 'Бросок по воротам',
|
|
12164
|
-
_a$a[exports.WaterpoloGameLogTypes.maneuver_on_goal] = 'Бросок по воротам',
|
|
12165
|
-
_a$a[exports.WaterpoloGameLogTypes.center_forward_on_goal] = 'Бросок по воротам',
|
|
12165
|
+
_a$a[exports.WaterpoloGameLogTypes.counterattack_on_goal] = 'Бросок по воротам в контратаке',
|
|
12166
|
+
_a$a[exports.WaterpoloGameLogTypes.maneuver_on_goal] = 'Бросок по воротам в маневре',
|
|
12167
|
+
_a$a[exports.WaterpoloGameLogTypes.center_forward_on_goal] = 'Бросок по воротам со столба',
|
|
12166
12168
|
_a$a[exports.WaterpoloGameLogTypes.shot_blocked] = 'Заблокированный бросок',
|
|
12167
12169
|
_a$a[exports.WaterpoloGameLogTypes.goal] = 'Гол',
|
|
12168
|
-
_a$a[exports.WaterpoloGameLogTypes.maneuver_goal] = 'Гол',
|
|
12169
|
-
_a$a[exports.WaterpoloGameLogTypes.counterattack_goal] = 'Гол',
|
|
12170
|
-
_a$a[exports.WaterpoloGameLogTypes.center_forward_goal] = 'Гол',
|
|
12170
|
+
_a$a[exports.WaterpoloGameLogTypes.maneuver_goal] = 'Гол в маневре',
|
|
12171
|
+
_a$a[exports.WaterpoloGameLogTypes.counterattack_goal] = 'Гол в контратаке',
|
|
12172
|
+
_a$a[exports.WaterpoloGameLogTypes.center_forward_goal] = 'Гол со столба',
|
|
12171
12173
|
_a$a[exports.WaterpoloGameLogTypes.shootout_attempt] = 'Пенальти промах',
|
|
12172
12174
|
_a$a[exports.WaterpoloGameLogTypes.shootout_goal] = 'Пенальти гол',
|
|
12173
12175
|
_a$a[exports.WaterpoloGameLogTypes.after_game_shootout_attempt] = 'Пенальти промах',
|
|
@@ -12185,11 +12187,11 @@
|
|
|
12185
12187
|
_a$a[exports.WaterpoloGameLogTypes.face_off_lose] = 'Проигрыш в спринте',
|
|
12186
12188
|
_a$a[exports.WaterpoloGameLogTypes.face_off_win] = 'Победа в спринте',
|
|
12187
12189
|
_a$a[exports.WaterpoloGameLogTypes.save] = 'Отражен бросок',
|
|
12188
|
-
_a$a[exports.WaterpoloGameLogTypes.counterattack_save] = 'Отражен бросок',
|
|
12189
|
-
_a$a[exports.WaterpoloGameLogTypes.maneuver_save] = 'Отражен бросок',
|
|
12190
|
-
_a$a[exports.WaterpoloGameLogTypes.center_forward_save] = 'Отражен бросок',
|
|
12191
|
-
_a$a[exports.WaterpoloGameLogTypes.free_kick_save] = 'Отражен бросок',
|
|
12192
|
-
_a$a[exports.WaterpoloGameLogTypes.corner_save] = 'Отражен бросок',
|
|
12190
|
+
_a$a[exports.WaterpoloGameLogTypes.counterattack_save] = 'Отражен бросок в контратаке',
|
|
12191
|
+
_a$a[exports.WaterpoloGameLogTypes.maneuver_save] = 'Отражен бросок с маневра',
|
|
12192
|
+
_a$a[exports.WaterpoloGameLogTypes.center_forward_save] = 'Отражен бросок со столба',
|
|
12193
|
+
_a$a[exports.WaterpoloGameLogTypes.free_kick_save] = 'Отражен бросок со свободного',
|
|
12194
|
+
_a$a[exports.WaterpoloGameLogTypes.corner_save] = 'Отражен бросок с углового',
|
|
12193
12195
|
_a$a[exports.WaterpoloGameLogTypes.shootout_save] = 'Отражен бросок',
|
|
12194
12196
|
_a$a[exports.WaterpoloGameLogTypes.after_game_shootout_save] = 'Отражен бросок',
|
|
12195
12197
|
_a$a[exports.WaterpoloGameLogTypes.timeout] = 'Таймаут',
|