Changes

2,438 bytes added ,  Sunday at 01:51
m
Line 93: Line 93:     
:: Looking at some of the pages now, there don't seem to be as many quotes listed as I remembered. So I guess it's not really a problem right now. [[User:Scarecrow|Scarecrow]] ([[User talk:Scarecrow|talk]]) 17:19, 3 April 2024 (UTC)
 
:: Looking at some of the pages now, there don't seem to be as many quotes listed as I remembered. So I guess it's not really a problem right now. [[User:Scarecrow|Scarecrow]] ([[User talk:Scarecrow|talk]]) 17:19, 3 April 2024 (UTC)
 +
 +
== Universal Neutral Clarification ==
 +
 +
<pre>
 +
"Universal_Neutral": "194 216 262 304 815 book_item",
 +
</pre>
 +
From <code>Data/NPCGiftTastes</code>, in order, these items are [[Fried Egg]], [[Bread]], [[Wheat]], [[Hops]], [[Tea Leaves]], and 26 of 27 [[Books]]. Barring any [[Modding:Gift_taste_data#How_a_gift_taste_is_determined|<code>NPC::getGiftTasteForThisItem</code> shenanigans]], that leaves 9 items listed on this page as [[Friendship#Universal_Neutrals|Universal Neutrals]] which are (perhaps) not universal. These items break up into four categories in <code>Data/Objects</code>.
 +
* 2 Sell at Pierre's (-17): [[Sweet Gem Berry]] & [[Truffle]]
 +
* 2 Sell at Pierre/Marnie (-18): [[Duck Feather]] & [[Wool]]
 +
* 4 Sell to Willy (-23): [[Coral]], [[Nautilus Shell]], [[Roe]], [[Squid Ink]]
 +
* 1 Syrup/Misc Artisan Goods (-27): [[Mystic Syrup]]
 +
I would guess these items are included in [[Friendship#Universal_Neutrals|Universal Neutrals]] as a solution to cluttered Neutral tables. If an item goes unmentioned by Universal or NPC gift tastes, [[Modding:Gift_taste_data#How_a_gift_taste_is_determined|<code>NPC::getGiftTasteForThisItem</code>]] spits out Neutral. My assumption is the logic goes like this: if there are fewer exceptions (i.e. fewer NPCs who love, hate, like, dislike these 9) than the amount of times it needs referencing (i.e. the NPCs for whom they're neutral by default), then why not make it a rule and simplify however many categories to "'''All [[Friendship#Universal_Neutrals|Universal Neutrals]]'''."<br>Is this assumption correct? To clarify why I ask, imagine an NPC who ''loves'' [[Minerals#Gems|Gems]] (-2). They would only ''like'' [[Diamond]] (72) because a Universal Item ID taste overrides NPC Category taste. So, do these nine items act like [[Diamond]] by some [[Modding:Gift_taste_data#How_a_gift_taste_is_determined|shenanigans]] or are they listed as [[Friendship#Universal_Neutrals|Universal Neutrals]] because they are commonly-neutral-and-hard-to-organize-items? If I've missed something in the [[Modding:Gift_taste_data#How_a_gift_taste_is_determined|code]] (perhaps related to edibility and price), I would be very interested to know. If I'm correct, then some kind of distinction on the page would be appreciated. I'd be more than happy to provide suggestions if desired. Thank you for your time. --[[User:Puppershuffle|Puppershuffle]] ([[User talk:Puppershuffle|talk]]) 01:48, 23 June 2024 (UTC)