Skip to content

Commit

Permalink
Additional 0.9.9 changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
Vapok committed Mar 14, 2023
1 parent faceeeb commit 221650e
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 11 deletions.
2 changes: 1 addition & 1 deletion EpicLoot/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Epic Loot v0.9.7 - Config Patching System and Various Bug Fixes
# Epic Loot v0.9.9 - Config Patching System and Various Bug Fixes
Author: [RandyKnapp](https://discord.gg/randyknappmods)
Source: [Github](https://github.com/RandyKnapp/ValheimMods/blob/main/EpicLoot/)
Patreon: [patreon.com/randyknapp](https://www.patreon.com/randyknapp)
Expand Down
8 changes: 4 additions & 4 deletions EpicLoot/enchantcosts.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"DisenchantCosts": {
"Magic": [
{ "Item": "IronBountyToken", "Amount": 1 }
{ "Item": "IronBountyToken", "Amount": 2 }
],
"Rare": [
{ "Item": "IronBountyToken", "Amount": 2 }
{ "Item": "IronBountyToken", "Amount": 3 }
],
"Epic": [
{ "Item": "IronBountyToken", "Amount": 3 }
{ "Item": "IronBountyToken", "Amount": 5 }
],
"Legendary": [
{ "Item": "IronBountyToken", "Amount": 4 }
{ "Item": "IronBountyToken", "Amount": 7 }
]
},
// Sacrifice Products
Expand Down
4 changes: 3 additions & 1 deletion EpicLoot/loottables.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@
"CAPE TEST",
"Cheat sword",
"$item_sword_fire",
"$item_shield_iron_square"
"$item_shield_iron_square",
"$item_knife_butcher",
"$item_pickaxe_stone"
],

///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
Expand Down
5 changes: 0 additions & 5 deletions EpicLoot/patchnotes.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
## Version 0.9.9
* Removed butcher knife and stone axe from the allowed to enchant list
* New Feature: Disenchant - remove the enchant from an item at the cost of iron bounty tokens
* New Feature: Enchanting Table upgrades
* Upgrade each of the enchanting table features: sacrifice, convert materials, enchant, augment, and disenchant
* Some features start locked: enchant, augment, disenchant
* Upgrading features provides bonuses, upgrades locked behind biome specific materials for progression
* Upgrades are fully configurable in `enchantingupgrades.json`
* Merge Patching: Enabled "Merge" patch action, adds or overwrites all named properties in the target object (Thanks @nelson-saldanha)
* Updating for Valheim 0.214.2 Patch
## Version 0.9.8
Expand Down

0 comments on commit 221650e

Please sign in to comment.