Stardew Valley

File information

Last updated

Original upload

Created by

Suushiico

Uploaded by

suushiico

Virus scan

Safe to use

16 comments

  1. frostinriver
    frostinriver
    • member
    • 0 kudos
    Locked
    Sticky
    I made a Chinese translation for this mod. Sorry it took me so long. I love this mod, it's really fascinating. :D
    If whoever wants the translation, replace everything in objects.json with following. 
    Please correct me if there are any mistakes or inaccuracies. 


    Spoiler:  
    Show
    {
        "Changes": [
            {
                "Action": "Load",
                "Target": "Mods/{{ModId}}/objects16px",
                "FromFile": "assets/objects16px.png"
            },
            {
                "Action": "EditData",
                "Target": "Data/Objects",
                "Entries": {
                    "{{ModId}}_Peach_Pie": {
                        "Name": "Peach Pie",
                        "DisplayName": "桃子派",
                        "Description": "满是桃子般的甜蜜氛围!人生太短,不宜酸涩。",
                        "Type": "Basic",
                        "Category": -7,
                        "Price": 450,
                        "Texture": "Mods/{{ModId}}/objects16px",
                        "SpriteIndex": 0,
                        "Edibility": 45,
                        "IsDrink": false
                    }
                }
            },
            {
                "Action": "EditData",
                "Target": "Data/Objects",
                "Entries": {
                    "{{ModId}}_Peach_Pancakes": {
                        "Name": "Peach Pancakes",
                        "DisplayName": "桃子薄煎饼",
                        "Description": "淋上糖浆,是与桃子旗鼓相当的美味。",
                        "Type": "Basic",
                        "Category": -7,
                        "Price": 500,
                        "Texture": "Mods/{{ModId}}/objects16px",
                        "SpriteIndex": 1,
                        "Edibility": 46,
                        "IsDrink": false
                    }
                }
            },
            {
                "Action": "EditData",
                "Target": "Data/Objects",
                "Entries": {
                    "{{ModId}}_Peaches_and_Cream": {
                        "Name": "Peaches and Cream",
                        "DisplayName": "桃子奶油碗",
                        "Description": "桃子和奶油的经典组合。",
                        "Type": "Basic",
                        "Category": -7,
                        "Price": 550,
                        "Texture": "Mods/{{ModId}}/objects16px",
                        "SpriteIndex": 2,
                        "Edibility": 36,
                        "IsDrink": false
                    }
                }
            },
            {
                "Action": "EditData",
                "Target": "Data/Objects",
                "Entries": {
                    "{{ModId}}_Peach_Tea": {
                        "Name": "Peach Tea",
                        "DisplayName": "桃子绿茶",
                        "Description": "一种清爽的桃子味饮品。",
                        "Type": "Basic",
                        "Category": -7,
                        "Price": 450,
                        "Texture": "Mods/{{ModId}}/objects16px",
                        "SpriteIndex": 3,
                        "Edibility": 12,
                        "IsDrink": true,
                        "Buffs": [
                            {
                                "Id": "{{ModId}}PeachTeaBuff",
                                "Duration": 360,
                                "IsDebuff": false,
                                "CustomAttributes": {
                                    "MaxStamina": 30,
                                    "Speed": 1
                                }
                            }
                        ]
                    }
                }
            },
            {
                "Action": "EditData",
                "Target": "Data/Objects",
                "Entries": {
                    "{{ModId}}_Peach_and_Strawberry_Popsicle": {
                        "Name": "Peach and Strawberry Popsicle",
                        "DisplayName": "桃子草莓冰棍",
                        "Description": "让桃子和草莓的清爽组合带来清凉一“夏”。",
                        "Type": "Basic",
                        "Category": -7,
                        "Price": 600,
                        "Texture": "Mods/{{ModId}}/objects16px",
                        "SpriteIndex": 4,
                        "Edibility": 40,
                        "IsDrink": false
                    }
                }
            },
            {
                "Action": "EditData",
                "Target": "Data/Objects",
                "Entries": {
                    "{{ModId}}_Summer_Salad": {
                        "Name": "Summer Salad",
                        "DisplayName": "夏日沙拉",
                        "Description": "用于庆祝夏日的美味可口的沙拉。",
                        "Type": "Basic",
                        "Category": -7,
                        "Price": 600,
                        "Texture": "Mods/{{ModId}}/objects16px",
                        "SpriteIndex": 5,
                        "Edibility": 92,
                        "IsDrink": false
                    }
                }
            },
            {
                "Action": "EditData",
                "Target": "Data/Objects",
                "Entries": {
                    "{{ModId}}_Peach_Coffee_Cake": {
                        "Name": "Peach Coffee Cake",
                        "DisplayName": "桃子咖啡蛋糕",
                        "Description": "将朴实、浓郁的咖啡与新鲜、甜腻的桃子相结合。",
                        "Type": "Basic",
                        "Category": -7,
                        "Price": 550,
                        "Texture": "Mods/{{ModId}}/objects16px",
                        "SpriteIndex": 6,
                        "Edibility": 60,
                        "IsDrink": false
                    }
                }
            },
            {
                "Action": "EditData",
                "Target": "Data/Objects",
                "Entries": {
                    "{{ModId}}_Savory_Peach_Soup": {
                        "Name": "Savory Peach Soup",
                        "DisplayName": "咸桃汤",
                        "Description": "桃子也可以是咸口的!",
                        "Type": "Basic",
                        "Category": -7,
                        "Price": 1100,
                        "Texture": "Mods/{{ModId}}/objects16px",
                        "SpriteIndex": 7,
                        "Edibility": 88,
                        "IsDrink": false
                    }
                }
            },
            {
                "Action": "EditData",
                "Target": "Data/Objects",
                "Entries": {
                    "{{ModId}}_Spring_Kebabs": {
                        "Name": "Spring Kebabs",
                        "DisplayName": "春日烤串",
                        "Description": "把桃子,大葱和辣椒穿在铁签上烤。",
                        "Type": "Basic",
                        "Category": -7,
                        "Price": 500,
                        "Texture": "Mods/{{ModId}}/objects16px",
                        "SpriteIndex": 8,
                        "Edibility": 66,
                        "IsDrink": false
                    }
                }
            },
            {
                "Action": "EditData",
                "Target": "Data/Objects",
                "Entries": {
                    "{{ModId}}_Peach_Crab_Cakes": {
                        "Name": "Peach Crab Cakes",
                        "DisplayName": "桃子蟹黄糕",
                        "Description": "用更加甜蜜的方式去演绎蟹黄糕。",
                        "Type": "Basic",
                        "Category": -7,
                        "Price": 600,
                        "Texture": "Mods/{{ModId}}/objects16px",
                        "SpriteIndex": 9,
                        "Edibility": 66,
                        "IsDrink": false
                    }
                }
            }
        ]
    }
  2. frostinriver
    frostinriver
    • member
    • 0 kudos
    Sorry I meant I delayed it for too long. |д・)っ
    I'm looking forward to the new recipes. Thank you for these wonderful mods. <3
    1. suushiico
      suushiico
      • member
      • 18 kudos
      New recipe released today! :D https://www.nexusmods.com/stardewvalley/mods/23764
      Please feel free to write another translation if you would like <3 Thank you for the support!
    2. frostinriver
      frostinriver
      • member
      • 0 kudos
      What a surprise! :D
      I'm so excited to translate your new mod! <3
  3. TheUnknownMutant
    TheUnknownMutant
    • member
    • 19 kudos
    lovely peach recipes, beautiful art :D thank you <3
    1. suushiico
      suushiico
      • member
      • 18 kudos
      Thank you!! :D
  4. Arine399
    Arine399
    • member
    • 0 kudos
    Apple next please
    1. suushiico
      suushiico
      • member
      • 18 kudos
  5. chibioniyuri2
    chibioniyuri2
    • member
    • 0 kudos
    Just wanted to let you know, your link to Matcha Recipes redirects back to Peachy Keen
    1. suushiico
      suushiico
      • member
      • 18 kudos
      Fixed! Thank you!
  6. kath40
    kath40
    • supporter
    • 10 kudos
    Hi!
    I tried to message you through nexus, but its being naughty.

    I am creating a custom crafting station (using better crafting!) focused on cooking recipes.
    I was wondering if its alright to add a compatibility to the recipes in your mod?

    Sincerely,
    Kath
    1. suushiico
      suushiico
      • member
      • 18 kudos
      Absolutely!!! I'd be so happy :D Best of luck with your modding <3
  7. gloomyariel
    gloomyariel
    • member
    • 0 kudos
    perfect for me i have a whole peach orchard <3
    1. suushiico
      suushiico
      • member
      • 18 kudos
      Same! Peaches are my favorite fruit tree in SDV so I always go for a big orchard of them <3 Glad you enjoy!
  8. Craylicia
    Craylicia
    • member
    • 0 kudos
    Thanks for the adorable mod. The manifest file isn't updated.

    [SMAPI]    Peachy Keen Recipes 1.0.1: https://www.nexusmods.com/stardewvalley/mods/21211 (you have 1.0.0)
    1. suushiico
      suushiico
      • member
      • 18 kudos
      Whoops, good catch! First mod so I didn't even think to update that part in the manifest, too. Taking care of it now, thank you so much :D

      Edit: Really not sure how this is happening, but I'm making the changes and re-zipping and uploading, then downloading from the mod page to test and make sure the manifest is updated and it continues to appear as 1.1 ^^; will keep looking into it.

      Edit2: Got it! :P Had to change the file name, otherwise the website caches the old one still and continues to push it.