xaya / taurion_gsp

Taurion - A Fully Decentralised MMO built for the Xaya Platform.
https://taurion.io
GNU General Public License v3.0
23 stars 10 forks source link

Design and implement banking #60

Closed domob1812 closed 4 years ago

domob1812 commented 4 years ago

To actually acquire prizes in the upcoming competition, players will need to bank their "prize items" as well as resources. We should design the detailed logic of how this works and then implement it.

domob1812 commented 4 years ago

There will be three banking areas, which are just L1 balls with centre and radius. Whenever a user enters one of them (or is inside at the end of block processing), all their inventory will be "banked". Prize items will be assigned to their account finally, and resources will be credited to some "account balance". Whenever the account balance reaches a certain "recipe" (amount of each type of resource), a point is credited instead. There will be a high score of accounts by points.

domob1812 commented 4 years ago

@xaya, @RyuMaster: Please specify the coordinates and radii for the banking areas.