mirror of
https://gitlab.com/lecarore/breakout71.git
synced 2025-05-07 12:17:13 -04:00
Build 29071900
This commit is contained in:
parent
4bb5d820c5
commit
1b94bcd6be
16 changed files with 526 additions and 143 deletions
|
@ -170,6 +170,9 @@
|
|||
"upgrades.bigger_puck.name": "Bigger paddle",
|
||||
"upgrades.bigger_puck.tooltip": "Easily catch more coins.",
|
||||
"upgrades.bigger_puck.verbose_description": "A bigger paddle makes it easier to never miss the ball and to catch more coins, and also to precisely angle the bounces (the ball's angle only depends on where it hits the paddle). ",
|
||||
"upgrades.bricks_attract_coins.name": "Bricks attract coins",
|
||||
"upgrades.bricks_attract_coins.tooltip": "Helps them stay up there",
|
||||
"upgrades.bricks_attract_coins.verbose_description": "",
|
||||
"upgrades.clairvoyant.name": "Clairvoyant",
|
||||
"upgrades.clairvoyant.tooltip": "See upcoming levels, bricks HP and ball direction",
|
||||
"upgrades.clairvoyant.verbose_description": "Helps you pick the right upgrades and understand what's going on with sturdy bricks. Level 2 and 3 bring additional knowledge of dubious utility (reachable in loop mode)",
|
||||
|
@ -211,6 +214,9 @@
|
|||
"upgrades.hot_start.name": "Hot start",
|
||||
"upgrades.hot_start.tooltip": "Start at combo {{start}}, -{{loss}} combo per second",
|
||||
"upgrades.hot_start.verbose_description": "At the start of every level, your combo will start at +30 points, but then every second it will be decreased by one. The effect stacks with other perks. ",
|
||||
"upgrades.hypnosis.name": "Hypnosis",
|
||||
"upgrades.hypnosis.tooltip": "Whenever a brick changes color, teleport that coin to the nearest ball and recharge its ability to stain a brick. ",
|
||||
"upgrades.hypnosis.verbose_description": "",
|
||||
"upgrades.implosions.name": "Implosions",
|
||||
"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\"",
|
||||
|
@ -225,7 +231,7 @@
|
|||
"upgrades.limitless.verbose_description": "Choosing this perk also raises his own limit by one, letting you pick it again.",
|
||||
"upgrades.metamorphosis.name": "Metamorphosis",
|
||||
"upgrades.metamorphosis.tooltip": "Each coin can stain {{lvl}} brick(s) with its color",
|
||||
"upgrades.metamorphosis.verbose_description": "With this perk, coins will be of the color of the brick they come from, and will color the first brick they touch in the same color. \n\nCoins spawn with the speed of the ball that broke them, which means you can aim a bit in the direction of the bricks you want to \"paint\".",
|
||||
"upgrades.metamorphosis.verbose_description": "With this perk, coins will be of the color of the brick they come from, and will color the first brick they touch in the same color. Coins spawn with the speed of the ball that broke them, which means you can aim a bit in the direction of the bricks you want to \"paint\". At level 1, each coin can color 1 bricks before it is \"spent\" and appears hollow. ",
|
||||
"upgrades.minefield.name": "Minefield",
|
||||
"upgrades.minefield.tooltip": "+{{lvl}} combo per bomb brick on screen",
|
||||
"upgrades.minefield.verbose_description": "Adds +lvl to the combo when a brick is place, -lvl when it is destroyed, and raises the base combo by the number of bricks times lvl",
|
||||
|
@ -254,6 +260,9 @@
|
|||
"upgrades.puck_repulse_ball.name": "Soft landing",
|
||||
"upgrades.puck_repulse_ball.tooltip": "Paddle repulses balls",
|
||||
"upgrades.puck_repulse_ball.verbose_description": "When a ball gets close to the paddle, it will start slowing down, and even potentially bouncing without touching the paddle.",
|
||||
"upgrades.rainbow.name": "Rainbow",
|
||||
"upgrades.rainbow.tooltip": "Coins spawn with rainbow color.",
|
||||
"upgrades.rainbow.verbose_description": "Each level increases the proportion of colored coins. The color depends on level time. ",
|
||||
"upgrades.reach.name": "Top down",
|
||||
"upgrades.reach.tooltip": " Touching the N bricks of the lowest row resets the combo. Otherwise, +N combo",
|
||||
"upgrades.reach.verbose_description": "If there is only one row of bricks, or if the lowest row of bricks cover the whole width of the game, then this perk does nothing. Otherwise, breaking this lowest row resets the combo, while breaking anything else increases the combo by the number of bricks present on that lowest row. \n\nThe lowest row will be highlighted in red. ",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue