调整c2出块算法在词典里的位置
调整中文词典几个搜索关键字
This commit is contained in:
@@ -904,6 +904,12 @@ FNNS and {"Support 3",
|
||||
"term",
|
||||
"A generator used in Techmino, derived from the Bag generator. The Reverb generator repeats each block several times based on the sequence of the Bag Generator. The probability of repetition decreases with the previous presence of that block. The theoretical number of repetition(s) ranges from 0 to 6.",
|
||||
},
|
||||
{"C2 Generator",
|
||||
"cultris2generator cultrisiigenerator c2generator",
|
||||
"term",
|
||||
"The generator in Culturis 2 uses the following algorithm to generate block sequences:\n1. Set the weight of all tetrominoes to 0 at the beginning of the game.\n2. Divide all weights by 2, then add a random number (0-1) to all weights.\n3. Pick the tetromino with the highest weight, then divide that tetromino's weight by 3.5.\n4. Repeat from step 2.",
|
||||
-- Discovered by zxc
|
||||
},
|
||||
{"Hypertapping",
|
||||
"hypertapping",
|
||||
"term",
|
||||
@@ -929,12 +935,6 @@ FNNS and {"Support 3",
|
||||
"term",
|
||||
"See the User Guide in the lower right corner of the home page.",
|
||||
},
|
||||
{"C2 Generator",
|
||||
"cultris2generator cultrisiigenerator c2generator",
|
||||
"term",
|
||||
"The generator in Culturis 2 uses the following algorithm to generate block sequences:\n1. Set the weight of all tetrominoes to 0 at the beginning of the game.\n2. Divide all weights by 2, then add a random number (0-1) to all weights.\n3. Pick the tetromino with the highest weight, then divide that tetromino's weight by 3.5.\n4. Repeat from step 2.",
|
||||
-- Discovered by zxc
|
||||
},
|
||||
{"Stacking",
|
||||
"stacking",
|
||||
"term",
|
||||
|
||||
Reference in New Issue
Block a user