Example configuration for diseases
{
  "name": "Anthrax",
  "minInfectionTime": 180,
  "maxInfectionTime": 1200,
  "minSpreadTime": 5,
  "maxSpreadTime": 60,
  "minImmunityTime": 120,
  "maxImmunityTime": 180,
  "infectionChanceCovered": 40,
  "infectionChanceUncovered": 90,
  "damageHealth": 10.0,
  "damageCalories": 125.0,
  "damageHydration": 85.0,
  "randomOutbreaksOccur": true,
  "randomOutbreakTickInterval": 600,
  "randomOutbreakInfectionChance": 10,
  "infectionSpreadDistance": 2.0,
  "itemsThatCauseOutbreaksOnConsumption": {
    "bearmeat.cooked": 1,
    "chicken.cooked": 1,
    "horsemeat.cooked": 1,
    "meat.pork.cooked": 1,
    "wolfmeat.cooked": 1,
    "humanmeat.cooked":80,
    "deermeat.cooked": 1,
    "apple.spoiled": 50,
    "wolfmeat.spoiled": 100,
    "humanmeat.spoiled": 100,
    "chicken.spoiled": 100,
    "bearmeat": 20,
    "chicken.raw": 20,
    "deermeat.raw": 20,
    "fish.raw": 5,
    "horsemeat.raw": 20,
    "humanmeat.raw": 100,
    "meat.boar": 20,
    "wolfmeat.raw": 20
  },
  "itemsThatCureOnConsumption": {
    "largemedkit": 20,
    "syringe.medical": 15,
    "healingtea.pure": 5,
    "black.raspberries": 2,
    "blueberries": 2,
    "cactusflesh": 2,
    "apple": 1
  },
  "infectableEntities": [
    "player",
    "bandit_conversationalist",
    "bandit_guard",
    "bandit_shopkeeper",
    "heavyscientist",
    "scientist",
    "scientist_astar_full_any",
    "scientist_full_any",
    "scientist_full_lr300",
    "scientist_full_mp5",
    "scientist_full_pistol",
    "scientist_full_shotgun",
    "scientist_gunner",
    "scientistnpc",
    "scientistpeacekeeper",
    "zombie",
    "murderer",
    "bear",
    "boar",
    "stag",
    "wolf",
    "horse",
    "chicken"
  ],
  "symptomEffects": [
    "assets/bundled/prefabs/fx/gestures/drink_vomit.prefab",
    "assets/bundled/prefabs/fx/water/midair_splash.prefab",
    "assets/bundled/prefabs/fx/player/bloodspurt_wounded_stomache.prefab"
  ]
}

 

{
  "name": "Influenza",
  "minInfectionTime": 90,
  "maxInfectionTime": 600,
  "minSpreadTime": 5,
  "maxSpreadTime": 30,
  "minImmunityTime": 120,
  "maxImmunityTime": 180,
  "infectionChanceCovered": 50,
  "infectionChanceUncovered": 100,
  "damageHealth": 2.0,
  "damageCalories": 1.0,
  "damageHydration": 15.0,
  "randomOutbreaksOccur": true,
  "randomOutbreakTickInterval": 300,
  "randomOutbreakInfectionChance": 80,
  "infectionSpreadDistance": 2.0,
  "itemsThatCauseOutbreaksOnConsumption": {
    "apple.spoiled": 50,
    "wolfmeat.spoiled": 10,
    "humanmeat.spoiled": 10,
    "chicken.spoiled": 10,
    "bearmeat": 10,
    "chicken.raw": 10,
    "deermeat.raw": 10,
    "fish.raw": 5,
    "horsemeat.raw": 10,
    "humanmeat.raw": 100,
    "meat.boar": 10,
    "wolfmeat.raw": 10,
    "corn": 25,
    "pumpkin": 25
  },
  "itemsThatCureOnConsumption": {
    "largemedkit": 99,
    "syringe.medical": 50,
    "healingtea.pure": 25,
    "black.raspberries": 20,
    "blueberries": 20,
    "cactusflesh": 10,
    "apple": 10
  },
  "infectableEntities": [
    "player",
    "bandit_conversationalist",
    "bandit_guard",
    "bandit_shopkeeper",
    "heavyscientist",
    "scientist",
    "scientist_astar_full_any",
    "scientist_full_any",
    "scientist_full_lr300",
    "scientist_full_mp5",
    "scientist_full_pistol",
    "scientist_full_shotgun",
    "scientist_gunner",
    "scientistnpc",
    "scientistpeacekeeper",
    "zombie",
    "murderer",
    "bear",
    "boar",
    "stag",
    "wolf",
    "horse",
    "chicken"
  ],
  "symptomEffects": [
    "assets/bundled/prefabs/fx/gestures/drink_vomit.prefab",
    "assets/bundled/prefabs/fx/water/midair_splash.prefab"
  ]
}

 

