A Minetest trading mod by crabman, under the original idea of Cyberpangolin.
Go to file
Cyberpangolin ae2b1c3865 Add maptools into the dependencies.
As we need coins, probably maptools is necessary :P
2016-06-06 19:36:14 +02:00
models first commit 2016-05-24 22:34:56 +02:00
textures add background in formspec 2016-06-04 22:55:24 +02:00
api.txt first commit 2016-05-24 22:34:56 +02:00
change.lua add background in formspec 2016-06-04 22:55:24 +02:00
depends.txt Add maptools into the dependencies. 2016-06-06 19:36:14 +02:00
init.lua check items and ignore unbreakable/admin stuff 2016-06-06 02:02:27 +02:00
readme.md Update readme.md 2016-06-06 19:27:43 +02:00
shop.lua check items and ignore unbreakable/admin stuff 2016-06-06 02:02:27 +02:00
wallets.lua first commit 2016-05-24 22:34:56 +02:00

readme.md

MINERCANTILE

A minetest mod by crabman, under the original idea of Cyberpangolin

PLEASE NOTE: THIS MOD (including this readme file) IS UNDER A HARD WORK AND NOT READY TO USE INGAME FOR NOW !

This mod aims to make a big centralised store, under following conditions:

  • To have money, the player has to change the coins he finds naturally ingame at the bancomatic, and then it's stored into player's wallet.

  • Any ressource can be sold / bought, with an automatised way to make evolve price: a rare ressource costs lots of money, and a very frequent one becomes cheaper and cheaper.

  • A rare ressource that is never traded gains in value with time, because all prices depend on the stock of money into the shop that tends to grow with time. If mithril is never traded, it gains price so player are more interested in selling it.

  • The shop always takes more money than gives and has limitations on how much items you can buy / sell at once to make sure you can never gain money by buying - then selling - a same ressource.

  • Prices are between 500 and 2 coins, on a stock range between 1 and 10'000. Mith more than 10'000, prices are not evolving anymore. The formula is not linear.

HAPPY TRADING!