Adding A New Variable

You shouldn't need any code to add a new variable, just update responses.json and the docs~

Editing responses.json

For instance, here's a minimal example "furniture" variable that is set with CARGO_MOMMYS_FURNITURES~ 🪑

{
    "vars": {
        "furniture": {
            "defaults": ["chair", "desk"]
        },
    }
}

and here's how you might use it~

{
    "moods": {
        "chill": {
            "positive": [
                "thanks for helping build {role}'s {furniture}~"
            ],
            "negative": [
                "ouch! {role} stubbed {pronoun} toe on the {furniture}!"
            ]
        }
    }
}

That's it, no code needs to be changed~ 💕

Updating The Docs

Add the variable to the SFW variable docs or the NSFW variable docs.