Go to file
OldCoder ad994c0363 Imported from trollstream "ContentDB" 2022-09-04 22:01:34 -07:00
models Imported from trollstream "ContentDB" 2022-09-04 22:01:34 -07:00
textures Imported from trollstream "ContentDB" 2022-09-04 22:01:34 -07:00
.luacheckrc Imported from trollstream "ContentDB" 2022-09-04 22:01:34 -07:00
.travis.yml Imported from trollstream "ContentDB" 2022-09-04 22:01:34 -07:00
LICENSE Imported from trollstream "ContentDB" 2022-09-04 22:01:34 -07:00
api.txt Imported from trollstream "ContentDB" 2022-09-04 22:01:34 -07:00
change.lua Imported from trollstream "ContentDB" 2022-09-04 22:01:34 -07:00
depends.txt Imported from trollstream "ContentDB" 2022-09-04 22:01:34 -07:00
init.lua Imported from trollstream "ContentDB" 2022-09-04 22:01:34 -07:00
mod.conf Imported from trollstream "ContentDB" 2022-09-04 22:01:34 -07:00
readme.md Imported from trollstream "ContentDB" 2022-09-04 22:01:34 -07:00
shop.lua Imported from trollstream "ContentDB" 2022-09-04 22:01:34 -07:00
wallets.lua Imported from trollstream "ContentDB" 2022-09-04 22:01:34 -07:00
whitelist.lua Imported from trollstream "ContentDB" 2022-09-04 22:01:34 -07:00

readme.md

Miner Cantile

Build Status

A Minetest trading mod by crabman, under the original idea of Cyberpangolin. The mod will further be maintained by Mathias.

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program.  If not, see <http://www.gnu.org/licenses/>.

Usage

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. 10000 copper coin = 100 silver coins = 1 golden coin = 10000 coins in the wallet

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

  • A rare resource 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 resource.

  • Prices are between 500 and 2 coins, on a stock range between 1 and 20000. With more than 10000, prices are not evolving anymore and stick at 1. The formula is not linear.

  • The shop admin can choose to keep it always opened or to close it automatically at night.

  • Even the system is supposed to stay independent, the admin can add or remove money from the store for prices regulation.

  • The shop can trade, at your option, a type of items, or any type of items.

HAPPY TRADING!