diff --git a/ValheimClient/BepInEx/plugins/EpicLoot/adventuredata.json b/ValheimClient/BepInEx/plugins/EpicLoot/adventuredata.json index 0b44ac7..61b56b9 100644 --- a/ValheimClient/BepInEx/plugins/EpicLoot/adventuredata.json +++ b/ValheimClient/BepInEx/plugins/EpicLoot/adventuredata.json @@ -42,7 +42,7 @@ "ArmorPaddedCuirass", "ArmorPaddedGreaves", "HelmetPadded", - "CapeLox", + "CapeLox" ], "GamblesCount": 4, "GambleRarityChance": [ 1, 59, 20, 15, 5 ], @@ -159,8 +159,8 @@ { "Biome": "Swamp", "Cost": 432, "ForestTokens": 15, "MinRadius": 0, "MaxRadius": 4500 }, { "Biome": "Mountain", "Cost": 564, "ForestTokens": 20, "MinRadius": 0, "MaxRadius": 6000 }, { "Biome": "Plains", "Cost": 690, "ForestTokens": 25, "MinRadius": 0, "MaxRadius": 7500 }, - { "Biome": "Mistlands", "Cost": 810, "ForestTokens": 30, "MinRadius": 0, "MaxRadius": 20000 } - { "Biome": "Ashlands", "Cost": 1050, "ForestTokens": 40, "MinRadius": 0, "MaxRadius": 20000 } + { "Biome": "Mistlands", "Cost": 810, "ForestTokens": 30, "MinRadius": 0, "MaxRadius": 20000 }, + { "Biome": "Ashlands", "Cost": 1050, "ForestTokens": 40, "MinRadius": 0, "MaxRadius": 20000 }, { "Biome": "DeepNorth", "Cost": 1050, "ForestTokens": 40, "MinRadius": 0, "MaxRadius": 20000 } ], "StartRadiusMin": 0, diff --git a/ValheimServer/BepInEx/plugins/EpicLoot/adventuredata.json b/ValheimServer/BepInEx/plugins/EpicLoot/adventuredata.json index 72861be..61b56b9 100644 --- a/ValheimServer/BepInEx/plugins/EpicLoot/adventuredata.json +++ b/ValheimServer/BepInEx/plugins/EpicLoot/adventuredata.json @@ -42,7 +42,7 @@ "ArmorPaddedCuirass", "ArmorPaddedGreaves", "HelmetPadded", - "CapeLox", + "CapeLox" ], "GamblesCount": 4, "GambleRarityChance": [ 1, 59, 20, 15, 5 ], @@ -144,12 +144,11 @@ { "Item": "CapeWolf", "CoinsCost": 4500 }, { "Item": "CapeLinen", "CoinsCost": 4000 }, { "Item": "CapeLox", "CoinsCost": 5000 }, - + { "Item": "PickaxeStone", "CoinsCost": 99999 }, { "Item": "PickaxeAntler", "CoinsCost": 99999 }, { "Item": "PickaxeBronze", "CoinsCost": 99999 }, { "Item": "PickaxeIron", "CoinsCost": 99999 } - ] }, "TreasureMap": { @@ -160,8 +159,8 @@ { "Biome": "Swamp", "Cost": 432, "ForestTokens": 15, "MinRadius": 0, "MaxRadius": 4500 }, { "Biome": "Mountain", "Cost": 564, "ForestTokens": 20, "MinRadius": 0, "MaxRadius": 6000 }, { "Biome": "Plains", "Cost": 690, "ForestTokens": 25, "MinRadius": 0, "MaxRadius": 7500 }, - { "Biome": "Mistlands", "Cost": 810, "ForestTokens": 30, "MinRadius": 0, "MaxRadius": 20000 } - { "Biome": "Ashlands", "Cost": 1050, "ForestTokens": 40, "MinRadius": 0, "MaxRadius": 20000 } + { "Biome": "Mistlands", "Cost": 810, "ForestTokens": 30, "MinRadius": 0, "MaxRadius": 20000 }, + { "Biome": "Ashlands", "Cost": 1050, "ForestTokens": 40, "MinRadius": 0, "MaxRadius": 20000 }, { "Biome": "DeepNorth", "Cost": 1050, "ForestTokens": 40, "MinRadius": 0, "MaxRadius": 20000 } ], "StartRadiusMin": 0,