Skip to content

Commit

Permalink
typo fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
KimoriWasTaken committed Dec 7, 2021
1 parent 1bd9577 commit b4fc478
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
6 changes: 3 additions & 3 deletions ValheimClient/BepInEx/plugins/EpicLoot/adventuredata.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"ArmorPaddedCuirass",
"ArmorPaddedGreaves",
"HelmetPadded",
"CapeLox",
"CapeLox"
],
"GamblesCount": 4,
"GambleRarityChance": [ 1, 59, 20, 15, 5 ],
Expand Down Expand Up @@ -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,
Expand Down
9 changes: 4 additions & 5 deletions ValheimServer/BepInEx/plugins/EpicLoot/adventuredata.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"ArmorPaddedCuirass",
"ArmorPaddedGreaves",
"HelmetPadded",
"CapeLox",
"CapeLox"
],
"GamblesCount": 4,
"GambleRarityChance": [ 1, 59, 20, 15, 5 ],
Expand Down Expand Up @@ -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": {
Expand All @@ -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,
Expand Down

0 comments on commit b4fc478

Please sign in to comment.