optolith-database-schema 0.18.12 → 0.19.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (56) hide show
  1. package/CHANGELOG.md +18 -0
  2. package/lib/types/Advantage.d.ts +1 -3
  3. package/lib/types/Disadvantage.d.ts +1 -3
  4. package/lib/types/_Activatable.d.ts +3 -6
  5. package/lib/types/_Activatable.js +20 -8
  6. package/lib/types/_MathExpression.d.ts +12 -0
  7. package/lib/types/_MathExpression.js +36 -0
  8. package/lib/types/specialAbility/AdvancedCombatSpecialAbility.d.ts +1 -3
  9. package/lib/types/specialAbility/AdvancedKarmaSpecialAbility.d.ts +1 -3
  10. package/lib/types/specialAbility/AdvancedMagicalSpecialAbility.d.ts +1 -3
  11. package/lib/types/specialAbility/AdvancedSkillSpecialAbility.d.ts +1 -3
  12. package/lib/types/specialAbility/AncestorGlyph.d.ts +1 -3
  13. package/lib/types/specialAbility/BlessedTradition.d.ts +1 -3
  14. package/lib/types/specialAbility/BrawlingSpecialAbility.d.ts +1 -3
  15. package/lib/types/specialAbility/CeremonialItemSpecialAbility.d.ts +1 -3
  16. package/lib/types/specialAbility/CombatSpecialAbility.d.ts +1 -3
  17. package/lib/types/specialAbility/CombatStyleSpecialAbility.d.ts +1 -3
  18. package/lib/types/specialAbility/CommandSpecialAbility.d.ts +1 -3
  19. package/lib/types/specialAbility/FamiliarSpecialAbility.d.ts +1 -3
  20. package/lib/types/specialAbility/FatePointSexSpecialAbility.d.ts +1 -3
  21. package/lib/types/specialAbility/FatePointSpecialAbility.d.ts +1 -3
  22. package/lib/types/specialAbility/GeneralSpecialAbility.d.ts +1 -3
  23. package/lib/types/specialAbility/KarmaSpecialAbility.d.ts +1 -3
  24. package/lib/types/specialAbility/LiturgicalStyleSpecialAbility.d.ts +1 -3
  25. package/lib/types/specialAbility/LycantropicGift.d.ts +1 -3
  26. package/lib/types/specialAbility/MagicStyleSpecialAbility.d.ts +1 -3
  27. package/lib/types/specialAbility/MagicalSpecialAbility.d.ts +1 -3
  28. package/lib/types/specialAbility/MagicalTradition.d.ts +1 -3
  29. package/lib/types/specialAbility/PactGift.d.ts +1 -3
  30. package/lib/types/specialAbility/ProtectiveWardingCircleSpecialAbility.d.ts +1 -3
  31. package/lib/types/specialAbility/Sermon.d.ts +1 -3
  32. package/lib/types/specialAbility/SexSpecialAbility.d.ts +1 -3
  33. package/lib/types/specialAbility/SikaryanDrainSpecialAbility.d.ts +1 -3
  34. package/lib/types/specialAbility/SkillStyleSpecialAbility.d.ts +1 -3
  35. package/lib/types/specialAbility/VampiricGift.d.ts +1 -3
  36. package/lib/types/specialAbility/Vision.d.ts +1 -3
  37. package/lib/types/specialAbility/sub/TradeSecret.d.ts +1 -3
  38. package/lib/types/traditionArtifacts/ArcaneOrbEnchantment.d.ts +1 -3
  39. package/lib/types/traditionArtifacts/AttireEnchantment.d.ts +1 -3
  40. package/lib/types/traditionArtifacts/BowlEnchantment.d.ts +1 -3
  41. package/lib/types/traditionArtifacts/CauldronEnchantment.d.ts +1 -3
  42. package/lib/types/traditionArtifacts/ChronicleEnchantment.d.ts +1 -3
  43. package/lib/types/traditionArtifacts/DaggerRitual.d.ts +1 -3
  44. package/lib/types/traditionArtifacts/FoolsHatEnchantment.d.ts +1 -3
  45. package/lib/types/traditionArtifacts/InstrumentEnchantment.d.ts +1 -3
  46. package/lib/types/traditionArtifacts/Krallenkettenzauber.d.ts +1 -3
  47. package/lib/types/traditionArtifacts/OrbEnchantment.d.ts +1 -3
  48. package/lib/types/traditionArtifacts/RingEnchantment.d.ts +1 -3
  49. package/lib/types/traditionArtifacts/SickleRitual.d.ts +1 -3
  50. package/lib/types/traditionArtifacts/SpellSwordEnchantment.d.ts +1 -3
  51. package/lib/types/traditionArtifacts/StaffEnchantment.d.ts +1 -3
  52. package/lib/types/traditionArtifacts/ToyEnchantment.d.ts +1 -3
  53. package/lib/types/traditionArtifacts/Trinkhornzauber.d.ts +1 -3
  54. package/lib/types/traditionArtifacts/WandEnchantment.d.ts +1 -3
  55. package/lib/types/traditionArtifacts/WeaponEnchantment.d.ts +1 -3
  56. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -2,6 +2,24 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines.
4
4
 
5
+ ## [0.19.0](https://github.com/elyukai/optolith-database-schema/compare/v0.18.13...v0.19.0) (2025-10-27)
6
+
7
+
8
+ ### ⚠ BREAKING CHANGES
9
+
10
+ * combineable binary math operators to specific adventure points value by active instances instead of fixed functions
11
+
12
+ ### Features
13
+
14
+ * combineable binary math operators to specific adventure points value by active instances instead of fixed functions ([f11c1e1](https://github.com/elyukai/optolith-database-schema/commit/f11c1e1e07318ed5836d9964f3658335bf07d072))
15
+
16
+ ## [0.18.13](https://github.com/elyukai/optolith-database-schema/compare/v0.18.12...v0.18.13) (2025-10-17)
17
+
18
+
19
+ ### Features
20
+
21
+ * add options for adventure point multiplier expression ([7898b2d](https://github.com/elyukai/optolith-database-schema/commit/7898b2da788e386e74f75b9883638026900b3e95))
22
+
5
23
  ## [0.18.12](https://github.com/elyukai/optolith-database-schema/compare/v0.18.11...v0.18.12) (2025-10-17)
6
24
 
7
25
 
@@ -867,9 +867,7 @@ export declare const Advantage: Entity<"Advantage", {
867
867
  threshold: import("tsondb/schema/def").MemberDecl<import("tsondb/schema/def").IntegerType, true>;
868
868
  alternative: import("tsondb/schema/def").MemberDecl<import("tsondb/schema/def").IntegerType, true>;
869
869
  }>, []>>>;
870
- Multiplier: import("tsondb/schema/def").EnumCaseDecl<IncludeIdentifier<[], import("tsondb/schema/def").TypeAliasDecl<"AdventurePointsDependingOnActiveInstancesMultiplier", Object<{
871
- base: import("tsondb/schema/def").MemberDecl<import("tsondb/schema/def").IntegerType, true>;
872
- }>, []>>>;
870
+ Expression: import("tsondb/schema/def").EnumCaseDecl<IncludeIdentifier<[], import("tsondb/schema/def").TypeAliasDecl<"AdventurePointsDependingOnActiveInstancesExpression", IncludeIdentifier<import("tsondb/schema/def").TypeParameter<string, import("tsondb/schema/def").Type>[], import("./_MathExpression.js").MathOperation>, []>>>;
873
871
  }, []>>>;
874
872
  Indefinite: import("tsondb/schema/def").EnumCaseDecl<null>;
875
873
  }, []>>, true>;
@@ -867,9 +867,7 @@ export declare const Disadvantage: Entity<"Disadvantage", {
867
867
  threshold: import("tsondb/schema/def").MemberDecl<import("tsondb/schema/def").IntegerType, true>;
868
868
  alternative: import("tsondb/schema/def").MemberDecl<import("tsondb/schema/def").IntegerType, true>;
869
869
  }>, []>>>;
870
- Multiplier: import("tsondb/schema/def").EnumCaseDecl<IncludeIdentifier<[], import("tsondb/schema/def").TypeAliasDecl<"AdventurePointsDependingOnActiveInstancesMultiplier", Object<{
871
- base: import("tsondb/schema/def").MemberDecl<import("tsondb/schema/def").IntegerType, true>;
872
- }>, []>>>;
870
+ Expression: import("tsondb/schema/def").EnumCaseDecl<IncludeIdentifier<[], import("tsondb/schema/def").TypeAliasDecl<"AdventurePointsDependingOnActiveInstancesExpression", IncludeIdentifier<import("tsondb/schema/def").TypeParameter<string, import("tsondb/schema/def").Type>[], import("./_MathExpression.js").MathOperation>, []>>>;
873
871
  }, []>>>;
874
872
  Indefinite: import("tsondb/schema/def").EnumCaseDecl<null>;
875
873
  }, []>>, true>;
@@ -2,6 +2,7 @@
2
2
  * General type specifications used by multiple activatable entries.
3
3
  */
4
4
  import { Array, Boolean, Entity, Enum, EnumCase, IncludeIdentifier, Integer, Object, String, Type, TypeAlias, TypeArgument } from "tsondb/schema/def";
5
+ import { MathOperation } from "./_MathExpression.js";
5
6
  export declare const name: import("tsondb/schema/def").MemberDecl<String, true>;
6
7
  export declare const name_in_library: import("tsondb/schema/def").MemberDecl<String, false>;
7
8
  export declare const levels: import("tsondb/schema/def").MemberDecl<Integer, false>;
@@ -1766,9 +1767,7 @@ export declare const ap_value: import("tsondb/schema/def").MemberDecl<IncludeIde
1766
1767
  threshold: import("tsondb/schema/def").MemberDecl<Integer, true>;
1767
1768
  alternative: import("tsondb/schema/def").MemberDecl<Integer, true>;
1768
1769
  }>, []>>>;
1769
- Multiplier: EnumCase<IncludeIdentifier<[], TypeAlias<"AdventurePointsDependingOnActiveInstancesMultiplier", Object<{
1770
- base: import("tsondb/schema/def").MemberDecl<Integer, true>;
1771
- }>, []>>>;
1770
+ Expression: EnumCase<IncludeIdentifier<[], TypeAlias<"AdventurePointsDependingOnActiveInstancesExpression", IncludeIdentifier<import("tsondb/schema/def").TypeParameter<string, Type>[], MathOperation>, []>>>;
1772
1771
  }, []>>>;
