Difference between revisions of "Talk:Luau"

From Stardew Valley Wiki
Jump to navigation Jump to search
(→‎Luau response tier formula: I put proposed edit on my userpage)
Line 1: Line 1:
 
{{Talkheader}}
 
{{Talkheader}}
 
== Luau response tier formula ==
 
 
I noticed that the formula for how each item was categorized was not on this page. I did some digging and found it. I have created a basic write up of the logic that is used, but I am new to contributing to wiki pages so my formatting is fairly poor and I am not certain where on the page would be most appropriate to add this information.
 
 
I cannot put what I wrote here as the wiki thinks its too large of an edit
 
 
--[[User:CAlonghair|CAlonghair]] ([[User talk:CAlonghair|talk]]) 00:13, 8 May 2022 (UTC)
 
 
EDIT: I figured out that I could put it on my userpage. Feel free to check it out there
 
--[[User:CAlonghair|CAlonghair]] ([[User talk:CAlonghair|talk]]) 00:23, 8 May 2022 (UTC)
 
  
 
== Potluck Quality rules of thumb ==
 
== Potluck Quality rules of thumb ==
 
 
It seems that anything worth around 100g is considered good (apart from fish, where 93g is enough). Conversely 30 energy/15 health usually seems to be enough except for forgeables. Does anyone have any other rules of thumb on what gets a good response at the potluck? [[User:Techhead7890|Techhead7890]] ([[User talk:Techhead7890|talk]]) 06:24, 28 February 2021 (UTC)
 
It seems that anything worth around 100g is considered good (apart from fish, where 93g is enough). Conversely 30 energy/15 health usually seems to be enough except for forgeables. Does anyone have any other rules of thumb on what gets a good response at the potluck? [[User:Techhead7890|Techhead7890]] ([[User talk:Techhead7890|talk]]) 06:24, 28 February 2021 (UTC)
 
:The actual rules are a bit more complex and can be found in <samp>StardewValley.Event::governorTaste</samp> in the game code.  [[User:Margotbean|margotbean]] ([[User talk:Margotbean|talk]]) 09:56, 28 February 2021 (UTC)
 
:The actual rules are a bit more complex and can be found in <samp>StardewValley.Event::governorTaste</samp> in the game code.  [[User:Margotbean|margotbean]] ([[User talk:Margotbean|talk]]) 09:56, 28 February 2021 (UTC)
Line 25: Line 13:
  
 
I seem to be triggering an AbuseFilter rule when trying to put magma cap in the correct alphabetical order under the "Best result" heading - anyone else wanna do it? Same for taro root in section below. [[User:Haidro|Haidro]] ([[User talk:Haidro|talk]]) 11:32, 13 April 2021 (UTC)
 
I seem to be triggering an AbuseFilter rule when trying to put magma cap in the correct alphabetical order under the "Best result" heading - anyone else wanna do it? Same for taro root in section below. [[User:Haidro|Haidro]] ([[User talk:Haidro|talk]]) 11:32, 13 April 2021 (UTC)
 +
 +
== Luau response tier formula ==
 +
 +
I noticed that the formula for how each item was categorized was not on this page. I did some digging and found it. I have created a basic write up of the logic that is used, but I am new to contributing to wiki pages so my formatting is fairly poor and I am not certain where on the page would be most appropriate to add this information.
 +
 +
I cannot put what I wrote here as the wiki thinks its too large of an edit
 +
 +
--[[User:CAlonghair|CAlonghair]] ([[User talk:CAlonghair|talk]]) 00:13, 8 May 2022 (UTC)
 +
 +
EDIT: I figured out that I could put it on my userpage. Feel free to check it out there
 +
--[[User:CAlonghair|CAlonghair]] ([[User talk:CAlonghair|talk]]) 00:23, 8 May 2022 (UTC)
 +
 +
:The code reference is above -- <samp>StardewValley.Event::governorTaste</samp>. I'm not sure we have all multiplayer options covered, but the complete list of items covers the rest of what's on your user page. I don't think it adds value, but I appreciate the effort! [[User:Margotbean|margotbean]] ([[User talk:Margotbean|talk]]) 02:06, 8 May 2022 (UTC)

Revision as of 02:06, 8 May 2022

This talk page is for discussing Luau.
  • Sign and date your posts by typing four tildes (~~~~).
  • Put new text below old text.
  • Be polite.
  • Assume good faith.
  • Don't delete discussions.

Potluck Quality rules of thumb

It seems that anything worth around 100g is considered good (apart from fish, where 93g is enough). Conversely 30 energy/15 health usually seems to be enough except for forgeables. Does anyone have any other rules of thumb on what gets a good response at the potluck? Techhead7890 (talk) 06:24, 28 February 2021 (UTC)

The actual rules are a bit more complex and can be found in StardewValley.Event::governorTaste in the game code. margotbean (talk) 09:56, 28 February 2021 (UTC)

Secret Response

So what is the "secret" response from the governor when adding the shorts to the potluck soup? I sort of want to find out myself, but I'm not a patient kind of person. StardewValley4eva (talk) 14:02, 3 April 2021

I suggest you google it, someone has probably made a video of it. Please remember to sign your posts with four tildes. Thanks, margotbean (talk) 18:18, 3 April 2021 (UTC)

Also apparently if you put a staircase in the soup the governor and the Mayor will act like you put the pants in the soup. This is almost definitely because if you put a staircase in your pants slot, you get Trimmed Lucky Purple Shorts. Even so, it's weird. StardewValley4eva (talk) 20:11, 4 April 2021 (UTC)StardewValley4eva

Putting magma cap in the correct place

I seem to be triggering an AbuseFilter rule when trying to put magma cap in the correct alphabetical order under the "Best result" heading - anyone else wanna do it? Same for taro root in section below. Haidro (talk) 11:32, 13 April 2021 (UTC)

Luau response tier formula

I noticed that the formula for how each item was categorized was not on this page. I did some digging and found it. I have created a basic write up of the logic that is used, but I am new to contributing to wiki pages so my formatting is fairly poor and I am not certain where on the page would be most appropriate to add this information.

I cannot put what I wrote here as the wiki thinks its too large of an edit

--CAlonghair (talk) 00:13, 8 May 2022 (UTC)

EDIT: I figured out that I could put it on my userpage. Feel free to check it out there --CAlonghair (talk) 00:23, 8 May 2022 (UTC)

The code reference is above -- StardewValley.Event::governorTaste. I'm not sure we have all multiplayer options covered, but the complete list of items covers the rest of what's on your user page. I don't think it adds value, but I appreciate the effort! margotbean (talk) 02:06, 8 May 2022 (UTC)