From 7d6d549e39368bf991d6b2774e318fbdbbb70c9f Mon Sep 17 00:00:00 2001 From: starnakin Date: Fri, 1 Sep 2023 22:14:18 +0000 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 37340f3..79e2cbe 100644 --- a/README.md +++ b/README.md @@ -8,20 +8,20 @@ a GMOD Addon to add multiple disease | 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 |