Cooking: Difference between revisions

74 bytes added ,  19:06, 17 June 2023
→‎Meal Energy and Sell Price Calculation: testing different formatting
(Remove commented out content (proven incorrect/simpler formulas), add Meal Energy and Sell Price Calculation section (formatting still looks weird))
(→‎Meal Energy and Sell Price Calculation: testing different formatting)
Line 2,166: Line 2,166:


{{inlineIcon|Energy Image|iconOnly}}
{{inlineIcon|Energy Image|iconOnly}}
<code>
'''EnergyMultiplier''' = 1.5 + (Recipe Stars)/10
EnergyMultiplier = 1.5 + RecipeStars/10
 
'''Energy''' = floor(EnergyMultiplier x Ing1Energy) + floor(EnergyMultiplier x Ing2Energy) + floor(EnergyMultiplier x Ing3Energy) + floor(EnergyMultiplier x Ing4Energy) + floor(EnergyMultiplier x Ing5Energy) + 50
<code>'''Energy''' = floor(EnergyMultiplier x Ing1Energy) + floor(EnergyMultiplier x Ing2Energy) + floor(EnergyMultiplier x Ing3Energy) + floor(EnergyMultiplier x Ing4Energy) + floor(EnergyMultiplier x Ing5Energy) + 50</code>
</code>
 


{{inlineIcon|Star Coins Image|iconOnly}}
{{inlineIcon|Star Coins Image|iconOnly}}
<code>
'''CostMultiplier''' = 1.1 + (RecipeStars)/10
CostMultiplier = 1.1 + RecipeStars/10
 
'''Sell Price''' = floor(CostMultiplier x Ing1Cost) + floor(CostMultiplier x Ing2Cost) + floor(CostMultiplier x Ing3Cost) + floor(CostMultiplier x Ing4Cost) + floor(CostMultiplier x Ing5Cost)
'''Sell Price''' =
</code>
  floor('''CostMultiplier''' x '''Ing1Cost''') +
  floor('''CostMultiplier''' x '''Ing2Cost''') +
  floor('''CostMultiplier''' x '''Ing3Cost''') +
  floor('''CostMultiplier''' x '''Ing4Cost''') +
  floor('''CostMultiplier''' x '''Ing5Cost''')


If an unnecessary ingredient is added to a Meal, that ingredient's Energy and Star Coin values are added to the final totals of the meal, meaning it gains no value over selling it directly to [[Goofy's Stall]]. It does, however, gain the value of being part of a "cooked meal", so it contributes to the Well Fed Bonus.
If an unnecessary ingredient is added to a Meal, that ingredient's Energy and Star Coin values are added to the final totals of the meal, meaning it gains no value over selling it directly to [[Goofy's Stall]]. It does, however, gain the value of being part of a "cooked meal", so it contributes to the Well Fed Bonus.
moderator
26,624

edits