1773
1772
  Indefinite: EnumCase<null>;
1774
1773
  }, []>>, true>;
@@ -1781,8 +1780,6 @@ export declare const AdventurePointsDependingOnActiveInstances: Enum<"AdventureP
1781
1780
  threshold: import("tsondb/schema/def").MemberDecl<Integer, true>;
1782
1781
  alternative: import("tsondb/schema/def").MemberDecl<Integer, true>;
1783
1782
  }>, []>>>;
1784
- Multiplier: EnumCase<IncludeIdentifier<[], TypeAlias<"AdventurePointsDependingOnActiveInstancesMultiplier", Object<{
1785
- base: import("tsondb/schema/def").MemberDecl<Integer, true>;
1786
- }>, []>>>;
1783
+ Expression: EnumCase<IncludeIdentifier<[], TypeAlias<"AdventurePointsDependingOnActiveInstancesExpression", IncludeIdentifier<import("tsondb/schema/def").TypeParameter<string, Type>[], MathOperation>, []>>>;
1787
1784
  }, []>;
1788
1785
  export declare const input: import("tsondb/schema/def").MemberDecl<String, false>;
@@ -7,6 +7,7 @@ import { SelectOptionCategory } from "./_ActivatableSelectOptionCategory.js";
7
7
  import { DurationUnitValue } from "./_ActivatableSkillDuration.js";
8
8
  import { AspectIdentifier, CloseCombatTechniqueIdentifier, GeneralIdentifier, MagicalTraditionIdentifier, NewSkillApplicationIdentifier, PatronIdentifier, PropertyIdentifier, RaceIdentifier, RangedCombatTechniqueIdentifier, SkillIdentifier, SkillUseIdentifier, WeaponIdentifier, } from "./_Identifier.js";
9
9
  import { AdvancedSpecialAbilityRestrictedOptionIdentifier, CombatRelatedSpecialAbilityIdentifier, CombatTechniqueIdentifier, NewSkillApplicationOrUseParentIdentifier, SelectOptionParentIdentifier, VolumePointsOptionReferenceIdentifier, } from "./_IdentifierGroup.js";
10
+ import { MathOperation } from "./_MathExpression.js";
10
11
  import { GeneralPrerequisites } from "./_Prerequisite.js";
11
12
  import { ResponsiveText, ResponsiveTextOptional } from "./_ResponsiveText.js";
12
13
  import { DisplayOption } from "./prerequisites/DisplayOption.js";
@@ -1399,8 +1400,8 @@ export const AdventurePointsDependingOnActiveInstances = Enum(import.meta.url, {
1399
1400
  Threshold: EnumCase({
1400
1401
  type: IncludeIdentifier(AdventurePointsDependingOnActiveInstancesThreshold),
1401
1402
  }),
1402
- Multiplier: EnumCase({
1403
- type: IncludeIdentifier(AdventurePointsDependingOnActiveInstancesMultiplier),
1403
+ Expression: EnumCase({
1404
+ type: IncludeIdentifier(AdventurePointsDependingOnActiveInstancesExpression),
1404
1405
  }),
1405
1406
  }),
1406
1407
  });
@@ -1422,13 +1423,24 @@ const AdventurePointsDependingOnActiveInstancesThreshold = TypeAlias(import.meta
1422
1423
  }),
1423
1424
  }),
1424
1425
  });
1425
- const AdventurePointsDependingOnActiveInstancesMultiplier = TypeAlias(import.meta.url, {
1426
- name: "AdventurePointsDependingOnActiveInstancesMultiplier",
1426
+ const AdventurePointsDependingOnActiveInstancesExpression = TypeAlias(import.meta.url, {
1427
+ name: "AdventurePointsDependingOnActiveInstancesExpression",
1427
1428
  comment: "The adventure points cost depends on how many instances of the entry are already active.",
1428
- type: () => Object({
1429
- base: Required({
1430
- comment: "The base adventure points value that is multiplied by `(number of active instances) + 1`.",
1431
- type: Integer({ minimum: 0 }),
1429
+ type: () => GenIncludeIdentifier(MathOperation, [
1430
+ IncludeIdentifier(AdventurePointsDependingOnActiveInstancesExpressionValue),
1431
+ ]),
1432
+ });
1433
+ const AdventurePointsDependingOnActiveInstancesExpressionValue = Enum(import.meta.url, {
1434
+ name: "AdventurePointsDependingOnActiveInstancesExpressionValue",
1435
+ comment: `The type of value allowed in the expression to calculate the AP value.`,
1436
+ values: () => ({
1437
+ Constant: EnumCase({
1438
+ comment: "A constant integer value.",
1439
+ type: Integer(),
1440
+ }),
1441
+ Active: EnumCase({
1442
+ comment: "The number of active instances.",
1443
+ type: null,
1432
1444
  }),
1433
1445
  }),
1434
1446
  });
@@ -0,0 +1,12 @@
1
+ import { Array, EnumCase, TypeArgument, type Enum, type IncludeIdentifier, type TypeParameter } from "tsondb/schema/def";
2
+ type BinaryMathOperationName = "Addition" | "Subtraction" | "Multiplication" | "Division" | "Exponentiation";
3
+ type BinaryMathOperation = {
4
+ [K in BinaryMathOperationName]: EnumCase<Array<IncludeIdentifier<[Value: TypeParameter], MathOperation>>>;
5
+ };
6
+ export type MathOperation = Enum<"MathOperation", {
7
+ Value: EnumCase<TypeArgument<TypeParameter>>;
8
+ } & BinaryMathOperation, [
9
+ Value: TypeParameter
10
+ ]>;
11
+ export declare const MathOperation: MathOperation;
12
+ export {};
@@ -0,0 +1,36 @@
1
+ import { Array, EnumCase, GenEnum, GenIncludeIdentifier, Param, TypeArgument, } from "tsondb/schema/def";
2
+ export const MathOperation = GenEnum(import.meta.url, {
3
+ name: "MathOperation",
4
+ parameters: [Param("Value")],
5
+ values: Value => {
6
+ const binaryOperationType = Array(GenIncludeIdentifier(MathOperation, [
7
+ TypeArgument(Value),
8
+ ]), { minItems: 2, maxItems: 2 });
9
+ return {
10
+ Value: EnumCase({
11
+ comment: "A direct value.",
12
+ type: TypeArgument(Value),
13
+ }),
14
+ Addition: EnumCase({
15
+ comment: "Adds two values.",
16
+ type: binaryOperationType,
17
+ }),
18
+ Subtraction: EnumCase({
19
+ comment: "Subtracts the right value from the left value.",
20
+ type: binaryOperationType,
21
+ }),
22
+ Multiplication: EnumCase({
23
+ comment: "Multiplies two values.",
24
+ type: binaryOperationType,
25
+ }),
26
+ Division: EnumCase({
27
+ comment: "Divides the left value by the right value.",
28
+ type: binaryOperationType,
29
+ }),
30
+ Exponentiation: EnumCase({
31
+ comment: "Raises the left value to the power of the right value.",
32
+ type: binaryOperationType,
33
+ }),
34
+ };
35
+ },
36
+ });
@@ -984,9 +984,7 @@ export declare const AdvancedCombatSpecialAbility: Entity<"AdvancedCombatSpecial
984
984
  threshold: import("tsondb/schema/def").MemberDecl<import("tsondb/schema/def").IntegerType, true>;
985
985
  alternative: import("tsondb/schema/def").MemberDecl<import("tsondb/schema/def").IntegerType, true>;
986
986
  }>, []>>>;
987
- Multiplier: import("tsondb/schema/def").EnumCaseDecl<IncludeIdentifier<[], import("tsondb/schema/def").TypeAliasDecl<"AdventurePointsDependingOnActiveInstancesMultiplier", Object<{
988
- base: import("tsondb/schema/def").MemberDecl<import("tsondb/schema/def").IntegerType, true>;
989
- }>, []>>>;
987
+ Expression: import("tsondb/schema/def").EnumCaseDecl<IncludeIdentifier<[], import("tsondb/schema/def").TypeAliasDecl<"AdventurePointsDependingOnActiveInstancesExpression", IncludeIdentifier<import("tsondb/schema/def").TypeParameter<string, import("tsondb/schema/def").Type>[], import("../_MathExpression.js").MathOperation>, []>>>;
990
988
  }, []>>>;
991
989
  Indefinite: import("tsondb/schema/def").EnumCaseDecl<null>;
992
990
  }, []>>, true>;
@@ -867,9 +867,7 @@ export declare const AdvancedKarmaSpecialAbility: Entity<"AdvancedKarmaSpecialAb
867
867
  threshold: import("tsondb/schema/def").MemberDecl<import("tsondb/schema/def").IntegerType, true>;
868
868
  alternative: import("tsondb/schema/def").MemberDecl<import("tsondb/schema/def").IntegerType, true>;
869
869
  }>, []>>>;
870
- Multiplier: import("tsondb/schema/def").EnumCaseDecl<IncludeIdentifier<[], import("tsondb/schema/def").TypeAliasDecl<"AdventurePointsDependingOnActiveInstancesMultiplier", Object<{
871
- base: import("tsondb/schema/def").MemberDecl<import("tsondb/schema/def").IntegerType, true>;
872
- }>, []>>>;
870
+ Expression: import("tsondb/schema/def").EnumCaseDecl<IncludeIdentifier<[], import("tsondb/schema/def").TypeAliasDecl<"AdventurePointsDependingOnActiveInstancesExpression", IncludeIdentifier<import("tsondb/schema/def").TypeParameter<string, import("tsondb/schema/def").Type>[], import("../_MathExpression.js").MathOperation>, []>>>;
873
871
  }, []>>>;
874
872
  Indefinite: import("tsondb/schema/def").EnumCaseDecl<null>;
875
873
  }, []>>, true>;
@@ -867,9 +867,7 @@ export declare const AdvancedMagicalSpecialAbility: Entity<"AdvancedMagicalSpeci
867
867
  threshold: import("tsondb/schema/def").MemberDecl<import("tsondb/schema/def").IntegerType, true>;
