illness.get_all
Overview
- Returns all Disease-tagged buffs with localized display names.
Metadata
| Field | Value |
|---|---|
| Display | Get All Illnesses |
| Category | illness |
| Access | Public |
| Scope | B1Standalone |
| Tags | — |
| Aliases | — |
Parameters
- This command takes no parameters.
Returns
Returns a JSON object with the following fields:
| Field | Type | Required | Description |
|---|---|---|---|
illnesses | array | yes | Disease-tagged buffs |
illnesses[].id | string | yes | Buff id |
illnesses[].label | string | yes | Localized display name |
Usage
await inzoi.cli.execute('illness.get_all');