Balance and prehistoric tweak

This commit is contained in:
Samuel Bouchet 2026-03-15 20:28:12 +01:00
parent 2e68e541ba
commit f9b44975ce
3 changed files with 3 additions and 3 deletions

View file

@ -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. 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." #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.

View file

@ -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 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 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 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
-> . -> .

View file

@ -36,7 +36,7 @@
{"itemDefinitionId": "box_story", "weight": 1, "condition": {"type": "BoxesOpenedAbove", "value": 5}}, {"itemDefinitionId": "box_story", "weight": 1, "condition": {"type": "BoxesOpenedAbove", "value": 5}},
{"itemDefinitionId": "box_cookie", "weight": 1, "condition": {"type": "BoxesOpenedAbove", "value": 3}}, {"itemDefinitionId": "box_cookie", "weight": 1, "condition": {"type": "BoxesOpenedAbove", "value": 3}},
{"itemDefinitionId": "box_music", "weight": 1, "condition": {"type": "BoxesOpenedAbove", "value": 10}}, {"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}}
] ]
} }
}, },