mirror of
https://gitlab.com/lecarore/breakout71.git
synced 2025-06-21 21:50:34 -04:00
Build 29126551
This commit is contained in:
parent
4c135968e0
commit
810df5962a
20 changed files with 295 additions and 69 deletions
|
@ -374,7 +374,7 @@
|
|||
"upgrades.passive_income.verbose_description": "+{{lvl}} combo / brick broken, paddle is immaterial {{time}}s after moving. Some perks can help the balls do what you want without needing to do anything.",
|
||||
"upgrades.picky_eater.name": "Picky eater",
|
||||
"upgrades.picky_eater.tooltip": "More coins if you break bricks color by color",
|
||||
"upgrades.picky_eater.verbose_description": "Whenever you break a brick the same color as your ball, your combo increases by one. \nIf it's a different color, the ball takes that new color, but the combo resets, unless there were no bricks left of the ball's color. \nOnce you get a combo higher than your minimum, the bricks of the wrong color will get a red border. \nIf you have more than one ball, they all switch color whenever one of them hits a brick.",
|
||||
"upgrades.picky_eater.verbose_description": "Whenever you break a brick the same color as your ball, your combo increases by the number of colors on screen. \nIf it's a different color, the ball takes that new color, but the combo resets, unless there were no bricks left of the ball's color. \nOnce you get a combo higher than your minimum, the bricks of the wrong color will get a red border. \nIf you have more than one ball, they all switch color whenever one of them hits a brick.",
|
||||
"upgrades.pierce.name": "Piercing",
|
||||
"upgrades.pierce.tooltip": "Ball pierces {{count}} bricks after a paddle bounce",
|
||||
"upgrades.pierce.verbose_description": "The ball normally bounces as soon as it touches something. With this perk, it will continue its trajectory for up to 3 bricks broken. \n\nAfter that, it will bounce on the 4th brick, and you'll need to touch the paddle to reset the counter.",
|
||||
|
@ -474,6 +474,9 @@
|
|||
"upgrades.wrap_right.name": "Wrap right",
|
||||
"upgrades.wrap_right.tooltip": "Hitting the right side teleports the ball to the left side",
|
||||
"upgrades.wrap_right.verbose_description": "Higher levels teleport coins too.",
|
||||
"upgrades.wrap_up.name": "Wrap up",
|
||||
"upgrades.wrap_up.tooltip": "Touching the top of the screen will teleport the ball just above the paddle.",
|
||||
"upgrades.wrap_up.verbose_description": "This won't count as a puck hit. At level 2, coins teleport too. ",
|
||||
"upgrades.yoyo.name": "Yo-yo",
|
||||
"upgrades.yoyo.tooltip": "The ball falls toward the paddle",
|
||||
"upgrades.yoyo.verbose_description": "It's the opposite of telekinesis, control the ball while it's falling back down.",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue