Repo contains spellcraft things
- spellcraft - website
- docs - documentation and resources
- Type: code, name
- Resource: code, name
- Cost: spell, resource, quantity
- Spell: code, type, cost, summary, description, shortcut, rating
Type of spell
- code - meaningful key (A or AURA for Auras, ATK for Attacks)
- name - full name (Aura, Attack)
Resources in the game
- code - meaningful key (E for Earth, Y for Energy, W for Water)
- name - full name (Earth, Energy, Water)
Cost of spell
- spell - id of spell
- resource - id of resource
- quantity - amount of resource
Fireball requires three fires so spell = "Fireball" resource = "Fire" quantity = "3"
Spell entity
- code
- type
- cost
- summary
- description
- shortcut
- rating
- Comment: spell, title, description, user, timestamp
- Log: object, user, timestamp, event, activity
- object - id of object
- user - user who made change
- timestamp - time of change
- event - insert, update, delete
- activity - summary of change (field from x to y)