{
  "name": "Rabies",
  "minInfectionTime": 90,
  "maxInfectionTime": 600,
  "minSpreadTime": 5,
  "maxSpreadTime": 30,
  "minImmunityTime": 120,
  "maxImmunityTime": 180,
  "infectionChanceCovered": 40,
  "infectionChanceUncovered": 90,
  "damageHealth": 10.0,
  "damageCalories": 125.0,
  "damageHydration": 85.0,
  "randomOutbreaksOccur": true,
  "randomOutbreakTickInterval": 300,
  "randomOutbreakInfectionChance": 20,
  "infectionSpreadDistance": 2.0,
  "itemsThatCauseOutbreaksOnConsumption": {
    "bearmeat.cooked": 1,
    "chicken.cooked": 1,
    "horsemeat.cooked": 1,
    "meat.pork.cooked": 1,
    "wolfmeat.cooked": 1,
    "humanmeat.cooked":80,
    "deermeat.cooked": 1,
    "apple.spoiled": 50,
    "wolfmeat.spoiled": 100,
    "humanmeat.spoiled": 100,
    "chicken.spoiled": 100,
    "bearmeat": 20,
    "chicken.raw": 20,
    "deermeat.raw": 20,
    "fish.raw": 5,
    "horsemeat.raw": 20,
    "humanmeat.raw": 100,
    "meat.boar": 20,
    "wolfmeat.raw": 20
  },
  "itemsThatCureOnConsumption": {
    "largemedkit": 30,
    "syringe.medical": 20,
    "healingtea.pure": 5,
    "black.raspberries": 2,
    "blueberries": 2,
    "cactusflesh": 2,
    "apple": 1
  },
  "infectableEntities": [
    "player",
    "zombie",
    "murderer",
    "bear",
    "boar",
    "stag",
    "wolf",
    "horse",
    "chicken"
  ],
  "symptomEffects": [
    "assets/bundled/prefabs/fx/gestures/drink_vomit.prefab",
    "assets/bundled/prefabs/fx/water/midair_splash.prefab"
  ]
}

 

{
  "name": "Zika",
  "minInfectionTime": 90,
  "maxInfectionTime": 600,
  "minSpreadTime": 5,
  "maxSpreadTime": 30,
  "minImmunityTime": 120,
  "maxImmunityTime": 180,
  "infectionChanceCovered": 5,
  "infectionChanceUncovered": 90,
  "damageHealth": 10.0,
  "damageCalories": 125.0,
  "damageHydration": 85.0,
  "randomOutbreaksOccur": true,
  "randomOutbreakTickInterval": 300,
  "randomOutbreakInfectionChance": 5,
  "infectionSpreadDistance": 2.0,
  "itemsThatCauseOutbreaksOnConsumption": {
    "apple.spoiled": 50,
    "wolfmeat.spoiled": 100,
    "humanmeat.spoiled": 100,
    "chicken.spoiled": 100,
    "bearmeat": 20,
    "chicken.raw": 20,
    "deermeat.raw": 20,
    "fish.raw": 5,
    "horsemeat.raw": 20,
    "humanmeat.raw": 100,
    "meat.boar": 20,
    "wolfmeat.raw": 20

  },
  "itemsThatCureOnConsumption": {
    "largemedkit": 30,
    "syringe.medical": 20,
    "healingtea.pure": 5,
    "black.raspberries": 2,
    "blueberries": 2,
    "cactusflesh": 2,
    "apple": 1
  },
  "infectableEntities": [
    "player",
    "bandit_conversationalist",
    "bandit_guard",
    "bandit_shopkeeper",
    "heavyscientist",
    "scientist",
    "scientist_astar_full_any",
    "scientist_full_any",
    "scientist_full_lr300",
    "scientist_full_mp5",
    "scientist_full_pistol",
    "scientist_full_shotgun",
    "scientist_gunner",
    "scientistnpc",
    "scientistpeacekeeper",
    "zombie",
    "murderer",
    "bear",
    "boar",
    "stag",
    "wolf",
    "horse",
    "chicken"
  ],
  "symptomEffects": [
    "assets/bundled/prefabs/fx/gestures/drink_vomit.prefab",
    "assets/bundled/prefabs/fx/water/midair_splash.prefab"
  ]
}

Feel free to correct, improve, use! :-)

