Skip to content

Latest commit

 

History

History
47 lines (34 loc) · 2.24 KB

README.md

File metadata and controls

47 lines (34 loc) · 2.24 KB

Regular Quality

Drop the quality level of all items to be regular quality. Less clutter and less profit!

Community Center bundle requirements are updated accordingly. This should be compatibly with mods that alter community center requirements. Tested with Minerva's Harder Community Center Bundles.

Installation

  • Download the mod zip -> GitHub, Nexus
  • Download and install SMAPI
  • Unzip the mod into Stardew Valley's Mods folder

Configuration

  • BundleIngredientQualityMultiplicator: int = Increase the quantity of ingredients for community center bundles according to the following table:
Quality * Multiplier = Result
0 (Regular) * 4 = 0 (don't change quantity)
1 (Silver) * 4 = 4 (add 4x the amount on top, so basically *5)
2 (Gold) * 4 = 8 (*9)
4 (Iridium) * 4 = 16 (*17)

Existing save

  • Community Center bundles are only adjusted for new saves. So you can't complete bundles with quality requirements in an existing save.
  • The quality will not be dropped right away. The quality will be removed once you add items to your inventory.
  • If you remove the mod, new items will have quality again. But already changed items will not be restored.

Limitations:

Some changes would require Harmony, which I don't intent to use at the moment.

  • Item quality is adjusted only AFTER it has been added to the inventory. Because of this, you should always keep an inventory slot open to be able to pick up items.
  • The "Botanist" profession is useless, because the quality loot will be regular quality after pickup.
  • You can't get the best response for the potluck soup, as it requires at least silver quality items.
  • Winning first place for the grange display is really hard, if not impossible.

TODO