Fixed dice excluding last face, increased max rolls to 20. Increased default number of Hunt guesses. Increased default Riddle timeout.
This commit is contained in:
@@ -79,17 +79,17 @@ module.exports = {
|
||||
timeout: 60,
|
||||
},
|
||||
riddle: {
|
||||
timeout: 20,
|
||||
timeout: 30,
|
||||
score: false,
|
||||
},
|
||||
dice: {
|
||||
maxRolls: 10,
|
||||
maxRolls: 20,
|
||||
maxFaces: 1000,
|
||||
},
|
||||
hangman: {
|
||||
hunt: {
|
||||
minLength: 5,
|
||||
maxLength: 9,
|
||||
guesses: [2, 3, 4, 5, 6, 7], // by word length, last number repeats for longer words
|
||||
// guesses: 6, // fixed
|
||||
guesses: [4, 4, 6, 7, 9],
|
||||
// guesses: [2, 3, 4, 5, 6, 7], // by word length, last number repeats for longer words
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user