Skip to content

Commit

Permalink
feat: update foods action
Browse files Browse the repository at this point in the history
  • Loading branch information
majestyotbr committed Feb 6, 2025
1 parent 2a5a0e7 commit daf9169
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions data/scripts/actions/items/foods.lua
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,18 @@ local foods = {
[37531] = { 5, "Mmmm." }, -- candy floss
[37532] = { 15, "Mmmm." }, -- ice cream cone
[37533] = { 60, "Mmmm." }, -- birthday layer cake
[48116] = { 35, "Yum." }, -- gummy rotworms
[48251] = { 25, "Yum." }, -- wafer paper flower
[48252] = { 45, "Yum." }, -- brigadeiro
[48253] = { 45, "Yum." }, -- beijinho
[48254] = { 65, "Yum." }, -- churro heart
[48255] = { 125, "Yum." }, -- lime tart
[48256] = { 605, "Yum." }, -- pastry dragon
[48273] = { 185, "Yum." }, -- taiyaki ice cream
[48508] = { 125, "Yum." }, -- amber souvenir
[48509] = { 120, "Yum." }, -- resinous fish fin
[48511] = { 120, "Yum." }, -- resin parasite
[48544] = { 124, "Yum." }, -- wad of fairy floss
}

local food = Action()
Expand Down

0 comments on commit daf9169

Please sign in to comment.