From 9514132b517727d8dfed1f66c5092109a7e57785 Mon Sep 17 00:00:00 2001 From: tbone <50463892+ajkroeg@users.noreply.github.com> Date: Wed, 14 Sep 2022 18:57:07 -0400 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 3fdc062..ddcc818 100644 --- a/README.md +++ b/README.md @@ -111,6 +111,7 @@ Injuries are defined in the settings.json, and have the following structure: "couldBeThermal" : false, "severity" : 1, "description" : "This pilot has a compound fracture in their arm, and is suffering an accuracy penalty.", + "InjuryTags":[], "effectDataJO" : [ { "durationData": { @@ -162,6 +163,8 @@ Injuries are defined in the settings.json, and have the following structure: `description` - human-legible description of this injury and its effects. +`InjuryTags` - list of tags that will be added to the pilotDef when this injury is inflicted. Requested feature for MechAffinity to use to create more permanent debuffs + `effectDataJO` - list of status effects this injury applies. Importantly, `durationData` is used in conjunction with the status effect name suffix and `BleedingOutSuffix` setting below to note than an injury should inflict Bleeding Out, and either incapacitate or kill the pilot on expiration. ## General Settings: