Removed custom Collection2 package

This commit is contained in:
ThaumRystra
2025-01-16 10:59:13 +02:00
parent 15ecc05e21
commit a2d2f43bed
14 changed files with 48 additions and 895 deletions

View File

@@ -10,7 +10,7 @@ export type FieldToCalculate = {
export type CalculatedOnlyField = {
value?: ConstantValueType;
valueNode: ParseNode;
valueNode?: ParseNode;
effectIds?: string[];
proficiencyIds?: string[];
unaffected?: ConstantValueType;