fish-lib 0.2.3

A work-in-progress fishing game library containing the game/storage logic for a discord fishing game I'm working on.
Documentation
{
  "1": {
    "name": "Bob",
    "attributes": {
      "components": {
        "Bait": {
          "level": 1
        },
        "Purchasable": {
          "cost": 50
        }
      }
    }
  },
  "2": {
    "name": "Bobber",
    "attributes": {
      "components": {
        "Rod": {
          "level": 1
        }
      }
    },
    "default_properties": {
      "components": {
        "Usage": {
          "times_used": 0
        },
        "Stackable": {}
      }
    }
  }
}