@scrthq/runlog 0.0.40 → 0.0.41
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/runlog.js +2 -2
- package/package.json +1 -1
package/dist/runlog.js
CHANGED
|
@@ -26617,7 +26617,7 @@ var Deck = external_exports.discriminatedUnion("kind", [
|
|
|
26617
26617
|
),
|
|
26618
26618
|
resolveBy: external_exports.enum(["rank", "suit"]).default("rank").describe("Whether the draw's rank or its suit selects the table entry.")
|
|
26619
26619
|
}).strict().describe(
|
|
26620
|
-
"A standard 52-card deck. Included because a whole family of solo
|
|
26620
|
+
"A standard 52-card deck. Included because a whole family of solo journaling games is built on drawing from one."
|
|
26621
26621
|
)
|
|
26622
26622
|
]).describe("A deck the game draws from.");
|
|
26623
26623
|
|
|
@@ -26794,7 +26794,7 @@ var JournalDef = external_exports.object({
|
|
|
26794
26794
|
prompt: external_exports.string().optional().describe("The question shown above the note field."),
|
|
26795
26795
|
required: external_exports.boolean().default(false).describe("Require a note before a unit can be closed.")
|
|
26796
26796
|
}).strict().describe(
|
|
26797
|
-
"Free-text notes attached to units. Essential for
|
|
26797
|
+
"Free-text notes attached to units. Essential for journaling games, and useful anywhere, since a log of rolls alone does not tell you what you actually made."
|
|
26798
26798
|
);
|
|
26799
26799
|
var EndingDef = external_exports.object({
|
|
26800
26800
|
id: Id.describe("Unique among endings."),
|