optolith-database-schema 0.18.12 → 0.18.13

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 (54) hide show
  1. package/CHANGELOG.md +7 -0
  2. package/lib/types/Advantage.d.ts +4 -0
  3. package/lib/types/Disadvantage.d.ts +4 -0
  4. package/lib/types/_Activatable.d.ts +8 -0
  5. package/lib/types/_Activatable.js +21 -1
  6. package/lib/types/specialAbility/AdvancedCombatSpecialAbility.d.ts +4 -0
  7. package/lib/types/specialAbility/AdvancedKarmaSpecialAbility.d.ts +4 -0
  8. package/lib/types/specialAbility/AdvancedMagicalSpecialAbility.d.ts +4 -0
  9. package/lib/types/specialAbility/AdvancedSkillSpecialAbility.d.ts +4 -0
  10. package/lib/types/specialAbility/AncestorGlyph.d.ts +4 -0
  11. package/lib/types/specialAbility/BlessedTradition.d.ts +4 -0
  12. package/lib/types/specialAbility/BrawlingSpecialAbility.d.ts +4 -0
  13. package/lib/types/specialAbility/CeremonialItemSpecialAbility.d.ts +4 -0
  14. package/lib/types/specialAbility/CombatSpecialAbility.d.ts +4 -0
  15. package/lib/types/specialAbility/CombatStyleSpecialAbility.d.ts +4 -0
  16. package/lib/types/specialAbility/CommandSpecialAbility.d.ts +4 -0
  17. package/lib/types/specialAbility/FamiliarSpecialAbility.d.ts +4 -0
  18. package/lib/types/specialAbility/FatePointSexSpecialAbility.d.ts +4 -0
  19. package/lib/types/specialAbility/FatePointSpecialAbility.d.ts +4 -0
  20. package/lib/types/specialAbility/GeneralSpecialAbility.d.ts +4 -0
  21. package/lib/types/specialAbility/KarmaSpecialAbility.d.ts +4 -0
  22. package/lib/types/specialAbility/LiturgicalStyleSpecialAbility.d.ts +4 -0
  23. package/lib/types/specialAbility/LycantropicGift.d.ts +4 -0
  24. package/lib/types/specialAbility/MagicStyleSpecialAbility.d.ts +4 -0
  25. package/lib/types/specialAbility/MagicalSpecialAbility.d.ts +4 -0
  26. package/lib/types/specialAbility/MagicalTradition.d.ts +4 -0
  27. package/lib/types/specialAbility/PactGift.d.ts +4 -0
  28. package/lib/types/specialAbility/ProtectiveWardingCircleSpecialAbility.d.ts +4 -0
  29. package/lib/types/specialAbility/Sermon.d.ts +4 -0
  30. package/lib/types/specialAbility/SexSpecialAbility.d.ts +4 -0
  31. package/lib/types/specialAbility/SikaryanDrainSpecialAbility.d.ts +4 -0
  32. package/lib/types/specialAbility/SkillStyleSpecialAbility.d.ts +4 -0
  33. package/lib/types/specialAbility/VampiricGift.d.ts +4 -0
  34. package/lib/types/specialAbility/Vision.d.ts +4 -0
  35. package/lib/types/specialAbility/sub/TradeSecret.d.ts +4 -0
  36. package/lib/types/traditionArtifacts/ArcaneOrbEnchantment.d.ts +4 -0
  37. package/lib/types/traditionArtifacts/AttireEnchantment.d.ts +4 -0
  38. package/lib/types/traditionArtifacts/BowlEnchantment.d.ts +4 -0
  39. package/lib/types/traditionArtifacts/CauldronEnchantment.d.ts +4 -0
  40. package/lib/types/traditionArtifacts/ChronicleEnchantment.d.ts +4 -0
  41. package/lib/types/traditionArtifacts/DaggerRitual.d.ts +4 -0
  42. package/lib/types/traditionArtifacts/FoolsHatEnchantment.d.ts +4 -0
  43. package/lib/types/traditionArtifacts/InstrumentEnchantment.d.ts +4 -0
  44. package/lib/types/traditionArtifacts/Krallenkettenzauber.d.ts +4 -0
  45. package/lib/types/traditionArtifacts/OrbEnchantment.d.ts +4 -0
  46. package/lib/types/traditionArtifacts/RingEnchantment.d.ts +4 -0
  47. package/lib/types/traditionArtifacts/SickleRitual.d.ts +4 -0
  48. package/lib/types/traditionArtifacts/SpellSwordEnchantment.d.ts +4 -0
  49. package/lib/types/traditionArtifacts/StaffEnchantment.d.ts +4 -0
  50. package/lib/types/traditionArtifacts/ToyEnchantment.d.ts +4 -0
  51. package/lib/types/traditionArtifacts/Trinkhornzauber.d.ts +4 -0
  52. package/lib/types/traditionArtifacts/WandEnchantment.d.ts +4 -0
  53. package/lib/types/traditionArtifacts/WeaponEnchantment.d.ts +4 -0
  54. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -2,6 +2,13 @@
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.18.13](https://github.com/elyukai/optolith-database-schema/compare/v0.18.12...v0.18.13) (2025-10-17)
6
+
7
+
8
+ ### Features
9
+
10
+ * add options for adventure point multiplier expression ([7898b2d](https://github.com/elyukai/optolith-database-schema/commit/7898b2da788e386e74f75b9883638026900b3e95))
11
+
5
12
  ## [0.18.12](https://github.com/elyukai/optolith-database-schema/compare/v0.18.11...v0.18.12) (2025-10-17)
6
13
 
7
14
 
@@ -869,6 +869,10 @@ export declare const Advantage: Entity<"Advantage", {
869
869
  }>, []>>>;
870
870
  Multiplier: import("tsondb/schema/def").EnumCaseDecl<IncludeIdentifier<[], import("tsondb/schema/def").TypeAliasDecl<"AdventurePointsDependingOnActiveInstancesMultiplier", Object<{
871
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>;
872
876
  }>, []>>>;
873
877
  }, []>>>;
874
878
  Indefinite: import("tsondb/schema/def").EnumCaseDecl<null>;
@@ -869,6 +869,10 @@ export declare const Disadvantage: Entity<"Disadvantage", {
869
869
  }>, []>>>;
870
870
  Multiplier: import("tsondb/schema/def").EnumCaseDecl<IncludeIdentifier<[], import("tsondb/schema/def").TypeAliasDecl<"AdventurePointsDependingOnActiveInstancesMultiplier", Object<{
871
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>;
872
876
  }>, []>>>;
873
877
  }, []>>>;
874
878
  Indefinite: import("tsondb/schema/def").EnumCaseDecl<null>;
@@ -1768,6 +1768,10 @@ export declare const ap_value: import("tsondb/schema/def").MemberDecl<IncludeIde
1768
1768
  }>, []>>>;