868
868
  alternative: import("tsondb/schema/def").MemberDecl<import("tsondb/schema/def").IntegerType, true>;
869
869
  }>, []>>>;
870
- Multiplier: import("tsondb/schema/def").EnumCaseDecl<IncludeIdentifier<[], import("tsondb/schema/def").TypeAliasDecl<"AdventurePointsDependingOnActiveInstancesMultiplier", Object<{
871
- base: import("tsondb/schema/def").MemberDecl<import("tsondb/schema/def").IntegerType, true>;
872
- }>, []>>>;
870
+ Expression: import("tsondb/schema/def").EnumCaseDecl<IncludeIdentifier<[], import("tsondb/schema/def").TypeAliasDecl<"AdventurePointsDependingOnActiveInstancesExpression", IncludeIdentifier<import("tsondb/schema/def").TypeParameter<string, import("tsondb/schema/def").Type>[], import("../_MathExpression.js").MathOperation>, []>>>;
873
871
  }, []>>>;
874
872
  Indefinite: import("tsondb/schema/def").EnumCaseDecl<null>;
875
873
  }, []>>, true>;
@@ -867,9 +867,7 @@ export declare const AdvancedSkillSpecialAbility: Entity<"AdvancedSkillSpecialAb
867
867
  threshold: import("tsondb/schema/def").MemberDecl<import("tsondb/schema/def").IntegerType, true>;
868
868
  alternative: import("tsondb/schema/def").MemberDecl<import("tsondb/schema/def").IntegerType, true>;
869
869
  }>, []>>>;
870
- Multiplier: import("tsondb/schema/def").EnumCaseDecl<IncludeIdentifier<[], import("tsondb/schema/def").TypeAliasDecl<"AdventurePointsDependingOnActiveInstancesMultiplier", Object<{
871
- base: import("tsondb/schema/def").MemberDecl<import("tsondb/schema/def").IntegerType, true>;
872
- }>, []>>>;
870
+ Expression: import("tsondb/schema/def").EnumCaseDecl<IncludeIdentifier<[], import("tsondb/schema/def").TypeAliasDecl<"AdventurePointsDependingOnActiveInstancesExpression", IncludeIdentifier<import("tsondb/schema/def").TypeParameter<string, import("tsondb/schema/def").Type>[], import("../_MathExpression.js").MathOperation>, []>>>;
873
871
  }, []>>>;
874
872
  Indefinite: import("tsondb/schema/def").EnumCaseDecl<null>;
875
873
  }, []>>, true>;
@@ -866,9 +866,7 @@ export declare const AncestorGlyph: Entity<"AncestorGlyph", {
866
866
  threshold: import("tsondb/schema/def").MemberDecl<Integer, true>;
867
867
  alternative: import("tsondb/schema/def").MemberDecl<Integer, true>;
868
868
  }>, []>>>;
869
- Multiplier: import("tsondb/schema/def").EnumCaseDecl<IncludeIdentifier<[], import("tsondb/schema/def").TypeAliasDecl<"AdventurePointsDependingOnActiveInstancesMultiplier", Object<{
870
- base: import("tsondb/schema/def").MemberDecl<Integer, true>;
871
- }>, []>>>;
869
+ Expression: import("tsondb/schema/def").EnumCaseDecl<IncludeIdentifier<[], import("tsondb/schema/def").TypeAliasDecl<"AdventurePointsDependingOnActiveInstancesExpression", IncludeIdentifier<import("tsondb/schema/def").TypeParameter<string, import("tsondb/schema/def").Type>[], import("../_MathExpression.js").MathOperation>, []>>>;
872
870
  }, []>>>;
873
871
  Indefinite: import("tsondb/schema/def").EnumCaseDecl<null>;
874
872
  }, []>>, true>;
@@ -894,9 +894,7 @@ export declare const BlessedTradition: Entity<"BlessedTradition", {
894
894
  threshold: import("tsondb/schema/def").MemberDecl<Integer, true>;
895
895
  alternative: import("tsondb/schema/def").MemberDecl<Integer, true>;
896
896
  }>, []>>>;
897
- Multiplier: EnumCase<IncludeIdentifier<[], TypeAlias<"AdventurePointsDependingOnActiveInstancesMultiplier", Object<{
898
- base: import("tsondb/schema/def").MemberDecl<Integer, true>;
899
- }>, []>>>;
897
+ Expression: EnumCase<IncludeIdentifier<[], TypeAlias<"AdventurePointsDependingOnActiveInstancesExpression", IncludeIdentifier<import("tsondb/schema/def").TypeParameter<string, import("tsondb/schema/def").Type>[], import("../_MathExpression.js").MathOperation>, []>>>;
900
898
  }, []>>>;
901
899
  Indefinite: EnumCase<null>;
902
900
  }, []>>, true>;
@@ -930,9 +930,7 @@ export declare const BrawlingSpecialAbility: Entity<"BrawlingSpecialAbility", {
930
930
  threshold: import("tsondb/schema/def").MemberDecl<import("tsondb/schema/def").IntegerType, true>;
931
931
  alternative: import("tsondb/schema/def").MemberDecl<import("tsondb/schema/def").IntegerType, true>;
932
932
  }>, []>>>;
933
- Multiplier: import("tsondb/schema/def").EnumCaseDecl<IncludeIdentifier<[], import("tsondb/schema/def").TypeAliasDecl<"AdventurePointsDependingOnActiveInstancesMultiplier", Object<{
934
- base: import("tsondb/schema/def").MemberDecl<import("tsondb/schema/def").IntegerType, true>;
935
- }>, []>>>;
933
+ Expression: import("tsondb/schema/def").EnumCaseDecl<IncludeIdentifier<[], import("tsondb/schema/def").TypeAliasDecl<"AdventurePointsDependingOnActiveInstancesExpression", IncludeIdentifier<import("tsondb/schema/def").TypeParameter<string, import("tsondb/schema/def").Type>[], import("../_MathExpression.js").MathOperation>, []>>>;
936
934
  }, []>>>;
937
935
  Indefinite: import("tsondb/schema/def").EnumCaseDecl<null>;
938
936
  }, []>>, true>;
@@ -868,9 +868,7 @@ export declare const CeremonialItemSpecialAbility: Entity<"CeremonialItemSpecial
868
868
  threshold: import("tsondb/schema/def").MemberDecl<import("tsondb/schema/def").IntegerType, true>;
869
869
  alternative: import("tsondb/schema/def").MemberDecl<import("tsondb/schema/def").IntegerType, true>;
870
870
  }>, []>>>;
871
- Multiplier: import("tsondb/schema/def").EnumCaseDecl<IncludeIdentifier<[], import("tsondb/schema/def").TypeAliasDecl<"AdventurePointsDependingOnActiveInstancesMultiplier", Object<{
872
- base: import("tsondb/schema/def").MemberDecl<import("tsondb/schema/def").IntegerType, true>;
873
- }>, []>>>;
871
+ Expression: import("tsondb/schema/def").EnumCaseDecl<IncludeIdentifier<[], import("tsondb/schema/def").TypeAliasDecl<"AdventurePointsDependingOnActiveInstancesExpression", IncludeIdentifier<import("tsondb/schema/def").TypeParameter<string, import("tsondb/schema/def").Type>[], import("../_MathExpression.js").MathOperation>, []>>>;
874
872
  }, []>>>;
875
873
  Indefinite: import("tsondb/schema/def").EnumCaseDecl<null>;
876
874
  }, []>>, true>;
@@ -984,9 +984,7 @@ export declare const CombatSpecialAbility: Entity<"CombatSpecialAbility", {
984
984
  threshold: import("tsondb/schema/def").MemberDecl<import("tsondb/schema/def").IntegerType, true>;
985
985
  alternative: import("tsondb/schema/def").MemberDecl<import("tsondb/schema/def").IntegerType, true>;
986
986
  }>, []>>>;
987
- Multiplier: import("tsondb/schema/def").EnumCaseDecl<IncludeIdentifier<[], import("tsondb/schema/def").TypeAliasDecl<"AdventurePointsDependingOnActiveInstancesMultiplier", Object<{
988
- base: import("tsondb/schema/def").MemberDecl<import("tsondb/schema/def").IntegerType, true>;
989
- }>, []>>>;
987
+ Expression: import("tsondb/schema/def").EnumCaseDecl<IncludeIdentifier<[], import("tsondb/schema/def").TypeAliasDecl<"AdventurePointsDependingOnActiveInstancesExpression", IncludeIdentifier<import("tsondb/schema/def").TypeParameter<string, import("tsondb/schema/def").Type>[], import("../_MathExpression.js").MathOperation>, []>>>;
990
988
  }, []>>>;
991
989
  Indefinite: import("tsondb/schema/def").EnumCaseDecl<null>;
992
990
  }, []>>, true>;
@@ -985,9 +985,7 @@ export declare const CombatStyleSpecialAbility: Entity<"CombatStyleSpecialAbilit
985
985
  threshold: import("tsondb/schema/def").MemberDecl<import("tsondb/schema/def").IntegerType, true>;
986
986
  alternative: import("tsondb/schema/def").MemberDecl<import("tsondb/schema/def").IntegerType, true>;
987
987
  }>, []>>>;
988
- Multiplier: import("tsondb/schema/def").EnumCaseDecl<IncludeIdentifier<[], import("tsondb/schema/def").TypeAliasDecl<"AdventurePointsDependingOnActiveInstancesMultiplier", Object<{
989
- base: import("tsondb/schema/def").MemberDecl<import("tsondb/schema/def").IntegerType, true>;
990
- }>, []>>>;
988
+ Expression: import("tsondb/schema/def").EnumCaseDecl<IncludeIdentifier<[], import("tsondb/schema/def").TypeAliasDecl<"AdventurePointsDependingOnActiveInstancesExpression", IncludeIdentifier<import("tsondb/schema/def").TypeParameter<string, import("tsondb/schema/def").Type>[], import("../_MathExpression.js").MathOperation>, []>>>;
991
989
  }, []>>>;
992
990
  Indefinite: import("tsondb/schema/def").EnumCaseDecl<null>;
993
991
  }, []>>, true>;
