What do the colors mean for crafting

guild-wars-2

Under the production tab, all my options are now different colors. They seem to be changing as I use them more. What does this mean?

enter image description here

Best Answer

The colours are supposed to give you an idea of the amount of crafting experience you'll gain from crafting them, with Gold awarding the most experience, and Grey awarding zero experience.

The formula for crafting experience gained is as follows (source):

xp_gain(N) = xp_req(N+1) * multiplier * (1.0 - (N - N_min) / span)

Where:

  • xp_req(x): Crafting Experience required for crafting level x.
  • N: Your crafting level.
  • N_min: Minimum crafting level required to craft the item.
  • Multiplier: Determined by the type of item being crafted.
    • Refinement: 0.3
    • Part: 0.6
    • Item/Food: 1.4
  • Span: Determined by the type of item being crafted. Furthermore, if N>n_min+span you will gain zero experience from crafting the item.
    • Refinement: 25
    • Part: 25
    • Item/Food: 40