optolith-database-schema 0.18.13 → 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 +11 -0
  2. package/lib/types/Advantage.d.ts +1 -7
  3. package/lib/types/Disadvantage.d.ts +1 -7
  4. package/lib/types/_Activatable.d.ts +3 -14
  5. package/lib/types/_Activatable.js +16 -24
  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 -7
  9. package/lib/types/specialAbility/AdvancedKarmaSpecialAbility.d.ts +1 -7
  10. package/lib/types/specialAbility/AdvancedMagicalSpecialAbility.d.ts +1 -7
  11. package/lib/types/specialAbility/AdvancedSkillSpecialAbility.d.ts +1 -7
  12. package/lib/types/specialAbility/AncestorGlyph.d.ts +1 -7
  13. package/lib/types/specialAbility/BlessedTradition.d.ts +1 -7
  14. package/lib/types/specialAbility/BrawlingSpecialAbility.d.ts +1 -7
  15. package/lib/types/specialAbility/CeremonialItemSpecialAbility.d.ts +1 -7
  16. package/lib/types/specialAbility/CombatSpecialAbility.d.ts +1 -7
  17. package/lib/types/specialAbility/CombatStyleSpecialAbility.d.ts +1 -7
  18. package/lib/types/specialAbility/CommandSpecialAbility.d.ts +1 -7
  19. package/lib/types/specialAbility/FamiliarSpecialAbility.d.ts +1 -7
  20. package/lib/types/specialAbility/FatePointSexSpecialAbility.d.ts +1 -7
  21. package/lib/types/specialAbility/FatePointSpecialAbility.d.ts +1 -7
  22. package/lib/types/specialAbility/GeneralSpecialAbility.d.ts +1 -7
  23. package/lib/types/specialAbility/KarmaSpecialAbility.d.ts +1 -7
  24. package/lib/types/specialAbility/LiturgicalStyleSpecialAbility.d.ts +1 -7
  25. package/lib/types/specialAbility/LycantropicGift.d.ts +1 -7
  26. package/lib/types/specialAbility/MagicStyleSpecialAbility.d.ts +1 -7
  27. package/lib/types/specialAbility/MagicalSpecialAbility.d.ts +1 -7
  28. package/lib/types/specialAbility/MagicalTradition.d.ts +1 -7
  29. package/lib/types/specialAbility/PactGift.d.ts +1 -7
  30. package/lib/types/specialAbility/ProtectiveWardingCircleSpecialAbility.d.ts +1 -7
  31. package/lib/types/specialAbility/Sermon.d.ts +1 -7
  32. package/lib/types/specialAbility/SexSpecialAbility.d.ts +1 -7
  33. package/lib/types/specialAbility/SikaryanDrainSpecialAbility.d.ts +1 -7
  34. package/lib/types/specialAbility/SkillStyleSpecialAbility.d.ts +1 -7
  35. package/lib/types/specialAbility/VampiricGift.d.ts +1 -7
  36. package/lib/types/specialAbility/Vision.d.ts +1 -7
  37. package/lib/types/specialAbility/sub/TradeSecret.d.ts +1 -7
  38. package/lib/types/traditionArtifacts/ArcaneOrbEnchantment.d.ts +1 -7
  39. package/lib/types/traditionArtifacts/AttireEnchantment.d.ts +1 -7
  40. package/lib/types/traditionArtifacts/BowlEnchantment.d.ts +1 -7
  41. package/lib/types/traditionArtifacts/CauldronEnchantment.d.ts +1 -7
  42. package/lib/types/traditionArtifacts/ChronicleEnchantment.d.ts +1 -7
  43. package/lib/types/traditionArtifacts/DaggerRitual.d.ts +1 -7
  44. package/lib/types/traditionArtifacts/FoolsHatEnchantment.d.ts +1 -7
  45. package/lib/types/traditionArtifacts/InstrumentEnchantment.d.ts +1 -7
  46. package/lib/types/traditionArtifacts/Krallenkettenzauber.d.ts +1 -7
  47. package/lib/types/traditionArtifacts/OrbEnchantment.d.ts +1 -7
  48. package/lib/types/traditionArtifacts/RingEnchantment.d.ts +1 -7
  49. package/lib/types/traditionArtifacts/SickleRitual.d.ts +1 -7
  50. package/lib/types/traditionArtifacts/SpellSwordEnchantment.d.ts +1 -7
  51. package/lib/types/traditionArtifacts/StaffEnchantment.d.ts +1 -7
  52. package/lib/types/traditionArtifacts/ToyEnchantment.d.ts +1 -7
  53. package/lib/types/traditionArtifacts/Trinkhornzauber.d.ts +1 -7
  54. package/lib/types/traditionArtifacts/WandEnchantment.d.ts +1 -7
  55. package/lib/types/traditionArtifacts/WeaponEnchantment.d.ts +1 -7
  56. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -2,6 +2,17 @@
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
+
5
16
  ## [0.18.13](https://github.com/elyukai/optolith-database-schema/compare/v0.18.12...v0.18.13) (2025-10-17)
6
17
 
7
18
 
@@ -867,13 +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
- expression: import("tsondb/schema/def").MemberDecl<IncludeIdentifier<[], import("tsondb/schema/def").EnumDecl<"AdventurePointsDependingOnActiveInstancesMultiplierExpression", {
873
- Linear: import("tsondb/schema/def").EnumCaseDecl<null>;
874
- Exponentiation: import("tsondb/schema/def").EnumCaseDecl<null>;
875
- }, []>>, true>;
876
- }>, []>>>;
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>, []>>>;
877
871
  }, []>>>;
