From a8e457a5ff00afe30579c8687b648ff12b0226ac Mon Sep 17 00:00:00 2001 From: Joshua Navarro Date: Mon, 24 Dec 2018 23:34:38 -0800 Subject: [PATCH] Left an overly ambitious ToDo/Wishlist in the main file. --- GeneralMods/Revitalize/ModCore.cs | 61 +++++++++++++++++++++++++++++++ 1 file changed, 61 insertions(+) diff --git a/GeneralMods/Revitalize/ModCore.cs b/GeneralMods/Revitalize/ModCore.cs index 94589898..ad634fe0 100644 --- a/GeneralMods/Revitalize/ModCore.cs +++ b/GeneralMods/Revitalize/ModCore.cs @@ -18,6 +18,67 @@ using StardewValley.Objects; namespace Revitalize { + + /* + * Todo: + * -Multiple Lights On Object + * -Illumination Colors + * Furniture: + * -rugs + * -tables + * -lamps + * -chairs + * -dressers/other storage containers + * -fun interactables + * -More crafting tables + * -Machines + * !=Energy + * -Furnace + * -Seed Maker + * -Stone Quarry + * -Materials + * -Tin/Bronze/Alluminum/Silver?Platinum/Etc + * -Crafting Menu + * -Item Grab Menu (Extendable) + * -Gift Boxes + * Magic! + * -Alchemy Bags + * -Transmutation + * -Effect Crystals + * -Spell books + * -Potions! + * -Magic Meter + * Festivals + * -Firework festival? + * Stargazing??? + * -Moon Phases+DarkerNight + * Bigger/Better Museum? + * More Crops? + * More Food? + * + * Equippables! + * -accessories that provide buffs/regen/friendship + * + * Music??? + * -IDK maybe add in instruments??? + * + * More buildings???? + * + * More Animals??? + * + * Readable Books? + * + * Custom NPCs for shops??? + * + * Frisbee Minigame? + * + * HorseRace Minigame/Betting? + * + * Locations: + * -Small Island Home? + * + */ + public class ModCore : Mod { public static IModHelper ModHelper;