{
    "target": "cobblemon:litleo",   
    "implemented": true,
    "shoulderMountable": true,
    "baseScale": 0.7,
    "hitbox": {
      "width": 0.6,
      "height": 0.8,
      "fixed": false
    },
    "drops": {
      "amount": 3,
      "entries": [
        {
            "item": "minecraft:rotten_flesh",
            "quantityRange": "0-1"
          },
          {
            "item": "minecraft:blaze_powder",
            "percentage": 5
          },
          {
            "item": "cobblemon:rawst_berry",
            "percentage": 2.5
          }
    
      ]
    },
    "behaviour": {
      "resting": {
        "canSleep": true,
        "willSleepOnBed": true,
        "depth": "normal",
        "light": "0-4"
      }
    }
   }