{
  "name": "troll",
  "creatureType": "anthronian",
  "groups": [
    "raider"
  ],
  "entityClass": "com.lycanitesmobs.core.entity.creature.EntityTroll",
  "modelClass": "com.lycanitesmobs.client.model.creature.ModelTroll",
  "loadDefault": false,
  "enabled": true,
  "spawning": {
    "enabled": true,
    "spawners": [
      "monster",
      "beast"
    ],
    "disableSubspecies": false,
    "dimensionIds": [
      -1,
      1
    ],
    "dimensionListType": "blacklist",
    "ignoreBiome": false,
    "biomeTags": [
      "mountain"
    ],
    "spawnWeight": 5,
    "dungeonWeight": 200,
    "spawnAreaLimit": 5,
    "spawnGroupMin": 1,
    "spawnGroupMax": 3,
    "spawnsInLight": false,
    "spawnsInDark": true,
    "worldDayMin": -1,
    "despawnNatural": true,
    "despawnForced": false
  },
  "width": 1.5,
  "height": 3.2,
  "experience": 10,
  "health": 40,
  "defense": 2,
  "armor": 0,
  "speed": 26,
  "damage": 4,
  "attackSpeed": 1,
  "rangedSpeed": 0.25,
  "effectDuration": 5,
  "effectAmplifier": 1,
  "pierce": 1,
  "sight": 24,
  "knockbackResistance": 1,
  "bagSize": 5,
  "eggBackColor": "#007711",
  "eggForeColor": "#EEEEEE",
  "subspecies": [
    {
      "index": 0,
      "variants": [
        {
          "index": 1,
          "name": "azure",
          "type": "uncommon"
        },
        {
          "index": 2,
          "name": "russet",
          "type": "uncommon"
        }
      ]
    }
  ],
  "element": "order",
  "diets": [
    "carnivore",
    "piscivore",
    "insectivore",
    "herbivore",
    "frugivore",
    "fungivore"
  ],
  "peaceful": false,
  "summonable": true,
  "tameable": false,
  "mountable": false,
  "summonCost": 4,
  "dungeonLevel": 1,
  "drops": [
    {
      "item": "minecraft:stone",
      "minAmount": 2,
      "maxAmount": 6,
      "chance": 1
    },
    {
      "item": "minecraft:coal",
      "minAmount": 2,
      "maxAmount": 8,
      "chance": 1
    },
    {
      "item": "lycanitesmobs:boulderblastcharge",
      "minAmount": 2,
      "maxAmount": 3,
      "chance": 1
    }
  ],
  "sizeScale": 1,
  "hitboxScale": 1,
  "flags": [
    {
      "name": "griefing",
      "value": true
    }
  ]
}