Minimum row
This commit is contained in:
@@ -246,6 +246,7 @@ topdata:
|
||||
row_generation:
|
||||
- namespace: portraits
|
||||
mode: first_null_row
|
||||
minimum_row: 15000
|
||||
class_feat_injections:
|
||||
global_feats:
|
||||
- feat: feat:literate
|
||||
@@ -312,7 +313,9 @@ topdata:
|
||||
specific datasets. The default `after_base` mode preserves existing behavior by
|
||||
allocating after the final imported base row. `first_null_row` fills base rows
|
||||
whose canonical key is empty and whose emitted 2DA columns are all null-like
|
||||
(`null`, empty string, or `****`) before extending the table.
|
||||
(`null`, empty string, or `****`) before extending the table. `minimum_row`
|
||||
optionally prevents generated allocation below a configured row while preserving
|
||||
the selected allocation mode at and above that row.
|
||||
|
||||
`topdata.class_feat_injections` controls generated rows for every
|
||||
`classes/feats/*.json` table. `global_feats` injects concrete `feat:*`
|
||||
|
||||
Reference in New Issue
Block a user