What's in the mod:
- You will lose friendship each day unless you give the NPC a gift during the week.
- You will lose less friendship points the higher your heart level with the NPC is.
- If you happen to miss the NPC's birthday, they won't be pleased and will let you know when you talk to them.
- The NPC will say random things if you miss their Birthday. Currently there are Eight different Dialogues.
Friendship Calculation:
Friendship Decay = BasicAmount * HeartMultiplier
Birthday Friendship Decay = (BasicAmount * HeartMultiplier ) + (BasicAmount * BirthdayMuliplier * BirthdayHeartMultiplier)
Config File Settings:
AmtOfGiftsToKeepNpcHappy (INT) = This is the number of gifts you need to give to the NPC to keep them happy for the whole week and stop the friendship decay.
BasicAmount (INT) = This is used in the Calculation of Friendship decay. See above for the calculation.
EnableMissedBirthdays (BOOL) = Tells the mod if you want the NPC's to tell you when you have missed their birthday.
EnableRounded (BOOL) = Tells the mod if the friendship decay should be rounded up to the nearest whole number.
HeartMultiplier (FLOAT) = This is used in the Calculation of Friendship decay. See above for the calculation.
BirthdayHeartMultiplier (FLOAT) = This is used in the Calculation of Friendship decay. See above for the calculation.
BirthdayMultiplier (FLOAT) = This is used in the Calculation of Friendship decay. See above for the calculation.
How to Install the Mod:
- Install the latest version of SMAPI (Currently 2.5.2): https://smapi.io
- Unzip the EnhancedRelationships folder from the ZIP file you downloaded here.
- Put the EnhancedRelationships folder inside your "Stardew Valley/Mods" folder.
- Run the game. It should be working now.