Skip to content

Commit

Permalink
rebuild json + docs for updates
Browse files Browse the repository at this point in the history
  • Loading branch information
rsek committed May 6, 2022
1 parent b59e7af commit 3cab64b
Show file tree
Hide file tree
Showing 193 changed files with 4,696 additions and 4,693 deletions.
2 changes: 2 additions & 0 deletions _master-data/Starforged/Codex/Glossary.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
<!-- from reference guide -->

# Glossary

## “Add +X”
Expand Down
190 changes: 0 additions & 190 deletions _master-data/Starforged/articles/Move and Asset Glossary.md

This file was deleted.

12 changes: 6 additions & 6 deletions _master-data/schema/setting_truths.json
Original file line number Diff line number Diff line change
Expand Up @@ -4905,12 +4905,6 @@
"description": "Metadata that describes an oracle's semantic or lexical content.",
"title": "Content"
},
"Subtable": {
"description": "A table to be rolled when this row is selected. If this row references an external oracle, the `Oracles` property is used instead.",
"type": "array",
"items": { "$ref": "#/definitions/IRow" },
"title": "Subtable"
},
"Game objects": {
"description": "Any game objects that are explicitly pointed to by the original text. For most implementations, it is *not* recommended to generate them automatically - see \"Peeling the Onion\", p. 293.",
"type": "array",
Expand Down Expand Up @@ -4952,6 +4946,12 @@
"items": { "type": "string" },
"title": "Oracle rolls"
},
"Subtable": {
"description": "A table to be rolled when this row is selected. If this row references an external oracle, the `Oracles` property is used instead.",
"type": "array",
"items": { "$ref": "#/definitions/IRow" },
"title": "Subtable"
},
"Multiple rolls": {
"description": "Data for rows that call for multiple rolls, e.g. on `Roll twice` results.",
"$ref": "#/definitions/IMultipleRolls",
Expand Down
2 changes: 1 addition & 1 deletion dataforged-tools/build/classes/oracles/Row.d.ts.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 3cab64b

Please sign in to comment.