fork de minetest-minercantile

Mathiaszero 75cc57815f Update readme.md 3 years ago
models ce3f17ca35 first commit 8 years ago
textures f9e969d7f3 Add new textures => grey+noise 7 years ago
.luacheckrc 70a485f793 Add Travis CI and LuaCheck (#5) 4 years ago
.travis.yml 70a485f793 Add Travis CI and LuaCheck (#5) 4 years ago
LICENSE 58b9fb0194 Create LICENSE 8 years ago
api.txt ce3f17ca35 first commit 8 years ago
change.lua 4865c6b444 add rewrite bancomatic node( based on atm from https://github.com/minetest-mods/global_exchange) 7 years ago
depends.txt 3ba1431a70 readd maptools in depends, use maptools coins or defines coins 8 years ago
init.lua 1036d5e539 changed the default stock of money to 1 million 7 years ago
mod.conf fd26a1e5b1 Create mod.conf 4 years ago
readme.md 75cc57815f Update readme.md 3 years ago
shop.lua 70a485f793 Add Travis CI and LuaCheck (#5) 4 years ago
wallets.lua 70a485f793 Add Travis CI and LuaCheck (#5) 4 years ago
whitelist.lua 9ead7cc839 added whitelist item 7 years ago

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!