optolith-database-schema 0.1.3 → 0.1.4

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 (109) hide show
  1. package/CHANGELOG.md +10 -0
  2. package/lib/types/Advantage.d.ts +1 -0
  3. package/lib/types/Disadvantage.d.ts +1 -0
  4. package/lib/types/FamiliarsTrick.d.ts +2 -1
  5. package/lib/types/_Activatable.d.ts +561 -4
  6. package/lib/types/_ActivatableSkill.d.ts +4 -0
  7. package/lib/types/_Identifier.d.ts +5 -0
  8. package/lib/types/_Identifier.js +5 -0
  9. package/lib/types/magicalActions/Curse.d.ts +1 -1
  10. package/lib/types/magicalActions/ElvenMagicalSong.d.ts +1 -1
  11. package/lib/types/specialAbility/AdvancedCombatSpecialAbility.d.ts +1 -0
  12. package/lib/types/specialAbility/AdvancedKarmaSpecialAbility.d.ts +1 -0
  13. package/lib/types/specialAbility/AdvancedMagicalSpecialAbility.d.ts +1 -0
  14. package/lib/types/specialAbility/AdvancedSkillSpecialAbility.d.ts +1 -0
  15. package/lib/types/specialAbility/AncestorGlyph.d.ts +1 -0
  16. package/lib/types/specialAbility/BrawlingSpecialAbility.d.ts +1 -0
  17. package/lib/types/specialAbility/CeremonialItemSpecialAbility.d.ts +1 -0
  18. package/lib/types/specialAbility/CombatSpecialAbility.d.ts +1 -0
  19. package/lib/types/specialAbility/CombatStyleSpecialAbility.d.ts +1 -0
  20. package/lib/types/specialAbility/CommandSpecialAbility.d.ts +1 -0
  21. package/lib/types/specialAbility/FamiliarSpecialAbility.d.ts +1 -0
  22. package/lib/types/specialAbility/FatePointSexSpecialAbility.d.ts +1 -0
  23. package/lib/types/specialAbility/FatePointSpecialAbility.d.ts +1 -0
  24. package/lib/types/specialAbility/GeneralSpecialAbility.d.ts +1 -0
  25. package/lib/types/specialAbility/KarmaSpecialAbility.d.ts +1 -0
  26. package/lib/types/specialAbility/LiturgicalStyleSpecialAbility.d.ts +1 -0
  27. package/lib/types/specialAbility/LycantropicGift.d.ts +1 -0
  28. package/lib/types/specialAbility/MagicStyleSpecialAbility.d.ts +1 -0
  29. package/lib/types/specialAbility/MagicalSpecialAbility.d.ts +1 -0
  30. package/lib/types/specialAbility/PactGift.d.ts +1 -0
  31. package/lib/types/specialAbility/ProtectiveWardingCircleSpecialAbility.d.ts +1 -0
  32. package/lib/types/specialAbility/Sermon.d.ts +1 -0
  33. package/lib/types/specialAbility/SexSpecialAbility.d.ts +1 -0
  34. package/lib/types/specialAbility/SikaryanDrainSpecialAbility.d.ts +1 -0
  35. package/lib/types/specialAbility/SkillStyleSpecialAbility.d.ts +1 -0
  36. package/lib/types/specialAbility/VampiricGift.d.ts +1 -0
  37. package/lib/types/specialAbility/Vision.d.ts +1 -0
  38. package/lib/types/traditionArtifacts/ArcaneOrbEnchantment.d.ts +3 -0
  39. package/lib/types/traditionArtifacts/AttireEnchantment.d.ts +3 -0
  40. package/lib/types/traditionArtifacts/BowlEnchantment.d.ts +3 -0
  41. package/lib/types/traditionArtifacts/CauldronEnchantment.d.ts +4 -1
  42. package/lib/types/traditionArtifacts/ChronicleEnchantment.d.ts +3 -0
  43. package/lib/types/traditionArtifacts/DaggerRitual.d.ts +3 -0
  44. package/lib/types/traditionArtifacts/FoolsHatEnchantment.d.ts +3 -0
  45. package/lib/types/traditionArtifacts/InstrumentEnchantment.d.ts +3 -0
  46. package/lib/types/traditionArtifacts/Krallenkettenzauber.d.ts +3 -0
  47. package/lib/types/traditionArtifacts/OrbEnchantment.d.ts +3 -0
  48. package/lib/types/traditionArtifacts/RingEnchantment.d.ts +3 -0
  49. package/lib/types/traditionArtifacts/SickleRitual.d.ts +3 -0
  50. package/lib/types/traditionArtifacts/SpellSwordEnchantment.d.ts +3 -0
  51. package/lib/types/traditionArtifacts/StaffEnchantment.d.ts +3 -0
  52. package/lib/types/traditionArtifacts/ToyEnchantment.d.ts +3 -0
  53. package/lib/types/traditionArtifacts/Trinkhornzauber.d.ts +3 -0
  54. package/lib/types/traditionArtifacts/WandEnchantment.d.ts +3 -0
  55. package/lib/types/traditionArtifacts/WeaponEnchantment.d.ts +3 -0
  56. package/package.json +1 -1
  57. package/schema/Advantage.schema.json +3 -0
  58. package/schema/Disadvantage.schema.json +3 -0
  59. package/schema/FamiliarsTrick.schema.json +1 -0
  60. package/schema/_Activatable.schema.json +823 -10
  61. package/schema/_ActivatableSkill.schema.json +1 -0
  62. package/schema/_Identifier.schema.json +24 -0
  63. package/schema/magicalActions/Curse.schema.json +1 -1
  64. package/schema/magicalActions/ElvenMagicalSong.schema.json +1 -1
  65. package/schema/specialAbility/AdvancedCombatSpecialAbility.schema.json +3 -0
  66. package/schema/specialAbility/AdvancedKarmaSpecialAbility.schema.json +3 -0
  67. package/schema/specialAbility/AdvancedMagicalSpecialAbility.schema.json +3 -0
  68. package/schema/specialAbility/AdvancedSkillSpecialAbility.schema.json +3 -0
  69. package/schema/specialAbility/AncestorGlyph.schema.json +3 -0
  70. package/schema/specialAbility/BrawlingSpecialAbility.schema.json +3 -0
  71. package/schema/specialAbility/CeremonialItemSpecialAbility.schema.json +3 -0
  72. package/schema/specialAbility/CombatSpecialAbility.schema.json +3 -0
  73. package/schema/specialAbility/CombatStyleSpecialAbility.schema.json +3 -0
  74. package/schema/specialAbility/CommandSpecialAbility.schema.json +3 -0
  75. package/schema/specialAbility/FamiliarSpecialAbility.schema.json +3 -0
  76. package/schema/specialAbility/FatePointSexSpecialAbility.schema.json +3 -0
  77. package/schema/specialAbility/FatePointSpecialAbility.schema.json +3 -0
  78. package/schema/specialAbility/GeneralSpecialAbility.schema.json +3 -0
  79. package/schema/specialAbility/KarmaSpecialAbility.schema.json +3 -0
  80. package/schema/specialAbility/LiturgicalStyleSpecialAbility.schema.json +3 -0
  81. package/schema/specialAbility/LycantropicGift.schema.json +3 -0
  82. package/schema/specialAbility/MagicStyleSpecialAbility.schema.json +3 -0
  83. package/schema/specialAbility/MagicalSpecialAbility.schema.json +3 -0
  84. package/schema/specialAbility/PactGift.schema.json +3 -0
  85. package/schema/specialAbility/ProtectiveWardingCircleSpecialAbility.schema.json +3 -0
  86. package/schema/specialAbility/Sermon.schema.json +3 -0
  87. package/schema/specialAbility/SexSpecialAbility.schema.json +3 -0
  88. package/schema/specialAbility/SikaryanDrainSpecialAbility.schema.json +3 -0
  89. package/schema/specialAbility/SkillStyleSpecialAbility.schema.json +3 -0
  90. package/schema/specialAbility/VampiricGift.schema.json +3 -0
  91. package/schema/specialAbility/Vision.schema.json +3 -0
  92. package/schema/traditionArtifacts/ArcaneOrbEnchantment.schema.json +10 -0
  93. package/schema/traditionArtifacts/AttireEnchantment.schema.json +10 -0
  94. package/schema/traditionArtifacts/BowlEnchantment.schema.json +10 -0
  95. package/schema/traditionArtifacts/CauldronEnchantment.schema.json +13 -3
  96. package/schema/traditionArtifacts/ChronicleEnchantment.schema.json +10 -0
  97. package/schema/traditionArtifacts/DaggerRitual.schema.json +10 -0
  98. package/schema/traditionArtifacts/FoolsHatEnchantment.schema.json +10 -0
  99. package/schema/traditionArtifacts/InstrumentEnchantment.schema.json +10 -0
  100. package/schema/traditionArtifacts/Krallenkettenzauber.schema.json +10 -0
  101. package/schema/traditionArtifacts/OrbEnchantment.schema.json +10 -0
  102. package/schema/traditionArtifacts/RingEnchantment.schema.json +10 -0
  103. package/schema/traditionArtifacts/SickleRitual.schema.json +10 -0
  104. package/schema/traditionArtifacts/SpellSwordEnchantment.schema.json +10 -0
  105. package/schema/traditionArtifacts/StaffEnchantment.schema.json +10 -0
  106. package/schema/traditionArtifacts/ToyEnchantment.schema.json +10 -0
  107. package/schema/traditionArtifacts/Trinkhornzauber.schema.json +10 -0
  108. package/schema/traditionArtifacts/WandEnchantment.schema.json +10 -0
  109. package/schema/traditionArtifacts/WeaponEnchantment.schema.json +10 -0
