Version 1.0.22

This commit is contained in:
2023-07-11 22:00:55 +00:00
parent e3d5caae1e
commit 9c58e91959
104 changed files with 4613 additions and 490 deletions

View File

@@ -7,7 +7,7 @@
#Range: 0 ~ 1000
heartsPerMilestone = 2
#A list of numbers of unique foods you need to eat to unlock each milestone, in ascending order. Naturally, adding more milestones lets you earn more hearts.
milestones = [5, 10, 15, 20, 25]
milestones = [5, 10, 20, 40, 80, 120, 160, 200, 240, 280]
[filtering]
#Foods in this list won't affect the player's health nor show up in the food book.
@@ -16,7 +16,7 @@
whitelist = []
#The minimum hunger value foods need to provide in order to count for milestones, in half drumsticks.
#Range: 0 ~ 1000
minimumFoodValue = 1
minimumFoodValue = 2
[miscellaneous]
#Whether or not to reset the food list on death, effectively losing all bonus hearts.