IANetworks / Ducky-Mc-Duckerson

A Discord Bot for the Guns of Icarus Online / Alliance Discord.
GNU General Public License v3.0
8 stars 3 forks source link

Store #27

Open AbbyCottontail opened 7 years ago

AbbyCottontail commented 7 years ago

A Store front where discord users can buy items with the currency gained from chatting. Effects of the items could vary from applying fluff to profile to exp gains, to titles, and more.

AbbyCottontail commented 6 years ago

Item class will have:

Type is defined

Startup

upon bot start-up, the inv database will be refreshed to make sure each item is updated with type, description, invID, name, icon and store(isbuyable), this is so that I can mantain a the item list in one place only. Instead of having to worry about keeping items updated in more than one location. The big factor is making sure that I don't mess with an invID and if an item is removed, it's removed across the board (from user_inv as well)