@@ -13,6 +13,7 @@ export declare type AdvancedCombatSpecialAbility = {
13
13
  usage_type: Activatable.CombatSpecialAbilityType;
14
14
  skill_applications?: Activatable.SkillApplications;
15
15
  skill_uses?: Activatable.SkillUses;
16
+ maximum?: Activatable.Maximum;
16
17
  penalty?: Activatable.Penalty;
17
18
  combat_techniques: Activatable.ApplicableCombatTechniques;
18
19
  ap_value: Activatable.AdventurePointsValue;
@@ -12,6 +12,7 @@ export declare type AdvancedKarmaSpecialAbility = {
12
12
  levels?: Activatable.Levels;
13
13
  skill_applications?: Activatable.SkillApplications;
14
14
  skill_uses?: Activatable.SkillUses;
15
+ maximum?: Activatable.Maximum;
15
16
  ap_value: Activatable.AdventurePointsValue;
16
17
  src: PublicationRefs;
17
18
  /**
@@ -12,6 +12,7 @@ export declare type AdvancedMagicalSpecialAbility = {
12
12
  levels?: Activatable.Levels;
13
13
  skill_applications?: Activatable.SkillApplications;
14
14
  skill_uses?: Activatable.SkillUses;
15
+ maximum?: Activatable.Maximum;
15
16
  ap_value: Activatable.AdventurePointsValue;
16
17
  src: PublicationRefs;
17
18
  /**
@@ -12,6 +12,7 @@ export declare type AdvancedSkillSpecialAbility = {
12
12
  levels?: Activatable.Levels;
13
13
  skill_applications?: Activatable.SkillApplications;
14
14
  skill_uses?: Activatable.SkillUses;
15
+ maximum?: Activatable.Maximum;
15
16
  ap_value: Activatable.AdventurePointsValue;
16
17
  src: PublicationRefs;
17
18
  /**
@@ -10,6 +10,7 @@ import * as Activatable from "../_Activatable";
10
10
  export declare type AncestorGlyph = {
11
11
  id: Activatable.Id;
12
12
  levels?: Activatable.Levels;
13
+ maximum?: Activatable.Maximum;
13
14
  ap_value: Activatable.AdventurePointsValue;
14
15
  src: PublicationRefs;
15
16
  /**
@@ -11,6 +11,7 @@ export declare type BrawlingSpecialAbility = {
11
11
  id: Activatable.Id;
12
12
  levels?: Activatable.Levels;
13
13
  type: Activatable.CombatSpecialAbilityType;
14
+ maximum?: Activatable.Maximum;
14
15
  combat_techniques: Activatable.ApplicableCombatTechniques;
15
16
  ap_value: Activatable.AdventurePointsValue;
16
17
  src: PublicationRefs;
@@ -12,6 +12,7 @@ export declare type CeremonialItemSpecialAbility = {
12
12
  levels?: Activatable.Levels;
13
13
  skill_applications?: Activatable.SkillApplications;
14
14
  skill_uses?: Activatable.SkillUses;
15
+ maximum?: Activatable.Maximum;
15
16
  aspect: Activatable.Aspect;
16
17
  ap_value: Activatable.AdventurePointsValue;
17
18
  src: PublicationRefs;
@@ -13,6 +13,7 @@ export declare type CombatSpecialAbility = {
13
13
  usage_type: Activatable.CombatSpecialAbilityType;
14
14
  skill_applications?: Activatable.SkillApplications;
15
15
  skill_uses?: Activatable.SkillUses;
16
+ maximum?: Activatable.Maximum;
16
17
  penalty?: Activatable.Penalty;
17
18
  combat_techniques: Activatable.ApplicableCombatTechniques;
18
19
  ap_value: Activatable.AdventurePointsValue;
@@ -21,6 +21,7 @@ export declare type CombatStyleSpecialAbility = {
21
21
  };
22
22
  skill_applications?: Activatable.SkillApplications;
23
23
  skill_uses?: Activatable.SkillUses;
24
+ maximum?: Activatable.Maximum;
24
25
  advanced: Activatable.AdvancedSpecialAbilities;
25
26
  combat_techniques: Activatable.ApplicableCombatTechniques;
26
27
  ap_value: Activatable.AdventurePointsValue;
@@ -11,6 +11,7 @@ export declare type CombatSpecialAbility = {
11
11
  id: Activatable.Id;
12
12
  levels?: Activatable.Levels;
13
13
  usage_type: Activatable.CombatSpecialAbilityType;
14
+ maximum?: Activatable.Maximum;
14
15
  combat_techniques: Activatable.ApplicableCombatTechniques;
15
16
  ap_value: Activatable.AdventurePointsValue;
16
17
  src: PublicationRefs;
@@ -10,6 +10,7 @@ import * as Activatable from "../_Activatable";
10
10
  export declare type FamiliarSpecialAbility = {
11
11
  id: Activatable.Id;
12
12
  levels?: Activatable.Levels;
13
+ maximum?: Activatable.Maximum;
13
14
  ap_value: Activatable.AdventurePointsValue;
14
15
  src: PublicationRefs;
15
16
  /**
@@ -10,6 +10,7 @@ import * as Activatable from "../_Activatable";
10
10
  export declare type FatePointSexSpecialAbility = {
11
11
  id: Activatable.Id;
12
12
  levels?: Activatable.Levels;
13
+ maximum?: Activatable.Maximum;
13
14
  ap_value: Activatable.AdventurePointsValue;
14
15
  src: PublicationRefs;
15
16
  /**
@@ -12,6 +12,7 @@ export declare type FatePointSpecialAbility = {
12
12
  levels?: Activatable.Levels;
13
13
  skill_applications?: Activatable.SkillApplications;
14
14
  skill_uses?: Activatable.SkillUses;
15
+ maximum?: Activatable.Maximum;
15
16
  ap_value: Activatable.AdventurePointsValue;
16
17
  src: PublicationRefs;
17
18
  /**
@@ -12,6 +12,7 @@ export declare type GeneralSpecialAbility = {
12
12
  levels?: Activatable.Levels;
13
13
  skill_applications?: Activatable.SkillApplications;
14
14
  skill_uses?: Activatable.SkillUses;
15
+ maximum?: Activatable.Maximum;
15
16
  ap_value: Activatable.AdventurePointsValue;
16
17
  src: PublicationRefs;
17
18
  /**
@@ -10,6 +10,7 @@ import * as Activatable from "../_Activatable";
10
10
  export declare type KarmaSpecialAbility = {
11
11
  id: Activatable.Id;
12
12
  levels?: Activatable.Levels;
13
+ maximum?: Activatable.Maximum;
13
14
  ap_value: Activatable.AdventurePointsValue;
14
15
  src: PublicationRefs;
15
16
  /**
@@ -12,6 +12,7 @@ export declare type KarmaSpecialAbility = {
12
12
  levels?: Activatable.Levels;
13
13
  skill_applications?: Activatable.SkillApplications;
14
14
  skill_uses?: Activatable.SkillUses;
15
+ maximum?: Activatable.Maximum;
15
16
  advanced: Activatable.AdvancedSpecialAbilities;
16
17
  ap_value: Activatable.AdventurePointsValue;
17
18
  src: PublicationRefs;
@@ -10,6 +10,7 @@ import * as Activatable from "../_Activatable";
10
10
  export declare type LycantropicGift = {
11
11
  id: Activatable.Id;
12
12
  levels?: Activatable.Levels;
13
+ maximum?: Activatable.Maximum;
13
14
  ap_value: Activatable.AdventurePointsValue;
14
15
  src: PublicationRefs;
15
16
  /**
@@ -12,6 +12,7 @@ export declare type MagicStyleSpecialAbility = {
12
12
  levels?: Activatable.Levels;
13
13
  skill_applications?: Activatable.SkillApplications;
14
14
  skill_uses?: Activatable.SkillUses;
15
+ maximum?: Activatable.Maximum;
15
16
  advanced: Activatable.AdvancedSpecialAbilities;
16
17
  ap_value: Activatable.AdventurePointsValue;
17
18
  src: PublicationRefs;
@@ -12,6 +12,7 @@ export declare type MagicalSpecialAbility = {
12
12
  levels?: Activatable.Levels;
13
13
  skill_applications?: Activatable.SkillApplications;
14
14
  skill_uses?: Activatable.SkillUses;
15
+ maximum?: Activatable.Maximum;
15
16
  ap_value: Activatable.AdventurePointsValue;
16
17
  src: PublicationRefs;
17
18
  /**
@@ -11,6 +11,7 @@ import { Identifier } from "../_Identifier";
11
11
  export declare type PactGift = {
12
12
  id: Activatable.Id;
13
13
  levels?: Activatable.Levels;
14
+ maximum?: Activatable.Maximum;
14
15
  permanent_demonic_consumption?: {
15
16
  tag: "Fixed";
16
17
  /**
@@ -10,6 +10,7 @@ import * as Activatable from "../_Activatable";
10
10
  export declare type ProtectiveWardingCircleSpecialAbility = {
11
11
  id: Activatable.Id;
12
12
  levels?: Activatable.Levels;
13
+ maximum?: Activatable.Maximum;
13
14
  ap_value: Activatable.AdventurePointsValue;
14
15
  src: PublicationRefs;
15
16
  /**
@@ -10,6 +10,7 @@ import * as Activatable from "../_Activatable";
10
10
  export declare type Sermon = {
11
11
  id: Activatable.Id;
12
12
  levels?: Activatable.Levels;
13
+ maximum?: Activatable.Maximum;
13
14
  ap_value: Activatable.AdventurePointsValue;
14
15
  src: PublicationRefs;
15
16
  /**
@@ -12,6 +12,7 @@ export declare type SexSpecialAbility = {
12
12
  levels?: Activatable.Levels;
13
13
  skill_applications?: Activatable.SkillApplications;
14
14
  skill_uses?: Activatable.SkillUses;
15
+ maximum?: Activatable.Maximum;
15
16
  ap_value: Activatable.AdventurePointsValue;
16
17
  src: PublicationRefs;
17
18
  /**
@@ -10,6 +10,7 @@ import * as Activatable from "../_Activatable";
10
10
  export declare type SikaryanDrainSpecialAbility = {
11
11
  id: Activatable.Id;
12
12
  levels?: Activatable.Levels;
13
+ maximum?: Activatable.Maximum;
13
14
  ap_value: Activatable.AdventurePointsValue;
14
15
  src: PublicationRefs;
15
16
  /**
@@ -10,6 +10,7 @@ import * as Activatable from "../_Activatable";
10
10
  export declare type MagicStyleSpecialAbility = {
11
11
  id: Activatable.Id;
12
12
  levels?: Activatable.Levels;
13
+ maximum?: Activatable.Maximum;
13
14
  advanced: Activatable.AdvancedSpecialAbilities;
14
15
  ap_value: Activatable.AdventurePointsValue;
15
16
  src: PublicationRefs;
@@ -10,6 +10,7 @@ import * as Activatable from "../_Activatable";
10
10
  export declare type VampiricGift = {
11
11
  id: Activatable.Id;
12
12
  levels?: Activatable.Levels;
13
+ maximum?: Activatable.Maximum;
13
14
  ap_value: Activatable.AdventurePointsValue;
14
15
  src: PublicationRefs;
15
16
  /**
@@ -10,6 +10,7 @@ import * as Activatable from "../_Activatable";
10
10
  export declare type Vision = {
11
11
  id: Activatable.Id;
12
12
  levels?: Activatable.Levels;
13
+ maximum?: Activatable.Maximum;
13
14
  ap_value: Activatable.AdventurePointsValue;
14
15
  src: PublicationRefs;
15
16
  /**
@@ -10,6 +10,9 @@ import * as Activatable from "../_Activatable";
10
10
  export declare type ArcaneOrbEnchantment = {
11
11
  id: Activatable.Id;
12
12
  levels?: Activatable.Levels;
13
+ maximum?: Activatable.Maximum;
14
+ volume: Activatable.Volume;
15
+ cost?: Activatable.EnchantmentCost;
13
16
  property: Activatable.Property;
14
17
  ap_value: Activatable.AdventurePointsValue;
15
18
  src: PublicationRefs;
@@ -10,6 +10,9 @@ import * as Activatable from "../_Activatable";
10
10
  export declare type AttireEnchantment = {
11
11
  id: Activatable.Id;
12
12
  levels?: Activatable.Levels;
13
+ maximum?: Activatable.Maximum;
14
+ volume: Activatable.Volume;
15
+ cost?: Activatable.EnchantmentCost;
13
16
  property: Activatable.Property;
14
17
  ap_value: Activatable.AdventurePointsValue;
15
18
  src: PublicationRefs;
@@ -10,6 +10,9 @@ import * as Activatable from "../_Activatable";
10
10
  export declare type BowlEnchantment = {
11
11
  id: Activatable.Id;
12
12
  levels?: Activatable.Levels;
13
+ maximum?: Activatable.Maximum;
14
+ volume: Activatable.Volume;
15
+ cost?: Activatable.EnchantmentCost;
13
16
  property: Activatable.Property;
14
17
  ap_value: Activatable.AdventurePointsValue;
15
18
  src: PublicationRefs;
@@ -10,7 +10,8 @@ import * as Activatable from "../_Activatable";
10
10
  export declare type CauldronEnchantment = {
11
11
  id: Activatable.Id;
12
12
  levels?: Activatable.Levels;
13
- property: Activatable.Property;
13
+ maximum?: Activatable.Maximum;
14
+ volume: Activatable.Volume;
14
15
  /**
15
16
  * Witches can learn to brew special things in their Witch's Cauldron. These
16
17
  * brews can be categorized in different types.
@@ -24,6 +25,8 @@ export declare type CauldronEnchantment = {
24
25
  */
25
26
  id: number;
26
27
  };
28
+ cost?: Activatable.EnchantmentCost;
29
+ property: Activatable.Property;
27
30
  ap_value: Activatable.AdventurePointsValue;
28
31
  src: PublicationRefs;
29
32
  /**
@@ -10,6 +10,9 @@ import * as Activatable from "../_Activatable";
10
10
  export declare type ChronicleEnchantment = {
11
11
  id: Activatable.Id;
12
12
  levels?: Activatable.Levels;
13
+ maximum?: Activatable.Maximum;
14
+ volume: Activatable.Volume;
15
+ cost?: Activatable.EnchantmentCost;
13
16
  property: Activatable.Property;
14
17
  ap_value: Activatable.AdventurePointsValue;
15
18
  src: PublicationRefs;
@@ -10,6 +10,9 @@ import * as Activatable from "../_Activatable";
10
10
  export declare type DaggerRitual = {
11
11
  id: Activatable.Id;
12
12
  levels?: Activatable.Levels;
13
+ maximum?: Activatable.Maximum;
14
+ volume: Activatable.Volume;
15
+ cost?: Activatable.EnchantmentCost;
13
16
  property: Activatable.Property;
14
17
  ap_value: Activatable.AdventurePointsValue;
15
18
  src: PublicationRefs;
@@ -10,6 +10,9 @@ import * as Activatable from "../_Activatable";
10
10
  export declare type FoolsHatEnchantment = {
11
11
  id: Activatable.Id;
12
12
  levels?: Activatable.Levels;
13
+ maximum?: Activatable.Maximum;
14
+ volume: Activatable.Volume;
15
+ cost?: Activatable.EnchantmentCost;
13
16
  property: Activatable.Property;
14
17
  ap_value: Activatable.AdventurePointsValue;
15
18
  src: PublicationRefs;
@@ -10,6 +10,9 @@ import * as Activatable from "../_Activatable";
10
10
  export declare type InstrumentEnchantment = {
11
11
  id: Activatable.Id;
12
12
  levels?: Activatable.Levels;
13
+ maximum?: Activatable.Maximum;
14
+ volume: Activatable.Volume;
15
+ cost?: Activatable.EnchantmentCost;
13
16
  property: Activatable.Property;
14
17
  ap_value: Activatable.AdventurePointsValue;
15
18
  src: PublicationRefs;
@@ -10,6 +10,9 @@ import * as Activatable from "../_Activatable";
10
10
  export declare type Krallenkettenzauber = {
11
11
  id: Activatable.Id;
12
12
  levels?: Activatable.Levels;
13
+ maximum?: Activatable.Maximum;
14
+ volume: Activatable.Volume;
15
+ cost?: Activatable.EnchantmentCost;
13
16
  property: Activatable.Property;
14
17
  ap_value: Activatable.AdventurePointsValue;
15
18
  src: PublicationRefs;
@@ -10,6 +10,9 @@ import * as Activatable from "../_Activatable";
10
10
  export declare type OrbEnchantment = {
11
11
  id: Activatable.Id;
12
12
  levels?: Activatable.Levels;
13
+ maximum?: Activatable.Maximum;
14
+ volume: Activatable.Volume;
15
+ cost?: Activatable.EnchantmentCost;
13
16
  property: Activatable.Property;
14
17
  ap_value: Activatable.AdventurePointsValue;
15
18
  src: PublicationRefs;
@@ -10,6 +10,9 @@ import * as Activatable from "../_Activatable";
10
10
  export declare type RingEnchantment = {
11
11
  id: Activatable.Id;
12
12
  levels?: Activatable.Levels;
13
+ maximum?: Activatable.Maximum;
14
+ volume: Activatable.Volume;
15
+ cost?: Activatable.EnchantmentCost;
13
16
  property: Activatable.Property;
14
17
  ap_value: Activatable.AdventurePointsValue;
15
18
  src: PublicationRefs;
@@ -10,6 +10,9 @@ import * as Activatable from "../_Activatable";
10
10
  export declare type SickleRitual = {
11
11
  id: Activatable.Id;
12
12
  levels?: Activatable.Levels;
13
+ maximum?: Activatable.Maximum;
14
+ volume: Activatable.Volume;
15
+ cost?: Activatable.EnchantmentCost;
13
16
  property: Activatable.Property;
14
17
  ap_value: Activatable.AdventurePointsValue;
15
18
  src: PublicationRefs;
@@ -10,6 +10,9 @@ import * as Activatable from "../_Activatable";
10
10
  export declare type SpellSwordEnchantment = {
11
11
  id: Activatable.Id;
12
12
  levels?: Activatable.Levels;
13
+ maximum?: Activatable.Maximum;
14
+ volume: Activatable.Volume;
15
+ cost?: Activatable.EnchantmentCost;
13
16
  property: Activatable.Property;
14
17
  ap_value: Activatable.AdventurePointsValue;
15
18
  src: PublicationRefs;
@@ -10,6 +10,9 @@ import * as Activatable from "../_Activatable";
10
10
  export declare type StaffEnchantment = {
11
11
  id: Activatable.Id;
12
12
  levels?: Activatable.Levels;
13
+ maximum?: Activatable.Maximum;
14
+ volume: Activatable.Volume;
15
+ cost?: Activatable.EnchantmentCost;
13
16
  property: Activatable.Property;
14
17
  ap_value: Activatable.AdventurePointsValue;
15
18
  src: PublicationRefs;
@@ -10,6 +10,9 @@ import * as Activatable from "../_Activatable";
10
10
  export declare type ToyEnchantment = {
11
11
  id: Activatable.Id;
12
12
  levels?: Activatable.Levels;
13
+ maximum?: Activatable.Maximum;
14
+ volume: Activatable.Volume;
15
+ cost?: Activatable.EnchantmentCost;
13
16
  property: Activatable.Property;
14
17
  ap_value: Activatable.AdventurePointsValue;
15
18
  src: PublicationRefs;
@@ -10,6 +10,9 @@ import * as Activatable from "../_Activatable";
10
10
  export declare type Trinkhornzauber = {
11
11
  id: Activatable.Id;
12
12
  levels?: Activatable.Levels;
13
+ maximum?: Activatable.Maximum;
14
+ volume: Activatable.Volume;
15
+ cost?: Activatable.EnchantmentCost;
13
16
  property: Activatable.Property;
14
17
  ap_value: Activatable.AdventurePointsValue;
15
18
  src: PublicationRefs;
@@ -10,6 +10,9 @@ import * as Activatable from "../_Activatable";
10
10
  export declare type WandEnchantment = {
11
11
  id: Activatable.Id;
12
12
  levels?: Activatable.Levels;
13
+ maximum?: Activatable.Maximum;
14
+ volume: Activatable.Volume;
15
+ cost?: Activatable.EnchantmentCost;
13
16
  property: Activatable.Property;
14
17
  ap_value: Activatable.AdventurePointsValue;
15
18
  src: PublicationRefs;
@@ -10,6 +10,9 @@ import * as Activatable from "../_Activatable";
10
10
  export declare type WeaponEnchantment = {
11
11
  id: Activatable.Id;
12
12
  levels?: Activatable.Levels;
13
+ maximum?: Activatable.Maximum;
14
+ volume: Activatable.Volume;
15
+ cost?: Activatable.EnchantmentCost;
13
16
  property: Activatable.Property;
14
17
  ap_value: Activatable.AdventurePointsValue;
15
18
  src: PublicationRefs;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "optolith-database-schema",
3
- "version": "0.1.3",
3
+ "version": "0.1.4",
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",
@@ -19,6 +19,9 @@
19
19
  "skill_uses": {
20
20
  "$ref": "./_Activatable.schema.json#/definitions/SkillUses"
21
21
  },
22
+ "maximum": {
23
+ "$ref": "./_Activatable.schema.json#/definitions/Maximum"
24
+ },
22
25
  "ap_value": {
23
26
  "$ref": "./_Activatable.schema.json#/definitions/AdventurePointsValue"
24
27
  },
@@ -13,6 +13,9 @@
13
13
  "levels": {
14
14
  "$ref": "./_Activatable.schema.json#/definitions/Levels"
15
15
  },
16
+ "maximum": {
17
+ "$ref": "./_Activatable.schema.json#/definitions/Maximum"
18
+ },
16
19
  "ap_value": {
17
20
  "$ref": "./_Activatable.schema.json#/definitions/AdventurePointsValue"
18
21
  },
@@ -288,6 +288,7 @@
288
288
  "type": "object",
289
289
  "properties": {
290
290
  "per": {
291
+ "description": "The cost have to be per a specific countable entity, e.g. `8 KP\nper person`.",
291
292
  "type": "object",
292
293
  "properties": {
293
294
  "default": {