Stardew Valley

File information

Last updated

Original upload

Created by

suushiico

Uploaded by

suushiico

Virus scan

Safe to use

16 comments

  1. hisaribi
    hisaribi
    • member
    • 0 kudos
    Locked
    Sticky
    made a russian translation, but don't feel like it needs a separate mod page, so if whoever wants, replace everything in objects.json with following

    Spoiler:  
    Show

    {
        "Changes": [
            {
                "Action": "Load",
                "Target": "Mods/{{ModId}}/objects",
                "FromFile": "assets/objects.png"
            },
            {
                "Action": "EditData",
                "Target": "Data/Objects",
                "Entries": {
                    "{{ModId}}_Matcha_Latte": {
                        "Name": "Matcha Latte",
                        "DisplayName": "Матча латте",
                        "Description": "Немножко подсласти зелёный чай.",
                        "Type": "Basic",
                        "Category": -7,
                        "Price": 650,
                        "Texture": "Mods/{{ModId}}/objects",
                        "SpriteIndex": 0,
                        "Edibility": 12,
                        "IsDrink": true,
                        "Buffs": [
                            {
                                "Id": "{{ModId}}MatchaBuff",
                                "Duration": 360,
                                "IsDebuff": false,
                                "CustomAttributes": {
                                    "MaxStamina": 30,
                                    "Speed": 1
                                }
                            }
                        ]
                    },
                    "{{ModId}}_Matcha_Ice_Cream": {
                        "Name": "Matcha Ice Cream",
                        "DisplayName": "Матча мороженое",
                        "Description": "Ледяная зелёночайная вкусняшка.",
                        "Type": "Basic",
                        "Category": -7,
                        "Price": 350,
                        "Texture": "Mods/{{ModId}}/objects",
                        "SpriteIndex": 1,
                        "Edibility": 42,
                        "IsDrink": false,
                        "Buffs": [
                            {
                                "Id": "{{ModId}}MatchaBuff",
                                "Duration": 360,
                                "IsDebuff": false,
                                "CustomAttributes": {
                                    "MaxStamina": 30,
                                    "Speed": 1
                                }
                            }
                        ]
                    },
                    "{{ModId}}_Matcha_Ginger_Smoothie": {
                        "Name": "Matcha Ginger Smoothie",
                        "DisplayName": "Имбирно-матчевый смузи",
                        "Description": "На вкус просто ужас, но полезно.",
                        "Type": "Basic",
                        "Category": -7,
                        "Price": 900,
                        "Texture": "Mods/{{ModId}}/objects",
                        "SpriteIndex": 2,
                        "Edibility": 108,
                        "IsDrink": true,
                        "Buffs": [
                            {
                                "Id": "{{ModId}}MatchaBuff",
                                "Duration": 360,
                                "IsDebuff": false,
                                "CustomAttributes": {
                                    "MaxStamina": 30,
                                    "Speed": 1
                                }
                            }
                        ]
                    },
                    "{{ModId}}_Matcha_Mochi": {
                        "Name": "Matcha Mochi",
                        "DisplayName": "Матча моти",
                        "Description": "Ням, ням, ням.",
                        "Type": "Basic",
                        "Category": -7,
                        "Price": 400,
                        "Texture": "Mods/{{ModId}}/objects",
                        "SpriteIndex": 3,
                        "Edibility": 40,
                        "IsDrink": false,
                        "Buffs": [
                            {
                                "Id": "{{ModId}}MatchaBuff",
                                "Duration": 360,
                                "IsDebuff": false,
                                "CustomAttributes": {
                                    "MaxStamina": 30,
                                    "Speed": 1
                                }
                            }
                        ]
                    },
                    "{{ModId}}_Matcha_Cookies": {
                        "Name": "Matcha Cookies",
                        "DisplayName": "Матча печеньки",
                        "Description": "Освежающий подход к классике.",
                        "Type": "Basic",
                        "Category": -7,
                        "Price": 350,
                        "Texture": "Mods/{{ModId}}/objects",
                        "SpriteIndex": 4,
                        "Edibility": 38,
                        "IsDrink": false,
                        "Buffs": [
                            {
                                "Id": "{{ModId}}MatchaBuff",
                                "Duration": 360,
                                "IsDebuff": false,
                                "CustomAttributes": {
                                    "MaxStamina": 30,
                                    "Speed": 1
                                }
                            }
                        ]
                    },
                    "{{ModId}}_Matcha_Waffles": {
                        "Name": "Matcha Waffles",
                        "DisplayName": "Матча вафли",
                        "Description": "Матча на завтрак, самое то?",
                        "Type": "Basic",
                        "Category": -7,
                        "Price": 550,
                        "Texture": "Mods/{{ModId}}/objects",
                        "SpriteIndex": 5,
                        "Edibility": 68,
                        "IsDrink": false,
                        "Buffs": [
                            {
                                "Id": "{{ModId}}MatchaBuff",
                                "Duration": 360,
                                "IsDebuff": false,
                                "CustomAttributes": {
                                    "MaxStamina": 30,
                                    "Speed": 1
                                }
                            }
                        ]
                    },
                    "{{ModId}}_Matcha_Swiss_Roll": {
                        "Name": "Matcha Swiss Roll",
                        "DisplayName": "Матча рулет",
                        "Description": "Обычный рулет, просто зелёный.",
                        "Type": "Basic",
                        "Category": -7,
                        "Price": 800,
                        "Texture": "Mods/{{ModId}}/objects",
                        "SpriteIndex": 6,
                        "Edibility": 62,
                        "IsDrink": false,
                        "Buffs": [
                            {
                                "Id": "{{ModId}}MatchaBuff",
                                "Duration": 360,
                                "IsDebuff": false,
                                "CustomAttributes": {
                                    "MaxStamina": 30,
                                    "Speed": 1
                                }
                            }
                        ]
                    },
                    "{{ModId}}_Matcha_Sticky_Rice": {
                        "Name": "Matcha Sticky Rice",
                        "DisplayName": "Клейкий рис с матчей",
                        "Description": "Что, никогда зелёного риса не видели?",
                        "Type": "Basic",
                        "Category": -7,
                        "Price": 600,
                        "Texture": "Mods/{{ModId}}/objects",
                        "SpriteIndex": 7,
                        "Edibility": 50,
                        "IsDrink": false,
                        "Buffs": [
                            {
                                "Id": "{{ModId}}MatchaBuff",
                                "Duration": 360,
                                "IsDebuff": false,
                                "CustomAttributes": {
                                    "MaxStamina": 30,
                                    "Speed": 1
                                }
                            }
                        ]
                    },
                    "{{ModId}}_Matcha_Moon_Cake": {
                        "Name": "Matcha Moon Cake",
                        "DisplayName": "Матча юэбин",
                        "Description": "Вкуснейше приготовленная вкусняшка, красивая, совсем как луна.",
                        "Type": "Basic",
                        "Category": -7,
                        "Price": 900,
                        "Texture": "Mods/{{ModId}}/objects",
                        "SpriteIndex": 8,
                        "Edibility": 90,
                        "IsDrink": false,
                        "Buffs": [
                            {
                                "Id": "{{ModId}}MatchaBuff",
                                "Duration": 360,
                                "IsDebuff": false,
                                "CustomAttributes": {
                                    "MaxStamina": 30,
                                    "Speed": 1
                                }
                            }
                        ]
                    },
                    "{{ModId}}_Strawberry_Matcha_Crepes": {
                        "Name": "Strawberry Matcha Crepes",
                        "DisplayName": "Блинчики с матчей и клубникой",
                        "Description": "Уравновешивает вкус матчи со сладостью клубники.",
                        "Type": "Basic",
                        "Category": -7,
                        "Price": 600,
                        "Texture": "Mods/{{ModId}}/objects",
                        "SpriteIndex": 9,
                        "Edibility": 46,
                        "IsDrink": false,
                        "Buffs": [
                            {
                                "Id": "{{ModId}}MatchaBuff",
                                "Duration": 360,
                                "IsDebuff": false,
                                "CustomAttributes": {
                                    "MaxStamina": 30,
                                    "Speed": 1
                                }
                            }
                        ]
                    }
                }
            }
        ]
    }
    1. suushiico
      suushiico
      • member
      • 18 kudos
      Thank you for translating!!
  2. frostinriver
    frostinriver
    • member
    • 0 kudos
    Locked
    Sticky
    I love this mod, so I made a Chinese translation, but, sorry, I don't know how to use the “Spoiler:” function in the comments.  Would you be willing to teach me? Or I want to know how I can send you my translation. In addition, I‘m going to make a Chinese translation for Peachy Keen tomorrow. Thanks again for your mods! :D
    1. suushiico
      suushiico
      • member
      • 18 kudos
      Thank you so much!! I'm so excited :D Thank you for making my mod accessible to other languages. Here's a tutorial for spoiler: you'll wrap anything you want to spoiler with tags like this, but without the * before the bracket:
      [*spoiler]PUT ANYTHING YOU WANT HERE! :D[*/spoiler]

      Example:
      Spoiler:  
      Show
      Made you look! :)
    2. frostinriver
      frostinriver
      • member
      • 0 kudos
      Thanks for your reply! I'm very happy to translate your mods. <3
      If whoever wants the translation, replace everything in objects.json with following.


      
      Spoiler:  
      Show
      {
          "Changes": [
              {
                  "Action": "Load",
                  "Target": "Mods/{{ModId}}/objects",
                  "FromFile": "assets/objects.png"
              },
              {
                  "Action": "EditData",
                  "Target": "Data/Objects",
                  "Entries": {
                      "{{ModId}}_Matcha_Latte": {
                          "Name": "Matcha Latte",
                          "DisplayName": "抹茶拿铁",
                          "Description": "让绿茶更甜一点。",
                          "Type": "Basic",
                          "Category": -7,
                          "Price": 650,
                          "Texture": "Mods/{{ModId}}/objects",
                          "SpriteIndex": 0,
                          "Edibility": 12,
                          "IsDrink": true,
                          "Buffs": [
                              {
                                  "Id": "{{ModId}}MatchaBuff",
                                  "Duration": 360,
                                  "IsDebuff": false,
                                  "CustomAttributes": {
                                      "MaxStamina": 30,
                                      "Speed": 1
                                  }
                              }
                          ]
                      },
                      "{{ModId}}_Matcha_Ice_Cream": {
                          "Name": "Matcha Ice Cream",
                          "DisplayName": "抹茶冰激凌",
                          "Description": "这是个抹茶甜点——冰爽版。",
                          "Type": "Basic",
                          "Category": -7,
                          "Price": 350,
                          "Texture": "Mods/{{ModId}}/objects",
                          "SpriteIndex": 1,
                          "Edibility": 42,
                          "IsDrink": false,
                          "Buffs": [
                              {
                                  "Id": "{{ModId}}MatchaBuff",
                                  "Duration": 360,
                                  "IsDebuff": false,
                                  "CustomAttributes": {
                                      "MaxStamina": 30,
                                      "Speed": 1
                                  }
                              }
                          ]
                      },
                      "{{ModId}}_Matcha_Ginger_Smoothie": {
                          "Name": "Matcha Ginger Smoothie",
                          "DisplayName": "抹茶姜冰沙",
                          "Description": "良药苦口,但确实利于病,是健康的味道。",
                          "Type": "Basic",
                          "Category": -7,
                          "Price": 900,
                          "Texture": "Mods/{{ModId}}/objects",
                          "SpriteIndex": 2,
                          "Edibility": 108,
                          "IsDrink": true,
                          "Buffs": [
                              {
                                  "Id": "{{ModId}}MatchaBuff",
                                  "Duration": 360,
                                  "IsDebuff": false,
                                  "CustomAttributes": {
                                      "MaxStamina": 30,
                                      "Speed": 1
                                  }
                              }
                          ]
                      },
                      "{{ModId}}_Matcha_Mochi": {
                          "Name": "Matcha Mochi",
                          "DisplayName": "抹茶麻薯",
                          "Description": "糯叽叽,糯叽叽,糯叽叽。",
                          "Type": "Basic",
                          "Category": -7,
                          "Price": 400,
                          "Texture": "Mods/{{ModId}}/objects",
                          "SpriteIndex": 3,
                          "Edibility": 40,
                          "IsDrink": false,
                          "Buffs": [
                              {
                                  "Id": "{{ModId}}MatchaBuff",
                                  "Duration": 360,
                                  "IsDebuff": false,
                                  "CustomAttributes": {
                                      "MaxStamina": 30,
                                      "Speed": 1
                                  }
                              }
                          ]
                      },
                      "{{ModId}}_Matcha_Cookies": {
                          "Name": "Matcha Cookies",
                          "DisplayName": "抹茶曲奇",
                          "Description": "对经典的崭新诠释。",
                          "Type": "Basic",
                          "Category": -7,
                          "Price": 350,
                          "Texture": "Mods/{{ModId}}/objects",
                          "SpriteIndex": 4,
                          "Edibility": 38,
                          "IsDrink": false,
                          "Buffs": [
                              {
                                  "Id": "{{ModId}}MatchaBuff",
                                  "Duration": 360,
                                  "IsDebuff": false,
                                  "CustomAttributes": {
                                      "MaxStamina": 30,
                                      "Speed": 1
                                  }
                              }
                          ]
                      },
                      "{{ModId}}_Matcha_Waffles": {
                          "Name": "Matcha Waffles",
                          "DisplayName": "抹茶华夫饼",
                          "Description": "何不用抹茶作为早餐呢?",
                          "Type": "Basic",
                          "Category": -7,
                          "Price": 550,
                          "Texture": "Mods/{{ModId}}/objects",
                          "SpriteIndex": 5,
                          "Edibility": 68,
                          "IsDrink": false,
                          "Buffs": [
                              {
                                  "Id": "{{ModId}}MatchaBuff",
                                  "Duration": 360,
                                  "IsDebuff": false,
                                  "CustomAttributes": {
                                      "MaxStamina": 30,
                                      "Speed": 1
                                  }
                              }
                          ]
                      },
                      "{{ModId}}_Matcha_Swiss_Roll": {
                          "Name": "Matcha Swiss Roll",
                          "DisplayName": "抹茶瑞士卷",
                          "Description": "像普通的瑞士卷一样,只不过是绿色的。",
                          "Type": "Basic",
                          "Category": -7,
                          "Price": 800,
                          "Texture": "Mods/{{ModId}}/objects",
                          "SpriteIndex": 6,
                          "Edibility": 62,
                          "IsDrink": false,
                          "Buffs": [
                              {
                                  "Id": "{{ModId}}MatchaBuff",
                                  "Duration": 360,
                                  "IsDebuff": false,
                                  "CustomAttributes": {
                                      "MaxStamina": 30,
                                      "Speed": 1
                                  }
                              }
                          ]
                      },
                      "{{ModId}}_Matcha_Sticky_Rice": {
                          "Name": "Matcha Sticky Rice",
                          "DisplayName": "抹茶糯米饭",
                          "Description": "什么?你以前从来没见过绿色的米饭?",
                          "Type": "Basic",
                          "Category": -7,
                          "Price": 600,
                          "Texture": "Mods/{{ModId}}/objects",
                          "SpriteIndex": 7,
                          "Edibility": 50,
                          "IsDrink": false,
                          "Buffs": [
                              {
                                  "Id": "{{ModId}}MatchaBuff",
                                  "Duration": 360,
                                  "IsDebuff": false,
                                  "CustomAttributes": {
                                      "MaxStamina": 30,
                                      "Speed": 1
                                  }
                              }
                          ]
                      },
                      "{{ModId}}_Matcha_Moon_Cake": {
                          "Name": "Matcha Moon Cake",
                          "DisplayName": "抹茶月饼",
                          "Description": "巧心制美味,似月皎皎明。",
                          "Type": "Basic",
                          "Category": -7,
                          "Price": 900,
                          "Texture": "Mods/{{ModId}}/objects",
                          "SpriteIndex": 8,
                          "Edibility": 90,
                          "IsDrink": false,
                          "Buffs": [
                              {
                                  "Id": "{{ModId}}MatchaBuff",
                                  "Duration": 360,
                                  "IsDebuff": false,
                                  "CustomAttributes": {
                                      "MaxStamina": 30,
                                      "Speed": 1
                                  }
                              }
                          ]
                      },
                      "{{ModId}}_Strawberry_Matcha_Crepes": {
                          "Name": "Strawberry Matcha Crepes",
                          "DisplayName": "草莓抹茶可丽饼",
                          "Description": "平衡了抹茶的苦香和草莓的清甜。",
                          "Type": "Basic",
                          "Category": -7,
                          "Price": 600,
                          "Texture": "Mods/{{ModId}}/objects",
                          "SpriteIndex": 9,
                          "Edibility": 46,
                          "IsDrink": false,
                          "Buffs": [
                              {
                                  "Id": "{{ModId}}MatchaBuff",
                                  "Duration": 360,
                                  "IsDebuff": false,
                                  "CustomAttributes": {
                                      "MaxStamina": 30,
                                      "Speed": 1
                                  }
                              }
                          ]
                      }
                  }
              }
          ]
      }
  3. StarC4
    StarC4
    • member
    • 0 kudos
    It is a good mod.
    Looking forward Chinese translation.
    give you a flower!(给你小花花)
    1. frostinriver
      frostinriver
      • member
      • 0 kudos
      Now you can find my Chinese translation in the comments. Please use according to instructions. :D
      This is my first time trying to translate a mod. Please correct me if there are any mistakes or inaccuracies.

      现在你可以在评论区里找到我的翻译,请按说明使用。:D
      这是我第一次翻译模组,如果有错误或不妥之处欢迎指正。
  4. kath40
    kath40
    • supporter
    • 10 kudos
    Hi!
    I tried to message you through nexus, but its being naughty.
    I wrote a message on you Peachy Keen Mod. But I would also like to enquire about this one too!

    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
  5. OhMyMycroft
    OhMyMycroft
    • supporter
    • 10 kudos
    Hi, sorry, would you be willing to compress your files in a more user-friendly fashion? Currently, you have an archive with asset, content and manifest in it. Would be possible to put a [CP] Matcha Recipes folder in the archive, and then the rest in the CP folder? The same for your peachy recipes as well, if it's not a problem.
    1. suushiico
      suushiico
      • member
      • 18 kudos
      Fixed for both mods! Thank you :D
    2. OhMyMycroft
      OhMyMycroft
      • supporter
      • 10 kudos
      Thnaks!
  6. TheUnknownMutant
    TheUnknownMutant
    • member
    • 19 kudos
    more recipes :D I love matcha <3
    1. suushiico
      suushiico
      • member
      • 18 kudos
      Same!! I hope you enjoy the mod :D
  7. tearful0eye
    tearful0eye
    • premium
    • 3 kudos
    ooh i love having more recipes for vanilla ingredients!
    thanks so much for your mods :)
    1. suushiico
      suushiico
      • member
      • 18 kudos
      Glad you enjoy!! :D Thank you for the support