Dude, this is awesome, thanks for sharing! I like that you used the "bloodspurt" effect for Anthrax, its hard to find good effects for these diseases (its a real shame there isn't a coughing one). We should totally put together a big megathread of all the diseases people came up with.

Also let me know what kind of options you'd like to see for custom diseases in the future. The next update I do for this I plan on overhauling the customization options, so let me know if theres something you'd wish to see!

Awesome creations!

A megathread of diseases would be awesome!

The only thing that came to my mind so far is already been suggested by Bumfuzzler. I see it as a way to raise mindfulness about the COVID19 pandemic and the importance of properly using a mask (and a videogame would be a perfect way to do it!). But if you are planning to insert a skin option that'll be solved.

Another thing would be to use the Blood Bag but I don't really know how and if it is possible at all. Furthermore I am not sure if it would be a cure or a disease spreader.

The Bleach also could be used as a disinfectant.

Spawning Blood and Bleach would be no problem at all since those can be used in BetterLoot, NPCKits and the such.

nevermind

Hey guys, just released Diseases 1.1.1, this update adds a lot of new customization options for diseases as well as performance and stablity upgrades. I highly recommend switching to this version before wipe day as it should handle large amounts of players better than the previous versions.

If you do make the switch, just make sure to check out the documentation and keep your disease files up to date. There are a lot of new and revised options so your old files wont be compatible with the new update. Also the config file has changed too, so check that out as well.

Let me know what you think, excited to see what you guys come up with.

Great news indeed! So, apparently I cannot edit my previous post hence sorry for the spam. I have updated the diseases and made a brand new one, the Mosaic: you could contract it eating vegetables. Here we go!
MOSAIC

{
  "name": "Mosaic",
  "minInfectionTime": 180,
  "maxInfectionTime": 190,
  "minSpreadTime": 5,
  "maxSpreadTime": 30,
  "minImmunityTime": 120,
  "maxImmunityTime": 180,
  "infectionChanceCovered": 1.0,
  "infectionChanceUncovered": 1.0,
  "damageValues": [
    {
      "type": "health",
      "minValue": 5.0,
      "maxValue": 5.0
    },
    {
      "type": "calories",
      "minValue": 125.0,
      "maxValue": 125.0
    },
    {
      "type": "hydration",
      "minValue": 5.0,
      "maxValue": 10.0
    }
  ],
  "randomOutbreaksOccur": false,
  "randomOutbreakTickInterval": 500,
  "randomOutbreakInfectionChance": 20.0,
  "infectionSpreadDistance": 2.0,
  "itemsThatCauseOutbreaksOnConsumption": [
    {
      "shortName": "potato",
      "percentChance": 10.0
    },
    {
      "shortName": "pumpkin",
      "percentChance": 10.0
    },
    {
      "shortName": "corn",
      "percentChance": 10.0
    },
    {
      "shortName": "cactusflesh",
      "percentChance": 2.0
    },
    {
      "shortName": "green.berry",
      "percentChance": 2.0
    },
    {
      "shortName": "red.berry",
      "percentChance": 2.0
    },
    {
        "shortName": "yellow.berry",
        "percentChance": 2.0
      },
    {
      "shortName": "white.berry",
      "percentChance": 2.0
    }
  ],
  "itemsThatCureOnConsumption": [
    {
      "shortName": "largemedkit",
      "percentChance": 90.0
    },
    {
      "shortName": "syringe.medical",
      "percentChance": 60.0
    }
  ],
  "itemsThatReduceInfectionTimeOnConsumption": [
    {
      "shortName": "healingtea",
      "minModifierSeconds": 5,
      "maxModifierSeconds": 10,
      "secondsBetweenReuse": 120
    },
    {
      "shortName": "healingtea.advanced",
      "minModifierSeconds": 10,
      "maxModifierSeconds": 40,
      "secondsBetweenReuse": 120
    },
    {
      "shortName": "healingtea.pure",
      "minModifierSeconds": 40,
      "maxModifierSeconds": 160,
      "secondsBetweenReuse": 120
    }
  ],
  "infectableEntities": [
    {
      "shortName": "player"
    },
    {
      "shortName": "bandit_conversationalist"
    },
    {
      "shortName": "bandit_guard"
    },
    {
      "shortName": "bandit_shopkeeper"
    },
    {
      "shortName": "heavyscientist"
    },
    {
      "shortName": "scientist"
    },
    {
      "shortName": "scientist_astar_full_any"
    },
    {
      "shortName": "scientist_full_any"
    },
    {
      "shortName": "scientist_full_lr300"
    },
    {
      "shortName": "scientist_full_mp5"
    },
    {
      "shortName": "scientist_full_pistol"
    },
    {
      "shortName": "scientist_full_shotgun"
    },
    {
      "shortName": "scientist_gunner"
    },
    {
      "shortName": "scientistnpc"
    },
    {
      "shortName": "scientistpeacekeeper"
    },
    {
      "shortName": "zombie"
    },
    {
      "shortName": "murderer"
    }
  ],
  "symptomEffects": [
    {
      "prefab": "assets/bundled/prefabs/fx/gestures/drink_vomit.prefab",
      "onlyForPlayers": false
    },
    {
      "prefab": "assets/bundled/prefabs/fx/water/midair_splash.prefab",
      "onlyForPlayers": false
    },
    {
      "prefab": "assets/prefabs/weapons/cake/effects/strike_screenshake.prefab",
      "onlyForPlayers": true
    }
  ],
  "symptomScreenEffects": [
    {
      "asset": "assets/content/ui/overlay_poisoned.png",
      "opacity": 1.0,
      "duration": 1.0,
      "fadeOut": 1.0
    }
  ]
}​

RABIES

{
  "name": "Rabies",
  "minInfectionTime": 90,
  "maxInfectionTime": 600,
  "minSpreadTime": 5,
  "maxSpreadTime": 30,
  "minImmunityTime": 120,
  "maxImmunityTime": 180,
  "infectionChanceCovered": 40,
  "infectionChanceUncovered": 90,
  "damageValues": [
    {
      "type": "health",
      "minValue": 50.0,
      "maxValue": 90.0
    },
    {
      "type": "calories",
      "minValue": 5.0,
      "maxValue": 10.0
    },
    {
      "type": "hydration",
      "minValue": 80.0,
      "maxValue": 90.0
    }
  ],
  "randomOutbreaksOccur": true,
  "randomOutbreakTickInterval": 500,
  "randomOutbreakInfectionChance": 20.0,
  "infectionSpreadDistance": 2.0,
  "itemsThatCauseOutbreaksOnConsumption": [
    {
      "shortName": "bearmeat.cooked",
      "percentChance": 50.0
    },
    {
      "shortName": "chicken.spoiled",
      "percentChance": 100.0
    },
    {
      "shortName": "chicken.cooked",
      "percentChance": 20.0
    },
    {
      "shortName": "horsemeat.cooked",
      "percentChance": 20.0
    },
    {
      "shortName": "meat.pork.cooked",
      "percentChance": 20.0
    },
    {
      "shortName": "wolfmeat.cooked",
      "percentChance": 30.0
    },
    {
      "shortName": "humanmeat.cooked",
      "percentChance": 10.0
    },
    {
      "shortName": "deermeat.cooked",
      "percentChance": 20.0
    },
    {
      "shortName": "wolfmeat.spoiled",
      "percentChance": 100.0
    },
    {
      "shortName": "humanmeat.spoiled",
      "percentChance": 100.0
    },
    {
      "shortName": "chicken.raw",
      "percentChance": 60.0
    },
    {
      "shortName": "deermeat.raw",
      "percentChance": 60.0
    },
    {
      "shortName": "horsemeat.raw",
      "percentChance": 60.0
    },
    {
      "shortName": "humanmeat.raw",
      "percentChance": 100.0
    },
    {
      "shortName": "meat.boar",
      "percentChance": 60.0
    },
    {
      "shortName": "wolfmeat.raw",
      "percentChance": 60.0
    }
  ],
  "itemsThatCureOnConsumption": [
    {
      "shortName": "antiradpills",
      "percentChance": 75.0
    },
    {
      "shortName": "largemedkit",
      "percentChance": 10.0
    },
    {
      "shortName": "syringe.medical",
      "percentChance": 90.0
    },
    {
      "shortName": "black.raspberries",
      "percentChance": 5.0
    },
    {
      "shortName": "blueberries",
      "percentChance": 5.0
    },
    {
      "shortName": "apple",
      "percentChance": 1.0
    },
    {
      "shortName": "healingtea.advanced",
      "percentChance": 10.0
    },
    {
      "shortName": "healingtea.pure",
      "percentChance": 10.0
    }
  ],
  "itemsThatReduceInfectionTimeOnConsumption": [
    {
      "shortName": "healingtea",
      "minModifierSeconds": 5,
      "maxModifierSeconds": 10,
      "secondsBetweenReuse": 120
    }
  ],
  "infectableEntities": [
    {
      "shortName": "player"
    },
    {
      "shortName": "bandit_conversationalist"
    },
    {
      "shortName": "bandit_guard"
    },
    {
      "shortName": "bandit_shopkeeper"
    },
    {
      "shortName": "heavyscientist"
    },
    {
      "shortName": "scientist"
    },
    {
      "shortName": "scientist_astar_full_any"
    },
    {
      "shortName": "scientist_full_any"
    },
    {
      "shortName": "scientist_full_lr300"
    },
    {
      "shortName": "scientist_full_mp5"
    },
    {
      "shortName": "scientist_full_pistol"
    },
    {
      "shortName": "scientist_full_shotgun"
    },
    {
      "shortName": "scientist_gunner"
    },
    {
      "shortName": "scientistnpc"
    },
    {
      "shortName": "scientistpeacekeeper"
    },
    {
      "shortName": "zombie"
    },
    {
      "shortName": "murderer"
    }
  ],
  "symptomEffects": [
    {
      "prefab": "assets/bundled/prefabs/fx/gestures/drink_vomit.prefab",
      "onlyForPlayers": false
    },
    {
      "prefab": "assets/bundled/prefabs/fx/water/midair_splash.prefab",
      "onlyForPlayers": false
    },
    {
      "prefab": "assets/prefabs/weapons/cake/effects/strike_screenshake.prefab",
      "onlyForPlayers": true
    }
  ],
  "symptomScreenEffects": [
    {
      "asset": "assets/content/ui/overlay_poisoned.png",
      "opacity": 1.0,
      "duration": 1.0,
      "fadeOut": 1.0
    }
  ]
}

ZIKA

{
  "name": "Zika",
  "minInfectionTime": 90,
  "maxInfectionTime": 600,
  "minSpreadTime": 5,
  "maxSpreadTime": 30,
  "minImmunityTime": 120,
  "maxImmunityTime": 180,
  "infectionChanceCovered": 5,
  "infectionChanceUncovered": 90,
  "damageValues": [
    {
      "type": "health",
      "minValue": 15.0,
      "maxValue": 50.0
    },
    {
      "type": "calories",
      "minValue": 25.0,
      "maxValue": 50.0
    },
    {
      "type": "hydration",
      "minValue": 80.0,
      "maxValue": 90.0
    }
  ],
  "randomOutbreaksOccur": true,
  "randomOutbreakTickInterval": 500,
  "randomOutbreakInfectionChance": 20.0,
  "infectionSpreadDistance": 2.0,
  "itemsThatCauseOutbreaksOnConsumption": [
    {
      "shortName": "chicken.raw",
      "percentChance": 50.0
    },
    {
      "shortName": "chicken.spoiled",
      "percentChance": 90.0
    },
    {
      "shortName": "chicken.cooked",
      "percentChance": 25.0
    }
  ],
  "itemsThatCureOnConsumption": [
    {
      "shortName": "antiradpills",
      "percentChance": 80.0
    },
    {
      "shortName": "largemedkit",
      "percentChance": 90.0
    },
    {
      "shortName": "syringe.medical",
      "percentChance": 85.0
    },
    {
      "shortName": "black.raspberries",
      "percentChance": 10.0
    },
    {
      "shortName": "blueberries",
      "percentChance": 10.0
    },
    {
      "shortName": "apple",
      "percentChance": 5.0
    },
    {
      "shortName": "healingtea.advanced",
      "percentChance": 25.0
    },
    {
      "shortName": "healingtea.pure",
      "percentChance": 30.0
    }
  ],
  "itemsThatReduceInfectionTimeOnConsumption": [
    {
      "shortName": "healingtea",
      "minModifierSeconds": 5,
      "maxModifierSeconds": 10,
      "secondsBetweenReuse": 120
    }
  ],
  "infectableEntities": [
    {
      "shortName": "player"
    },
    {
      "shortName": "bandit_conversationalist"
    },
    {
      "shortName": "bandit_guard"
    },
    {
      "shortName": "bandit_shopkeeper"
    },
    {
      "shortName": "heavyscientist"
    },
    {
      "shortName": "scientist"
    },
    {
      "shortName": "scientist_astar_full_any"
    },
    {
      "shortName": "scientist_full_any"
    },
    {
      "shortName": "scientist_full_lr300"
    },
    {
      "shortName": "scientist_full_mp5"
    },
    {
      "shortName": "scientist_full_pistol"
    },
    {
      "shortName": "scientist_full_shotgun"
    },
    {
      "shortName": "scientist_gunner"
    },
    {
      "shortName": "scientistnpc"
    },
    {
      "shortName": "scientistpeacekeeper"
    },
    {
      "shortName": "zombie"
    },
    {
      "shortName": "murderer"
    }
  ],
  "symptomEffects": [
    {
      "prefab": "assets/bundled/prefabs/fx/gestures/drink_vomit.prefab",
      "onlyForPlayers": false
    },
    {
      "prefab": "assets/bundled/prefabs/fx/water/midair_splash.prefab",
      "onlyForPlayers": false
    },
    {
      "prefab": "assets/prefabs/weapons/cake/effects/strike_screenshake.prefab",
      "onlyForPlayers": true
    }
  ],
  "symptomScreenEffects": [
    {
      "asset": "assets/content/ui/overlay_poisoned.png",
      "opacity": 1.0,
      "duration": 1.0,
      "fadeOut": 1.0
    }
  ]
}

ANTHRAX

{
  "name": "Anthrax",
  "minInfectionTime": 180,
  "maxInfectionTime": 1200,
  "minSpreadTime": 5,
  "maxSpreadTime": 60,
  "minImmunityTime": 120,
  "maxImmunityTime": 180,
  "infectionChanceCovered": 40,
  "infectionChanceUncovered": 90,
  "damageValues": [
    {
      "type": "health",
      "minValue": 50.0,
      "maxValue": 90.0
    },
    {
      "type": "calories",
      "minValue": 50.0,
      "maxValue": 70.0
    },
    {
      "type": "hydration",
      "minValue": 80.0,
      "maxValue": 90.0
    }
  ],
  "randomOutbreaksOccur": true,
  "randomOutbreakTickInterval": 500,
  "randomOutbreakInfectionChance": 20.0,
  "infectionSpreadDistance": 2.0,
  "itemsThatCauseOutbreaksOnConsumption": [
    {
      "shortName": "bearmeat.cooked",
      "percentChance": 15.0
    },
    {
      "shortName": "chicken.spoiled",
      "percentChance": 90.0
    },
    {
      "shortName": "chicken.cooked",
      "percentChance": 20.0
    },
    {
      "shortName": "horsemeat.cooked",
      "percentChance": 10.0
    },
    {
      "shortName": "horsemeat.cooked",
      "percentChance": 10.0
    },
    {
      "shortName": "meat.pork.cooked",
      "percentChance": 10.0
    },
    {
      "shortName": "wolfmeat.cooked",
      "percentChance": 10.0
    },
    {
      "shortName": "humanmeat.cooked",
      "percentChance": 80.0
    },
    {
      "shortName": "deermeat.cooked",
      "percentChance": 20.0
    },
    {
      "shortName": "apple.spoiled",
      "percentChance": 25.0
    },
    {
      "shortName": "wolfmeat.spoiled",
      "percentChance": 100.0
    },
    {
      "shortName": "humanmeat.spoiled",
      "percentChance": 100.0
    },
    {
      "shortName": "chicken.raw",
      "percentChance": 10.0
    },
    {
      "shortName": "deermeat.raw",
      "percentChance": 20.0
    },
    {
      "shortName": "fish.raw",
      "percentChance": 5.0
    },
    {
      "shortName": "horsemeat.raw",
      "percentChance": 20.0
    },
    {
      "shortName": "humanmeat.raw",
      "percentChance": 100.0
    },
    {
      "shortName": "meat.boar",
      "percentChance": 20.0
    },
    {
      "shortName": "wolfmeat.raw",
      "percentChance": 20.0
    }
  ],
  "itemsThatCureOnConsumption": [
    {
      "shortName": "antiradpills",
      "percentChance": 75.0
    },
    {
      "shortName": "largemedkit",
      "percentChance": 90.0
    },
    {
      "shortName": "syringe.medical",
      "percentChance": 60.0
    },
    {
      "shortName": "black.raspberries",
      "percentChance": 5.0
    },
    {
      "shortName": "blueberries",
      "percentChance": 5.0
    },
    {
      "shortName": "apple",
      "percentChance": 1.0
    },
    {
      "shortName": "healingtea.advanced",
      "percentChance": 10.0
    },
    {
      "shortName": "healingtea.pure",
      "percentChance": 10.0
    }
  ],
  "itemsThatReduceInfectionTimeOnConsumption": [
    {
      "shortName": "healingtea",
      "minModifierSeconds": 5,
      "maxModifierSeconds": 10,
      "secondsBetweenReuse": 120
    }
  ],
  "infectableEntities": [
    {
      "shortName": "player"
    },
    {
      "shortName": "bandit_conversationalist"
    },
    {
      "shortName": "bandit_guard"
    },
    {
      "shortName": "bandit_shopkeeper"
    },
    {
      "shortName": "heavyscientist"
    },
    {
      "shortName": "scientist"
    },
    {
      "shortName": "scientist_astar_full_any"
    },
    {
      "shortName": "scientist_full_any"
    },
    {
      "shortName": "scientist_full_lr300"
    },
    {
      "shortName": "scientist_full_mp5"
    },
    {
      "shortName": "scientist_full_pistol"
    },
    {
      "shortName": "scientist_full_shotgun"
    },
    {
      "shortName": "scientist_gunner"
    },
    {
      "shortName": "scientistnpc"
    },
    {
      "shortName": "scientistpeacekeeper"
    },
    {
      "shortName": "zombie"
    },
    {
      "shortName": "murderer"
    }
  ],
  "symptomEffects": [
    {
      "prefab": "assets/bundled/prefabs/fx/gestures/drink_vomit.prefab",
      "onlyForPlayers": false
    },
    {
      "prefab": "assets/bundled/prefabs/fx/water/midair_splash.prefab",
      "onlyForPlayers": false
    },
    {
      "prefab": "assets/prefabs/weapons/cake/effects/strike_screenshake.prefab",
      "onlyForPlayers": true
    }
  ],
  "symptomScreenEffects": [
    {
      "asset": "assets/content/ui/overlay_poisoned.png",
      "opacity": 1.0,
      "duration": 1.0,
      "fadeOut": 1.0
    }
  ]
}

INFLUENZA

{
  "name": "Influenza",
  "minInfectionTime": 180,
  "maxInfectionTime": 1200,
  "minSpreadTime": 5,
  "maxSpreadTime": 30,
  "minImmunityTime": 120,
  "maxImmunityTime": 180,
  "infectionChanceCovered": 5.0,
  "infectionChanceUncovered": 90.0,
  "damageValues": [
    {
      "type": "health",
      "minValue": 5.0,
      "maxValue": 5.0
    },
    {
      "type": "calories",
      "minValue": 10.0,
      "maxValue": 15.0
    },
    {
      "type": "hydration",
      "minValue": 80.0,
      "maxValue": 90.0
    }
  ],
  "randomOutbreaksOccur": true,
  "randomOutbreakTickInterval": 500,
  "randomOutbreakInfectionChance": 20.0,
  "infectionSpreadDistance": 2.0,
  "itemsThatCauseOutbreaksOnConsumption": [
    {
      "shortName": "chicken.raw",
      "percentChance": 10.0
    },
    {
      "shortName": "humanmeat.raw",
      "percentChance": 90.0
    },
    {
      "shortName": "apple.spoiled",
      "percentChance": 50.0
    },
    {
      "shortName": "wolfmeat.spoiled",
      "percentChance": 100.0
    },
    {
      "shortName": "chicken.spoiled",
      "percentChance": 100.0
    },
    {
      "shortName": "bearmeat",
      "percentChance": 20.0
    },
    {
      "shortName": "deermeat.raw",
      "percentChance": 20.0
    },
    {
      "shortName": "fish.raw",
      "percentChance": 5.0
    },
    {
      "shortName": "horsemeat.raw",
      "percentChance": 20.0
    },
    {
      "shortName": "meat.boar",
      "percentChance": 20.0
    },
    {
      "shortName": "wolfmeat.raw",
      "percentChance": 20.0
    },
    {
      "shortName": "humanmeat.spoiled",
      "percentChance": 100.0
    }
  ],
  "itemsThatCureOnConsumption": [
    {
      "shortName": "antiradpills",
      "percentChance": 90.0
    },
    {
      "shortName": "largemedkit",
      "percentChance": 100.0
    },
    {
      "shortName": "syringe.medical",
      "percentChance": 95.0
    },
    {
      "shortName": "black.raspberries",
      "percentChance": 20.0
    },
    {
      "shortName": "blueberries",
      "percentChance": 20.0
    },
    {
      "shortName": "apple",
      "percentChance": 10.0
    },
    {
      "shortName": "healingtea.advanced",
      "percentChance": 50.0
    },
    {
      "shortName": "healingtea.pure",
      "percentChance": 60.0
    }
  ],
  "itemsThatReduceInfectionTimeOnConsumption": [
    {
      "shortName": "healingtea",
      "minModifierSeconds": 5,
      "maxModifierSeconds": 10,
      "secondsBetweenReuse": 120
    }
  ],
  "infectableEntities": [
    {
      "shortName": "player"
    },
    {
      "shortName": "bandit_conversationalist"
    },
    {
      "shortName": "bandit_guard"
    },
    {
      "shortName": "bandit_shopkeeper"
    },
    {
      "shortName": "heavyscientist"
    },
    {
      "shortName": "scientist"
    },
    {
      "shortName": "scientist_astar_full_any"
    },
    {
      "shortName": "scientist_full_any"
    },
    {
      "shortName": "scientist_full_lr300"
    },
    {
      "shortName": "scientist_full_mp5"
    },
    {
      "shortName": "scientist_full_pistol"
    },
    {
      "shortName": "scientist_full_shotgun"
    },
    {
      "shortName": "scientist_gunner"
    },
    {
      "shortName": "scientistnpc"
    },
    {
      "shortName": "scientistpeacekeeper"
    },
    {
      "shortName": "zombie"
    },
    {
      "shortName": "murderer"
    }
  ],
  "symptomEffects": [
    {
      "prefab": "assets/bundled/prefabs/fx/gestures/drink_vomit.prefab",
      "onlyForPlayers": false
    },
    {
      "prefab": "assets/bundled/prefabs/fx/water/midair_splash.prefab",
      "onlyForPlayers": false
    },
    {
      "prefab": "assets/prefabs/weapons/cake/effects/strike_screenshake.prefab",
      "onlyForPlayers": true
    }
  ],
  "symptomScreenEffects": [
    {
      "asset": "assets/content/ui/overlay_poisoned.png",
      "opacity": 1.0,
      "duration": 1.0,
      "fadeOut": 1.0
    }
  ]
}

Please, feel free to correct, improve and use these! :-)

I have updated the INFLUENZA!

{
  "name": "Influenza",
  "minInfectionTime": 1200,
  "maxInfectionTime": 2400,
  "minSpreadTime": 5,
  "maxSpreadTime": 30,
  "minImmunityTime": 120,
  "maxImmunityTime": 180,
  "infectionChanceCovered": 5.0,
  "infectionChanceUncovered": 100.0,
  "damageValues": [
    {
      "type": "health",
      "minValue": 5.0,
      "maxValue": 5.0
    },
    {
      "type": "calories",
      "minValue": 10.0,
      "maxValue": 15.0
    },
    {
      "type": "temperature",
      "minValue": -10.0,
      "maxValue": 39.0
    },
    {
      "type": "hydration",
      "minValue": 50.0,
      "maxValue": 60.0
    }
  ],
  "randomOutbreaksOccur": true,
  "randomOutbreakTickInterval": 500,
  "randomOutbreakInfectionChance": 100.0,
  "infectionSpreadDistance": 16.0,
  "itemsThatCauseOutbreaksOnConsumption": [
    {
      "shortName": "chicken.raw",
      "percentChance": 10.0
    },
    {
      "shortName": "humanmeat.raw",
      "percentChance": 90.0
    },
    {
      "shortName": "apple.spoiled",
      "percentChance": 50.0
    },
    {
      "shortName": "wolfmeat.spoiled",
      "percentChance": 100.0
    },
    {
      "shortName": "chicken.spoiled",
      "percentChance": 100.0
    },
    {
      "shortName": "bearmeat",
      "percentChance": 20.0
    },
    {
      "shortName": "deermeat.raw",
      "percentChance": 20.0
    },
    {
      "shortName": "fish.raw",
      "percentChance": 5.0
    },
    {
      "shortName": "horsemeat.raw",
      "percentChance": 20.0
    },
    {
      "shortName": "meat.boar",
      "percentChance": 20.0
    },
    {
      "shortName": "wolfmeat.raw",
      "percentChance": 20.0
    },
    {
      "shortName": "humanmeat.spoiled",
      "percentChance": 100.0
    }
  ],
  "itemsThatCureOnConsumption": [
    {
      "shortName": "antiradpills",
      "percentChance": 90.0
    },
    {
      "shortName": "largemedkit",
      "percentChance": 95.0
    },
    {
      "shortName": "syringe.medical",
      "percentChance": 80.0
    },
    {
      "shortName": "black.raspberries",
      "percentChance": 5.0
    },
    {
      "shortName": "blueberries",
      "percentChance": 5.0
    },
    {
      "shortName": "apple",
      "percentChance": 1.0
    },
    {
      "shortName": "healingtea.advanced",
      "percentChance": 10.0
    },
    {
      "shortName": "healingtea.pure",
      "percentChance": 20.0
    }
  ],
  "itemsThatReduceInfectionTimeOnConsumption": [
    {
      "shortName": "healingtea",
      "minModifierSeconds": 5,
      "maxModifierSeconds": 10,
      "secondsBetweenReuse": 120
    }
  ],
  "infectableEntities": [
    {
      "shortName": "player"
    },
    {
      "shortName": "bandit_conversationalist"
    },
    {
      "shortName": "bandit_guard"
    },
    {
      "shortName": "bandit_shopkeeper"
    },
    {
      "shortName": "heavyscientist"
    },
    {
      "shortName": "scientist"
    },
    {
      "shortName": "scientist_astar_full_any"
    },
    {
      "shortName": "scientist_full_any"
    },
    {
      "shortName": "scientist_full_lr300"
    },
    {
      "shortName": "scientist_full_mp5"
    },
    {
      "shortName": "scientist_full_pistol"
    },
    {
      "shortName": "scientist_full_shotgun"
    },
    {
      "shortName": "scientist_gunner"
    },
    {
      "shortName": "scientistnpc"
    },
    {
      "shortName": "scientistpeacekeeper"
    },
    {
      "shortName": "zombie"
    },
    {
      "shortName": "murderer"
    }
  ],
  "symptomEffects": [
    {
      "prefab": "assets/bundled/prefabs/fx/gestures/drink_vomit.prefab",
      "onlyForPlayers": false
    },
    {
      "prefab": "assets/bundled/prefabs/fx/water/midair_splash.prefab",
      "onlyForPlayers": false
    },
    {
      "prefab": "assets/prefabs/weapons/cake/effects/strike_screenshake.prefab",
      "onlyForPlayers": true
    }
  ],
  "symptomScreenEffects": [
    {
      "asset": "assets/content/ui/overlay_poisoned.png",
      "opacity": 1.0,
      "duration": 1.0,
      "fadeOut": 1.0
    }
  ]
}​


Merged post

I have updated the RABIES (hoping that the entities names will work properly)!!
{
  "name": "Rabies",
  "minInfectionTime": 10,
  "maxInfectionTime": 600,
  "minSpreadTime": 5,
  "maxSpreadTime": 30,
  "minImmunityTime": 120,
  "maxImmunityTime": 180,
  "infectionChanceCovered": 50,
  "infectionChanceUncovered": 100,
  "damageValues": [
    {
      "type": "health",
      "minValue": 50.0,
      "maxValue": 90.0
    },
    {
      "type": "calories",
      "minValue": 5.0,
      "maxValue": 10.0
    },
    {
      "type": "temperature",
      "minValue": 37.0,
      "maxValue": 60.0
    },
    {
      "type": "hydration",
      "minValue": 80.0,
      "maxValue": 90.0
    }
  ],
  "randomOutbreaksOccur": true,
  "randomOutbreakTickInterval": 500,
  "randomOutbreakInfectionChance": 50.0,
  "infectionSpreadDistance": 16.0,
  "itemsThatCauseOutbreaksOnConsumption": [
    {
      "shortName": "bearmeat.cooked",
      "percentChance": 50.0
    },
    {
      "shortName": "chicken.spoiled",
      "percentChance": 100.0
    },
    {
      "shortName": "chicken.cooked",
      "percentChance": 20.0
    },
    {
      "shortName": "horsemeat.cooked",
      "percentChance": 20.0
    },
    {
      "shortName": "meat.pork.cooked",
      "percentChance": 20.0
    },
    {
      "shortName": "wolfmeat.cooked",
      "percentChance": 30.0
    },
    {
      "shortName": "humanmeat.cooked",
      "percentChance": 10.0
    },
    {
      "shortName": "deermeat.cooked",
      "percentChance": 20.0
    },
    {
      "shortName": "wolfmeat.spoiled",
      "percentChance": 100.0
    },
    {
      "shortName": "humanmeat.spoiled",
      "percentChance": 100.0
    },
    {
      "shortName": "chicken.raw",
      "percentChance": 60.0
    },
    {
      "shortName": "deermeat.raw",
      "percentChance": 60.0
    },
    {
      "shortName": "horsemeat.raw",
      "percentChance": 60.0
    },
    {
      "shortName": "humanmeat.raw",
      "percentChance": 100.0
    },
    {
      "shortName": "meat.boar",
      "percentChance": 60.0
    },
    {
      "shortName": "wolfmeat.raw",
      "percentChance": 60.0
    }
  ],
  "itemsThatCureOnConsumption": [
    {
      "shortName": "antiradpills",
      "percentChance": 15.0
    },
    {
      "shortName": "largemedkit",
      "percentChance": 70.0
    },
    {
      "shortName": "syringe.medical",
      "percentChance": 35.0
    }
  ],
  "itemsThatReduceInfectionTimeOnConsumption": [
    {
      "shortName": "healingtea",
      "minModifierSeconds": 5,
      "maxModifierSeconds": 10,
      "secondsBetweenReuse": 120
    }
  ],
  "infectableEntities": [
    {
      "shortName": "player"
    },
    {
      "shortName": "player_corpse"
    },
    {
      "shortName": "bear"
    },
    {
      "shortName": "bear.corpse"
    },
    {
      "shortName": "boar"
    },
    {
      "shortName": "boar.corpse"
    },
    {
      "shortName": "wolf"
    },
    {
      "shortName": "wolf.corpse"
    },
    {
      "shortName": "testridablehorse"
    },
    {
      "shortName": "horse"
    },
    {
      "shortName": "horse.corpse"
    },
    {
      "shortName": "chicken"
    },
    {
      "shortName": "chicken.corpse"
    },
    {
      "shortName": "stag"
    },
    {
      "shortName": "stag.corpse"
    },
    {
      "shortName": "zombie"
    },
    {
      "shortName": "zombie.corpse"
    },
    {
      "shortName": "murderer"
    },
    {
      "shortName": "murderer_corpse"
    },
  ],
  "symptomEffects": [
    {
      "prefab": "assets/bundled/prefabs/fx/gestures/drink_vomit.prefab",
      "onlyForPlayers": false
    },
    {
      "prefab": "assets/bundled/prefabs/fx/water/midair_splash.prefab",
      "onlyForPlayers": false
    },
    {
      "prefab": "assets/prefabs/weapons/cake/effects/strike_screenshake.prefab",
      "onlyForPlayers": true
    }
  ],
  "symptomScreenEffects": [
    {
      "asset": "assets/content/ui/overlay_poisoned.png",
      "opacity": 1.0,
      "duration": 1.0,
      "fadeOut": 1.0
    }
  ]
}​

Stumbled across this plugin today .. Immedaietly added it .. and Thank you for the various .json of different diseases