From 6258709f14518b8a50b70b5d658cbeb377dc633b Mon Sep 17 00:00:00 2001 From: HuyTheKiller Date: Thu, 9 Apr 2026 20:43:04 +0700 Subject: [PATCH] Document `no_collection` type expansion --- API-Documentation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/API-Documentation.md b/API-Documentation.md index 7aee85e..39e74f4 100644 --- a/API-Documentation.md +++ b/API-Documentation.md @@ -49,7 +49,7 @@ Sets the default unlock state of an object. If set to `false`, your object won't Sets the default discovery state of an object. If set to `true`, your object can be viewed in the collection without needing to find it in a run. ### `no_collection` -If set to `true`, this object will not show up in the collection. +If set to `true` or returning `true` as a function, this object will not show up in the collection. ### `config` Put initial values for your object in `config`. Cards representing your object have an `ability` table, whose initial value is a copy of `config`, but can change during the game. Defaults to `{}` when not specified.