Changes

Jump to navigation Jump to search
→‎Update: Updating template/module for Dehydrator and Fish Smoker products
Line 37: Line 37:     
::Read and digest [[Help:Editing]] first. Become familiar with mediawiki syntax. After that, if you have time to change all 12 languages, then check back and we can discuss. Thanks! [[User:Margotbean|margotbean]] ([[User talk:Margotbean|talk]]) 17:59, 15 April 2024 (UTC)
 
::Read and digest [[Help:Editing]] first. Become familiar with mediawiki syntax. After that, if you have time to change all 12 languages, then check back and we can discuss. Thanks! [[User:Margotbean|margotbean]] ([[User talk:Margotbean|talk]]) 17:59, 15 April 2024 (UTC)
 +
 +
I'd like to bring up updating this template and its associated Module:Calcsellprice again, since the Stardew Valley Fair Grange Display, Forage, and Fruits tables cannot be updated to 1.6 without it. (I also think the Fish table may benefit from an Artisan Good Sale Price column, but that one already has a ton of columns.) From what I see, the Module page could have
 +
 +
<code>
 +
elseif ((item == "dried mushrooms") or (item == "dried fruit")) then
 +
artisanprice = math.floor(25 + (baseprice * 7.5))
 +
 +
elseif ((item == "smoked fish") then
 +
artisanprice = (baseprice * 2)
 +
</code>
 +
 +
added below the roe calculation. Additionally, Raisins have a flat price, so
 +
 +
<code>
 +
elseif (item == "raisins") then artisanprice = 600
 +
</code>
 +
 +
could be added to the note below the Truffle Oil line (though that 600 would just be manually inputted onto the appropriate pages anyways).
 +
 +
As for the Template, I think the only update that could be useful is adding Dried Fruit, Dried Mushrooms, and Raisins to the lines that suppress their silver/gold/iridium sale prices, as the Dehydrator only ever produces normal quality items. Also, since Smoked Fish takes the Fisher and Angler professions into account, the relevant profession modifiers are pm=1.4 (Artisan), pm=1.75 (Artisan + Fisher), and pm=2.1 (Artisan + Angler). I don't believe any change I've listed here will break the template/module, but I'll leave that up to admin discretion since they're used in so many places. [[User:Bluestblur|Bluestblur]] ([[User talk:Bluestblur|talk]]) 00:00, 7 June 2024 (UTC)
1,323

edits

Navigation menu