Skip to content

Commit

Permalink
Make first discovery of magic magic
Browse files Browse the repository at this point in the history
  • Loading branch information
KimoriWasTaken committed Dec 7, 2021
1 parent 23f5f42 commit 86567b3
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ValheimClient/BepInEx/config/randyknapp.mods.epicloot.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ Ability Bar Icon Spacing = 8
# Setting type: GatedItemTypeMode
# Default value: MustKnowRecipe
# Acceptable values: Unlimited, MustKnowRecipe, MustHaveCrafted
Item Drop Limits = Unlimited
Item Drop Limits = MustKnowRecipe

## Sets bosses to drop a number of trophies equal to the number of players, similar to the way Wishbone works in vanilla. Optionally set it to only include players within a certain distance, use 'Boss Trophy Drop Player Range' to set the range.
# Setting type: BossDropMode
Expand Down
6 changes: 5 additions & 1 deletion ValheimClient/BepInEx/plugins/EpicLoot/adventuredata.json
Original file line number Diff line number Diff line change
Expand Up @@ -143,8 +143,12 @@
{ "Item": "CapeTrollHide", "CoinsCost": 1500 },
{ "Item": "CapeWolf", "CoinsCost": 4500 },
{ "Item": "CapeLinen", "CoinsCost": 4000 },
{ "Item": "CapeLox", "CoinsCost": 5000 }
{ "Item": "CapeLox", "CoinsCost": 5000 },

{ "Item": "PickaxeStone", "CoinsCost": 99999 },
{ "Item": "PickaxeAntler", "CoinsCost": 99999 },
{ "Item": "PickaxeBronze", "CoinsCost": 99999 },
{ "Item": "PickaxeIron", "CoinsCost": 99999 }
]
},
"TreasureMap": {
Expand Down
2 changes: 1 addition & 1 deletion ValheimServer/BepInEx/config/randyknapp.mods.epicloot.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ Ability Bar Icon Spacing = 8
# Setting type: GatedItemTypeMode
# Default value: MustKnowRecipe
# Acceptable values: Unlimited, MustKnowRecipe, MustHaveCrafted
Item Drop Limits = Unlimited
Item Drop Limits = MustKnowRecipe

## Sets bosses to drop a number of trophies equal to the number of players, similar to the way Wishbone works in vanilla. Optionally set it to only include players within a certain distance, use 'Boss Trophy Drop Player Range' to set the range.
# Setting type: BossDropMode
Expand Down
7 changes: 6 additions & 1 deletion ValheimServer/BepInEx/plugins/EpicLoot/adventuredata.json
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,12 @@
{ "Item": "CapeTrollHide", "CoinsCost": 1500 },
{ "Item": "CapeWolf", "CoinsCost": 4500 },
{ "Item": "CapeLinen", "CoinsCost": 4000 },
{ "Item": "CapeLox", "CoinsCost": 5000 }
{ "Item": "CapeLox", "CoinsCost": 5000 },

{ "Item": "PickaxeStone", "CoinsCost": 99999 },
{ "Item": "PickaxeAntler", "CoinsCost": 99999 },
{ "Item": "PickaxeBronze", "CoinsCost": 99999 },
{ "Item": "PickaxeIron", "CoinsCost": 99999 }

]
},
Expand Down

0 comments on commit 86567b3

Please sign in to comment.