mirror of
https://gitlab.com/lecarore/breakout71.git
synced 2025-04-24 14:06:16 -04:00
Build 29071903
This commit is contained in:
parent
1b94bcd6be
commit
96aae001b4
7 changed files with 10 additions and 10 deletions
|
@ -1,5 +1,5 @@
|
|||
// The version of the cache.
|
||||
const VERSION = "29071900";
|
||||
const VERSION = "29071903";
|
||||
|
||||
// The name of the cache
|
||||
const CACHE_NAME = `breakout-71-${VERSION}`;
|
||||
|
|
|
@ -1 +1 @@
|
|||
"29071900"
|
||||
"29071903"
|
||||
|
|
|
@ -221,7 +221,7 @@
|
|||
"upgrades.implosions.tooltip": "Explosions suck coins in instead of blowing them out",
|
||||
"upgrades.implosions.verbose_description": "The explosion force is applied the other way. Further levels act as \"bigger explosion\"",
|
||||
"upgrades.instant_upgrade.name": "Instant upgrade",
|
||||
"upgrades.instant_upgrade.tooltip": "+1 upgrade now, -1 choice until game end.",
|
||||
"upgrades.instant_upgrade.tooltip": "+2 upgrade now, -1 choice until game end.",
|
||||
"upgrades.instant_upgrade.verbose_description": "Immediately pick two upgrades, so that you get one free one and one to repay the one used to get this perk. Every further menu to pick upgrades will have fewer options to choose from.",
|
||||
"upgrades.left_is_lava.name": "Avoid left side",
|
||||
"upgrades.left_is_lava.tooltip": "+{{lvl}} combo per brick broken. Combo resets if ball hits the left side of the screen",
|
||||
|
|
|
@ -221,7 +221,7 @@
|
|||
"upgrades.implosions.tooltip": "Les explosions aspirent les pièces au lieu de les faire exploser.",
|
||||
"upgrades.implosions.verbose_description": "La force d’explosion est appliquée dans l’autre sens. Les niveaux 2+ augmentent la puissance de l'implosion. ",
|
||||
"upgrades.instant_upgrade.name": "Un tiens vaut deux tu l'auras",
|
||||
"upgrades.instant_upgrade.tooltip": "-1 amélioration maintenant, mais un choix de mois jusqu'à la fin de la partie.",
|
||||
"upgrades.instant_upgrade.tooltip": "+2 améliorations, -1 choix jusqu'à la fin de la partie.",
|
||||
"upgrades.instant_upgrade.verbose_description": "Choisissez immédiatement deux améliorations, afin d'en obtenir une gratuite et une autre pour rembourser celle utilisée pour obtenir cet avantage. Chaque fois que vous choisirez des améliorations dans le menu suivant, vous aurez moins de choix.",
|
||||
"upgrades.left_is_lava.name": "Éviter le côté gauche",
|
||||
"upgrades.left_is_lava.tooltip": "+{{lvl}} combo par brique, perdu en touchant le bord gauche",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue