Updates
Inconnu tracks your character's basic statistics, such as Health and Willpower. This tutorial will teach you how to update these trackers.
Is the following too complicated? Try the /character adjust
command. Its arguments behave identically to the parameters below.
This is a multi-parameter command. You may supply as many trackers as you like.
Parameter | Description |
---|---|
| The |
| The name of the character to modify (optional) |
The following parameters
are recognized:
Parameter | Description |
---|---|
| The character's new name |
| Maximum Health |
| Maximum Willpower |
| Superficial Health damage |
| Aggravated Health damage |
| Superficial Willpower damage |
| Aggravated Willpower damage |
| Hunger |
| Humanity |
| Stains |
| Current unspent XP |
| The total XP earned over the character's lifetime (both spent and unspent) |
Apart from name
, each key expects an integer, which you may supply in one of three forms: +X
, -X
, or plain X
. The first two adjust the current value by positive or negative X
while the last sets the tracker
to X
.
Example: To add 2 Superficial Health damage, set Aggravated Health damage to 1, and add 1 Stain to the character named Nadea:
When changing maximum Health and Willpower, Inconnu tries to prevent you from losing any damage data; however, reduce either by too much, and some information will inevitably be lost. Similarly, when adjusting lifetime_xp
, reducing it below unspent_xp
will reduce current_xp
by the appropriate amount.
Last updated