diff options
-rw-r--r-- | doc/constants.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/constants.md b/doc/constants.md index 0ecb527dc..3f73182ae 100644 --- a/doc/constants.md +++ b/doc/constants.md @@ -3948,6 +3948,13 @@ - `BL_CHAR`: 539 - `BL_ALL`: 4095 +### Refine Chance Types + +- `REFINE_CHANCE_TYPE_NORMAL`: 0 +- `REFINE_CHANCE_TYPE_ENRICHED`: 1 +- `REFINE_CHANCE_TYPE_E_NORMAL`: 2 +- `REFINE_CHANCE_TYPE_E_ENRICHED`: 3 + ### Player permissions - `PERM_TRADE`: 1 |