Everything is dropping at full healthFixed
I just discovered this recently and here's my config

{
  "Guns": {
    "Gun condition": {
      "Min": 1,
      "Max": 10
    },
    "Attachment count": {
      "Min": 0,
      "Max": 0
    },
    "Attachment list": [
      "weapon.mod.8x.scope",
      "weapon.mod.flashlight",
      "weapon.mod.holosight",
      "weapon.mod.lasersight",
      "weapon.mod.muzzleboost",
      "weapon.mod.muzzlebrake",
      "weapon.mod.silencer",
      "weapon.mod.simplesight",
      "weapon.mod.small.scope"
    ],
    "Assign random skin": true,
    "Drop chance": 100
  },
  "Ammo": {
    "Amount to drop": {
      "Min": 0,
      "Max": 0
    },
    "Drop chance": 0
  },
  "Meds": {
    "Amount to drop": {
      "Min": 0,
      "Max": 0
    },
    "Drop chance": 0
  },
  "Put weapon into corpse": false,
  "Remove default loot from corpse": false,
  "Drop spawned items near corpse (otherwise just delete them)": true
}​
Confirmed to be a bug. Working on the patch.

Merged post

Fixed in the latest version (2.0.2)
Locked automatically