Version 1.0.22
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user