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!

Old food tables: Finish, or replace?

I see you've been listing the ducat price in the price column for fomor weapons. Have checked to confirm that ducats are equivalent to gold? (ie. put the ducat value into the calculator and feed the item to your ego to see if the numbers match. Could also check by dropping the item and timing how long it stays on the ground before disappearing, and then doing the same thing on an item with a gold price close to the ducat price)

Sozen Cratos Focker (talk)11:38, 29 March 2013

Yes, for the fomor weapons that I recorded, the price in ducats transferred directly to gold value. The Traveler's Outfits that are sold do not transfer 1 to 1, instead increasing from 2500 ducats to 18500 gold.

Separately, I've also confirmed the conversion formula between NPC value (selling the item) and "actual" value (buying the item). For the record, it's broken into 4 piecewise sections (starting with the actual value):

  • 100 gold or less: x = y / 2
  • 100 - 1000 gold: x = y / (2 + (y - 100) * 2 / 900)
    • Effectively, the multiplier adjusts linearly from 2 to 4.
  • 1000 - 10000 gold: x = y / (4 + (y - 1000) * 6 / 9000)
    • Effectively, the multiplier adjusts linearly from 4 to 10.
  • 10000 gold or more: x = y / 10

Where x is the NPC value and y is the "actual" value.

Based on this formula, my next (and last) step before the table's ready is to match all the values on the table against the NPC value listed for the item. The data from the item's page will be taken as correct.

Doomsday31415 (talk)12:43, 29 March 2013