{
  "slime":{
    "walk_animation": {
      "name": "Enemy_A_",
      "num_frames": 24
    },
    "death_animation": {
      "name": "blob",
      "num_frames": 9,
      "scale":1.3
    },
    "speed": {
      "min":2,
      "max":3
    },
    "scale": {
      "x":0.5,
      "y":0.5
    },
    "type": "normal",
    "base_health": 4,
    "base_damage": 5,
    "deathsound":"lvlonedeath"
  },
  "neomorph":{
    "walk_animation": {
      "name": "Enemy_B_",
      "num_frames": 47
    },
    "death_animation": {
      "name": "blob",
      "num_frames": 9,
      "scale":1.3
    },
    "speed": {
      "min":2,
      "max":2
    },
    "scale": {
      "x":0.5,
      "y":0.5
    },
    "type": "normal",
    "base_health": 8,
    "base_damage": 10,
    "deathsound":"lvltwodeath"
  },
  "volvoian":{
    "walk_animation": {
      "name": "Enemy_C_",
      "num_frames": 36
    },
    "death_animation": {
      "name": "blob",
      "num_frames": 9,
      "scale":1.3
    },
    "speed": {
      "min":1,
      "max":2
    },
    "scale": {
      "x":0.5,
      "y":0.5
    },
    "type": "normal",
    "base_health": 30,
    "base_damage": 20,
    "deathsound":"lvlthreedeath"
  },
  "boss":{
    "walk_animation": {
      "name": "Boss_",
      "num_frames": 72
    },
    "death_animation": {
      "name": "Boss_Death_",
      "num_frames": 101,
      "scale":1.3
    },
    "attack_animation": {
      "name": "Boss_Attack_",
      "num_frames": 72,
      "scale":1.3
    },
    "laser_animation": {
      "name": "Boss_Laser_",
      "num_frames": 9,
      "scale":1.3
    },
    "roar_animation": {
      "name": "Boss_Roar_",
      "num_frames": 72,
      "scale":1.3
    },
    "speed": {
      "min":0,
      "max":0
    },
    "scale": {
      "x":1.6,
      "y":1.6
    },
    "type": "boss",
    "base_health": 1000000,
    "base_damage": 20,
    "deathsound":"boss_death"
  }
}