Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
NielsPilgaard committed Oct 29, 2024
1 parent 7459cb5 commit 6075c35
Showing 1 changed file with 38 additions and 0 deletions.
38 changes: 38 additions & 0 deletions config/emi_loot_config.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
# Don't change this! Version used to track needed updates.
version = 1
debugMode = false
parseChestLoot = true
parseBlockLoot = true
parseMobLoot = true
parseGameplayLoot = true
parseArchaeologyLoot = true
skippedKeys = [
"emi_loot.function.set_count_add",
"emi_loot.function.limit_count",
"emi_loot.no_conditions",
"emi_loot.function.set_count_set",
"emi_loot.function.fill_player_head"
]
chestLootAlwaysStackSame = false
mobLootIncludeDirectDrops = true
chanceDecimalPlaces = 1
conditionStyle = "default"

[debugModes]
block = false
chest = false
mob = false
gameplay = false
archaeology = false

[compactLoot]
block = true
chest = true
mob = true
gameplay = true
archaeology = true

[logUnstranslatedTables]
chest = false
gameplay = false
archaeology = false

0 comments on commit 6075c35

Please sign in to comment.