1769
1769
  Multiplier: EnumCase<IncludeIdentifier<[], TypeAlias<"AdventurePointsDependingOnActiveInstancesMultiplier", Object<{
1770
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>;
1771
1775
  }>, []>>>;
1772
1776
  }, []>>>;
1773
1777
  Indefinite: EnumCase<null>;
@@ -1783,6 +1787,10 @@ export declare const AdventurePointsDependingOnActiveInstances: Enum<"AdventureP
1783
1787
  }>, []>>>;
1784
1788
  Multiplier: EnumCase<IncludeIdentifier<[], TypeAlias<"AdventurePointsDependingOnActiveInstancesMultiplier", Object<{
1785
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>;
1786
1794
  }>, []>>>;
1787
1795
  }, []>;
1788
1796
  export declare const input: import("tsondb/schema/def").MemberDecl<String, false>;
@@ -1427,9 +1427,29 @@ const AdventurePointsDependingOnActiveInstancesMultiplier = TypeAlias(import.met
1427
1427
  comment: "The adventure points cost depends on how many instances of the entry are already active.",
1428
1428
  type: () => Object({
1429
1429
  base: Required({
1430
- comment: "The base adventure points value that is multiplied by `(number of active instances) + 1`.",
1430
+ comment: "The base adventure points value that is multiplied by the result of the selected expression.",
1431
1431
  type: Integer({ minimum: 0 }),
1432
1432
  }),
1433
+ expression: Required({
1434
+ comment: "The type of expression to use for calculating the multiplier.",
1435
+ type: IncludeIdentifier(AdventurePointsDependingOnActiveInstancesMultiplierExpression),
1436
+ }),
1437
+ }),
1438
+ });
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.`,
1444
+ values: () => ({
1445
+ Linear: EnumCase({
1446
+ comment: "active − 1",
1447
+ type: null,
1448
+ }),
1449
+ Exponentiation: EnumCase({
1450
+ comment: "2^active^",
1451
+ type: null,
1452
+ }),
1433
1453
  }),
1434
1454
  });
1435
1455
  export const input = Optional({
@@ -986,6 +986,10 @@ export declare const AdvancedCombatSpecialAbility: Entity<"AdvancedCombatSpecial
986
986
  }>, []>>>;
987
987
  Multiplier: import("tsondb/schema/def").EnumCaseDecl<IncludeIdentifier<[], import("tsondb/schema/def").TypeAliasDecl<"AdventurePointsDependingOnActiveInstancesMultiplier", Object<{
988
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>;
989
993
  }>, []>>>;
990
994
  }, []>>>;
991
995
  Indefinite: import("tsondb/schema/def").EnumCaseDecl<null>;
@@ -869,6 +869,10 @@ export declare const AdvancedKarmaSpecialAbility: Entity<"AdvancedKarmaSpecialAb
869
869
  }>, []>>>;
870
870
  Multiplier: import("tsondb/schema/def").EnumCaseDecl<IncludeIdentifier<[], import("tsondb/schema/def").TypeAliasDecl<"AdventurePointsDependingOnActiveInstancesMultiplier", Object<{
871
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>;
872
876
  }>, []>>>;
873
877
  }, []>>>;
874
878
  Indefinite: import("tsondb/schema/def").EnumCaseDecl<null>;
@@ -869,6 +869,10 @@ export declare const AdvancedMagicalSpecialAbility: Entity<"AdvancedMagicalSpeci
869
869
  }>, []>>>;
870
870
  Multiplier: import("tsondb/schema/def").EnumCaseDecl<IncludeIdentifier<[], import("tsondb/schema/def").TypeAliasDecl<"AdventurePointsDependingOnActiveInstancesMultiplier", Object<{
871
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>;
872
876
  }>, []>>>;
873
877
  }, []>>>;
874
878
  Indefinite: import("tsondb/schema/def").EnumCaseDecl<null>;
@@ -869,6 +869,10 @@ export declare const AdvancedSkillSpecialAbility: Entity<"AdvancedSkillSpecialAb
869
869
  }>, []>>>;
870
870
  Multiplier: import("tsondb/schema/def").EnumCaseDecl<IncludeIdentifier<[], import("tsondb/schema/def").TypeAliasDecl<"AdventurePointsDependingOnActiveInstancesMultiplier", Object<{
871
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>;
872
876
  }>, []>>>;
873
877
  }, []>>>;
874
878
  Indefinite: import("tsondb/schema/def").EnumCaseDecl<null>;
@@ -868,6 +868,10 @@ export declare const AncestorGlyph: Entity<"AncestorGlyph", {
868
868
  }>, []>>>;
869
869
  Multiplier: import("tsondb/schema/def").EnumCaseDecl<IncludeIdentifier<[], import("tsondb/schema/def").TypeAliasDecl<"AdventurePointsDependingOnActiveInstancesMultiplier", Object<{
870
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>;
871
875
  }>, []>>>;
872
876
  }, []>>>;
873
877
  Indefinite: import("tsondb/schema/def").EnumCaseDecl<null>;
@@ -896,6 +896,10 @@ export declare const BlessedTradition: Entity<"BlessedTradition", {
896
896
  }>, []>>>;
897
897
  Multiplier: EnumCase<IncludeIdentifier<[], TypeAlias<"AdventurePointsDependingOnActiveInstancesMultiplier", Object<{
898
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>;
899
903
  }>, []>>>;
900
904
  }, []>>>;
901
905
  Indefinite: EnumCase<null>;
@@ -932,6 +932,10 @@ export declare const BrawlingSpecialAbility: Entity<"BrawlingSpecialAbility", {
932
932
  }>, []>>>;
933
933
  Multiplier: import("tsondb/schema/def").EnumCaseDecl<IncludeIdentifier<[], import("tsondb/schema/def").TypeAliasDecl<"AdventurePointsDependingOnActiveInstancesMultiplier", Object<{
934
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>;
935
939
  }>, []>>>;
936
940
  }, []>>>;
937
941
  Indefinite: import("tsondb/schema/def").EnumCaseDecl<null>;
@@ -870,6 +870,10 @@ export declare const CeremonialItemSpecialAbility: Entity<"CeremonialItemSpecial
870
870
  }>, []>>>;
871
871
  Multiplier: import("tsondb/schema/def").EnumCaseDecl<IncludeIdentifier<[], import("tsondb/schema/def").TypeAliasDecl<"AdventurePointsDependingOnActiveInstancesMultiplier", Object<{
872
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>;
873
877
  }>, []>>>;
874
878
  }, []>>>;
875
879
  Indefinite: import("tsondb/schema/def").EnumCaseDecl<null>;
@@ -986,6 +986,10 @@ export declare const CombatSpecialAbility: Entity<"CombatSpecialAbility", {
986
986
  }>, []>>>;
987
987
  Multiplier: import("tsondb/schema/def").EnumCaseDecl<IncludeIdentifier<[], import("tsondb/schema/def").TypeAliasDecl<"AdventurePointsDependingOnActiveInstancesMultiplier", Object<{
988
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>;
989
993
  }>, []>>>;
990
994
  }, []>>>;
991
995
  Indefinite: import("tsondb/schema/def").EnumCaseDecl<null>;
@@ -987,6 +987,10 @@ export declare const CombatStyleSpecialAbility: Entity<"CombatStyleSpecialAbilit
987
987
  }>, []>>>;
988
988
  Multiplier: import("tsondb/schema/def").EnumCaseDecl<IncludeIdentifier<[], import("tsondb/schema/def").TypeAliasDecl<"AdventurePointsDependingOnActiveInstancesMultiplier", Object<{
989
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>;
990
994
  }>, []>>>;
991
995
  }, []>>>;
992
996
  Indefinite: import("tsondb/schema/def").EnumCaseDecl<null>;
@@ -932,6 +932,10 @@ export declare const CommandSpecialAbility: Entity<"CommandSpecialAbility", {
932
932
  }>, []>>>;
933
933
  Multiplier: import("tsondb/schema/def").EnumCaseDecl<IncludeIdentifier<[], import("tsondb/schema/def").TypeAliasDecl<"AdventurePointsDependingOnActiveInstancesMultiplier", Object<{
934
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>;
935
939
  }>, []>>>;
936
940
  }, []>>>;
937
941
  Indefinite: import("tsondb/schema/def").EnumCaseDecl<null>;
@@ -867,6 +867,10 @@ export declare const FamiliarSpecialAbility: Entity<"FamiliarSpecialAbility", {
867
867
  }>, []>>>;
868
868
  Multiplier: import("tsondb/schema/def").EnumCaseDecl<IncludeIdentifier<[], import("tsondb/schema/def").TypeAliasDecl<"AdventurePointsDependingOnActiveInstancesMultiplier", Object<{
869
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>;
870
874
  }>, []>>>;
871
875
  }, []>>>;
872
876
  Indefinite: import("tsondb/schema/def").EnumCaseDecl<null>;
@@ -867,6 +867,10 @@ export declare const FatePointSexSpecialAbility: Entity<"FatePointSexSpecialAbil
867
867
  }>, []>>>;
868
868
  Multiplier: import("tsondb/schema/def").EnumCaseDecl<IncludeIdentifier<[], import("tsondb/schema/def").TypeAliasDecl<"AdventurePointsDependingOnActiveInstancesMultiplier", Object<{
869
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>;
870
874
  }>, []>>>;
871
875
  }, []>>>;
872
876
  Indefinite: import("tsondb/schema/def").EnumCaseDecl<null>;
@@ -869,6 +869,10 @@ export declare const FatePointSpecialAbility: Entity<"FatePointSpecialAbility",
869
869
  }>, []>>>;
870
870
  Multiplier: import("tsondb/schema/def").EnumCaseDecl<IncludeIdentifier<[], import("tsondb/schema/def").TypeAliasDecl<"AdventurePointsDependingOnActiveInstancesMultiplier", Object<{
871
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>;
872
876
  }>, []>>>;
873
877
  }, []>>>;
874
878
  Indefinite: import("tsondb/schema/def").EnumCaseDecl<null>;
@@ -869,6 +869,10 @@ export declare const GeneralSpecialAbility: Entity<"GeneralSpecialAbility", {
869
869
  }>, []>>>;
870
870
  Multiplier: import("tsondb/schema/def").EnumCaseDecl<IncludeIdentifier<[], import("tsondb/schema/def").TypeAliasDecl<"AdventurePointsDependingOnActiveInstancesMultiplier", Object<{
871
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>;
872
876
  }>, []>>>;
873
877
  }, []>>>;
874
878
  Indefinite: import("tsondb/schema/def").EnumCaseDecl<null>;
@@ -867,6 +867,10 @@ export declare const KarmaSpecialAbility: Entity<"KarmaSpecialAbility", {
867
867
  }>, []>>>;
868
868
  Multiplier: import("tsondb/schema/def").EnumCaseDecl<IncludeIdentifier<[], import("tsondb/schema/def").TypeAliasDecl<"AdventurePointsDependingOnActiveInstancesMultiplier", Object<{
869
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>;
870
874
  }>, []>>>;
871
875
  }, []>>>;
872
876
  Indefinite: import("tsondb/schema/def").EnumCaseDecl<null>;
@@ -918,6 +918,10 @@ export declare const LiturgicalStyleSpecialAbility: Entity<"LiturgicalStyleSpeci
918
918
  }>, []>>>;
919
919
  Multiplier: import("tsondb/schema/def").EnumCaseDecl<IncludeIdentifier<[], import("tsondb/schema/def").TypeAliasDecl<"AdventurePointsDependingOnActiveInstancesMultiplier", Object<{
920
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>;
921
925
  }>, []>>>;
922
926
  }, []>>>;
923
927
  Indefinite: import("tsondb/schema/def").EnumCaseDecl<null>;
@@ -867,6 +867,10 @@ export declare const LycantropicGift: Entity<"LycantropicGift", {
867
867
  }>, []>>>;
868
868
  Multiplier: import("tsondb/schema/def").EnumCaseDecl<IncludeIdentifier<[], import("tsondb/schema/def").TypeAliasDecl<"AdventurePointsDependingOnActiveInstancesMultiplier", Object<{
869
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>;
870
874
  }>, []>>>;
871
875
  }, []>>>;
872
876
  Indefinite: import("tsondb/schema/def").EnumCaseDecl<null>;
@@ -918,6 +918,10 @@ export declare const MagicStyleSpecialAbility: Entity<"MagicStyleSpecialAbility"
918
918
  }>, []>>>;
919
919
  Multiplier: import("tsondb/schema/def").EnumCaseDecl<IncludeIdentifier<[], import("tsondb/schema/def").TypeAliasDecl<"AdventurePointsDependingOnActiveInstancesMultiplier", Object<{
920
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>;
921
925
  }>, []>>>;
922
926
  }, []>>>;
923
927
  Indefinite: import("tsondb/schema/def").EnumCaseDecl<null>;
@@ -869,6 +869,10 @@ export declare const MagicalSpecialAbility: Entity<"MagicalSpecialAbility", {
869
869
  }>, []>>>;
870
870
  Multiplier: import("tsondb/schema/def").EnumCaseDecl<IncludeIdentifier<[], import("tsondb/schema/def").TypeAliasDecl<"AdventurePointsDependingOnActiveInstancesMultiplier", Object<{
871
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>;
872
876
  }>, []>>>;
873
877
  }, []>>>;
874
878
  Indefinite: import("tsondb/schema/def").EnumCaseDecl<null>;
@@ -882,6 +882,10 @@ export declare const MagicalTradition: Entity<"MagicalTradition", {
882
882
  }>, []>>>;
883
883
  Multiplier: import("tsondb/schema/def").EnumCaseDecl<IncludeIdentifier<[], TypeAlias<"AdventurePointsDependingOnActiveInstancesMultiplier", Object<{
884
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>;
885
889
  }>, []>>>;
886
890
  }, []>>>;
887
891
  Indefinite: import("tsondb/schema/def").EnumCaseDecl<null>;
@@ -944,6 +944,10 @@ export declare const PactGift: Entity<"PactGift", {
944
944
  }>, []>>>;
945
945
  Multiplier: EnumCase<IncludeIdentifier<[], TypeAlias<"AdventurePointsDependingOnActiveInstancesMultiplier", Object<{
946
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>;
947
951
  }>, []>>>;
948
952
  }, []>>>;
949
953
  Indefinite: EnumCase<null>;
@@ -868,6 +868,10 @@ export declare const ProtectiveWardingCircleSpecialAbility: Entity<"ProtectiveWa
868
868
  }>, []>>>;
869
869
  Multiplier: import("tsondb/schema/def").EnumCaseDecl<IncludeIdentifier<[], import("tsondb/schema/def").TypeAliasDecl<"AdventurePointsDependingOnActiveInstancesMultiplier", Object<{
870
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>;
871
875
  }>, []>>>;
872
876
  }, []>>>;
873
877
  Indefinite: import("tsondb/schema/def").EnumCaseDecl<null>;
@@ -867,6 +867,10 @@ export declare const Sermon: Entity<"Sermon", {
867
867
  }>, []>>>;
868
868
  Multiplier: import("tsondb/schema/def").EnumCaseDecl<IncludeIdentifier<[], import("tsondb/schema/def").TypeAliasDecl<"AdventurePointsDependingOnActiveInstancesMultiplier", Object<{
869
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>;
870
874
  }>, []>>>;
871
875
  }, []>>>;
872
876
  Indefinite: import("tsondb/schema/def").EnumCaseDecl<null>;
@@ -869,6 +869,10 @@ export declare const SexSpecialAbility: Entity<"SexSpecialAbility", {
869
869
  }>, []>>>;
870
870
  Multiplier: import("tsondb/schema/def").EnumCaseDecl<IncludeIdentifier<[], import("tsondb/schema/def").TypeAliasDecl<"AdventurePointsDependingOnActiveInstancesMultiplier", Object<{
871
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>;
872
876
  }>, []>>>;
873
877
  }, []>>>;
874
878
  Indefinite: import("tsondb/schema/def").EnumCaseDecl<null>;
@@ -867,6 +867,10 @@ export declare const SikaryanDrainSpecialAbility: Entity<"SikaryanDrainSpecialAb
867
867
  }>, []>>>;
868
868
  Multiplier: import("tsondb/schema/def").EnumCaseDecl<IncludeIdentifier<[], import("tsondb/schema/def").TypeAliasDecl<"AdventurePointsDependingOnActiveInstancesMultiplier", Object<{
869
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>;
870
874
  }>, []>>>;
871
875
  }, []>>>;
872
876
  Indefinite: import("tsondb/schema/def").EnumCaseDecl<null>;
@@ -916,6 +916,10 @@ export declare const SkillStyleSpecialAbility: Entity<"SkillStyleSpecialAbility"
916
916
  }>, []>>>;
917
917
  Multiplier: import("tsondb/schema/def").EnumCaseDecl<IncludeIdentifier<[], import("tsondb/schema/def").TypeAliasDecl<"AdventurePointsDependingOnActiveInstancesMultiplier", Object<{
918
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>;
919
923
  }>, []>>>;
920
924
  }, []>>>;
921
925
  Indefinite: import("tsondb/schema/def").EnumCaseDecl<null>;
@@ -867,6 +867,10 @@ export declare const VampiricGift: Entity<"VampiricGift", {
867
867
  }>, []>>>;
868
868
  Multiplier: import("tsondb/schema/def").EnumCaseDecl<IncludeIdentifier<[], import("tsondb/schema/def").TypeAliasDecl<"AdventurePointsDependingOnActiveInstancesMultiplier", Object<{
869
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>;
870
874
  }>, []>>>;
871
875
  }, []>>>;
872
876
  Indefinite: import("tsondb/schema/def").EnumCaseDecl<null>;
@@ -867,6 +867,10 @@ export declare const Vision: Entity<"Vision", {
867
867
  }>, []>>>;
868
868
  Multiplier: import("tsondb/schema/def").EnumCaseDecl<IncludeIdentifier<[], import("tsondb/schema/def").TypeAliasDecl<"AdventurePointsDependingOnActiveInstancesMultiplier", Object<{
869
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>;
870
874
  }>, []>>>;
871
875
  }, []>>>;
872
876
  Indefinite: import("tsondb/schema/def").EnumCaseDecl<null>;
@@ -176,6 +176,10 @@ export declare const TradeSecret: Entity<"TradeSecret", {
176
176
  }>, []>>>;
177
177
  Multiplier: EnumCase<IncludeIdentifier<[], TypeAlias<"AdventurePointsDependingOnActiveInstancesMultiplier", Object<{
178
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>;
179
183
  }>, []>>>;
180
184
  }, []>>>;
181
185
  }, []>>, true>;
@@ -1090,6 +1090,10 @@ export declare const ArcaneOrbEnchantment: Entity<"ArcaneOrbEnchantment", {
1090
1090
  }>, []>>>;
1091
1091
  Multiplier: import("tsondb/schema/def").EnumCaseDecl<IncludeIdentifier<[], import("tsondb/schema/def").TypeAliasDecl<"AdventurePointsDependingOnActiveInstancesMultiplier", Object<{
1092
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>;
1093
1097
  }>, []>>>;
1094
1098
  }, []>>>;
1095
1099
  Indefinite: import("tsondb/schema/def").EnumCaseDecl<null>;
@@ -1090,6 +1090,10 @@ export declare const AttireEnchantment: Entity<"AttireEnchantment", {
1090
1090
  }>, []>>>;
1091
1091
  Multiplier: import("tsondb/schema/def").EnumCaseDecl<IncludeIdentifier<[], import("tsondb/schema/def").TypeAliasDecl<"AdventurePointsDependingOnActiveInstancesMultiplier", Object<{
1092
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>;
1093
1097
  }>, []>>>;
1094
1098
  }, []>>>;
1095
1099
  Indefinite: import("tsondb/schema/def").EnumCaseDecl<null>;
@@ -1090,6 +1090,10 @@ export declare const BowlEnchantment: Entity<"BowlEnchantment", {
1090
1090
  }>, []>>>;
1091
1091
  Multiplier: import("tsondb/schema/def").EnumCaseDecl<IncludeIdentifier<[], import("tsondb/schema/def").TypeAliasDecl<"AdventurePointsDependingOnActiveInstancesMultiplier", Object<{
1092
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>;
1093
1097
  }>, []>>>;
1094
1098
  }, []>>>;
1095
1099
  Indefinite: import("tsondb/schema/def").EnumCaseDecl<null>;
@@ -1091,6 +1091,10 @@ export declare const CauldronEnchantment: Entity<"CauldronEnchantment", {
1091
1091
  }>, []>>>;
1092
1092
  Multiplier: import("tsondb/schema/def").EnumCaseDecl<IncludeIdentifier<[], import("tsondb/schema/def").TypeAliasDecl<"AdventurePointsDependingOnActiveInstancesMultiplier", Object<{
1093
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>;
1094
1098
  }>, []>>>;
1095
1099
  }, []>>>;
1096
1100
  Indefinite: import("tsondb/schema/def").EnumCaseDecl<null>;
@@ -1090,6 +1090,10 @@ export declare const ChronicleEnchantment: Entity<"ChronicleEnchantment", {
1090
1090
  }>, []>>>;
1091
1091
  Multiplier: import("tsondb/schema/def").EnumCaseDecl<IncludeIdentifier<[], import("tsondb/schema/def").TypeAliasDecl<"AdventurePointsDependingOnActiveInstancesMultiplier", Object<{
1092
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>;
1093
1097
  }>, []>>>;
1094
1098
  }, []>>>;
1095
1099
  Indefinite: import("tsondb/schema/def").EnumCaseDecl<null>;
@@ -1097,6 +1097,10 @@ export declare const DaggerRitual: Entity<"DaggerRitual", {
1097
1097
  }>, []>>>;
1098
1098
  Multiplier: EnumCase<IncludeIdentifier<[], TypeAlias<"AdventurePointsDependingOnActiveInstancesMultiplier", Object<{
1099
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>;
1100
1104
  }>, []>>>;
1101
1105
  }, []>>>;
1102
1106
  Indefinite: EnumCase<null>;
@@ -1090,6 +1090,10 @@ export declare const FoolsHatEnchantment: Entity<"FoolsHatEnchantment", {
1090
1090
  }>, []>>>;
1091
1091
  Multiplier: import("tsondb/schema/def").EnumCaseDecl<IncludeIdentifier<[], import("tsondb/schema/def").TypeAliasDecl<"AdventurePointsDependingOnActiveInstancesMultiplier", Object<{
1092
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>;
1093
1097
  }>, []>>>;
1094
1098
  }, []>>>;
1095
1099
  Indefinite: import("tsondb/schema/def").EnumCaseDecl<null>;
@@ -1090,6 +1090,10 @@ export declare const InstrumentEnchantment: Entity<"InstrumentEnchantment", {
1090
1090
  }>, []>>>;
1091
1091
  Multiplier: import("tsondb/schema/def").EnumCaseDecl<IncludeIdentifier<[], import("tsondb/schema/def").TypeAliasDecl<"AdventurePointsDependingOnActiveInstancesMultiplier", Object<{
1092
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>;
1093
1097
  }>, []>>>;
1094
1098
  }, []>>>;
1095
1099
  Indefinite: import("tsondb/schema/def").EnumCaseDecl<null>;
@@ -1090,6 +1090,10 @@ export declare const Krallenkettenzauber: Entity<"Krallenkettenzauber", {
1090
1090
  }>, []>>>;
1091
1091
  Multiplier: import("tsondb/schema/def").EnumCaseDecl<IncludeIdentifier<[], import("tsondb/schema/def").TypeAliasDecl<"AdventurePointsDependingOnActiveInstancesMultiplier", Object<{
1092
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>;
1093
1097
  }>, []>>>;
1094
1098
  }, []>>>;
1095
1099
  Indefinite: import("tsondb/schema/def").EnumCaseDecl<null>;
@@ -1090,6 +1090,10 @@ export declare const OrbEnchantment: Entity<"OrbEnchantment", {
1090
1090
  }>, []>>>;
1091
1091
  Multiplier: import("tsondb/schema/def").EnumCaseDecl<IncludeIdentifier<[], import("tsondb/schema/def").TypeAliasDecl<"AdventurePointsDependingOnActiveInstancesMultiplier", Object<{
1092
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>;
1093
1097
  }>, []>>>;
1094
1098
  }, []>>>;
1095
1099
  Indefinite: import("tsondb/schema/def").EnumCaseDecl<null>;
@@ -1090,6 +1090,10 @@ export declare const RingEnchantment: Entity<"RingEnchantment", {
1090
1090
  }>, []>>>;
1091
1091
  Multiplier: import("tsondb/schema/def").EnumCaseDecl<IncludeIdentifier<[], import("tsondb/schema/def").TypeAliasDecl<"AdventurePointsDependingOnActiveInstancesMultiplier", Object<{
1092
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>;
1093
1097
  }>, []>>>;
1094
1098
  }, []>>>;
1095
1099
  Indefinite: import("tsondb/schema/def").EnumCaseDecl<null>;
@@ -1090,6 +1090,10 @@ export declare const SickleRitual: Entity<"SickleRitual", {
1090
1090
  }>, []>>>;
1091
1091
  Multiplier: import("tsondb/schema/def").EnumCaseDecl<IncludeIdentifier<[], import("tsondb/schema/def").TypeAliasDecl<"AdventurePointsDependingOnActiveInstancesMultiplier", Object<{
1092
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>;
1093
1097
  }>, []>>>;
1094
1098
  }, []>>>;
1095
1099
  Indefinite: import("tsondb/schema/def").EnumCaseDecl<null>;
@@ -1090,6 +1090,10 @@ export declare const SpellSwordEnchantment: Entity<"SpellSwordEnchantment", {
1090
1090
  }>, []>>>;
1091
1091
  Multiplier: import("tsondb/schema/def").EnumCaseDecl<IncludeIdentifier<[], import("tsondb/schema/def").TypeAliasDecl<"AdventurePointsDependingOnActiveInstancesMultiplier", Object<{
1092
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>;
1093
1097
  }>, []>>>;
1094
1098
  }, []>>>;
1095
1099
  Indefinite: import("tsondb/schema/def").EnumCaseDecl<null>;
@@ -1090,6 +1090,10 @@ export declare const StaffEnchantment: Entity<"StaffEnchantment", {
1090
1090
  }>, []>>>;
1091
1091
  Multiplier: import("tsondb/schema/def").EnumCaseDecl<IncludeIdentifier<[], import("tsondb/schema/def").TypeAliasDecl<"AdventurePointsDependingOnActiveInstancesMultiplier", Object<{
1092
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>;
1093
1097
  }>, []>>>;
1094
1098
  }, []>>>;
1095
1099
  Indefinite: import("tsondb/schema/def").EnumCaseDecl<null>;
@@ -1090,6 +1090,10 @@ export declare const ToyEnchantment: Entity<"ToyEnchantment", {
1090
1090
  }>, []>>>;
1091
1091
  Multiplier: import("tsondb/schema/def").EnumCaseDecl<IncludeIdentifier<[], import("tsondb/schema/def").TypeAliasDecl<"AdventurePointsDependingOnActiveInstancesMultiplier", Object<{
1092
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>;
1093
1097
  }>, []>>>;
1094
1098
  }, []>>>;
1095
1099
  Indefinite: import("tsondb/schema/def").EnumCaseDecl<null>;
@@ -1090,6 +1090,10 @@ export declare const Trinkhornzauber: Entity<"Trinkhornzauber", {
1090
1090
  }>, []>>>;
1091
1091
  Multiplier: import("tsondb/schema/def").EnumCaseDecl<IncludeIdentifier<[], import("tsondb/schema/def").TypeAliasDecl<"AdventurePointsDependingOnActiveInstancesMultiplier", Object<{
1092
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>;
1093
1097
  }>, []>>>;
1094
1098
  }, []>>>;
1095
1099
  Indefinite: import("tsondb/schema/def").EnumCaseDecl<null>;
@@ -1039,6 +1039,10 @@ export declare const WandEnchantment: Entity<"WandEnchantment", {
1039
1039
  }>, []>>>;
1040
1040
  Multiplier: import("tsondb/schema/def").EnumCaseDecl<IncludeIdentifier<[], import("tsondb/schema/def").TypeAliasDecl<"AdventurePointsDependingOnActiveInstancesMultiplier", Object<{
1041
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>;
1042
1046
  }>, []>>>;
1043
1047
  }, []>>>;
1044
1048
  Indefinite: import("tsondb/schema/def").EnumCaseDecl<null>;
@@ -1090,6 +1090,10 @@ export declare const WeaponEnchantment: Entity<"WeaponEnchantment", {
1090
1090
  }>, []>>>;
1091
1091
  Multiplier: import("tsondb/schema/def").EnumCaseDecl<IncludeIdentifier<[], import("tsondb/schema/def").TypeAliasDecl<"AdventurePointsDependingOnActiveInstancesMultiplier", Object<{
1092
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>;
1093
1097
  }>, []>>>;
1094
1098
  }, []>>>;
1095
1099
  Indefinite: import("tsondb/schema/def").EnumCaseDecl<null>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "optolith-database-schema",
3
- "version": "0.18.12",
3
+ "version": "0.18.13",
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",