Skip to content

Commit

Permalink
Merge pull request #1472 from RedRafe/updates/experience-gui
Browse files Browse the repository at this point in the history
Experience revamp II
  • Loading branch information
grilledham authored Dec 18, 2024
2 parents 3310b8b + 94a83c0 commit 436fc99
Show file tree
Hide file tree
Showing 10 changed files with 502 additions and 360 deletions.
11 changes: 8 additions & 3 deletions config.lua
Original file line number Diff line number Diff line change
Expand Up @@ -500,10 +500,10 @@ storage.config = {
},
buffs = {
-- define new buffs here, they are handed out for each level
mining_speed = { value = 5, max = 10 },
inventory_slot = { value = 1, max = 100 },
-- double_level is the level interval for receiving a double bonus (Diggy default: 5 which equals every 5th level)
health_bonus = { value = 2.5, double_level = 5, max = 500 }
mining_speed = { value = 5, max = 20 },
inventory_slot = { value = 1, max = 100 },
health_bonus = { value = 2.5, double_level = 5, max = 500 },
},
-- add or remove a table entry to add or remove an unlockable item from the market.
unlockables = {
Expand Down Expand Up @@ -565,6 +565,11 @@ storage.config = {
['behemoth-biter'] = 7,
['behemoth-spitter'] = 7,
['behemoth-worm-turret'] = 7
},
sound = {
path = nil,
duration = 60 * 60,
override_sound_type = 'ambient' -- Menu > Settings > Sounds > Music
}
},
}
Expand Down
Loading

0 comments on commit 436fc99

Please sign in to comment.