Implement phase 6 critical effect normalization
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user