From 4d3efec27a61139c24b2b1aaf69aac75c0c26dda Mon Sep 17 00:00:00 2001 From: Anarchist2 <60202690+Anarchist2@users.noreply.github.com> Date: Tue, 5 Nov 2024 12:28:16 +1000 Subject: [PATCH 1/2] Update Creating-Starts.md --- wiki/Creating-Starts.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wiki/Creating-Starts.md b/wiki/Creating-Starts.md index d5ccdb0..a4d61a7 100644 --- a/wiki/Creating-Starts.md +++ b/wiki/Creating-Starts.md @@ -224,7 +224,7 @@ on (display | reveal) The `on display` and `on reveal` nodes specify display information that is displayed in lieu of the true information if the start is not fully unlocked, as described above. -Note that unlike the true start information, the `on (display | reveal)` information does not need to display information that actually exists or is properly formatted. That is to say, the planet and system provided do not need to be real, and the date, credits, and debt do not need to be formatted as a date or as credit amounts and can simply be descriptors if you so desire. +Note that unlike the true start information, the `on (display | reveal)` information does not need to display information that actually exists or is properly formatted. That is to say, the planet and system provided do not need to be real, and the date, credits, and debt do not need to be formatted as a date or as credit amounts and can simply be descriptors if you so desire. If they are formatted as date or credit amounts, they will be displayed accordingly. If a start has a `to reveal` or `to unlock` node, but does not have an `on display` or `on reveal` node, then the displayed information defaults to "???". From 70ffb439c342d40e5adcd1865ce0b4ebd0119852 Mon Sep 17 00:00:00 2001 From: warp-core Date: Wed, 6 Nov 2024 12:20:08 +0000 Subject: [PATCH 2/2] Update wiki/Creating-Starts.md --- wiki/Creating-Starts.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wiki/Creating-Starts.md b/wiki/Creating-Starts.md index a4d61a7..5da3e68 100644 --- a/wiki/Creating-Starts.md +++ b/wiki/Creating-Starts.md @@ -224,7 +224,7 @@ on (display | reveal) The `on display` and `on reveal` nodes specify display information that is displayed in lieu of the true information if the start is not fully unlocked, as described above. -Note that unlike the true start information, the `on (display | reveal)` information does not need to display information that actually exists or is properly formatted. That is to say, the planet and system provided do not need to be real, and the date, credits, and debt do not need to be formatted as a date or as credit amounts and can simply be descriptors if you so desire. If they are formatted as date or credit amounts, they will be displayed accordingly. +Prior to **v. 0.10.11**, date, credit, and debt values in "on display" or "on reveal" do not support automatic formatting and will simply display a raw string. From **v. 0.10.11** onwards, if three tokens are provided for the date, it will be automatically formatted, and numeric values for the credits and debt will also be automatically formatted, the same as the values that are shown when a start is fully unlocked. If a start has a `to reveal` or `to unlock` node, but does not have an `on display` or `on reveal` node, then the displayed information defaults to "???".