The overrides are intended to let you override a body part's descriptive text. I found broken implementation so I'll push a hotfix today. Here's an example of how you can use them, v1.1.4 or higher:
{
"schemaVersion": 1,
"id": "myBerryPotion",
"displayName": "Berry Potion",
"effectOps": [
{ "op": "addBodyStage", "target": "waistStage", "amountByMagnitude": 1 }
],
"incapacitation": { "byStage": 0 },
"descriptionOverrides": [
{
"key": "body.waist",
"when": { "minStage": 4 },
"lines": [
"Her midsection is swollen with syrupy pressure, glossy and round like ripe fruit."
]
}
]
}
This replaces the waist description, otherwise determined by the character's belly size, with the line here at certain TF stages. For example, if you wanted a pancake stack TF, you might replace the bust, waist, and hips descriptions with fitting descriptions to reflect a body splitting into multiple pancakes, or for example, replace the waist description with a burger for a burger TF, and so on. Here are the keys you can use.
- "body.weight": Weight/BMI description
- "body.height": Height description
- "body.bust": Bust description
- "body.waist": Waist/belly description
- "body.hips": Hips description
- "body.muscle": Muscle description
- "body.inflation": Inflation description