diff --git a/content/adventures/prehistoric/intro.fr.lor b/content/adventures/prehistoric/intro.fr.lor index fd9e4a9..3f6e05a 100644 --- a/content/adventures/prehistoric/intro.fr.lor +++ b/content/adventures/prehistoric/intro.fr.lor @@ -353,4 +353,4 @@ Et cet homme des cavernes était Grug. À moins que c'était Duncan. Grug pas tr C'était définitivement Grug. Duncan était juste là pour le soutien moral. #grug-stats // "Understanding level: $understanding. Box damage: $boxDamage. Words invented: too many." -Niveau de compréhension : $understanding. Dégâts sur la boîte : $boxDamage. Mots inventés : trop. +Niveau de compréhension : $understanding. Dégâts sur la boîte : $boxDamage. Mots inventés : beaucoup. diff --git a/content/adventures/prehistoric/intro.lor b/content/adventures/prehistoric/intro.lor index 1501b46..2b510d7 100644 --- a/content/adventures/prehistoric/intro.lor +++ b/content/adventures/prehistoric/intro.lor @@ -229,5 +229,5 @@ beat Ending grug: And they will think: \"Some cave person started this. Some cave person was the first.\" #grug-first grug: And that cave person was Grug. Unless it was Duncan. Grug not great with credit. #grug-credit duncan: It was definitely Grug. Duncan was just here for emotional support. #duncan-credit - grug: Understanding level: $understanding. Box damage: $boxDamage. Words invented: too many. #grug-stats + grug: Understanding level: $understanding. Box damage: $boxDamage. Words invented: many. #grug-stats -> . diff --git a/content/data/boxes.json b/content/data/boxes.json index 62e28ed..0bf69b5 100644 --- a/content/data/boxes.json +++ b/content/data/boxes.json @@ -36,7 +36,7 @@ {"itemDefinitionId": "box_story", "weight": 1, "condition": {"type": "BoxesOpenedAbove", "value": 5}}, {"itemDefinitionId": "box_cookie", "weight": 1, "condition": {"type": "BoxesOpenedAbove", "value": 3}}, {"itemDefinitionId": "box_music", "weight": 1, "condition": {"type": "BoxesOpenedAbove", "value": 10}}, - {"itemDefinitionId": "box_endgame", "weight": 1, "condition": {"type": "BoxesOpenedAbove", "value": 500}} + {"itemDefinitionId": "box_endgame", "weight": 1, "condition": {"type": "BoxesOpenedAbove", "value": 200}} ] } },