878
872
  Indefinite: import("tsondb/schema/def").EnumCaseDecl<null>;
879
873
  }, []>>, true>;
@@ -867,13 +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
- expression: import("tsondb/schema/def").MemberDecl<IncludeIdentifier<[], import("tsondb/schema/def").EnumDecl<"AdventurePointsDependingOnActiveInstancesMultiplierExpression", {
873
- Linear: import("tsondb/schema/def").EnumCaseDecl<null>;
874
- Exponentiation: import("tsondb/schema/def").EnumCaseDecl<null>;
875
- }, []>>, true>;
876
- }>, []>>>;
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>, []>>>;
877
871
  }, []>>>;
878
872
  Indefinite: import("tsondb/schema/def").EnumCaseDecl<null>;
879
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,13 +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
- expression: import("tsondb/schema/def").MemberDecl<IncludeIdentifier<[], Enum<"AdventurePointsDependingOnActiveInstancesMultiplierExpression", {
1772
- Linear: EnumCase<null>;
1773
- Exponentiation: EnumCase<null>;
1774
- }, []>>, true>;
1775
- }>, []>>>;
1770
+ Expression: EnumCase<IncludeIdentifier<[], TypeAlias<"AdventurePointsDependingOnActiveInstancesExpression", IncludeIdentifier<import("tsondb/schema/def").TypeParameter<string, Type>[], MathOperation>, []>>>;
1776
1771
  }, []>>>;
1777
1772
  Indefinite: EnumCase<null>;
1778
1773
  }, []>>, true>;
@@ -1785,12 +1780,6 @@ export declare const AdventurePointsDependingOnActiveInstances: Enum<"AdventureP
1785
1780
  threshold: import("tsondb/schema/def").MemberDecl<Integer, true>;
1786
1781
  alternative: import("tsondb/schema/def").MemberDecl<Integer, true>;
1787
1782
  }>, []>>>;
1788
- Multiplier: EnumCase<IncludeIdentifier<[], TypeAlias<"AdventurePointsDependingOnActiveInstancesMultiplier", Object<{
1789
- base: import("tsondb/schema/def").MemberDecl<Integer, true>;
1790
- expression: import("tsondb/schema/def").MemberDecl<IncludeIdentifier<[], Enum<"AdventurePointsDependingOnActiveInstancesMultiplierExpression", {
1791
- Linear: EnumCase<null>;
1792
- Exponentiation: EnumCase<null>;
1793
- }, []>>, true>;
1794
- }>, []>>>;
1783
+ Expression: EnumCase<IncludeIdentifier<[], TypeAlias<"AdventurePointsDependingOnActiveInstancesExpression", IncludeIdentifier<import("tsondb/schema/def").TypeParameter<string, Type>[], MathOperation>, []>>>;
1795
1784
  }, []>;
1796
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,32 +1423,23 @@ 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 the result of the selected expression.",
1431
- type: Integer({ minimum: 0 }),
1432
- }),
1433
- expression: Required({
1434
- comment: "The type of expression to use for calculating the multiplier.",
1435
- type: IncludeIdentifier(AdventurePointsDependingOnActiveInstancesMultiplierExpression),
1436
- }),
1437
- }),
1429
+ type: () => GenIncludeIdentifier(MathOperation, [
1430
+ IncludeIdentifier(AdventurePointsDependingOnActiveInstancesExpressionValue),
1431
+ ]),
1438
1432
  });
