data RedSphere = Power | Mana | Speed | Ability | Fortune
data KeySphere = Level1 | Level2 | Level3 | Level4
data PurpleSphere
= HP
| MP
| Strength
| Defense
| Magic
| MagicDef
| Agility
| Evasion
| Accuracy
| Luck
data YellowSphere
= Attribute
| Special
| Skill
| WhiteMagic
| BlackMagic
| Master
data LightBlueSphere
= Return
| Friend
| Teleport
| Warp
data Sphere
= Red RedSphere
| Key KeySphere
| Purple PurpleSphere
| Yellow YellowSphere
| LightBlue LightBlueSphere
| Clear