About this mod
Updated version of Actual Lucky Rabbit's Foot mod.
Makes the Rabbit's Foot actually give you some Luck!
A passive luck bonus is applied to your character whenever you carry around a rabbit's foot.
- Requirements
- Permissions and credits
- Mirrors
With this mod, carrying around a rabbit's foot will actually affect your luck bonus.
DEPENDENCIES
SMAPI - Stardew Modding API
Generic Mod Config Menu
HOW IT WORKS?
Out of the box, carrying around a rabbit's foot confers:
({Rabbit's_Foot_Quality} + {Base_Luck_Bonus}) * {Rabbit's_Foot_Quantity_For_Quality} + {Original_Luck} = {Your_Actual_Luck}
For example, you're carrying 2 feet (one silver and one common) with original luck 0 on default settings (with count multiplier set to 'True'):
({0} + {1}) * {1} = 1 // For Common Foot;
({1} + {1}) * {1} = 2 // For Silver Foot;
{1} + {2} + {0} = {3} // Final Luck.
This is a passive bonus. By default, it can be seen as any other buff. If you want you can disable its visibility.
This table shows the default bonuses by quality of rabbit's foot:
QUALITY | LUCK BONUS
- Common +1
- Silver+2
- Gold +3
- Iridium +4
DETAILS
This mod IS ABSOLUTELY SAFE to add in mid-game.
And the same for remove!
It's compatible with Luck Skill mod.
CONFIGURATION
You can either manually edit a config file, or use Generic Mod Config to do it directly in-game.
Options:
- Base Luck Value (default: 1) — Base luck, which you get by rabbit's foot itself (without its quality);
- Custom Buff Icon ID (default: 21) — Icon ID for this buff. You can specify any icon within Buff icon sprites;
- Quality Multiplier (default: 1.0) — Multiplier that affects bonus by every quality. For example, with value set to "2.0" you will get +7 Luck from Iridium foot (base quality bonus is +3 for Iridium);
- Show Buff Icon (default: True) — Allow you to hide the buff icon;
- Apply Count Multiplier (default: False) — With this option, you will get luck buff from EVERY foot in your inventory. For example, 4 Iridium Foots you'll gain +16 luck bonus. Without this option, only the best single bonus will apply;
- Compatibility Mode (default: 'BaseGame') — You can specify compatibility of the buff properties. For example, 'BetterArtisanGoods' changes the source and display name of the buff (to Four-Leaf Clover);
- Player Luck Log (default: 'True') — Defines, if log messages with your current luck level will be shown or not;
- Player Absurd Luck Log (default: 'True') — Defines, if optional tag will be
TRANSLATION
- English — +;
- Russian — +;
- French — +.
ORIGIN
The original version of this mod was made by cbingeil and available here.
This is an updated version made because the original mod has a permissive license.
Source code can be found here.
Latest available GitHub release can found there.