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;

View File

@@ -11,7 +11,7 @@ export type ComputedOnlyInlineCalculationField = {
text?: string,
hash?: number,
value?: string,
inlineCalculations: CalculatedField[],
inlineCalculations?: CalculatedField[],
}
// Get schemas that apply fields directly so they can be gracefully extended