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.
- package/CHANGELOG.md +10 -0
- package/lib/types/Advantage.d.ts +1 -0
- package/lib/types/Disadvantage.d.ts +1 -0
- package/lib/types/FamiliarsTrick.d.ts +2 -1
- package/lib/types/_Activatable.d.ts +561 -4
- package/lib/types/_ActivatableSkill.d.ts +4 -0
- package/lib/types/_Identifier.d.ts +5 -0
- package/lib/types/_Identifier.js +5 -0
- package/lib/types/magicalActions/Curse.d.ts +1 -1
- package/lib/types/magicalActions/ElvenMagicalSong.d.ts +1 -1
- package/lib/types/specialAbility/AdvancedCombatSpecialAbility.d.ts +1 -0
- package/lib/types/specialAbility/AdvancedKarmaSpecialAbility.d.ts +1 -0
- package/lib/types/specialAbility/AdvancedMagicalSpecialAbility.d.ts +1 -0
- package/lib/types/specialAbility/AdvancedSkillSpecialAbility.d.ts +1 -0
- package/lib/types/specialAbility/AncestorGlyph.d.ts +1 -0
- package/lib/types/specialAbility/BrawlingSpecialAbility.d.ts +1 -0
- package/lib/types/specialAbility/CeremonialItemSpecialAbility.d.ts +1 -0
- package/lib/types/specialAbility/CombatSpecialAbility.d.ts +1 -0
- package/lib/types/specialAbility/CombatStyleSpecialAbility.d.ts +1 -0
- package/lib/types/specialAbility/CommandSpecialAbility.d.ts +1 -0
- package/lib/types/specialAbility/FamiliarSpecialAbility.d.ts +1 -0
- package/lib/types/specialAbility/FatePointSexSpecialAbility.d.ts +1 -0
- package/lib/types/specialAbility/FatePointSpecialAbility.d.ts +1 -0
- package/lib/types/specialAbility/GeneralSpecialAbility.d.ts +1 -0
- package/lib/types/specialAbility/KarmaSpecialAbility.d.ts +1 -0
- package/lib/types/specialAbility/LiturgicalStyleSpecialAbility.d.ts +1 -0
- package/lib/types/specialAbility/LycantropicGift.d.ts +1 -0
- package/lib/types/specialAbility/MagicStyleSpecialAbility.d.ts +1 -0
- package/lib/types/specialAbility/MagicalSpecialAbility.d.ts +1 -0
- package/lib/types/specialAbility/PactGift.d.ts +1 -0
- package/lib/types/specialAbility/ProtectiveWardingCircleSpecialAbility.d.ts +1 -0
- package/lib/types/specialAbility/Sermon.d.ts +1 -0
- package/lib/types/specialAbility/SexSpecialAbility.d.ts +1 -0
- package/lib/types/specialAbility/SikaryanDrainSpecialAbility.d.ts +1 -0
- package/lib/types/specialAbility/SkillStyleSpecialAbility.d.ts +1 -0
- package/lib/types/specialAbility/VampiricGift.d.ts +1 -0
- package/lib/types/specialAbility/Vision.d.ts +1 -0
- package/lib/types/traditionArtifacts/ArcaneOrbEnchantment.d.ts +3 -0
- package/lib/types/traditionArtifacts/AttireEnchantment.d.ts +3 -0
- package/lib/types/traditionArtifacts/BowlEnchantment.d.ts +3 -0
- package/lib/types/traditionArtifacts/CauldronEnchantment.d.ts +4 -1
- package/lib/types/traditionArtifacts/ChronicleEnchantment.d.ts +3 -0
- package/lib/types/traditionArtifacts/DaggerRitual.d.ts +3 -0
- package/lib/types/traditionArtifacts/FoolsHatEnchantment.d.ts +3 -0
- package/lib/types/traditionArtifacts/InstrumentEnchantment.d.ts +3 -0
- package/lib/types/traditionArtifacts/Krallenkettenzauber.d.ts +3 -0
- package/lib/types/traditionArtifacts/OrbEnchantment.d.ts +3 -0
- package/lib/types/traditionArtifacts/RingEnchantment.d.ts +3 -0
- package/lib/types/traditionArtifacts/SickleRitual.d.ts +3 -0
- package/lib/types/traditionArtifacts/SpellSwordEnchantment.d.ts +3 -0
- package/lib/types/traditionArtifacts/StaffEnchantment.d.ts +3 -0
- package/lib/types/traditionArtifacts/ToyEnchantment.d.ts +3 -0
- package/lib/types/traditionArtifacts/Trinkhornzauber.d.ts +3 -0
- package/lib/types/traditionArtifacts/WandEnchantment.d.ts +3 -0
- package/lib/types/traditionArtifacts/WeaponEnchantment.d.ts +3 -0
- package/package.json +1 -1
- package/schema/Advantage.schema.json +3 -0
- package/schema/Disadvantage.schema.json +3 -0
- package/schema/FamiliarsTrick.schema.json +1 -0
- package/schema/_Activatable.schema.json +823 -10
- package/schema/_ActivatableSkill.schema.json +1 -0
- package/schema/_Identifier.schema.json +24 -0
- package/schema/magicalActions/Curse.schema.json +1 -1
- package/schema/magicalActions/ElvenMagicalSong.schema.json +1 -1
- package/schema/specialAbility/AdvancedCombatSpecialAbility.schema.json +3 -0
- package/schema/specialAbility/AdvancedKarmaSpecialAbility.schema.json +3 -0
- package/schema/specialAbility/AdvancedMagicalSpecialAbility.schema.json +3 -0
- package/schema/specialAbility/AdvancedSkillSpecialAbility.schema.json +3 -0
- package/schema/specialAbility/AncestorGlyph.schema.json +3 -0
- package/schema/specialAbility/BrawlingSpecialAbility.schema.json +3 -0
- package/schema/specialAbility/CeremonialItemSpecialAbility.schema.json +3 -0
- package/schema/specialAbility/CombatSpecialAbility.schema.json +3 -0
- package/schema/specialAbility/CombatStyleSpecialAbility.schema.json +3 -0
- package/schema/specialAbility/CommandSpecialAbility.schema.json +3 -0
- package/schema/specialAbility/FamiliarSpecialAbility.schema.json +3 -0
- package/schema/specialAbility/FatePointSexSpecialAbility.schema.json +3 -0
- package/schema/specialAbility/FatePointSpecialAbility.schema.json +3 -0
- package/schema/specialAbility/GeneralSpecialAbility.schema.json +3 -0
- package/schema/specialAbility/KarmaSpecialAbility.schema.json +3 -0
- package/schema/specialAbility/LiturgicalStyleSpecialAbility.schema.json +3 -0
- package/schema/specialAbility/LycantropicGift.schema.json +3 -0
- package/schema/specialAbility/MagicStyleSpecialAbility.schema.json +3 -0
- package/schema/specialAbility/MagicalSpecialAbility.schema.json +3 -0
- package/schema/specialAbility/PactGift.schema.json +3 -0
- package/schema/specialAbility/ProtectiveWardingCircleSpecialAbility.schema.json +3 -0
- package/schema/specialAbility/Sermon.schema.json +3 -0
- package/schema/specialAbility/SexSpecialAbility.schema.json +3 -0
- package/schema/specialAbility/SikaryanDrainSpecialAbility.schema.json +3 -0
- package/schema/specialAbility/SkillStyleSpecialAbility.schema.json +3 -0
- package/schema/specialAbility/VampiricGift.schema.json +3 -0
- package/schema/specialAbility/Vision.schema.json +3 -0
- package/schema/traditionArtifacts/ArcaneOrbEnchantment.schema.json +10 -0
- package/schema/traditionArtifacts/AttireEnchantment.schema.json +10 -0
- package/schema/traditionArtifacts/BowlEnchantment.schema.json +10 -0
- package/schema/traditionArtifacts/CauldronEnchantment.schema.json +13 -3
- package/schema/traditionArtifacts/ChronicleEnchantment.schema.json +10 -0
- package/schema/traditionArtifacts/DaggerRitual.schema.json +10 -0
- package/schema/traditionArtifacts/FoolsHatEnchantment.schema.json +10 -0
- package/schema/traditionArtifacts/InstrumentEnchantment.schema.json +10 -0
- package/schema/traditionArtifacts/Krallenkettenzauber.schema.json +10 -0
- package/schema/traditionArtifacts/OrbEnchantment.schema.json +10 -0
- package/schema/traditionArtifacts/RingEnchantment.schema.json +10 -0
- package/schema/traditionArtifacts/SickleRitual.schema.json +10 -0
- package/schema/traditionArtifacts/SpellSwordEnchantment.schema.json +10 -0
- package/schema/traditionArtifacts/StaffEnchantment.schema.json +10 -0
- package/schema/traditionArtifacts/ToyEnchantment.schema.json +10 -0
- package/schema/traditionArtifacts/Trinkhornzauber.schema.json +10 -0
- package/schema/traditionArtifacts/WandEnchantment.schema.json +10 -0
- 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
|
/**
|
|
@@ -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;
|
|
@@ -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
|
/**
|
|
@@ -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
|
/**
|
|
@@ -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,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
|
-
|
|
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
|
+
"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
|
},
|