7a6bf8b870
* remove Earnable Quests from quests shop Earnable Quests could be put back later but with an explanation for how you can earn them. The Quest Shop isn't well set up for that at the moment. * change names of some equipment items NOTE: The `...Capitalized` strings all have lower-case versions (e.g., "weapon" and "weaponCapitalized"). I suspect we should change or (perhaps better) get rid of the uncapitalized version but I'm not sure what other effects that might have (e.g., haven't searched for exactly where it's used; don't know what it would do to the mobile apps). Suggest looking into that after launch. If the old, uncapitalized strings appear elsewhere during our site testing, we should probably change them to the Capitalized version then, or if lowercase is essential, create new strings (e.g., "weaponUncapitalized" - that will be much easier later than just "weapon" for searching for where it's used!) * change order of Equipment types on the inventory page http://i.imgur.com/64D5jEk.png
Common
Files that are shared among the server and the client.
- Code that is run on both the client and the server
- Item definitions - weapons, armor, pets, etc