{
  "name": "ioray",
  "creatureType": "aquatic",
  "groups": [
    "predator"
  ],
  "entityClass": "com.lycanitesmobs.core.entity.creature.EntityIoray",
  "modelClass": "com.lycanitesmobs.client.model.creature.ModelIoray",
  "loadDefault": false,
  "enabled": true,
  "spawning": {
    "enabled": true,
    "spawners": [
      "water",
      "waterfloor"
    ],
    "disableSubspecies": false,
    "dimensionIds": [
      -1,
      1
    ],
    "dimensionListType": "blacklist",
    "ignoreBiome": false,
    "biomeTags": [
      "ocean"
    ],
    "spawnWeight": 4,
    "dungeonWeight": 0,
    "spawnAreaLimit": 3,
    "spawnGroupMin": 1,
    "spawnGroupMax": 2,
    "spawnsInLight": false,
    "spawnsInDark": true,
    "worldDayMin": -1,
    "despawnNatural": true,
    "despawnForced": false
  },
  "width": 2.8,
  "height": 0.95,
  "experience": 10,
  "health": 20,
  "defense": 1,
  "armor": 0,
  "speed": 42,
  "damage": 2,
  "attackSpeed": 1,
  "rangedSpeed": 2,
  "effectDuration": 5,
  "effectAmplifier": 0,
  "pierce": 1,
  "sight": 32,
  "knockbackResistance": 0,
  "bagSize": 5,
  "tamingReputation": 500,
  "eggBackColor": "#5247ca",
  "eggForeColor": "#ccd6ec",
  "subspecies": [
    {
      "index": 0,
      "variants": [
        {
          "index": 1,
          "name": "lux",
          "type": "uncommon"
        },
        {
          "index": 2,
          "name": "verdant",
          "type": "uncommon"
        }
      ]
    }
  ],
  "element": "acid",
  "diets": [
    "piscivore"
  ],
  "peaceful": false,
  "summonable": false,
  "tameable": true,
  "mountable": true,
  "summonCost": 4,
  "dungeonLevel": 2,
  "drops": [
    {
      "item": "minecraft:fish",
      "burningItem": "minecraft:cooked_fish",
      "minAmount": 1,
      "maxAmount": 5,
      "chance": 1
    },
    {
      "item": "minecraft:fish",
      "metadata": 1,
      "burningItem": "minecraft:cooked_fish",
      "burningMetadata": 1,
      "minAmount": 1,
      "maxAmount": 3,
      "chance": 0.5
    },
    {
      "item": "minecraft:prismarine_shard",
      "minAmount": 1,
      "maxAmount": 2,
      "chance": 1
    },
    {
      "item": "minecraft:prismarine_crystals",
      "minAmount": 1,
      "maxAmount": 1,
      "chance": 0.5
    },
    {
      "item": "minecraft:dye",
      "metadata": 4,
      "minAmount": 1,
      "maxAmount": 3,
      "chance": 1
    },
    {
      "item": "minecraft:diamond",
      "minAmount": 1,
      "maxAmount": 1,
      "chance": 0.25
    },
    {
      "item": "lycanitesmobs:waterjetcharge",
      "minAmount": 1,
      "maxAmount": 3,
      "chance": 1
    }
  ],
  "sizeScale": 1,
  "hitboxScale": 1
}