mirror of
https://gitlab.com/lecarore/breakout71.git
synced 2025-05-07 12:17:13 -04:00
wip
This commit is contained in:
parent
3a9e06207e
commit
88d746e7a1
15 changed files with 372 additions and 48 deletions
|
@ -288,6 +288,9 @@
|
|||
"upgrades.corner_shot.name": "Corner shot",
|
||||
"upgrades.corner_shot.tooltip": "Lets your paddle overlap with the borders of the screen",
|
||||
"upgrades.corner_shot.verbose_description": "Helps with aiming in the corners. Further levels let you go further out. ",
|
||||
"upgrades.double_or_nothing.name": "Double or nothing",
|
||||
"upgrades.double_or_nothing.tooltip": "Combo climbs {{multiplier}} times faster, but you'll loose {{percent}}% of your score at each reset.",
|
||||
"upgrades.double_or_nothing.verbose_description": "",
|
||||
"upgrades.etherealcoins.name": "Coins, in Space",
|
||||
"upgrades.etherealcoins.tooltip": "Coins are no longer affected by gravity",
|
||||
"upgrades.etherealcoins.verbose_description": "The coins will maintain their speed even after several bounces, and will no longer be affected by gravity.",
|
||||
|
@ -347,7 +350,7 @@
|
|||
"upgrades.ottawa_treaty.tooltip": "Breaking a brick near a bomb disarms it",
|
||||
"upgrades.ottawa_treaty.verbose_description": "The nearby bomb will be replaced by a colored block. If you have sapper, the ball will loose its sapper effect until next bounce. Only one bomb can be replaced at a time.",
|
||||
"upgrades.passive_income.name": "Passive income",
|
||||
"upgrades.passive_income.tooltip": "+{{lvl}} combo / brick, unless the paddle moved in the last {{time}}s, then it resets instead",
|
||||
"upgrades.passive_income.tooltip": "+{{lvl}} combo / brick, paddle is immaterial {{time}}s after moving",
|
||||
"upgrades.passive_income.verbose_description": "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": "+{{lvl}} combo per brick broken, resets on ball color change",
|
||||
|
@ -448,6 +451,9 @@
|
|||
"upgrades.wind.name": "Wind",
|
||||
"upgrades.wind.tooltip": "Paddle position creates wind",
|
||||
"upgrades.wind.verbose_description": "Wind depends on paddle position: left blows left, right blows right. Affects both balls and coins.",
|
||||
"upgrades.wrap_left.name": "Wrap left",
|
||||
"upgrades.wrap_left.tooltip": "Hitting the left side teleports the ball to the right side",
|
||||
"upgrades.wrap_left.verbose_description": "Higher levels might teleport coins too",
|
||||
"upgrades.yoyo.name": "Yo-yo",
|
||||
"upgrades.yoyo.tooltip": "Ball falls toward 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