Skip to content

Database Design Discussion

Anthony Long edited this page Aug 15, 2014 · 3 revisions

Currently, only three backend tables are planned:

Player

  • username
  • email address
  • Authentication method (G+, twitter, facebook, none, etc)
  • Password (if oauth not used)
  • Inventory(JSON blob?)

Item

  • name
  • stat enhancement
  • stat dehancement
  • rarity
  • type

NPC