mbkarle / mind-the-fog

Roguelike JavaScript game--mind the fog!
2 stars 1 forks source link

Item value mapping #59

Closed mbkarle closed 6 years ago

mbkarle commented 7 years ago

Prices are currently assigned arbitrarily. While this could be excused in plot as merchants subjectively pricing things based on what they want and are willing to let go, but game logic states that a more powerful item should be more expensive than a weaker one.

akarle commented 7 years ago

Maybe make it a property of all items? Retail value = X, sell value = .7*retail value

akarle commented 6 years ago

Still active @mbkarle bump!