BlockySurvival / issue-tracker

A non-code repo for tracking issues w/ the Blocky Survival minetest server
12 stars 0 forks source link

Custom mod: wishing well #145

Open fluxionary opened 5 years ago

fluxionary commented 5 years ago

From discussion w/ some players, have an idea for a "wishing well":

  1. A player says in public chat, "I wish for X", and then tosses an item into the well.
  2. Depending on the value of X and the tossed item (or if the mod can even figure out what X is), sometimes grant the wish. However, the "house" should generally win, by a quite large margin.
  3. If the player keeps wishing for things and tossing garbage, take their stuff and fill their inventory with garbage.

This is low priority.

niwla23 commented 5 years ago

Problem could be that smart players will put their inventory into a chest before wishing

fluxionary commented 4 years ago

I still love this idea, but not enough to get to it anytime soon.

TechDudie commented 3 years ago

I can try to write the function code, the identify and choose the item to give code, I know enough Lua to do so, but I can’t write the other code, the drop and receive the item code, for example.