@@ -12,10 +12,10 @@ Usage
1212
1313``fix/codex-pages [this|site|all] ``
1414
15- This tool will add pages to written works that do not have their start and end
16- pages specified . The number of pages to be added will be determined mainly by
17- the type of the written content, modified by its writing style and the strength
18- of the style, with weighted randomization.
15+ Pages will be added to written works that do not have properly specified page
16+ counts . The number of pages to be added will be determined mainly by the type
17+ of the written content, modified by its writing style and the strength of the
18+ style, with weighted randomization.
1919
2020Options
2121-------
@@ -32,7 +32,13 @@ Options
3232Note
3333----
3434
35- Quires and scrolls will never display the number of pages they contain even if
36- their page count is specified in the data structure of their written content.
37- Once a quire is binded into a codex, the number of pages it contains will be
38- displayed in its item description.
35+ This tool mitigates :bug: `9268 ` by generating new, randomized information for
36+ written content that do not have the start and end pages specified in their
37+ data structure. It cannot retrieve page count from written content that was
38+ already missing the page count information.
39+
40+ Also, unbound quires and scrolls do not display the number of pages they contain
41+ in their item description even if the data structure of their written content
42+ holds the information. However, once a quire that has written content with
43+ appropriately specified page count information is bound into a codex, its page
44+ count will be properly displayed in the resulting codex's item description.
0 commit comments