@@ -930,9 +930,7 @@ export declare const CommandSpecialAbility: Entity<"CommandSpecialAbility", {
930
930
  threshold: import("tsondb/schema/def").MemberDecl<import("tsondb/schema/def").IntegerType, true>;
931
931
  alternative: import("tsondb/schema/def").MemberDecl<import("tsondb/schema/def").IntegerType, true>;
932
932
  }>, []>>>;
933
- Multiplier: import("tsondb/schema/def").EnumCaseDecl<IncludeIdentifier<[], import("tsondb/schema/def").TypeAliasDecl<"AdventurePointsDependingOnActiveInstancesMultiplier", Object<{
934
- base: import("tsondb/schema/def").MemberDecl<import("tsondb/schema/def").IntegerType, true>;
935
- }>, []>>>;
933
+ Expression: import("tsondb/schema/def").EnumCaseDecl<IncludeIdentifier<[], import("tsondb/schema/def").TypeAliasDecl<"AdventurePointsDependingOnActiveInstancesExpression", IncludeIdentifier<import("tsondb/schema/def").TypeParameter<string, import("tsondb/schema/def").Type>[], import("../_MathExpression.js").MathOperation>, []>>>;
936
934
  }, []>>>;
937
935
  Indefinite: import("tsondb/schema/def").EnumCaseDecl<null>;
938
936
  }, []>>, true>;
@@ -865,9 +865,7 @@ export declare const FamiliarSpecialAbility: Entity<"FamiliarSpecialAbility", {
865
865
  threshold: import("tsondb/schema/def").MemberDecl<import("tsondb/schema/def").IntegerType, true>;
866
866
  alternative: import("tsondb/schema/def").MemberDecl<import("tsondb/schema/def").IntegerType, true>;
867
867
  }>, []>>>;
868
- Multiplier: import("tsondb/schema/def").EnumCaseDecl<IncludeIdentifier<[], import("tsondb/schema/def").TypeAliasDecl<"AdventurePointsDependingOnActiveInstancesMultiplier", Object<{
869
- base: import("tsondb/schema/def").MemberDecl<import("tsondb/schema/def").IntegerType, true>;
870
- }>, []>>>;
868
+ Expression: import("tsondb/schema/def").EnumCaseDecl<IncludeIdentifier<[], import("tsondb/schema/def").TypeAliasDecl<"AdventurePointsDependingOnActiveInstancesExpression", IncludeIdentifier<import("tsondb/schema/def").TypeParameter<string, import("tsondb/schema/def").Type>[], import("../_MathExpression.js").MathOperation>, []>>>;
871
869
  }, []>>>;
872
870
  Indefinite: import("tsondb/schema/def").EnumCaseDecl<null>;
873
871
  }, []>>, true>;
@@ -865,9 +865,7 @@ export declare const FatePointSexSpecialAbility: Entity<"FatePointSexSpecialAbil
865
865
  threshold: import("tsondb/schema/def").MemberDecl<import("tsondb/schema/def").IntegerType, true>;
866
866
  alternative: import("tsondb/schema/def").MemberDecl<import("tsondb/schema/def").IntegerType, true>;
867
867
  }>, []>>>;
868
- Multiplier: import("tsondb/schema/def").EnumCaseDecl<IncludeIdentifier<[], import("tsondb/schema/def").TypeAliasDecl<"AdventurePointsDependingOnActiveInstancesMultiplier", Object<{
869
- base: import("tsondb/schema/def").MemberDecl<import("tsondb/schema/def").IntegerType, true>;
870
- }>, []>>>;
868
+ Expression: import("tsondb/schema/def").EnumCaseDecl<IncludeIdentifier<[], import("tsondb/schema/def").TypeAliasDecl<"AdventurePointsDependingOnActiveInstancesExpression", IncludeIdentifier<import("tsondb/schema/def").TypeParameter<string, import("tsondb/schema/def").Type>[], import("../_MathExpression.js").MathOperation>, []>>>;
871
869
  }, []>>>;
872
870
  Indefinite: import("tsondb/schema/def").EnumCaseDecl<null>;
873
871
  }, []>>, true>;
@@ -867,9 +867,7 @@ export declare const FatePointSpecialAbility: Entity<"FatePointSpecialAbility",
867
867
  threshold: import("tsondb/schema/def").MemberDecl<import("tsondb/schema/def").IntegerType, true>;
868
868
  alternative: import("tsondb/schema/def").MemberDecl<import("tsondb/schema/def").IntegerType, true>;
869
869
  }>, []>>>;
870
- Multiplier: import("tsondb/schema/def").EnumCaseDecl<IncludeIdentifier<[], import("tsondb/schema/def").TypeAliasDecl<"AdventurePointsDependingOnActiveInstancesMultiplier", Object<{
871
- base: import("tsondb/schema/def").MemberDecl<import("tsondb/schema/def").IntegerType, true>;
872
- }>, []>>>;
870
+ Expression: import("tsondb/schema/def").EnumCaseDecl<IncludeIdentifier<[], import("tsondb/schema/def").TypeAliasDecl<"AdventurePointsDependingOnActiveInstancesExpression", IncludeIdentifier<import("tsondb/schema/def").TypeParameter<string, import("tsondb/schema/def").Type>[], import("../_MathExpression.js").MathOperation>, []>>>;
873
871
  }, []>>>;
874
872
  Indefinite: import("tsondb/schema/def").EnumCaseDecl<null>;
875
873
  }, []>>, true>;
@@ -867,9 +867,7 @@ export declare const GeneralSpecialAbility: Entity<"GeneralSpecialAbility", {
867
867
  threshold: import("tsondb/schema/def").MemberDecl<import("tsondb/schema/def").IntegerType, true>;
868
868
  alternative: import("tsondb/schema/def").MemberDecl<import("tsondb/schema/def").IntegerType, true>;
869
869
  }>, []>>>;
870
- Multiplier: import("tsondb/schema/def").EnumCaseDecl<IncludeIdentifier<[], import("tsondb/schema/def").TypeAliasDecl<"AdventurePointsDependingOnActiveInstancesMultiplier", Object<{
871
- base: import("tsondb/schema/def").MemberDecl<import("tsondb/schema/def").IntegerType, true>;
872
- }>, []>>>;
870
+ Expression: import("tsondb/schema/def").EnumCaseDecl<IncludeIdentifier<[], import("tsondb/schema/def").TypeAliasDecl<"AdventurePointsDependingOnActiveInstancesExpression", IncludeIdentifier<import("tsondb/schema/def").TypeParameter<string, import("tsondb/schema/def").Type>[], import("../_MathExpression.js").MathOperation>, []>>>;
873
871
  }, []>>>;
874
872
  Indefinite: import("tsondb/schema/def").EnumCaseDecl<null>;
875
873
  }, []>>, true>;
@@ -865,9 +865,7 @@ export declare const KarmaSpecialAbility: Entity<"KarmaSpecialAbility", {
865
865
  threshold: import("tsondb/schema/def").MemberDecl<import("tsondb/schema/def").IntegerType, true>;
866
866
  alternative: import("tsondb/schema/def").MemberDecl<import("tsondb/schema/def").IntegerType, true>;
867
867
  }>, []>>>;
868
- Multiplier: import("tsondb/schema/def").EnumCaseDecl<IncludeIdentifier<[], import("tsondb/schema/def").TypeAliasDecl<"AdventurePointsDependingOnActiveInstancesMultiplier", Object<{
869
- base: import("tsondb/schema/def").MemberDecl<import("tsondb/schema/def").IntegerType, true>;
870
- }>, []>>>;
868
+ Expression: import("tsondb/schema/def").EnumCaseDecl<IncludeIdentifier<[], import("tsondb/schema/def").TypeAliasDecl<"AdventurePointsDependingOnActiveInstancesExpression", IncludeIdentifier<import("tsondb/schema/def").TypeParameter<string, import("tsondb/schema/def").Type>[], import("../_MathExpression.js").MathOperation>, []>>>;
871
869
  }, []>>>;
872
870
  Indefinite: import("tsondb/schema/def").EnumCaseDecl<null>;
873
871
  }, []>>, true>;
@@ -916,9 +916,7 @@ export declare const LiturgicalStyleSpecialAbility: Entity<"LiturgicalStyleSpeci
916
916
  threshold: import("tsondb/schema/def").MemberDecl<import("tsondb/schema/def").IntegerType, true>;
917
917
  alternative: import("tsondb/schema/def").MemberDecl<import("tsondb/schema/def").IntegerType, true>;
918
918
  }>, []>>>;
919
- Multiplier: import("tsondb/schema/def").EnumCaseDecl<IncludeIdentifier<[], import("tsondb/schema/def").TypeAliasDecl<"AdventurePointsDependingOnActiveInstancesMultiplier", Object<{
920
- base: import("tsondb/schema/def").MemberDecl<import("tsondb/schema/def").IntegerType, true>;
921
- }>, []>>>;
919
+ Expression: import("tsondb/schema/def").EnumCaseDecl<IncludeIdentifier<[], import("tsondb/schema/def").TypeAliasDecl<"AdventurePointsDependingOnActiveInstancesExpression", IncludeIdentifier<import("tsondb/schema/def").TypeParameter<string, import("tsondb/schema/def").Type>[], import("../_MathExpression.js").MathOperation>, []>>>;
922
920
  }, []>>>;
923
921
  Indefinite: import("tsondb/schema/def").EnumCaseDecl<null>;
924
922
  }, []>>, true>;
@@ -865,9 +865,7 @@ export declare const LycantropicGift: Entity<"LycantropicGift", {
865
865
  threshold: import("tsondb/schema/def").MemberDecl<import("tsondb/schema/def").IntegerType, true>;
866
866
  alternative: import("tsondb/schema/def").MemberDecl<import("tsondb/schema/def").IntegerType, true>;
867
867
  }>, []>>>;
868
- Multiplier: import("tsondb/schema/def").EnumCaseDecl<IncludeIdentifier<[], import("tsondb/schema/def").TypeAliasDecl<"AdventurePointsDependingOnActiveInstancesMultiplier", Object<{
869
- base: import("tsondb/schema/def").MemberDecl<import("tsondb/schema/def").IntegerType, true>;
870
- }>, []>>>;
868
+ Expression: import("tsondb/schema/def").EnumCaseDecl<IncludeIdentifier<[], import("tsondb/schema/def").TypeAliasDecl<"AdventurePointsDependingOnActiveInstancesExpression", IncludeIdentifier<import("tsondb/schema/def").TypeParameter<string, import("tsondb/schema/def").Type>[], import("../_MathExpression.js").MathOperation>, []>>>;
871
869
  }, []>>>;
