Skip to content

A stardew valley framework that allows for modders to create untimed Special Orders.

Notifications You must be signed in to change notification settings

EnderTedi/Untimed-Special-Orders

Repository files navigation

untimed-special-orders

Untimed Special Orders!

Untimed Special Orders is a framework that allows modders to surpass the vanilla One Month maxmimun limitation of Special Orders, allowing them to create Special Orders with no time limit. Nexus

Usage

For Players

This mod does nothing by itself and requires another mod to use its function. Install if a mod you've downloaded requires it.

For Modders

To remove the time limit off a Special Order add "Untimed": "true" in your Special Order's CustomFields.

Untimed is not a bool and the value can be anything, your Special Order will be untimed as long as Untimed is present in the CustomFields.

Example:

"<Your Special Order ID>": {
    "Name": "...",
    ...
    <Other Data>
    ...
    "CustomFields": {
        "Untimed": "true"
    }
}

About

A stardew valley framework that allows for modders to create untimed Special Orders.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages