Garry's mod addon to add disease
Go to file
camille lechauve 4f255b2f43 core: rebuild infect function
fix: a disease cannot be add in multiple time
2023-09-14 19:23:54 +02:00
lua/autorun core: rebuild infect function 2023-09-14 19:23:54 +02:00
config.json.example add: settings, parsing fix 2023-09-04 00:30:38 +02:00
README.md Update README.md 2023-09-01 22:17:26 +00:00

Disease Addon

a GMOD Addon to add multiple disease

config

example file

root
diseases: the list of all disease
list of diseases
name: the name of the disease What do you want
symbtoms_by_stages: a list of list of symbtoms, one list of list by stage
contaminations_method: a list of contamination method
stages_durations: a list of duration of stage
symbtom
name: the name of the symbtoms vomit, cough, faintness, pimple, fatigue, death
delay: delay between two symbtoms number of second
level: the level of the symbtoms number between 0 and 1
contaminations_method
name: the name of the method food, contact, injury, random
chance: the change to get the disease number between 0 and 1
stages_durations
seconde before disease step up