1439
- const AdventurePointsDependingOnActiveInstancesMultiplierExpression = Enum(import.meta.url, {
1440
- name: "AdventurePointsDependingOnActiveInstancesMultiplierExpression",
1441
- comment: `The type of expression to use for calculating the multiplier that is multiplied with the base value to get the final AP value.
1442
-
1443
- To keep the comments for each case easier to compare, the variable \`active\` is used for the number of active instances.`,
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.`,
1444
1436
  values: () => ({
1445
- Linear: EnumCase({
1446
- comment: "active − 1",
1447
- type: null,
1437
+ Constant: EnumCase({
1438
+ comment: "A constant integer value.",
1439
+ type: Integer(),
1448
1440
  }),
1449
- Exponentiation: EnumCase({
1450
- comment: "2^active^",
1441
+ Active: EnumCase({
1442
+ comment: "The number of active instances.",
1451
1443
  type: null,
1452
1444
  }),
1453
1445
  }),
@@ -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,13 +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
- expression: import("tsondb/schema/def").MemberDecl<IncludeIdentifier<[], import("tsondb/schema/def").EnumDecl<"AdventurePointsDependingOnActiveInstancesMultiplierExpression", {
990
- Linear: import("tsondb/schema/def").EnumCaseDecl<null>;
991
- Exponentiation: import("tsondb/schema/def").EnumCaseDecl<null>;
992
- }, []>>, true>;
993
- }>, []>>>;
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>, []>>>;
994
988
  }, []>>>;
995
989
  Indefinite: import("tsondb/schema/def").EnumCaseDecl<null>;
996
990
  }, []>>, true>;
@@ -867,13 +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
- expression: import("tsondb/schema/def").MemberDecl<IncludeIdentifier<[], import("tsondb/schema/def").EnumDecl<"AdventurePointsDependingOnActiveInstancesMultiplierExpression", {
873
- Linear: import("tsondb/schema/def").EnumCaseDecl<null>;
874
- Exponentiation: import("tsondb/schema/def").EnumCaseDecl<null>;
875
- }, []>>, true>;
876
- }>, []>>>;
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>, []>>>;
877
871
  }, []>>>;
878
872
  Indefinite: import("tsondb/schema/def").EnumCaseDecl<null>;
879
873
  }, []>>, true>;
@@ -867,13 +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
- expression: import("tsondb/schema/def").MemberDecl<IncludeIdentifier<[], import("tsondb/schema/def").EnumDecl<"AdventurePointsDependingOnActiveInstancesMultiplierExpression", {
873
- Linear: import("tsondb/schema/def").EnumCaseDecl<null>;
874
- Exponentiation: import("tsondb/schema/def").EnumCaseDecl<null>;
875
- }, []>>, true>;
876
- }>, []>>>;
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>, []>>>;
877
871
  }, []>>>;
878
872
  Indefinite: import("tsondb/schema/def").EnumCaseDecl<null>;
879
873
  }, []>>, true>;
@@ -867,13 +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
- expression: import("tsondb/schema/def").MemberDecl<IncludeIdentifier<[], import("tsondb/schema/def").EnumDecl<"AdventurePointsDependingOnActiveInstancesMultiplierExpression", {
873
- Linear: import("tsondb/schema/def").EnumCaseDecl<null>;
874
- Exponentiation: import("tsondb/schema/def").EnumCaseDecl<null>;
875
- }, []>>, true>;
876
- }>, []>>>;
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>, []>>>;
877
871
  }, []>>>;
878
872
  Indefinite: import("tsondb/schema/def").EnumCaseDecl<null>;
879
873
  }, []>>, true>;
@@ -866,13 +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
- expression: import("tsondb/schema/def").MemberDecl<IncludeIdentifier<[], import("tsondb/schema/def").EnumDecl<"AdventurePointsDependingOnActiveInstancesMultiplierExpression", {
872
- Linear: import("tsondb/schema/def").EnumCaseDecl<null>;
873
- Exponentiation: import("tsondb/schema/def").EnumCaseDecl<null>;
874
- }, []>>, true>;
875
- }>, []>>>;
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>, []>>>;
876
870
  }, []>>>;
877
871
  Indefinite: import("tsondb/schema/def").EnumCaseDecl<null>;
878
872
  }, []>>, true>;
@@ -894,13 +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
- expression: import("tsondb/schema/def").MemberDecl<IncludeIdentifier<[], Enum<"AdventurePointsDependingOnActiveInstancesMultiplierExpression", {
900
- Linear: EnumCase<null>;
901
- Exponentiation: EnumCase<null>;
902
- }, []>>, true>;
903
- }>, []>>>;
897
+ Expression: EnumCase<IncludeIdentifier<[], TypeAlias<"AdventurePointsDependingOnActiveInstancesExpression", IncludeIdentifier<import("tsondb/schema/def").TypeParameter<string, import("tsondb/schema/def").Type>[], import("../_MathExpression.js").MathOperation>, []>>>;
904
898
  }, []>>>;
905
899
  Indefinite: EnumCase<null>;
906
900
  }, []>>, true>;
@@ -930,13 +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
- expression: import("tsondb/schema/def").MemberDecl<IncludeIdentifier<[], import("tsondb/schema/def").EnumDecl<"AdventurePointsDependingOnActiveInstancesMultiplierExpression", {
936
- Linear: import("tsondb/schema/def").EnumCaseDecl<null>;
937
- Exponentiation: import("tsondb/schema/def").EnumCaseDecl<null>;
938
- }, []>>, true>;
939
- }>, []>>>;
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>, []>>>;
940
934
  }, []>>>;
941
935
  Indefinite: import("tsondb/schema/def").EnumCaseDecl<null>;
942
936
  }, []>>, true>;
@@ -868,13 +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
- expression: import("tsondb/schema/def").MemberDecl<IncludeIdentifier<[], import("tsondb/schema/def").EnumDecl<"AdventurePointsDependingOnActiveInstancesMultiplierExpression", {
874
- Linear: import("tsondb/schema/def").EnumCaseDecl<null>;
875
- Exponentiation: import("tsondb/schema/def").EnumCaseDecl<null>;
876
- }, []>>, true>;
877
- }>, []>>>;
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>, []>>>;
878
872
  }, []>>>;
879
873
  Indefinite: import("tsondb/schema/def").EnumCaseDecl<null>;
880
874
  }, []>>, true>;
@@ -984,13 +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
- expression: import("tsondb/schema/def").MemberDecl<IncludeIdentifier<[], import("tsondb/schema/def").EnumDecl<"AdventurePointsDependingOnActiveInstancesMultiplierExpression", {
990
- Linear: import("tsondb/schema/def").EnumCaseDecl<null>;
991
- Exponentiation: import("tsondb/schema/def").EnumCaseDecl<null>;
992
- }, []>>, true>;
993
- }>, []>>>;
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>, []>>>;
994
988
  }, []>>>;
995
989
  Indefinite: import("tsondb/schema/def").EnumCaseDecl<null>;
996
990
  }, []>>, true>;
@@ -985,13 +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
- expression: import("tsondb/schema/def").MemberDecl<IncludeIdentifier<[], import("tsondb/schema/def").EnumDecl<"AdventurePointsDependingOnActiveInstancesMultiplierExpression", {
991
- Linear: import("tsondb/schema/def").EnumCaseDecl<null>;
992
- Exponentiation: import("tsondb/schema/def").EnumCaseDecl<null>;
993
- }, []>>, true>;
994
- }>, []>>>;
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>, []>>>;
995
989
  }, []>>>;
996
990
  Indefinite: import("tsondb/schema/def").EnumCaseDecl<null>;
997
991
  }, []>>, true>;
@@ -930,13 +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
- expression: import("tsondb/schema/def").MemberDecl<IncludeIdentifier<[], import("tsondb/schema/def").EnumDecl<"AdventurePointsDependingOnActiveInstancesMultiplierExpression", {
936
- Linear: import("tsondb/schema/def").EnumCaseDecl<null>;
937
- Exponentiation: import("tsondb/schema/def").EnumCaseDecl<null>;
938
- }, []>>, true>;
939
- }>, []>>>;
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>, []>>>;
940
934
  }, []>>>;
941
935
  Indefinite: import("tsondb/schema/def").EnumCaseDecl<null>;
942
936
  }, []>>, true>;
@@ -865,13 +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
- expression: import("tsondb/schema/def").MemberDecl<IncludeIdentifier<[], import("tsondb/schema/def").EnumDecl<"AdventurePointsDependingOnActiveInstancesMultiplierExpression", {
871
- Linear: import("tsondb/schema/def").EnumCaseDecl<null>;
872
- Exponentiation: import("tsondb/schema/def").EnumCaseDecl<null>;
873
- }, []>>, true>;
874
- }>, []>>>;
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>, []>>>;
875
869
  }, []>>>;
876
870
  Indefinite: import("tsondb/schema/def").EnumCaseDecl<null>;
877
871
  }, []>>, true>;
@@ -865,13 +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
- expression: import("tsondb/schema/def").MemberDecl<IncludeIdentifier<[], import("tsondb/schema/def").EnumDecl<"AdventurePointsDependingOnActiveInstancesMultiplierExpression", {
871
- Linear: import("tsondb/schema/def").EnumCaseDecl<null>;
872
- Exponentiation: import("tsondb/schema/def").EnumCaseDecl<null>;
873
- }, []>>, true>;
874
- }>, []>>>;
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>, []>>>;
875
869
  }, []>>>;
876
870
  Indefinite: import("tsondb/schema/def").EnumCaseDecl<null>;
877
871
  }, []>>, true>;
@@ -867,13 +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
- expression: import("tsondb/schema/def").MemberDecl<IncludeIdentifier<[], import("tsondb/schema/def").EnumDecl<"AdventurePointsDependingOnActiveInstancesMultiplierExpression", {
873
- Linear: import("tsondb/schema/def").EnumCaseDecl<null>;
874
- Exponentiation: import("tsondb/schema/def").EnumCaseDecl<null>;
875
- }, []>>, true>;
876
- }>, []>>>;
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>, []>>>;
877
871
  }, []>>>;
878
872
  Indefinite: import("tsondb/schema/def").EnumCaseDecl<null>;
879
873
  }, []>>, true>;
@@ -867,13 +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
- expression: import("tsondb/schema/def").MemberDecl<IncludeIdentifier<[], import("tsondb/schema/def").EnumDecl<"AdventurePointsDependingOnActiveInstancesMultiplierExpression", {
873
- Linear: import("tsondb/schema/def").EnumCaseDecl<null>;
874
- Exponentiation: import("tsondb/schema/def").EnumCaseDecl<null>;
875
- }, []>>, true>;
876
- }>, []>>>;
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>, []>>>;
877
871
  }, []>>>;
878
872
  Indefinite: import("tsondb/schema/def").EnumCaseDecl<null>;
879
873
  }, []>>, true>;
@@ -865,13 +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
- expression: import("tsondb/schema/def").MemberDecl<IncludeIdentifier<[], import("tsondb/schema/def").EnumDecl<"AdventurePointsDependingOnActiveInstancesMultiplierExpression", {
871
- Linear: import("tsondb/schema/def").EnumCaseDecl<null>;
872
- Exponentiation: import("tsondb/schema/def").EnumCaseDecl<null>;
873
- }, []>>, true>;
874
- }>, []>>>;
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>, []>>>;
875
869
  }, []>>>;
876
870
  Indefinite: import("tsondb/schema/def").EnumCaseDecl<null>;
877
871
  }, []>>, true>;
@@ -916,13 +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
- expression: import("tsondb/schema/def").MemberDecl<IncludeIdentifier<[], import("tsondb/schema/def").EnumDecl<"AdventurePointsDependingOnActiveInstancesMultiplierExpression", {
922
- Linear: import("tsondb/schema/def").EnumCaseDecl<null>;
923
- Exponentiation: import("tsondb/schema/def").EnumCaseDecl<null>;
924
- }, []>>, true>;
925
- }>, []>>>;
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>, []>>>;
926
920
  }, []>>>;
927
921
  Indefinite: import("tsondb/schema/def").EnumCaseDecl<null>;
928
922
  }, []>>, true>;
@@ -865,13 +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
- expression: import("tsondb/schema/def").MemberDecl<IncludeIdentifier<[], import("tsondb/schema/def").EnumDecl<"AdventurePointsDependingOnActiveInstancesMultiplierExpression", {
871
- Linear: import("tsondb/schema/def").EnumCaseDecl<null>;
872
- Exponentiation: import("tsondb/schema/def").EnumCaseDecl<null>;
873
- }, []>>, true>;
874
- }>, []>>>;
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>, []>>>;
875
869
  }, []>>>;
876
870
  Indefinite: import("tsondb/schema/def").EnumCaseDecl<null>;
877
871
  }, []>>, true>;
@@ -916,13 +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
- expression: import("tsondb/schema/def").MemberDecl<IncludeIdentifier<[], import("tsondb/schema/def").EnumDecl<"AdventurePointsDependingOnActiveInstancesMultiplierExpression", {
922
- Linear: import("tsondb/schema/def").EnumCaseDecl<null>;
923
- Exponentiation: import("tsondb/schema/def").EnumCaseDecl<null>;
924
- }, []>>, true>;
925
- }>, []>>>;
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>, []>>>;
926
920
  }, []>>>;
927
921
  Indefinite: import("tsondb/schema/def").EnumCaseDecl<null>;
928
922
  }, []>>, true>;
@@ -867,13 +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
- expression: import("tsondb/schema/def").MemberDecl<IncludeIdentifier<[], import("tsondb/schema/def").EnumDecl<"AdventurePointsDependingOnActiveInstancesMultiplierExpression", {
873
- Linear: import("tsondb/schema/def").EnumCaseDecl<null>;
874
- Exponentiation: import("tsondb/schema/def").EnumCaseDecl<null>;
875
- }, []>>, true>;
876
- }>, []>>>;
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>, []>>>;
877
871
  }, []>>>;
878
872
  Indefinite: import("tsondb/schema/def").EnumCaseDecl<null>;
879
873
  }, []>>, true>;
@@ -880,13 +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
- expression: import("tsondb/schema/def").MemberDecl<IncludeIdentifier<[], import("tsondb/schema/def").EnumDecl<"AdventurePointsDependingOnActiveInstancesMultiplierExpression", {
886
- Linear: import("tsondb/schema/def").EnumCaseDecl<null>;
887
- Exponentiation: import("tsondb/schema/def").EnumCaseDecl<null>;
888
- }, []>>, true>;
889
- }>, []>>>;
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>, []>>>;
890
884
  }, []>>>;
891
885
  Indefinite: import("tsondb/schema/def").EnumCaseDecl<null>;
892
886
  }, []>>, true>;
@@ -942,13 +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
- expression: import("tsondb/schema/def").MemberDecl<IncludeIdentifier<[], Enum<"AdventurePointsDependingOnActiveInstancesMultiplierExpression", {
948
- Linear: EnumCase<null>;
949
- Exponentiation: EnumCase<null>;
950
- }, []>>, true>;
951
- }>, []>>>;
945
+ Expression: EnumCase<IncludeIdentifier<[], TypeAlias<"AdventurePointsDependingOnActiveInstancesExpression", IncludeIdentifier<import("tsondb/schema/def").TypeParameter<string, import("tsondb/schema/def").Type>[], import("../_MathExpression.js").MathOperation>, []>>>;
952
946
  }, []>>>;
953
947
  Indefinite: EnumCase<null>;
954
948
  }, []>>, true>;
@@ -866,13 +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
- expression: import("tsondb/schema/def").MemberDecl<IncludeIdentifier<[], import("tsondb/schema/def").EnumDecl<"AdventurePointsDependingOnActiveInstancesMultiplierExpression", {
872
- Linear: import("tsondb/schema/def").EnumCaseDecl<null>;
873
- Exponentiation: import("tsondb/schema/def").EnumCaseDecl<null>;
874
- }, []>>, true>;
875
- }>, []>>>;
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>, []>>>;
876
870
  }, []>>>;
877
871
  Indefinite: import("tsondb/schema/def").EnumCaseDecl<null>;
878
872
  }, []>>, true>;
@@ -865,13 +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
- expression: import("tsondb/schema/def").MemberDecl<IncludeIdentifier<[], import("tsondb/schema/def").EnumDecl<"AdventurePointsDependingOnActiveInstancesMultiplierExpression", {
871
- Linear: import("tsondb/schema/def").EnumCaseDecl<null>;
872
- Exponentiation: import("tsondb/schema/def").EnumCaseDecl<null>;
873
- }, []>>, true>;
874
- }>, []>>>;
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>, []>>>;
875
869
  }, []>>>;
876
870
  Indefinite: import("tsondb/schema/def").EnumCaseDecl<null>;
877
871
  }, []>>, true>;
@@ -867,13 +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
- expression: import("tsondb/schema/def").MemberDecl<IncludeIdentifier<[], import("tsondb/schema/def").EnumDecl<"AdventurePointsDependingOnActiveInstancesMultiplierExpression", {
873
- Linear: import("tsondb/schema/def").EnumCaseDecl<null>;
874
- Exponentiation: import("tsondb/schema/def").EnumCaseDecl<null>;
875
- }, []>>, true>;
876
- }>, []>>>;
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>, []>>>;
877
871
  }, []>>>;
878
872
  Indefinite: import("tsondb/schema/def").EnumCaseDecl<null>;
879
873
  }, []>>, true>;
@@ -865,13 +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
- expression: import("tsondb/schema/def").MemberDecl<IncludeIdentifier<[], import("tsondb/schema/def").EnumDecl<"AdventurePointsDependingOnActiveInstancesMultiplierExpression", {
871
- Linear: import("tsondb/schema/def").EnumCaseDecl<null>;
872
- Exponentiation: import("tsondb/schema/def").EnumCaseDecl<null>;
873
- }, []>>, true>;
874
- }>, []>>>;
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>, []>>>;
875
869
  }, []>>>;
876
870
  Indefinite: import("tsondb/schema/def").EnumCaseDecl<null>;
877
871
  }, []>>, true>;
@@ -914,13 +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
- expression: import("tsondb/schema/def").MemberDecl<IncludeIdentifier<[], import("tsondb/schema/def").EnumDecl<"AdventurePointsDependingOnActiveInstancesMultiplierExpression", {
920
- Linear: import("tsondb/schema/def").EnumCaseDecl<null>;
921
- Exponentiation: import("tsondb/schema/def").EnumCaseDecl<null>;
922
- }, []>>, true>;
923
- }>, []>>>;
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>, []>>>;
924
918
  }, []>>>;
925
919
  Indefinite: import("tsondb/schema/def").EnumCaseDecl<null>;
926
920
  }, []>>, true>;
@@ -865,13 +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
- expression: import("tsondb/schema/def").MemberDecl<IncludeIdentifier<[], import("tsondb/schema/def").EnumDecl<"AdventurePointsDependingOnActiveInstancesMultiplierExpression", {
871
- Linear: import("tsondb/schema/def").EnumCaseDecl<null>;
872
- Exponentiation: import("tsondb/schema/def").EnumCaseDecl<null>;
873
- }, []>>, true>;
874
- }>, []>>>;
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>, []>>>;
875
869
  }, []>>>;
876
870
  Indefinite: import("tsondb/schema/def").EnumCaseDecl<null>;
877
871
  }, []>>, true>;
@@ -865,13 +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
- expression: import("tsondb/schema/def").MemberDecl<IncludeIdentifier<[], import("tsondb/schema/def").EnumDecl<"AdventurePointsDependingOnActiveInstancesMultiplierExpression", {
871
- Linear: import("tsondb/schema/def").EnumCaseDecl<null>;
872
- Exponentiation: import("tsondb/schema/def").EnumCaseDecl<null>;
873
- }, []>>, true>;
874
- }>, []>>>;
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>, []>>>;
875
869
  }, []>>>;
876
870
  Indefinite: import("tsondb/schema/def").EnumCaseDecl<null>;
877
871
  }, []>>, true>;
@@ -174,13 +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
- expression: import("tsondb/schema/def").MemberDecl<IncludeIdentifier<[], Enum<"AdventurePointsDependingOnActiveInstancesMultiplierExpression", {
180
- Linear: EnumCase<null>;
181
- Exponentiation: EnumCase<null>;
182
- }, []>>, true>;
183
- }>, []>>>;
177
+ Expression: EnumCase<IncludeIdentifier<[], TypeAlias<"AdventurePointsDependingOnActiveInstancesExpression", IncludeIdentifier<import("tsondb/schema/def").TypeParameter<string, import("tsondb/schema/def").Type>[], import("../../_MathExpression.js").MathOperation>, []>>>;
184
178
  }, []>>>;
185
179
  }, []>>, true>;
186
180
  is_secret_knowledge: import("tsondb/schema/def").MemberDecl<Boolean, true>;
@@ -1088,13 +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
- expression: import("tsondb/schema/def").MemberDecl<IncludeIdentifier<[], import("tsondb/schema/def").EnumDecl<"AdventurePointsDependingOnActiveInstancesMultiplierExpression", {
1094
- Linear: import("tsondb/schema/def").EnumCaseDecl<null>;
1095
- Exponentiation: import("tsondb/schema/def").EnumCaseDecl<null>;
1096
- }, []>>, true>;
1097
- }>, []>>>;
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>, []>>>;
1098
1092
  }, []>>>;
1099
1093
  Indefinite: import("tsondb/schema/def").EnumCaseDecl<null>;
1100
1094
  }, []>>, true>;
@@ -1088,13 +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
- expression: import("tsondb/schema/def").MemberDecl<IncludeIdentifier<[], import("tsondb/schema/def").EnumDecl<"AdventurePointsDependingOnActiveInstancesMultiplierExpression", {
1094
- Linear: import("tsondb/schema/def").EnumCaseDecl<null>;
1095
- Exponentiation: import("tsondb/schema/def").EnumCaseDecl<null>;
1096
- }, []>>, true>;
1097
- }>, []>>>;
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>, []>>>;
1098
1092
  }, []>>>;
1099
1093
  Indefinite: import("tsondb/schema/def").EnumCaseDecl<null>;
1100
1094
  }, []>>, true>;
@@ -1088,13 +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
- expression: import("tsondb/schema/def").MemberDecl<IncludeIdentifier<[], import("tsondb/schema/def").EnumDecl<"AdventurePointsDependingOnActiveInstancesMultiplierExpression", {
1094
- Linear: import("tsondb/schema/def").EnumCaseDecl<null>;
1095
- Exponentiation: import("tsondb/schema/def").EnumCaseDecl<null>;
1096
- }, []>>, true>;
1097
- }>, []>>>;
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>, []>>>;
1098
1092
  }, []>>>;
1099
1093
  Indefinite: import("tsondb/schema/def").EnumCaseDecl<null>;
1100
1094
  }, []>>, true>;
@@ -1089,13 +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
- expression: import("tsondb/schema/def").MemberDecl<IncludeIdentifier<[], import("tsondb/schema/def").EnumDecl<"AdventurePointsDependingOnActiveInstancesMultiplierExpression", {
1095
- Linear: import("tsondb/schema/def").EnumCaseDecl<null>;
1096
- Exponentiation: import("tsondb/schema/def").EnumCaseDecl<null>;
1097
- }, []>>, true>;
1098
- }>, []>>>;
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>, []>>>;
1099
1093
  }, []>>>;
1100
1094
  Indefinite: import("tsondb/schema/def").EnumCaseDecl<null>;
1101
1095
  }, []>>, true>;
@@ -1088,13 +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
- expression: import("tsondb/schema/def").MemberDecl<IncludeIdentifier<[], import("tsondb/schema/def").EnumDecl<"AdventurePointsDependingOnActiveInstancesMultiplierExpression", {
1094
- Linear: import("tsondb/schema/def").EnumCaseDecl<null>;
1095
- Exponentiation: import("tsondb/schema/def").EnumCaseDecl<null>;
1096
- }, []>>, true>;
1097
- }>, []>>>;
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>, []>>>;
1098
1092
  }, []>>>;
1099
1093
  Indefinite: import("tsondb/schema/def").EnumCaseDecl<null>;
1100
1094
  }, []>>, true>;
@@ -1095,13 +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
- expression: import("tsondb/schema/def").MemberDecl<IncludeIdentifier<[], Enum<"AdventurePointsDependingOnActiveInstancesMultiplierExpression", {
1101
- Linear: EnumCase<null>;
1102
- Exponentiation: EnumCase<null>;
1103
- }, []>>, true>;
1104
- }>, []>>>;
1098
+ Expression: EnumCase<IncludeIdentifier<[], TypeAlias<"AdventurePointsDependingOnActiveInstancesExpression", IncludeIdentifier<import("tsondb/schema/def").TypeParameter<string, import("tsondb/schema/def").Type>[], import("../_MathExpression.js").MathOperation>, []>>>;
1105
1099
  }, []>>>;
1106
1100
  Indefinite: EnumCase<null>;
1107
1101
  }, []>>, true>;
@@ -1088,13 +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
- expression: import("tsondb/schema/def").MemberDecl<IncludeIdentifier<[], import("tsondb/schema/def").EnumDecl<"AdventurePointsDependingOnActiveInstancesMultiplierExpression", {
1094
- Linear: import("tsondb/schema/def").EnumCaseDecl<null>;
1095
- Exponentiation: import("tsondb/schema/def").EnumCaseDecl<null>;
1096
- }, []>>, true>;
1097
- }>, []>>>;
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>, []>>>;
1098
1092
  }, []>>>;
1099
1093
  Indefinite: import("tsondb/schema/def").EnumCaseDecl<null>;
1100
1094
  }, []>>, true>;
@@ -1088,13 +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
- expression: import("tsondb/schema/def").MemberDecl<IncludeIdentifier<[], import("tsondb/schema/def").EnumDecl<"AdventurePointsDependingOnActiveInstancesMultiplierExpression", {
1094
- Linear: import("tsondb/schema/def").EnumCaseDecl<null>;
1095
- Exponentiation: import("tsondb/schema/def").EnumCaseDecl<null>;
1096
- }, []>>, true>;
1097
- }>, []>>>;
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>, []>>>;
1098
1092
  }, []>>>;
1099
1093
  Indefinite: import("tsondb/schema/def").EnumCaseDecl<null>;
1100
1094
  }, []>>, true>;
@@ -1088,13 +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
- expression: import("tsondb/schema/def").MemberDecl<IncludeIdentifier<[], import("tsondb/schema/def").EnumDecl<"AdventurePointsDependingOnActiveInstancesMultiplierExpression", {
1094
- Linear: import("tsondb/schema/def").EnumCaseDecl<null>;
1095
- Exponentiation: import("tsondb/schema/def").EnumCaseDecl<null>;
1096
- }, []>>, true>;
1097
- }>, []>>>;
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>, []>>>;
1098
1092
  }, []>>>;
1099
1093
  Indefinite: import("tsondb/schema/def").EnumCaseDecl<null>;
1100
1094
  }, []>>, true>;
@@ -1088,13 +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
- expression: import("tsondb/schema/def").MemberDecl<IncludeIdentifier<[], import("tsondb/schema/def").EnumDecl<"AdventurePointsDependingOnActiveInstancesMultiplierExpression", {
1094
- Linear: import("tsondb/schema/def").EnumCaseDecl<null>;
1095
- Exponentiation: import("tsondb/schema/def").EnumCaseDecl<null>;
1096
- }, []>>, true>;
1097
- }>, []>>>;
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>, []>>>;
1098
1092
  }, []>>>;
1099
1093
  Indefinite: import("tsondb/schema/def").EnumCaseDecl<null>;
1100
1094
  }, []>>, true>;
@@ -1088,13 +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
- expression: import("tsondb/schema/def").MemberDecl<IncludeIdentifier<[], import("tsondb/schema/def").EnumDecl<"AdventurePointsDependingOnActiveInstancesMultiplierExpression", {
1094
- Linear: import("tsondb/schema/def").EnumCaseDecl<null>;
1095
- Exponentiation: import("tsondb/schema/def").EnumCaseDecl<null>;
1096
- }, []>>, true>;
1097
- }>, []>>>;
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>, []>>>;
1098
1092
  }, []>>>;
1099
1093
  Indefinite: import("tsondb/schema/def").EnumCaseDecl<null>;
1100
1094
  }, []>>, true>;
@@ -1088,13 +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
- expression: import("tsondb/schema/def").MemberDecl<IncludeIdentifier<[], import("tsondb/schema/def").EnumDecl<"AdventurePointsDependingOnActiveInstancesMultiplierExpression", {
1094
- Linear: import("tsondb/schema/def").EnumCaseDecl<null>;
1095
- Exponentiation: import("tsondb/schema/def").EnumCaseDecl<null>;
1096
- }, []>>, true>;
1097
- }>, []>>>;
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>, []>>>;
1098
1092
  }, []>>>;
1099
1093
  Indefinite: import("tsondb/schema/def").EnumCaseDecl<null>;
1100
1094
  }, []>>, true>;
@@ -1088,13 +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
- expression: import("tsondb/schema/def").MemberDecl<IncludeIdentifier<[], import("tsondb/schema/def").EnumDecl<"AdventurePointsDependingOnActiveInstancesMultiplierExpression", {
1094
- Linear: import("tsondb/schema/def").EnumCaseDecl<null>;
1095
- Exponentiation: import("tsondb/schema/def").EnumCaseDecl<null>;
1096
- }, []>>, true>;
1097
- }>, []>>>;
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>, []>>>;
1098
1092
  }, []>>>;
1099
1093
  Indefinite: import("tsondb/schema/def").EnumCaseDecl<null>;
1100
1094
  }, []>>, true>;
@@ -1088,13 +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
- expression: import("tsondb/schema/def").MemberDecl<IncludeIdentifier<[], import("tsondb/schema/def").EnumDecl<"AdventurePointsDependingOnActiveInstancesMultiplierExpression", {
1094
- Linear: import("tsondb/schema/def").EnumCaseDecl<null>;
1095
- Exponentiation: import("tsondb/schema/def").EnumCaseDecl<null>;
1096
- }, []>>, true>;
1097
- }>, []>>>;
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>, []>>>;
1098
1092
  }, []>>>;
1099
1093
  Indefinite: import("tsondb/schema/def").EnumCaseDecl<null>;
1100
1094
  }, []>>, true>;
@@ -1088,13 +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
- expression: import("tsondb/schema/def").MemberDecl<IncludeIdentifier<[], import("tsondb/schema/def").EnumDecl<"AdventurePointsDependingOnActiveInstancesMultiplierExpression", {
1094
- Linear: import("tsondb/schema/def").EnumCaseDecl<null>;
1095
- Exponentiation: import("tsondb/schema/def").EnumCaseDecl<null>;
1096
- }, []>>, true>;
1097
- }>, []>>>;
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>, []>>>;
1098
1092
  }, []>>>;
1099
1093
  Indefinite: import("tsondb/schema/def").EnumCaseDecl<null>;
1100
1094
  }, []>>, true>;
@@ -1088,13 +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
- expression: import("tsondb/schema/def").MemberDecl<IncludeIdentifier<[], import("tsondb/schema/def").EnumDecl<"AdventurePointsDependingOnActiveInstancesMultiplierExpression", {
1094
- Linear: import("tsondb/schema/def").EnumCaseDecl<null>;
1095
- Exponentiation: import("tsondb/schema/def").EnumCaseDecl<null>;
1096
- }, []>>, true>;
1097
- }>, []>>>;
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>, []>>>;
1098
1092
  }, []>>>;
1099
1093
  Indefinite: import("tsondb/schema/def").EnumCaseDecl<null>;
1100
1094
  }, []>>, true>;
@@ -1037,13 +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
- expression: import("tsondb/schema/def").MemberDecl<IncludeIdentifier<[], import("tsondb/schema/def").EnumDecl<"AdventurePointsDependingOnActiveInstancesMultiplierExpression", {
1043
- Linear: import("tsondb/schema/def").EnumCaseDecl<null>;
1044
- Exponentiation: import("tsondb/schema/def").EnumCaseDecl<null>;
1045
- }, []>>, true>;
1046
- }>, []>>>;
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>, []>>>;
1047
1041
  }, []>>>;
1048
1042
  Indefinite: import("tsondb/schema/def").EnumCaseDecl<null>;
1049
1043
  }, []>>, true>;
@@ -1088,13 +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
- expression: import("tsondb/schema/def").MemberDecl<IncludeIdentifier<[], import("tsondb/schema/def").EnumDecl<"AdventurePointsDependingOnActiveInstancesMultiplierExpression", {
1094
- Linear: import("tsondb/schema/def").EnumCaseDecl<null>;
1095
- Exponentiation: import("tsondb/schema/def").EnumCaseDecl<null>;
1096
- }, []>>, true>;
1097
- }>, []>>>;
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>, []>>>;
1098
1092
  }, []>>>;
1099
1093
  Indefinite: import("tsondb/schema/def").EnumCaseDecl<null>;
1100
1094
  }, []>>, true>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "optolith-database-schema",
3
- "version": "0.18.13",
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": {