0 of 0

File information

Last updated

Original upload

Created by

Kitycatinbox

Uploaded by

Kitycatinbox

Virus scan

Safe to use

Tags for this mod

About this mod

Changes up NPCs.

Requirements
Permissions and credits
This changes certain NPCs!
Requires SMAPI and content patcher.

The idea is too add another remix other than mine rewards and community center and instead do that for NPCs. Changing dialogue datables names and more. If you want you can download a partner mod that adds new locations and NPCs too at https://www.nexusmods.com/stardewvalley/mods/14979?tab=description

This mod will improve.

This mod needs SMAPI and Content patcher.
And example of code is
 {
            "Action": "EditData",
            "Target": "Characters/Dialogue/Abigail",
            "Entries": {
                "summer_Sat": "Hello! It's been a warm summer!",
                "summer_St": "Hello! It's been a warm summer!",
                "Event_Grave1": "Exactly... I feel like you just... Get me",
                "Event_Grave2": "I have no intention to hurt if I am not in danger but I feel I need excitement.",
                "Event_Grave3": "Oh? I should go back to knitting flowers then! I thought YOU understood!",
                "Event_Grave4": "Are you lying to make me feel better? Thanks but I just want to know!"
            }
        },

        {
            "Action": "EditData",
            "Target": "Characters/Dialogue/Lewis",
            "Entries": {
                "Introduction": "Hello! Are you well? Go meet some of the townspeople!"
            }
        },