872
870
  Indefinite: import("tsondb/schema/def").EnumCaseDecl<null>;
873
871
  }, []>>, true>;
@@ -916,9 +916,7 @@ export declare const MagicStyleSpecialAbility: Entity<"MagicStyleSpecialAbility"
916
916
  threshold: import("tsondb/schema/def").MemberDecl<import("tsondb/schema/def").IntegerType, true>;
917
917
  alternative: import("tsondb/schema/def").MemberDecl<import("tsondb/schema/def").IntegerType, true>;
918
918
  }>, []>>>;
919
- Multiplier: import("tsondb/schema/def").EnumCaseDecl<IncludeIdentifier<[], import("tsondb/schema/def").TypeAliasDecl<"AdventurePointsDependingOnActiveInstancesMultiplier", Object<{
920
- base: import("tsondb/schema/def").MemberDecl<import("tsondb/schema/def").IntegerType, true>;
921
- }>, []>>>;
919
+ Expression: import("tsondb/schema/def").EnumCaseDecl<IncludeIdentifier<[], import("tsondb/schema/def").TypeAliasDecl<"AdventurePointsDependingOnActiveInstancesExpression", IncludeIdentifier<import("tsondb/schema/def").TypeParameter<string, import("tsondb/schema/def").Type>[], import("../_MathExpression.js").MathOperation>, []>>>;
922
920
  }, []>>>;
923
921
  Indefinite: import("tsondb/schema/def").EnumCaseDecl<null>;
924
922
  }, []>>, true>;
@@ -867,9 +867,7 @@ export declare const MagicalSpecialAbility: Entity<"MagicalSpecialAbility", {
867
867
  threshold: import("tsondb/schema/def").MemberDecl<import("tsondb/schema/def").IntegerType, true>;
868
868
  alternative: import("tsondb/schema/def").MemberDecl<import("tsondb/schema/def").IntegerType, true>;
869
869
  }>, []>>>;
870
- Multiplier: import("tsondb/schema/def").EnumCaseDecl<IncludeIdentifier<[], import("tsondb/schema/def").TypeAliasDecl<"AdventurePointsDependingOnActiveInstancesMultiplier", Object<{
871
- base: import("tsondb/schema/def").MemberDecl<import("tsondb/schema/def").IntegerType, true>;
872
- }>, []>>>;
870
+ Expression: import("tsondb/schema/def").EnumCaseDecl<IncludeIdentifier<[], import("tsondb/schema/def").TypeAliasDecl<"AdventurePointsDependingOnActiveInstancesExpression", IncludeIdentifier<import("tsondb/schema/def").TypeParameter<string, import("tsondb/schema/def").Type>[], import("../_MathExpression.js").MathOperation>, []>>>;
873
871
  }, []>>>;
874
872
  Indefinite: import("tsondb/schema/def").EnumCaseDecl<null>;
875
873
  }, []>>, true>;
@@ -880,9 +880,7 @@ export declare const MagicalTradition: Entity<"MagicalTradition", {
880
880
  threshold: import("tsondb/schema/def").MemberDecl<Integer, true>;
881
881
  alternative: import("tsondb/schema/def").MemberDecl<Integer, true>;
882
882
  }>, []>>>;
883
- Multiplier: import("tsondb/schema/def").EnumCaseDecl<IncludeIdentifier<[], TypeAlias<"AdventurePointsDependingOnActiveInstancesMultiplier", Object<{
884
- base: import("tsondb/schema/def").MemberDecl<Integer, true>;
885
- }>, []>>>;
883
+ Expression: import("tsondb/schema/def").EnumCaseDecl<IncludeIdentifier<[], TypeAlias<"AdventurePointsDependingOnActiveInstancesExpression", IncludeIdentifier<import("tsondb/schema/def").TypeParameter<string, import("tsondb/schema/def").Type>[], import("../_MathExpression.js").MathOperation>, []>>>;
886
884
  }, []>>>;
887
885
  Indefinite: import("tsondb/schema/def").EnumCaseDecl<null>;
888
886
  }, []>>, true>;
@@ -942,9 +942,7 @@ export declare const PactGift: Entity<"PactGift", {
942
942
  threshold: import("tsondb/schema/def").MemberDecl<Integer, true>;
943
943
  alternative: import("tsondb/schema/def").MemberDecl<Integer, true>;
944
944
  }>, []>>>;
945
- Multiplier: EnumCase<IncludeIdentifier<[], TypeAlias<"AdventurePointsDependingOnActiveInstancesMultiplier", Object<{
946
- base: import("tsondb/schema/def").MemberDecl<Integer, true>;
947
- }>, []>>>;
945
+ Expression: EnumCase<IncludeIdentifier<[], TypeAlias<"AdventurePointsDependingOnActiveInstancesExpression", IncludeIdentifier<import("tsondb/schema/def").TypeParameter<string, import("tsondb/schema/def").Type>[], import("../_MathExpression.js").MathOperation>, []>>>;
948
946
  }, []>>>;
949
947
  Indefinite: EnumCase<null>;
950
948
  }, []>>, true>;
@@ -866,9 +866,7 @@ export declare const ProtectiveWardingCircleSpecialAbility: Entity<"ProtectiveWa
866
866
  threshold: import("tsondb/schema/def").MemberDecl<Integer, true>;
867
867
  alternative: import("tsondb/schema/def").MemberDecl<Integer, true>;
868
868
  }>, []>>>;
869
- Multiplier: import("tsondb/schema/def").EnumCaseDecl<IncludeIdentifier<[], import("tsondb/schema/def").TypeAliasDecl<"AdventurePointsDependingOnActiveInstancesMultiplier", Object<{
870
- base: import("tsondb/schema/def").MemberDecl<Integer, true>;
871
- }>, []>>>;
869
+ Expression: import("tsondb/schema/def").EnumCaseDecl<IncludeIdentifier<[], import("tsondb/schema/def").TypeAliasDecl<"AdventurePointsDependingOnActiveInstancesExpression", IncludeIdentifier<import("tsondb/schema/def").TypeParameter<string, import("tsondb/schema/def").Type>[], import("../_MathExpression.js").MathOperation>, []>>>;
872
870
  }, []>>>;
873
871
  Indefinite: import("tsondb/schema/def").EnumCaseDecl<null>;
874
872
  }, []>>, true>;
@@ -865,9 +865,7 @@ export declare const Sermon: Entity<"Sermon", {
865
865
  threshold: import("tsondb/schema/def").MemberDecl<import("tsondb/schema/def").IntegerType, true>;
866
866
  alternative: import("tsondb/schema/def").MemberDecl<import("tsondb/schema/def").IntegerType, true>;
867
867
  }>, []>>>;
868
- Multiplier: import("tsondb/schema/def").EnumCaseDecl<IncludeIdentifier<[], import("tsondb/schema/def").TypeAliasDecl<"AdventurePointsDependingOnActiveInstancesMultiplier", Object<{
869
- base: import("tsondb/schema/def").MemberDecl<import("tsondb/schema/def").IntegerType, true>;
870
- }>, []>>>;
868
+ Expression: import("tsondb/schema/def").EnumCaseDecl<IncludeIdentifier<[], import("tsondb/schema/def").TypeAliasDecl<"AdventurePointsDependingOnActiveInstancesExpression", IncludeIdentifier<import("tsondb/schema/def").TypeParameter<string, import("tsondb/schema/def").Type>[], import("../_MathExpression.js").MathOperation>, []>>>;
871
869
  }, []>>>;
872
870
  Indefinite: import("tsondb/schema/def").EnumCaseDecl<null>;
873
871
  }, []>>, true>;
@@ -867,9 +867,7 @@ export declare const SexSpecialAbility: Entity<"SexSpecialAbility", {
867
867
  threshold: import("tsondb/schema/def").MemberDecl<import("tsondb/schema/def").IntegerType, true>;
868
868
  alternative: import("tsondb/schema/def").MemberDecl<import("tsondb/schema/def").IntegerType, true>;
869
869
  }>, []>>>;
870
- Multiplier: import("tsondb/schema/def").EnumCaseDecl<IncludeIdentifier<[], import("tsondb/schema/def").TypeAliasDecl<"AdventurePointsDependingOnActiveInstancesMultiplier", Object<{
871
- base: import("tsondb/schema/def").MemberDecl<import("tsondb/schema/def").IntegerType, true>;
872
- }>, []>>>;
870
+ Expression: import("tsondb/schema/def").EnumCaseDecl<IncludeIdentifier<[], import("tsondb/schema/def").TypeAliasDecl<"AdventurePointsDependingOnActiveInstancesExpression", IncludeIdentifier<import("tsondb/schema/def").TypeParameter<string, import("tsondb/schema/def").Type>[], import("../_MathExpression.js").MathOperation>, []>>>;
873
871
  }, []>>>;
874
872
  Indefinite: import("tsondb/schema/def").EnumCaseDecl<null>;
875
873
  }, []>>, true>;
@@ -865,9 +865,7 @@ export declare const SikaryanDrainSpecialAbility: Entity<"SikaryanDrainSpecialAb
865
865
  threshold: import("tsondb/schema/def").MemberDecl<import("tsondb/schema/def").IntegerType, true>;
866
866
  alternative: import("tsondb/schema/def").MemberDecl<import("tsondb/schema/def").IntegerType, true>;
867
867
  }>, []>>>;
868
- Multiplier: import("tsondb/schema/def").EnumCaseDecl<IncludeIdentifier<[], import("tsondb/schema/def").TypeAliasDecl<"AdventurePointsDependingOnActiveInstancesMultiplier", Object<{
869
- base: import("tsondb/schema/def").MemberDecl<import("tsondb/schema/def").IntegerType, true>;
870
- }>, []>>>;
868
+ Expression: import("tsondb/schema/def").EnumCaseDecl<IncludeIdentifier<[], import("tsondb/schema/def").TypeAliasDecl<"AdventurePointsDependingOnActiveInstancesExpression", IncludeIdentifier<import("tsondb/schema/def").TypeParameter<string, import("tsondb/schema/def").Type>[], import("../_MathExpression.js").MathOperation>, []>>>;
871
869
  }, []>>>;
872
870
  Indefinite: import("tsondb/schema/def").EnumCaseDecl<null>;
873
871
  }, []>>, true>;
@@ -914,9 +914,7 @@ export declare const SkillStyleSpecialAbility: Entity<"SkillStyleSpecialAbility"
914
914
  threshold: import("tsondb/schema/def").MemberDecl<import("tsondb/schema/def").IntegerType, true>;
915
915
  alternative: import("tsondb/schema/def").MemberDecl<import("tsondb/schema/def").IntegerType, true>;
916
916
  }>, []>>>;
917
- Multiplier: import("tsondb/schema/def").EnumCaseDecl<IncludeIdentifier<[], import("tsondb/schema/def").TypeAliasDecl<"AdventurePointsDependingOnActiveInstancesMultiplier", Object<{
918
- base: import("tsondb/schema/def").MemberDecl<import("tsondb/schema/def").IntegerType, true>;
919
- }>, []>>>;
917
+ Expression: import("tsondb/schema/def").EnumCaseDecl<IncludeIdentifier<[], import("tsondb/schema/def").TypeAliasDecl<"AdventurePointsDependingOnActiveInstancesExpression", IncludeIdentifier<import("tsondb/schema/def").TypeParameter<string, import("tsondb/schema/def").Type>[], import("../_MathExpression.js").MathOperation>, []>>>;
920
918
  }, []>>>;
921
919
  Indefinite: import("tsondb/schema/def").EnumCaseDecl<null>;
922
920
  }, []>>, true>;
@@ -865,9 +865,7 @@ export declare const VampiricGift: Entity<"VampiricGift", {
865
865
  threshold: import("tsondb/schema/def").MemberDecl<import("tsondb/schema/def").IntegerType, true>;
866
866
  alternative: import("tsondb/schema/def").MemberDecl<import("tsondb/schema/def").IntegerType, true>;
867
867
  }>, []>>>;
868
- Multiplier: import("tsondb/schema/def").EnumCaseDecl<IncludeIdentifier<[], import("tsondb/schema/def").TypeAliasDecl<"AdventurePointsDependingOnActiveInstancesMultiplier", Object<{
869
- base: import("tsondb/schema/def").MemberDecl<import("tsondb/schema/def").IntegerType, true>;
870
- }>, []>>>;
868
+ Expression: import("tsondb/schema/def").EnumCaseDecl<IncludeIdentifier<[], import("tsondb/schema/def").TypeAliasDecl<"AdventurePointsDependingOnActiveInstancesExpression", IncludeIdentifier<import("tsondb/schema/def").TypeParameter<string, import("tsondb/schema/def").Type>[], import("../_MathExpression.js").MathOperation>, []>>>;
871
869
  }, []>>>;
872
870
  Indefinite: import("tsondb/schema/def").EnumCaseDecl<null>;
873
871
  }, []>>, true>;
@@ -865,9 +865,7 @@ export declare const Vision: Entity<"Vision", {
865
865
  threshold: import("tsondb/schema/def").MemberDecl<import("tsondb/schema/def").IntegerType, true>;
866
866
  alternative: import("tsondb/schema/def").MemberDecl<import("tsondb/schema/def").IntegerType, true>;
867
867
  }>, []>>>;
868
- Multiplier: import("tsondb/schema/def").EnumCaseDecl<IncludeIdentifier<[], import("tsondb/schema/def").TypeAliasDecl<"AdventurePointsDependingOnActiveInstancesMultiplier", Object<{
869
- base: import("tsondb/schema/def").MemberDecl<import("tsondb/schema/def").IntegerType, true>;
870
- }>, []>>>;
868
+ Expression: import("tsondb/schema/def").EnumCaseDecl<IncludeIdentifier<[], import("tsondb/schema/def").TypeAliasDecl<"AdventurePointsDependingOnActiveInstancesExpression", IncludeIdentifier<import("tsondb/schema/def").TypeParameter<string, import("tsondb/schema/def").Type>[], import("../_MathExpression.js").MathOperation>, []>>>;
871
869
  }, []>>>;
872
870
  Indefinite: import("tsondb/schema/def").EnumCaseDecl<null>;
873
871
  }, []>>, true>;
@@ -174,9 +174,7 @@ export declare const TradeSecret: Entity<"TradeSecret", {
174
174
  threshold: import("tsondb/schema/def").MemberDecl<import("tsondb/schema/def").IntegerType, true>;
175
175
  alternative: import("tsondb/schema/def").MemberDecl<import("tsondb/schema/def").IntegerType, true>;
176
176
  }>, []>>>;
177
- Multiplier: EnumCase<IncludeIdentifier<[], TypeAlias<"AdventurePointsDependingOnActiveInstancesMultiplier", Object<{
178
- base: import("tsondb/schema/def").MemberDecl<import("tsondb/schema/def").IntegerType, true>;
179
- }>, []>>>;
177
+ Expression: EnumCase<IncludeIdentifier<[], TypeAlias<"AdventurePointsDependingOnActiveInstancesExpression", IncludeIdentifier<import("tsondb/schema/def").TypeParameter<string, import("tsondb/schema/def").Type>[], import("../../_MathExpression.js").MathOperation>, []>>>;
180
178
  }, []>>>;
181
179
  }, []>>, true>;
182
180
  is_secret_knowledge: import("tsondb/schema/def").MemberDecl<Boolean, true>;
@@ -1088,9 +1088,7 @@ export declare const ArcaneOrbEnchantment: Entity<"ArcaneOrbEnchantment", {
1088
1088
  threshold: import("tsondb/schema/def").MemberDecl<import("tsondb/schema/def").IntegerType, true>;
1089
1089
  alternative: import("tsondb/schema/def").MemberDecl<import("tsondb/schema/def").IntegerType, true>;
1090
1090
  }>, []>>>;
1091
- Multiplier: import("tsondb/schema/def").EnumCaseDecl<IncludeIdentifier<[], import("tsondb/schema/def").TypeAliasDecl<"AdventurePointsDependingOnActiveInstancesMultiplier", Object<{
1092
- base: import("tsondb/schema/def").MemberDecl<import("tsondb/schema/def").IntegerType, true>;
1093
- }>, []>>>;
1091
+ Expression: import("tsondb/schema/def").EnumCaseDecl<IncludeIdentifier<[], import("tsondb/schema/def").TypeAliasDecl<"AdventurePointsDependingOnActiveInstancesExpression", IncludeIdentifier<import("tsondb/schema/def").TypeParameter<string, import("tsondb/schema/def").Type>[], import("../_MathExpression.js").MathOperation>, []>>>;
1094
1092
  }, []>>>;
1095
1093
  Indefinite: import("tsondb/schema/def").EnumCaseDecl<null>;
1096
1094
  }, []>>, true>;
@@ -1088,9 +1088,7 @@ export declare const AttireEnchantment: Entity<"AttireEnchantment", {
1088
1088
  threshold: import("tsondb/schema/def").MemberDecl<import("tsondb/schema/def").IntegerType, true>;
1089
1089
  alternative: import("tsondb/schema/def").MemberDecl<import("tsondb/schema/def").IntegerType, true>;
1090
1090
  }>, []>>>;
1091
- Multiplier: import("tsondb/schema/def").EnumCaseDecl<IncludeIdentifier<[], import("tsondb/schema/def").TypeAliasDecl<"AdventurePointsDependingOnActiveInstancesMultiplier", Object<{
1092
- base: import("tsondb/schema/def").MemberDecl<import("tsondb/schema/def").IntegerType, true>;
1093
- }>, []>>>;
1091
+ Expression: import("tsondb/schema/def").EnumCaseDecl<IncludeIdentifier<[], import("tsondb/schema/def").TypeAliasDecl<"AdventurePointsDependingOnActiveInstancesExpression", IncludeIdentifier<import("tsondb/schema/def").TypeParameter<string, import("tsondb/schema/def").Type>[], import("../_MathExpression.js").MathOperation>, []>>>;
1094
1092
  }, []>>>;
1095
1093
  Indefinite: import("tsondb/schema/def").EnumCaseDecl<null>;
1096
1094
  }, []>>, true>;
@@ -1088,9 +1088,7 @@ export declare const BowlEnchantment: Entity<"BowlEnchantment", {
1088
1088
  threshold: import("tsondb/schema/def").MemberDecl<import("tsondb/schema/def").IntegerType, true>;
1089
1089
  alternative: import("tsondb/schema/def").MemberDecl<import("tsondb/schema/def").IntegerType, true>;
1090
1090
  }>, []>>>;
1091
- Multiplier: import("tsondb/schema/def").EnumCaseDecl<IncludeIdentifier<[], import("tsondb/schema/def").TypeAliasDecl<"AdventurePointsDependingOnActiveInstancesMultiplier", Object<{
1092
- base: import("tsondb/schema/def").MemberDecl<import("tsondb/schema/def").IntegerType, true>;
1093
- }>, []>>>;
1091
+ Expression: import("tsondb/schema/def").EnumCaseDecl<IncludeIdentifier<[], import("tsondb/schema/def").TypeAliasDecl<"AdventurePointsDependingOnActiveInstancesExpression", IncludeIdentifier<import("tsondb/schema/def").TypeParameter<string, import("tsondb/schema/def").Type>[], import("../_MathExpression.js").MathOperation>, []>>>;
1094
1092
  }, []>>>;
1095
1093
  Indefinite: import("tsondb/schema/def").EnumCaseDecl<null>;
1096
1094
  }, []>>, true>;
@@ -1089,9 +1089,7 @@ export declare const CauldronEnchantment: Entity<"CauldronEnchantment", {
1089
1089
  threshold: import("tsondb/schema/def").MemberDecl<import("tsondb/schema/def").IntegerType, true>;
1090
1090
  alternative: import("tsondb/schema/def").MemberDecl<import("tsondb/schema/def").IntegerType, true>;
1091
1091
  }>, []>>>;
1092
- Multiplier: import("tsondb/schema/def").EnumCaseDecl<IncludeIdentifier<[], import("tsondb/schema/def").TypeAliasDecl<"AdventurePointsDependingOnActiveInstancesMultiplier", Object<{
1093
- base: import("tsondb/schema/def").MemberDecl<import("tsondb/schema/def").IntegerType, true>;
1094
- }>, []>>>;
1092
+ Expression: import("tsondb/schema/def").EnumCaseDecl<IncludeIdentifier<[], import("tsondb/schema/def").TypeAliasDecl<"AdventurePointsDependingOnActiveInstancesExpression", IncludeIdentifier<import("tsondb/schema/def").TypeParameter<string, import("tsondb/schema/def").Type>[], import("../_MathExpression.js").MathOperation>, []>>>;
1095
1093
  }, []>>>;
1096
1094
  Indefinite: import("tsondb/schema/def").EnumCaseDecl<null>;
1097
1095
  }, []>>, true>;
@@ -1088,9 +1088,7 @@ export declare const ChronicleEnchantment: Entity<"ChronicleEnchantment", {
1088
1088
  threshold: import("tsondb/schema/def").MemberDecl<import("tsondb/schema/def").IntegerType, true>;
1089
1089
  alternative: import("tsondb/schema/def").MemberDecl<import("tsondb/schema/def").IntegerType, true>;
1090
1090
  }>, []>>>;
1091
- Multiplier: import("tsondb/schema/def").EnumCaseDecl<IncludeIdentifier<[], import("tsondb/schema/def").TypeAliasDecl<"AdventurePointsDependingOnActiveInstancesMultiplier", Object<{
1092
- base: import("tsondb/schema/def").MemberDecl<import("tsondb/schema/def").IntegerType, true>;
1093
- }>, []>>>;
1091
+ Expression: import("tsondb/schema/def").EnumCaseDecl<IncludeIdentifier<[], import("tsondb/schema/def").TypeAliasDecl<"AdventurePointsDependingOnActiveInstancesExpression", IncludeIdentifier<import("tsondb/schema/def").TypeParameter<string, import("tsondb/schema/def").Type>[], import("../_MathExpression.js").MathOperation>, []>>>;
1094
1092
  }, []>>>;
1095
1093
  Indefinite: import("tsondb/schema/def").EnumCaseDecl<null>;
1096
1094
  }, []>>, true>;
@@ -1095,9 +1095,7 @@ export declare const DaggerRitual: Entity<"DaggerRitual", {
1095
1095
  threshold: import("tsondb/schema/def").MemberDecl<Integer, true>;
1096
1096
  alternative: import("tsondb/schema/def").MemberDecl<Integer, true>;
1097
1097
  }>, []>>>;
1098
- Multiplier: EnumCase<IncludeIdentifier<[], TypeAlias<"AdventurePointsDependingOnActiveInstancesMultiplier", Object<{
1099
- base: import("tsondb/schema/def").MemberDecl<Integer, true>;
1100
- }>, []>>>;
1098
+ Expression: EnumCase<IncludeIdentifier<[], TypeAlias<"AdventurePointsDependingOnActiveInstancesExpression", IncludeIdentifier<import("tsondb/schema/def").TypeParameter<string, import("tsondb/schema/def").Type>[], import("../_MathExpression.js").MathOperation>, []>>>;
1101
1099
  }, []>>>;
1102
1100
  Indefinite: EnumCase<null>;
1103
1101
  }, []>>, true>;
@@ -1088,9 +1088,7 @@ export declare const FoolsHatEnchantment: Entity<"FoolsHatEnchantment", {
1088
1088
  threshold: import("tsondb/schema/def").MemberDecl<import("tsondb/schema/def").IntegerType, true>;
1089
1089
  alternative: import("tsondb/schema/def").MemberDecl<import("tsondb/schema/def").IntegerType, true>;
1090
1090
  }>, []>>>;
1091
- Multiplier: import("tsondb/schema/def").EnumCaseDecl<IncludeIdentifier<[], import("tsondb/schema/def").TypeAliasDecl<"AdventurePointsDependingOnActiveInstancesMultiplier", Object<{
1092
- base: import("tsondb/schema/def").MemberDecl<import("tsondb/schema/def").IntegerType, true>;
1093
- }>, []>>>;
1091
+ Expression: import("tsondb/schema/def").EnumCaseDecl<IncludeIdentifier<[], import("tsondb/schema/def").TypeAliasDecl<"AdventurePointsDependingOnActiveInstancesExpression", IncludeIdentifier<import("tsondb/schema/def").TypeParameter<string, import("tsondb/schema/def").Type>[], import("../_MathExpression.js").MathOperation>, []>>>;
1094
1092
  }, []>>>;
1095
1093
  Indefinite: import("tsondb/schema/def").EnumCaseDecl<null>;
1096
1094
  }, []>>, true>;
@@ -1088,9 +1088,7 @@ export declare const InstrumentEnchantment: Entity<"InstrumentEnchantment", {
1088
1088
  threshold: import("tsondb/schema/def").MemberDecl<import("tsondb/schema/def").IntegerType, true>;
1089
1089
  alternative: import("tsondb/schema/def").MemberDecl<import("tsondb/schema/def").IntegerType, true>;
1090
1090
  }>, []>>>;
1091
- Multiplier: import("tsondb/schema/def").EnumCaseDecl<IncludeIdentifier<[], import("tsondb/schema/def").TypeAliasDecl<"AdventurePointsDependingOnActiveInstancesMultiplier", Object<{
1092
- base: import("tsondb/schema/def").MemberDecl<import("tsondb/schema/def").IntegerType, true>;
1093
- }>, []>>>;
1091
+ Expression: import("tsondb/schema/def").EnumCaseDecl<IncludeIdentifier<[], import("tsondb/schema/def").TypeAliasDecl<"AdventurePointsDependingOnActiveInstancesExpression", IncludeIdentifier<import("tsondb/schema/def").TypeParameter<string, import("tsondb/schema/def").Type>[], import("../_MathExpression.js").MathOperation>, []>>>;
1094
1092
  }, []>>>;
1095
1093
  Indefinite: import("tsondb/schema/def").EnumCaseDecl<null>;
1096
1094
  }, []>>, true>;
@@ -1088,9 +1088,7 @@ export declare const Krallenkettenzauber: Entity<"Krallenkettenzauber", {
1088
1088
  threshold: import("tsondb/schema/def").MemberDecl<import("tsondb/schema/def").IntegerType, true>;
1089
1089
  alternative: import("tsondb/schema/def").MemberDecl<import("tsondb/schema/def").IntegerType, true>;
1090
1090
  }>, []>>>;
1091
- Multiplier: import("tsondb/schema/def").EnumCaseDecl<IncludeIdentifier<[], import("tsondb/schema/def").TypeAliasDecl<"AdventurePointsDependingOnActiveInstancesMultiplier", Object<{
1092
- base: import("tsondb/schema/def").MemberDecl<import("tsondb/schema/def").IntegerType, true>;
1093
- }>, []>>>;
1091
+ Expression: import("tsondb/schema/def").EnumCaseDecl<IncludeIdentifier<[], import("tsondb/schema/def").TypeAliasDecl<"AdventurePointsDependingOnActiveInstancesExpression", IncludeIdentifier<import("tsondb/schema/def").TypeParameter<string, import("tsondb/schema/def").Type>[], import("../_MathExpression.js").MathOperation>, []>>>;
1094
1092
  }, []>>>;
1095
1093
  Indefinite: import("tsondb/schema/def").EnumCaseDecl<null>;
1096
1094
  }, []>>, true>;
@@ -1088,9 +1088,7 @@ export declare const OrbEnchantment: Entity<"OrbEnchantment", {
1088
1088
  threshold: import("tsondb/schema/def").MemberDecl<import("tsondb/schema/def").IntegerType, true>;
1089
1089
  alternative: import("tsondb/schema/def").MemberDecl<import("tsondb/schema/def").IntegerType, true>;
1090
1090
  }>, []>>>;
1091
- Multiplier: import("tsondb/schema/def").EnumCaseDecl<IncludeIdentifier<[], import("tsondb/schema/def").TypeAliasDecl<"AdventurePointsDependingOnActiveInstancesMultiplier", Object<{
1092
- base: import("tsondb/schema/def").MemberDecl<import("tsondb/schema/def").IntegerType, true>;
1093
- }>, []>>>;
1091
+ Expression: import("tsondb/schema/def").EnumCaseDecl<IncludeIdentifier<[], import("tsondb/schema/def").TypeAliasDecl<"AdventurePointsDependingOnActiveInstancesExpression", IncludeIdentifier<import("tsondb/schema/def").TypeParameter<string, import("tsondb/schema/def").Type>[], import("../_MathExpression.js").MathOperation>, []>>>;
1094
1092
  }, []>>>;
1095
1093
  Indefinite: import("tsondb/schema/def").EnumCaseDecl<null>;
1096
1094
  }, []>>, true>;
@@ -1088,9 +1088,7 @@ export declare const RingEnchantment: Entity<"RingEnchantment", {
1088
1088
  threshold: import("tsondb/schema/def").MemberDecl<import("tsondb/schema/def").IntegerType, true>;
1089
1089
  alternative: import("tsondb/schema/def").MemberDecl<import("tsondb/schema/def").IntegerType, true>;
1090
1090
  }>, []>>>;
1091
- Multiplier: import("tsondb/schema/def").EnumCaseDecl<IncludeIdentifier<[], import("tsondb/schema/def").TypeAliasDecl<"AdventurePointsDependingOnActiveInstancesMultiplier", Object<{
1092
- base: import("tsondb/schema/def").MemberDecl<import("tsondb/schema/def").IntegerType, true>;
1093
- }>, []>>>;
1091
+ Expression: import("tsondb/schema/def").EnumCaseDecl<IncludeIdentifier<[], import("tsondb/schema/def").TypeAliasDecl<"AdventurePointsDependingOnActiveInstancesExpression", IncludeIdentifier<import("tsondb/schema/def").TypeParameter<string, import("tsondb/schema/def").Type>[], import("../_MathExpression.js").MathOperation>, []>>>;
1094
1092
  }, []>>>;
1095
1093
  Indefinite: import("tsondb/schema/def").EnumCaseDecl<null>;
1096
1094
  }, []>>, true>;
