mirror of
https://gitlab.com/lecarore/breakout71.git
synced 2025-05-08 04:31:04 -04:00
Overcomplicated looping mechanic
This commit is contained in:
parent
5012076039
commit
39b326a15b
18 changed files with 296 additions and 125 deletions
|
@ -5,10 +5,11 @@
|
|||
"confirmRestart.yes": "Restart game",
|
||||
"debuffs.banned.description": "{{lvl}} banned perk(s) : {{banned}}.",
|
||||
"debuffs.banned.help": "{{perk}} is banned for this run.",
|
||||
"debuffs.fragility.help": "Explosions destroy {{percent}} of coins and reset combo.",
|
||||
"debuffs.deadly_coins.help": "{{lvl}} ou of 10 000 coins spawn deadly, blinking red. Game over if you catch them, unless you had an extra life to spare.",
|
||||
"debuffs.fragility.help": "Explosions destroy {{percent}}% of coins and reset combo.",
|
||||
"debuffs.frozen_coins.help": "{{lvl}} coins out of 10000 spawn frozen, and will lock the puck for 0.5s if caught.",
|
||||
"debuffs.interference.help": "Telekinesis and yo-yo glitch for {{lvl}}s every 7s.",
|
||||
"debuffs.more_bombs.help": "{{lvl}} bricks replaced by bombs.",
|
||||
"debuffs.negative_coins.help": "{{lvl}}/10000 of coins spawn cursed, blinking red. Game over if you catch them.",
|
||||
"debuffs.sturdiness.help": "All bricks have +{{lvl}} HP",
|
||||
"gameOver.because_cursed_coin": "Game over",
|
||||
"gameOver.because_cursed_coin_intro": "You cough a cursed coin (bright red coins) and didn't have a extra life to spare. ",
|
||||
|
@ -130,6 +131,7 @@
|
|||
"sandbox.title": "Sandbox mode",
|
||||
"sandbox.unlocks_at": "Unlocks at total score {{score}}",
|
||||
"score_panel.bebuffs_list": "De-buffs :",
|
||||
"score_panel.rerolls_count": "You have accumulated {{rerolls}} rerolls",
|
||||
"score_panel.test_run": "This is a test run, score is not recorded permanently",
|
||||
"score_panel.title": "{{score}} points at level {{level}}/{{max}} ",
|
||||
"score_panel.title_looped": "{{score}} points at level {{level}}/{{max}} of loop {{loop}}",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue