diff --git a/parts/language/dict_en.lua b/parts/language/dict_en.lua index 01f14c85..e6832762 100644 --- a/parts/language/dict_en.lua +++ b/parts/language/dict_en.lua @@ -637,14 +637,14 @@ return{ "The delay between block touching the ground and locking down (i.e. can no longer be controlled, and the next piece spawns).\nModern Tetris games often have forgiving lockdown delay mechanics where you can reset this delay by moving or rotating (up to 15 times), and you can sometimes stall for time by doing this. Classic Tetris games often have a far less forgiving lockdown delay.", }, {"ARE", - "are delay", + "are appearance spawn delay", "term", - "",--TODO + "Sometimes called the Entry Delay. ARE refers to the delay between the lockdown of one piece and the spawn of another piece.", }, {"line ARE", - "line are delay", + "line appearance are delay", "term", - "",--TODO + "The delay between the start of a line clear animation to the spawn of the next piece.", }, {"Finesse", "finesse", @@ -704,17 +704,17 @@ return{ {"HisPool generator", "hisPool history pool", "term", - "",--TODO + "History Pool, a generator based on the His generator. It introduced a mechanism called \"Pool\". When generating a new piece, HisPool randomly selects a piece from the Pool and increase the probability of spawning of the least frequent piece.\n\nThis mechanism makes the sequence more stable and ensures that the drought won't last forever.", }, {"bagES generator", - "bages", + "bages easy start", "term", - "*Techmino-exclusive*\n",--TODO + "*Techmino-exclusive*\nBag Easy-Start, an improved Bag generator. The first piece in the first bag won't be those hard-to-place pieces (S/Z/O/S5/Z5/F/E/W/X/N/H).", }, {"Reverb generator", "reverb", "term", - "*Techmino-exclusive*\n",--TODO + "*Techmino-exclusive*\nA generator derived from Bag. Based on Bag generator, the Reverb generator repeats each piece several times. The probability of repetition decreases when a certain piece repeats too frequently and vice versa. ", }, {"Hypertapping", "hypertapping",