Author Topic: Dev Log  (Read 32420 times)

Tom

  • BM Dev Team
  • Exalted Emperor
  • *
  • Posts: 8228
    • View Profile
    • BattleMaster
Re: Dev Log
« Topic Start: June 06, 2015, 09:04:59 AM »
Characters now make buying and price decisions by themselves.
The formula is:

        willing_to_pay = item_value  * ( 1.2 + need/5 ) )


In short: You can safely mark up your items by about 20%. For every point of need, the character is willing to pay 20% of the item value additionally.