{
  "name": "lightball",
  "entityClass": "com.lycanitesmobs.core.entity.CustomProjectileModelEntity",
  "modelClass": "com.lycanitesmobs.client.model.projectile.LightBallModel",
  "loadDefault": true,
  "width": 1.0,
  "height": 1.0,
  "scale": 2,
  "damage": 6,
  "pierce": 3,
  "knockbackChance": 0.5,
  "effectDuration": 5,
  "effectAmplifier": 1,
  "velocity": 0.8,
  "weight": 0,
  "lifetime": 100,
  "elements": [
    "light"
  ],
  "behaviours": [
    {
      "type": "catch",
      "catchEntityIds": [
        "lycanitesmobs:wisp"
      ],
      "resetAttackCooldown": true,
      "preventDamage": true
    }
  ],
  "waterproof": true,
  "lavaproof": false,
  "cutGrass": false,
  "impactSound": false,
  "ripper": true,
  "pierceBlocks": false,
  "glow": true,
  "rollSpeed": 0
}