@@ -1088,9 +1088,7 @@ export declare const SickleRitual: Entity<"SickleRitual", {
1088
1088
  threshold: import("tsondb/schema/def").MemberDecl<import("tsondb/schema/def").IntegerType, true>;
1089
1089
  alternative: import("tsondb/schema/def").MemberDecl<import("tsondb/schema/def").IntegerType, true>;
1090
1090
  }>, []>>>;
1091
- Multiplier: import("tsondb/schema/def").EnumCaseDecl<IncludeIdentifier<[], import("tsondb/schema/def").TypeAliasDecl<"AdventurePointsDependingOnActiveInstancesMultiplier", Object<{
1092
- base: import("tsondb/schema/def").MemberDecl<import("tsondb/schema/def").IntegerType, true>;
1093
- }>, []>>>;
1091
+ Expression: import("tsondb/schema/def").EnumCaseDecl<IncludeIdentifier<[], import("tsondb/schema/def").TypeAliasDecl<"AdventurePointsDependingOnActiveInstancesExpression", IncludeIdentifier<import("tsondb/schema/def").TypeParameter<string, import("tsondb/schema/def").Type>[], import("../_MathExpression.js").MathOperation>, []>>>;
1094
1092
  }, []>>>;
1095
1093
  Indefinite: import("tsondb/schema/def").EnumCaseDecl<null>;
1096
1094
  }, []>>, true>;
@@ -1088,9 +1088,7 @@ export declare const SpellSwordEnchantment: Entity<"SpellSwordEnchantment", {
1088
1088
  threshold: import("tsondb/schema/def").MemberDecl<import("tsondb/schema/def").IntegerType, true>;
1089
1089
  alternative: import("tsondb/schema/def").MemberDecl<import("tsondb/schema/def").IntegerType, true>;
1090
1090
  }>, []>>>;
1091
- Multiplier: import("tsondb/schema/def").EnumCaseDecl<IncludeIdentifier<[], import("tsondb/schema/def").TypeAliasDecl<"AdventurePointsDependingOnActiveInstancesMultiplier", Object<{
1092
- base: import("tsondb/schema/def").MemberDecl<import("tsondb/schema/def").IntegerType, true>;
1093
- }>, []>>>;
1091
+ Expression: import("tsondb/schema/def").EnumCaseDecl<IncludeIdentifier<[], import("tsondb/schema/def").TypeAliasDecl<"AdventurePointsDependingOnActiveInstancesExpression", IncludeIdentifier<import("tsondb/schema/def").TypeParameter<string, import("tsondb/schema/def").Type>[], import("../_MathExpression.js").MathOperation>, []>>>;
1094
1092
  }, []>>>;
1095
1093
  Indefinite: import("tsondb/schema/def").EnumCaseDecl<null>;
1096
1094
  }, []>>, true>;
@@ -1088,9 +1088,7 @@ export declare const StaffEnchantment: Entity<"StaffEnchantment", {
1088
1088
  threshold: import("tsondb/schema/def").MemberDecl<import("tsondb/schema/def").IntegerType, true>;
1089
1089
  alternative: import("tsondb/schema/def").MemberDecl<import("tsondb/schema/def").IntegerType, true>;
1090
1090
  }>, []>>>;
1091
- Multiplier: import("tsondb/schema/def").EnumCaseDecl<IncludeIdentifier<[], import("tsondb/schema/def").TypeAliasDecl<"AdventurePointsDependingOnActiveInstancesMultiplier", Object<{
1092
- base: import("tsondb/schema/def").MemberDecl<import("tsondb/schema/def").IntegerType, true>;
1093
- }>, []>>>;
1091
+ Expression: import("tsondb/schema/def").EnumCaseDecl<IncludeIdentifier<[], import("tsondb/schema/def").TypeAliasDecl<"AdventurePointsDependingOnActiveInstancesExpression", IncludeIdentifier<import("tsondb/schema/def").TypeParameter<string, import("tsondb/schema/def").Type>[], import("../_MathExpression.js").MathOperation>, []>>>;
1094
1092
  }, []>>>;
1095
1093
  Indefinite: import("tsondb/schema/def").EnumCaseDecl<null>;
1096
1094
  }, []>>, true>;
@@ -1088,9 +1088,7 @@ export declare const ToyEnchantment: Entity<"ToyEnchantment", {
1088
1088
  threshold: import("tsondb/schema/def").MemberDecl<import("tsondb/schema/def").IntegerType, true>;
1089
1089
  alternative: import("tsondb/schema/def").MemberDecl<import("tsondb/schema/def").IntegerType, true>;
1090
1090
  }>, []>>>;
1091
- Multiplier: import("tsondb/schema/def").EnumCaseDecl<IncludeIdentifier<[], import("tsondb/schema/def").TypeAliasDecl<"AdventurePointsDependingOnActiveInstancesMultiplier", Object<{
1092
- base: import("tsondb/schema/def").MemberDecl<import("tsondb/schema/def").IntegerType, true>;
1093
- }>, []>>>;
1091
+ Expression: import("tsondb/schema/def").EnumCaseDecl<IncludeIdentifier<[], import("tsondb/schema/def").TypeAliasDecl<"AdventurePointsDependingOnActiveInstancesExpression", IncludeIdentifier<import("tsondb/schema/def").TypeParameter<string, import("tsondb/schema/def").Type>[], import("../_MathExpression.js").MathOperation>, []>>>;
1094
1092
  }, []>>>;
1095
1093
  Indefinite: import("tsondb/schema/def").EnumCaseDecl<null>;
1096
1094
  }, []>>, true>;
@@ -1088,9 +1088,7 @@ export declare const Trinkhornzauber: Entity<"Trinkhornzauber", {
1088
1088
  threshold: import("tsondb/schema/def").MemberDecl<import("tsondb/schema/def").IntegerType, true>;
1089
1089
  alternative: import("tsondb/schema/def").MemberDecl<import("tsondb/schema/def").IntegerType, true>;
1090
1090
  }>, []>>>;
1091
- Multiplier: import("tsondb/schema/def").EnumCaseDecl<IncludeIdentifier<[], import("tsondb/schema/def").TypeAliasDecl<"AdventurePointsDependingOnActiveInstancesMultiplier", Object<{
1092
- base: import("tsondb/schema/def").MemberDecl<import("tsondb/schema/def").IntegerType, true>;
1093
- }>, []>>>;
1091
+ Expression: import("tsondb/schema/def").EnumCaseDecl<IncludeIdentifier<[], import("tsondb/schema/def").TypeAliasDecl<"AdventurePointsDependingOnActiveInstancesExpression", IncludeIdentifier<import("tsondb/schema/def").TypeParameter<string, import("tsondb/schema/def").Type>[], import("../_MathExpression.js").MathOperation>, []>>>;
1094
1092
  }, []>>>;
1095
1093
  Indefinite: import("tsondb/schema/def").EnumCaseDecl<null>;
1096
1094
  }, []>>, true>;
@@ -1037,9 +1037,7 @@ export declare const WandEnchantment: Entity<"WandEnchantment", {
1037
1037
  threshold: import("tsondb/schema/def").MemberDecl<import("tsondb/schema/def").IntegerType, true>;
1038
1038
  alternative: import("tsondb/schema/def").MemberDecl<import("tsondb/schema/def").IntegerType, true>;
1039
1039
  }>, []>>>;
1040
- Multiplier: import("tsondb/schema/def").EnumCaseDecl<IncludeIdentifier<[], import("tsondb/schema/def").TypeAliasDecl<"AdventurePointsDependingOnActiveInstancesMultiplier", Object<{
1041
- base: import("tsondb/schema/def").MemberDecl<import("tsondb/schema/def").IntegerType, true>;
1042
- }>, []>>>;
1040
+ Expression: import("tsondb/schema/def").EnumCaseDecl<IncludeIdentifier<[], import("tsondb/schema/def").TypeAliasDecl<"AdventurePointsDependingOnActiveInstancesExpression", IncludeIdentifier<import("tsondb/schema/def").TypeParameter<string, import("tsondb/schema/def").Type>[], import("../_MathExpression.js").MathOperation>, []>>>;
1043
1041
  }, []>>>;
1044
1042
  Indefinite: import("tsondb/schema/def").EnumCaseDecl<null>;
1045
1043
  }, []>>, true>;
@@ -1088,9 +1088,7 @@ export declare const WeaponEnchantment: Entity<"WeaponEnchantment", {
1088
1088
  threshold: import("tsondb/schema/def").MemberDecl<import("tsondb/schema/def").IntegerType, true>;
1089
1089
  alternative: import("tsondb/schema/def").MemberDecl<import("tsondb/schema/def").IntegerType, true>;
1090
1090
  }>, []>>>;
1091
- Multiplier: import("tsondb/schema/def").EnumCaseDecl<IncludeIdentifier<[], import("tsondb/schema/def").TypeAliasDecl<"AdventurePointsDependingOnActiveInstancesMultiplier", Object<{
1092
- base: import("tsondb/schema/def").MemberDecl<import("tsondb/schema/def").IntegerType, true>;
1093
- }>, []>>>;
1091
+ Expression: import("tsondb/schema/def").EnumCaseDecl<IncludeIdentifier<[], import("tsondb/schema/def").TypeAliasDecl<"AdventurePointsDependingOnActiveInstancesExpression", IncludeIdentifier<import("tsondb/schema/def").TypeParameter<string, import("tsondb/schema/def").Type>[], import("../_MathExpression.js").MathOperation>, []>>>;
1094
1092
  }, []>>>;
1095
1093
  Indefinite: import("tsondb/schema/def").EnumCaseDecl<null>;
1096
1094
  }, []>>, true>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "optolith-database-schema",
3
- "version": "0.18.12",
3
+ "version": "0.19.0",
4
4
  "description": "Definitions and utilities for the flat-file database of Optolith, a character creation tool for the Pen and Paper RPG “The Dark Eye 5”, and its external integrations into other software.",
5
5
  "keywords": [
6
6
  "tde",
@@ -35,7 +35,7 @@
35
35
  "license": "MPL-2.0",
36
36
  "dependencies": {
37
37
  "@optolith/helpers": "^0.2.2",
38
- "tsondb": "^0.10.1",
38
+ "tsondb": "^0.11.0",
39
39
  "yaml": "^2.8.1"
40
40
  },
41
41
  "devDependencies": {