diff --git a/backend/src/constants/funbox-list.ts b/backend/src/constants/funbox-list.ts index 046876e41..855095000 100644 --- a/backend/src/constants/funbox-list.ts +++ b/backend/src/constants/funbox-list.ts @@ -171,6 +171,12 @@ const FunboxList: MonkeyTypes.FunboxMetadata[] = [ properties: ["changesWordsVisibility", "toPush:2", "noInfiniteDuration"], name: "plus_one", }, + { + canGetPb: true, + difficultyLevel: 1, + properties: ["changesWordsVisibility", "toPush:1", "noInfiniteDuration"], + name: "plus_zero", + }, { canGetPb: true, difficultyLevel: 0, diff --git a/frontend/src/ts/test/funbox/funbox-list.ts b/frontend/src/ts/test/funbox/funbox-list.ts index 974e4090c..46a13921d 100644 --- a/frontend/src/ts/test/funbox/funbox-list.ts +++ b/frontend/src/ts/test/funbox/funbox-list.ts @@ -116,9 +116,14 @@ const list: MonkeyTypes.FunboxMetadata[] = [ numbers: [false], }, }, + { + name: "plus_zero", + info: "React quickly! Only the current word is visible.", + properties: ["changesWordsVisibility", "toPush:1", "noInfiniteDuration"], + }, { name: "plus_one", - info: "React quickly! Only one future word is visible.", + info: "Only one future word is visible.", properties: ["changesWordsVisibility", "toPush:2", "noInfiniteDuration"], }, { diff --git a/frontend/static/funbox/_list.json b/frontend/static/funbox/_list.json index 550ac0e88..e471737a7 100644 --- a/frontend/static/funbox/_list.json +++ b/frontend/static/funbox/_list.json @@ -84,9 +84,14 @@ "info": "!@#$%^&*. Only special characters.", "canGetPb": false }, + { + "name": "plus_zero", + "info": "React quickly! Only the current word is visible.", + "canGetPb": true + }, { "name": "plus_one", - "info": "React quickly! Only one future word is visible.", + "info": "Only one future word is visible.", "canGetPb": true }, {