Implement phase 6 critical effect normalization

This commit is contained in:
2026-03-14 11:31:13 +01:00
parent 35c250666f
commit 521f0ff8d5
29 changed files with 932 additions and 55 deletions

View File

@@ -91,6 +91,7 @@ create table critical_effect (
target text,
value_integer integer,
value_decimal numeric(10, 2),
value_expression text,
duration_rounds integer,
per_round integer,
modifier integer,
@@ -139,4 +140,3 @@ create index critical_branch_parsed_json_gin
-- and c.column_key = 'C'
-- and 38 >= rb.min_roll
-- and (rb.max_roll is null or 38 <= rb.max_roll);