Skip to content

Commit

Permalink
feat(balance): Put bibimbap in itemgroups (#5809)
Browse files Browse the repository at this point in the history
Put bibimbap in itemgroups
  • Loading branch information
RobbieNeko authored Dec 14, 2024
1 parent b992902 commit 807bf6c
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions data/json/itemgroups/Food/food.json
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,8 @@
{ "item": "soysauce", "prob": 25 },
{ "item": "horseradish", "prob": 15 },
{ "item": "honey_bottled", "prob": 35 },
{ "item": "honey_glassed", "prob": 35 }
{ "item": "honey_glassed", "prob": 35 },
{ "item": "gochujang", "prob": 15 }
]
},
{
Expand Down Expand Up @@ -562,7 +563,8 @@
{ "item": "pie_veggy", "prob": 18 },
{ "item": "pie_meat", "prob": 18 },
{ "item": "pie_maple", "prob": 9 },
{ "group": "dessert", "prob": 20 }
{ "group": "dessert", "prob": 20 },
{ "item": "bibimbap", "prob": 4 }
]
},
{
Expand Down Expand Up @@ -679,7 +681,8 @@
{ "item": "sandwich_deluxe_nocheese", "charges": [ 1, 2 ], "prob": 10 },
{ "item": "sandwich_t", "charges": [ 1, 2 ], "prob": 10 },
{ "item": "junk_burrito", "prob": 10 },
{ "item": "chili", "charges": [ 1, 2 ], "prob": 10 }
{ "item": "chili", "charges": [ 1, 2 ], "prob": 10 },
{ "item": "bibimbap", "prob": 10 }
]
},
{
Expand Down

0 comments on commit 807bf6c

Please sign in to comment.