Mabinogi World Wiki is brought to you by Coty C., 808idiotz, our other patrons, and contributors like you!!
Want to make the wiki better? Contribute towards getting larger projects done on our Patreon!

Food Items Template

Fragment of a discussion from Talk:Wiki Home

Or, if there's a formula to it and it can be regressed, then you can make one of those new javascript-based calculators that's been popping around the wiki. Make it so you can select a quality (and show the amount of stars next to it, or other way around) and it'll spew out the stat values of the food.

Ikkisuki (talk)18:55, 11 May 2014

If I remember correctly from when I was doing research on the food calculation formula the lowest values I could get were 50% of the max food stat with 1 star and 100% at 5 star.

Also Nexon posted the hidden quality to star rating relationship awhile ago in Nexon Q/A 5, Hope this info can be of some assistance in regressing the formula.

Laden (talk)04:00, 12 May 2014
 

Thanks, this is very helpful. Was it even possible to go below 0 quality back then?

Kapra - (Talk)01:04, 13 May 2014

To my knowledge no it is not possible to have below 0 quality which might explain why it was not possible to get 1 & 2 star foods before they changed the quality to star rating relationship.

Also I did manage to come up with a formula a while ago it was (MaxFoodStat * 0.5) + ((HiddenQuility/100) * MaxFoodStat * 0.5)

So if we used Truffle Pie as an example it gives 40 HP
5 star range would be (40 * 0.5) + ((95/100) * 40 * 0.5) = 39~40 HP
4 star range would be (40 * 0.5) + ((75/100) * 40 * 0.5) = 35~39 HP
3 star range would be (40 * 0.5) + ((55/100) * 40 * 0.5) = 31~35 HP
2 star range would be (40 * 0.5) + ((35/100) * 40 * 0.5) = 27~31 HP
1 star range would be (40 * 0.5) + ((0/100) * 40 * 0.5) = 20~27 HP

I never ran extensive tests on this formula and a lot of food data on the wiki uses the old star rating formula so I advice doing some tests yourself to check if it’s accurate.

Hope my research is of some assistance in making a food calculator.

Laden (talk)02:51, 14 May 2014