Project Overview
Project Overview
Construct a database for representing data that might be used to represent player
data in an online role-playing game.
(This is based on a real online game, but you do not need to be familiar with the
specific game in order to complete the project.)
● email address
● zero or more characters
● Name
● Stack size (how many can be in a single stack; can be as low as 1)
● Sale price (optional)
● Gear
● Weapons
● Consumables
● Defense
● Magic Defense
● Physical Damage
● Auto-attack
● Delay
Finally, note that weapons are the only items that can be
equipped in the main-hand slot, and only weapons can
be equipped in this slot.
● Item Level
● Description
● Stat bonuses
○ Note max bonus!
○ EXP bonus and duration
are always 3% and 30
minutes, respectively
Topics:
● Download MySQL 8
○ 8.4.x; let's avoid 9.0 "Innovation" releases for the moment
● Download MySQL Workbench.
● Download but please do not install yet.
● Bring your laptop to lecture!