optolith-database-schema 0.0.4 → 0.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +24 -0
- package/lib/types/Advantage.d.ts +48 -0
- package/lib/types/Advantage.js +4 -0
- package/lib/types/ArcaneBardTradition.d.ts +2 -2
- package/lib/types/ArcaneDancerTradition.d.ts +2 -2
- package/lib/types/Ceremony.d.ts +2 -2
- package/lib/types/Continent.d.ts +32 -0
- package/lib/types/Continent.js +4 -0
- package/lib/types/DerivedCharacteristic.d.ts +2 -2
- package/lib/types/Disadvantage.d.ts +46 -0
- package/lib/types/Disadvantage.js +4 -0
- package/lib/types/LiturgicalChant.d.ts +2 -2
- package/lib/types/Patron.d.ts +197 -0
- package/lib/types/Patron.js +4 -0
- package/lib/types/PatronCategory.d.ts +44 -0
- package/lib/types/PatronCategory.js +4 -0
- package/lib/types/Ritual.d.ts +2 -2
- package/lib/types/Spell.d.ts +2 -2
- package/lib/types/_Activatable.d.ts +528 -0
- package/lib/types/_Activatable.js +5 -0
- package/lib/types/_Enhancements.d.ts +2 -2
- package/lib/types/_I18n.d.ts +38 -0
- package/lib/types/_I18n.js +1 -0
- package/lib/types/_Identifier.d.ts +81 -75
- package/lib/types/_Identifier.js +76 -1
- package/lib/types/_Influence.d.ts +52 -0
- package/lib/types/_Influence.js +4 -0
- package/lib/types/_Prerequisite.d.ts +343 -296
- package/lib/types/_Prerequisite.js +136 -183
- package/lib/types/magicalActions/GeodeRitual.d.ts +2 -2
- package/lib/types/specialAbility/AdvancedCombatSpecialAbility.d.ts +34 -0
- package/lib/types/specialAbility/AdvancedCombatSpecialAbility.js +4 -0
- package/lib/types/specialAbility/AdvancedKarmaSpecialAbility.d.ts +32 -0
- package/lib/types/specialAbility/AdvancedKarmaSpecialAbility.js +4 -0
- package/lib/types/specialAbility/AdvancedMagicalSpecialAbility.d.ts +32 -0
- package/lib/types/specialAbility/AdvancedMagicalSpecialAbility.js +4 -0
- package/lib/types/specialAbility/AdvancedSkillSpecialAbility.d.ts +32 -0
- package/lib/types/specialAbility/AdvancedSkillSpecialAbility.js +4 -0
- package/lib/types/specialAbility/AncestorGlyph.d.ts +30 -0
- package/lib/types/specialAbility/AncestorGlyph.js +4 -0
- package/lib/types/specialAbility/BlessedTradition.d.ts +170 -0
- package/lib/types/specialAbility/BlessedTradition.js +4 -0
- package/lib/types/specialAbility/BrawlingSpecialAbility.d.ts +32 -0
- package/lib/types/specialAbility/BrawlingSpecialAbility.js +4 -0
- package/lib/types/specialAbility/CeremonialItemSpecialAbility.d.ts +33 -0
- package/lib/types/specialAbility/CeremonialItemSpecialAbility.js +4 -0
- package/lib/types/specialAbility/CombatSpecialAbility.d.ts +34 -0
- package/lib/types/specialAbility/CombatSpecialAbility.js +4 -0
- package/lib/types/specialAbility/CombatStyleSpecialAbility.d.ts +43 -0
- package/lib/types/specialAbility/CombatStyleSpecialAbility.js +4 -0
- package/lib/types/specialAbility/CommandSpecialAbility.d.ts +32 -0
- package/lib/types/specialAbility/CommandSpecialAbility.js +4 -0
- package/lib/types/specialAbility/FamiliarSpecialAbility.d.ts +30 -0
- package/lib/types/specialAbility/FamiliarSpecialAbility.js +4 -0
- package/lib/types/specialAbility/FatePointSexSpecialAbility.d.ts +30 -0
- package/lib/types/specialAbility/FatePointSexSpecialAbility.js +4 -0
- package/lib/types/specialAbility/FatePointSpecialAbility.d.ts +32 -0
- package/lib/types/specialAbility/FatePointSpecialAbility.js +4 -0
- package/lib/types/specialAbility/GeneralSpecialAbility.d.ts +32 -0
- package/lib/types/specialAbility/GeneralSpecialAbility.js +4 -0
- package/lib/types/specialAbility/KarmaSpecialAbility.d.ts +30 -0
- package/lib/types/specialAbility/KarmaSpecialAbility.js +4 -0
- package/lib/types/specialAbility/LiturgicalStyleSpecialAbility.d.ts +33 -0
- package/lib/types/specialAbility/LiturgicalStyleSpecialAbility.js +4 -0
- package/lib/types/specialAbility/LycantropicGift.d.ts +30 -0
- package/lib/types/specialAbility/LycantropicGift.js +4 -0
- package/lib/types/specialAbility/MagicStyleSpecialAbility.d.ts +33 -0
- package/lib/types/specialAbility/MagicStyleSpecialAbility.js +4 -0
- package/lib/types/specialAbility/MagicalSpecialAbility.d.ts +32 -0
- package/lib/types/specialAbility/MagicalSpecialAbility.js +4 -0
- package/lib/types/specialAbility/MagicalTradition.d.ts +130 -0
- package/lib/types/specialAbility/MagicalTradition.js +4 -0
- package/lib/types/specialAbility/PactGift.d.ts +86 -0
- package/lib/types/specialAbility/PactGift.js +4 -0
- package/lib/types/specialAbility/ProtectiveWardingCircleSpecialAbility.d.ts +41 -0
- package/lib/types/specialAbility/ProtectiveWardingCircleSpecialAbility.js +4 -0
- package/lib/types/specialAbility/Sermon.d.ts +30 -0
- package/lib/types/specialAbility/Sermon.js +4 -0
- package/lib/types/specialAbility/SexSpecialAbility.d.ts +32 -0
- package/lib/types/specialAbility/SexSpecialAbility.js +4 -0
- package/lib/types/specialAbility/SikaryanDrainSpecialAbility.d.ts +30 -0
- package/lib/types/specialAbility/SikaryanDrainSpecialAbility.js +4 -0
- package/lib/types/specialAbility/SkillStyleSpecialAbility.d.ts +31 -0
- package/lib/types/specialAbility/SkillStyleSpecialAbility.js +4 -0
- package/lib/types/specialAbility/VampiricGift.d.ts +30 -0
- package/lib/types/specialAbility/VampiricGift.js +4 -0
- package/lib/types/specialAbility/Vision.d.ts +30 -0
- package/lib/types/specialAbility/Vision.js +4 -0
- package/lib/types/specialAbility/sub/Language.d.ts +141 -0
- package/lib/types/specialAbility/sub/Language.js +4 -0
- package/lib/types/specialAbility/sub/Script.d.ts +85 -0
- package/lib/types/specialAbility/sub/Script.js +4 -0
- package/lib/types/traditionArtifacts/ArcaneOrbEnchantment.d.ts +31 -0
- package/lib/types/traditionArtifacts/ArcaneOrbEnchantment.js +4 -0
- package/lib/types/traditionArtifacts/AttireEnchantment.d.ts +31 -0
- package/lib/types/traditionArtifacts/AttireEnchantment.js +4 -0
- package/lib/types/traditionArtifacts/BowlEnchantment.d.ts +31 -0
- package/lib/types/traditionArtifacts/BowlEnchantment.js +4 -0
- package/lib/types/traditionArtifacts/CauldronEnchantment.d.ts +44 -0
- package/lib/types/traditionArtifacts/CauldronEnchantment.js +4 -0
- package/lib/types/traditionArtifacts/ChronicleEnchantment.d.ts +31 -0
- package/lib/types/traditionArtifacts/ChronicleEnchantment.js +4 -0
- package/lib/types/traditionArtifacts/DaggerRitual.d.ts +31 -0
- package/lib/types/traditionArtifacts/DaggerRitual.js +4 -0
- package/lib/types/traditionArtifacts/FoolsHatEnchantment.d.ts +31 -0
- package/lib/types/traditionArtifacts/FoolsHatEnchantment.js +4 -0
- package/lib/types/traditionArtifacts/InstrumentEnchantment.d.ts +31 -0
- package/lib/types/traditionArtifacts/InstrumentEnchantment.js +4 -0
- package/lib/types/traditionArtifacts/Krallenkettenzauber.d.ts +31 -0
- package/lib/types/traditionArtifacts/Krallenkettenzauber.js +4 -0
- package/lib/types/traditionArtifacts/OrbEnchantment.d.ts +31 -0
- package/lib/types/traditionArtifacts/OrbEnchantment.js +4 -0
- package/lib/types/traditionArtifacts/RingEnchantment.d.ts +31 -0
- package/lib/types/traditionArtifacts/RingEnchantment.js +4 -0
- package/lib/types/traditionArtifacts/SickleRitual.d.ts +31 -0
- package/lib/types/traditionArtifacts/SickleRitual.js +4 -0
- package/lib/types/traditionArtifacts/SpellSwordEnchantment.d.ts +31 -0
- package/lib/types/traditionArtifacts/SpellSwordEnchantment.js +4 -0
- package/lib/types/traditionArtifacts/StaffEnchantment.d.ts +31 -0
- package/lib/types/traditionArtifacts/StaffEnchantment.js +4 -0
- package/lib/types/traditionArtifacts/ToyEnchantment.d.ts +31 -0
- package/lib/types/traditionArtifacts/ToyEnchantment.js +4 -0
- package/lib/types/traditionArtifacts/Trinkhornzauber.d.ts +31 -0
- package/lib/types/traditionArtifacts/Trinkhornzauber.js +4 -0
- package/lib/types/traditionArtifacts/WandEnchantment.d.ts +31 -0
- package/lib/types/traditionArtifacts/WandEnchantment.js +4 -0
- package/lib/types/traditionArtifacts/WeaponEnchantment.d.ts +31 -0
- package/lib/types/traditionArtifacts/WeaponEnchantment.js +4 -0
- package/lib/types/traditionArtifacts/sub/AnimalShape.d.ts +42 -0
- package/lib/types/traditionArtifacts/sub/AnimalShape.js +4 -0
- package/lib/types/traditionArtifacts/sub/AnimalShapePath.d.ts +30 -0
- package/lib/types/traditionArtifacts/sub/AnimalShapePath.js +4 -0
- package/lib/types/traditionArtifacts/sub/AnimalShapeSize.d.ts +42 -0
- package/lib/types/traditionArtifacts/sub/AnimalShapeSize.js +4 -0
- package/lib/types/traditionArtifacts/sub/Brew.d.ts +30 -0
- package/lib/types/traditionArtifacts/sub/Brew.js +4 -0
- package/package.json +1 -1
- package/schema/Advantage.schema.json +81 -0
- package/schema/ArcaneBardTradition.schema.json +1 -1
- package/schema/ArcaneDancerTradition.schema.json +1 -1
- package/schema/Ceremony.schema.json +1 -1
- package/schema/Continent.schema.json +46 -0
- package/schema/DerivedCharacteristic.schema.json +1 -1
- package/schema/Disadvantage.schema.json +75 -0
- package/schema/LiturgicalChant.schema.json +1 -1
- package/schema/Patron.schema.json +407 -0
- package/schema/PatronCategory.schema.json +66 -0
- package/schema/Ritual.schema.json +1 -1
- package/schema/Spell.schema.json +1 -1
- package/schema/_Activatable.schema.json +1182 -0
- package/schema/_Enhancements.schema.json +1 -1
- package/schema/_I18n.schema.json +38 -0
- package/schema/_Identifier.schema.json +90 -113
- package/schema/_Influence.schema.json +77 -0
- package/schema/_Prerequisite.schema.json +703 -573
- package/schema/magicalActions/GeodeRitual.schema.json +1 -1
- package/schema/source/Publication.schema.json +1 -1
- package/schema/specialAbility/AdvancedCombatSpecialAbility.schema.json +76 -0
- package/schema/specialAbility/AdvancedKarmaSpecialAbility.schema.json +68 -0
- package/schema/specialAbility/AdvancedMagicalSpecialAbility.schema.json +68 -0
- package/schema/specialAbility/AdvancedSkillSpecialAbility.schema.json +68 -0
- package/schema/specialAbility/AncestorGlyph.schema.json +62 -0
- package/schema/specialAbility/BlessedTradition.schema.json +300 -0
- package/schema/specialAbility/BrawlingSpecialAbility.schema.json +70 -0
- package/schema/specialAbility/CeremonialItemSpecialAbility.schema.json +72 -0
- package/schema/specialAbility/CombatSpecialAbility.schema.json +76 -0
- package/schema/specialAbility/CombatStyleSpecialAbility.schema.json +110 -0
- package/schema/specialAbility/CommandSpecialAbility.schema.json +70 -0
- package/schema/specialAbility/FamiliarSpecialAbility.schema.json +62 -0
- package/schema/specialAbility/FatePointSexSpecialAbility.schema.json +62 -0
- package/schema/specialAbility/FatePointSpecialAbility.schema.json +68 -0
- package/schema/specialAbility/GeneralSpecialAbility.schema.json +68 -0
- package/schema/specialAbility/KarmaSpecialAbility.schema.json +62 -0
- package/schema/specialAbility/LiturgicalStyleSpecialAbility.schema.json +72 -0
- package/schema/specialAbility/LycantropicGift.schema.json +62 -0
- package/schema/specialAbility/MagicStyleSpecialAbility.schema.json +72 -0
- package/schema/specialAbility/MagicalSpecialAbility.schema.json +68 -0
- package/schema/specialAbility/MagicalTradition.schema.json +181 -0
- package/schema/specialAbility/PactGift.schema.json +215 -0
- package/schema/specialAbility/ProtectiveWardingCircleSpecialAbility.schema.json +70 -0
- package/schema/specialAbility/Sermon.schema.json +62 -0
- package/schema/specialAbility/SexSpecialAbility.schema.json +68 -0
- package/schema/specialAbility/SikaryanDrainSpecialAbility.schema.json +62 -0
- package/schema/specialAbility/SkillStyleSpecialAbility.schema.json +66 -0
- package/schema/specialAbility/VampiricGift.schema.json +62 -0
- package/schema/specialAbility/Vision.schema.json +62 -0
- package/schema/specialAbility/sub/Language.schema.json +215 -0
- package/schema/specialAbility/sub/Script.schema.json +127 -0
- package/schema/traditionArtifacts/ArcaneOrbEnchantment.schema.json +66 -0
- package/schema/traditionArtifacts/AttireEnchantment.schema.json +66 -0
- package/schema/traditionArtifacts/BowlEnchantment.schema.json +66 -0
- package/schema/traditionArtifacts/CauldronEnchantment.schema.json +83 -0
- package/schema/traditionArtifacts/ChronicleEnchantment.schema.json +66 -0
- package/schema/traditionArtifacts/DaggerRitual.schema.json +66 -0
- package/schema/traditionArtifacts/FoolsHatEnchantment.schema.json +66 -0
- package/schema/traditionArtifacts/InstrumentEnchantment.schema.json +66 -0
- package/schema/traditionArtifacts/Krallenkettenzauber.schema.json +66 -0
- package/schema/traditionArtifacts/OrbEnchantment.schema.json +66 -0
- package/schema/traditionArtifacts/RingEnchantment.schema.json +66 -0
- package/schema/traditionArtifacts/SickleRitual.schema.json +66 -0
- package/schema/traditionArtifacts/SpellSwordEnchantment.schema.json +66 -0
- package/schema/traditionArtifacts/StaffEnchantment.schema.json +66 -0
- package/schema/traditionArtifacts/ToyEnchantment.schema.json +66 -0
- package/schema/traditionArtifacts/Trinkhornzauber.schema.json +66 -0
- package/schema/traditionArtifacts/WandEnchantment.schema.json +66 -0
- package/schema/traditionArtifacts/WeaponEnchantment.schema.json +66 -0
- package/schema/traditionArtifacts/sub/AnimalShape.schema.json +57 -0
- package/schema/traditionArtifacts/sub/AnimalShapePath.schema.json +45 -0
- package/schema/traditionArtifacts/sub/AnimalShapeSize.schema.json +57 -0
- package/schema/traditionArtifacts/sub/Brew.schema.json +45 -0
|
@@ -0,0 +1,85 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @main Script
|
|
3
|
+
*/
|
|
4
|
+
import { Errata } from "../../source/_Erratum";
|
|
5
|
+
import { PublicationRefs } from "../../source/_PublicationRef";
|
|
6
|
+
/**
|
|
7
|
+
* @title Script
|
|
8
|
+
*/
|
|
9
|
+
export declare type Script = {
|
|
10
|
+
/**
|
|
11
|
+
* The script's identifier. An unique, increasing integer.
|
|
12
|
+
* @integer
|
|
13
|
+
* @minimum 1
|
|
14
|
+
*/
|
|
15
|
+
id: number;
|
|
16
|
+
/**
|
|
17
|
+
* The script's adventure point value.
|
|
18
|
+
* @integer
|
|
19
|
+
* @minimum 2
|
|
20
|
+
* @multipleOf 2
|
|
21
|
+
*/
|
|
22
|
+
ap_value: number;
|
|
23
|
+
/**
|
|
24
|
+
* A list of languages that use this script.
|
|
25
|
+
*/
|
|
26
|
+
associated_languages: {
|
|
27
|
+
/**
|
|
28
|
+
* The language's identifier.
|
|
29
|
+
* @integer
|
|
30
|
+
* @minimum 1
|
|
31
|
+
*/
|
|
32
|
+
id: number;
|
|
33
|
+
}[];
|
|
34
|
+
/**
|
|
35
|
+
* The continents this script is present on.
|
|
36
|
+
* @minItems 1
|
|
37
|
+
*/
|
|
38
|
+
continent: {
|
|
39
|
+
/**
|
|
40
|
+
* The continent's identifier.
|
|
41
|
+
* @integer
|
|
42
|
+
* @minimum 1
|
|
43
|
+
* @maximum 3
|
|
44
|
+
*/
|
|
45
|
+
id: number;
|
|
46
|
+
/**
|
|
47
|
+
* Is the script considered virtually extinct in this continent?
|
|
48
|
+
*/
|
|
49
|
+
is_extinct: boolean;
|
|
50
|
+
}[];
|
|
51
|
+
src: PublicationRefs;
|
|
52
|
+
/**
|
|
53
|
+
* All translations for the entry, identified by IETF language tag (BCP47).
|
|
54
|
+
* @minProperties 1
|
|
55
|
+
*/
|
|
56
|
+
translations: {
|
|
57
|
+
/**
|
|
58
|
+
* @patternProperties ^[a-z]{2}-[A-Z]{2}$
|
|
59
|
+
*/
|
|
60
|
+
[localeId: string]: {
|
|
61
|
+
/**
|
|
62
|
+
* The name of the language.
|
|
63
|
+
* @minLength 1
|
|
64
|
+
*/
|
|
65
|
+
name: string;
|
|
66
|
+
/**
|
|
67
|
+
* A list of alternative names.
|
|
68
|
+
* @minLength 1
|
|
69
|
+
*/
|
|
70
|
+
alternative_names?: {
|
|
71
|
+
/**
|
|
72
|
+
* An alternative name of the language.
|
|
73
|
+
* @minLength 1
|
|
74
|
+
*/
|
|
75
|
+
name: string;
|
|
76
|
+
}[];
|
|
77
|
+
/**
|
|
78
|
+
* The description of the alphabet.
|
|
79
|
+
* @minLength 1
|
|
80
|
+
*/
|
|
81
|
+
alphabet?: string;
|
|
82
|
+
errata?: Errata;
|
|
83
|
+
};
|
|
84
|
+
};
|
|
85
|
+
};
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @main ArcaneOrbEnchantment
|
|
3
|
+
*/
|
|
4
|
+
import { Errata } from "../source/_Erratum";
|
|
5
|
+
import { PublicationRefs } from "../source/_PublicationRef";
|
|
6
|
+
import * as Activatable from "../_Activatable";
|
|
7
|
+
/**
|
|
8
|
+
* @title Arcane Orb Enchantment
|
|
9
|
+
*/
|
|
10
|
+
export declare type ArcaneOrbEnchantment = {
|
|
11
|
+
id: Activatable.Id;
|
|
12
|
+
levels?: Activatable.Levels;
|
|
13
|
+
property: Activatable.Property;
|
|
14
|
+
ap_value: Activatable.AdventurePointsValue;
|
|
15
|
+
src: PublicationRefs;
|
|
16
|
+
/**
|
|
17
|
+
* All translations for the entry, identified by IETF language tag (BCP47).
|
|
18
|
+
* @minProperties 1
|
|
19
|
+
*/
|
|
20
|
+
translations: {
|
|
21
|
+
/**
|
|
22
|
+
* @patternProperties ^[a-z]{2}-[A-Z]{2}$
|
|
23
|
+
*/
|
|
24
|
+
[localeId: string]: {
|
|
25
|
+
name: Activatable.Name;
|
|
26
|
+
name_in_library?: Activatable.NameInLibrary;
|
|
27
|
+
effect: Activatable.Effect;
|
|
28
|
+
errata?: Errata;
|
|
29
|
+
};
|
|
30
|
+
};
|
|
31
|
+
};
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @main AttireEnchantment
|
|
3
|
+
*/
|
|
4
|
+
import { Errata } from "../source/_Erratum";
|
|
5
|
+
import { PublicationRefs } from "../source/_PublicationRef";
|
|
6
|
+
import * as Activatable from "../_Activatable";
|
|
7
|
+
/**
|
|
8
|
+
* @title Attire Enchantment
|
|
9
|
+
*/
|
|
10
|
+
export declare type AttireEnchantment = {
|
|
11
|
+
id: Activatable.Id;
|
|
12
|
+
levels?: Activatable.Levels;
|
|
13
|
+
property: Activatable.Property;
|
|
14
|
+
ap_value: Activatable.AdventurePointsValue;
|
|
15
|
+
src: PublicationRefs;
|
|
16
|
+
/**
|
|
17
|
+
* All translations for the entry, identified by IETF language tag (BCP47).
|
|
18
|
+
* @minProperties 1
|
|
19
|
+
*/
|
|
20
|
+
translations: {
|
|
21
|
+
/**
|
|
22
|
+
* @patternProperties ^[a-z]{2}-[A-Z]{2}$
|
|
23
|
+
*/
|
|
24
|
+
[localeId: string]: {
|
|
25
|
+
name: Activatable.Name;
|
|
26
|
+
name_in_library?: Activatable.NameInLibrary;
|
|
27
|
+
effect: Activatable.Effect;
|
|
28
|
+
errata?: Errata;
|
|
29
|
+
};
|
|
30
|
+
};
|
|
31
|
+
};
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @main BowlEnchantment
|
|
3
|
+
*/
|
|
4
|
+
import { Errata } from "../source/_Erratum";
|
|
5
|
+
import { PublicationRefs } from "../source/_PublicationRef";
|
|
6
|
+
import * as Activatable from "../_Activatable";
|
|
7
|
+
/**
|
|
8
|
+
* @title Bowl Enchantment
|
|
9
|
+
*/
|
|
10
|
+
export declare type BowlEnchantment = {
|
|
11
|
+
id: Activatable.Id;
|
|
12
|
+
levels?: Activatable.Levels;
|
|
13
|
+
property: Activatable.Property;
|
|
14
|
+
ap_value: Activatable.AdventurePointsValue;
|
|
15
|
+
src: PublicationRefs;
|
|
16
|
+
/**
|
|
17
|
+
* All translations for the entry, identified by IETF language tag (BCP47).
|
|
18
|
+
* @minProperties 1
|
|
19
|
+
*/
|
|
20
|
+
translations: {
|
|
21
|
+
/**
|
|
22
|
+
* @patternProperties ^[a-z]{2}-[A-Z]{2}$
|
|
23
|
+
*/
|
|
24
|
+
[localeId: string]: {
|
|
25
|
+
name: Activatable.Name;
|
|
26
|
+
name_in_library?: Activatable.NameInLibrary;
|
|
27
|
+
effect: Activatable.Effect;
|
|
28
|
+
errata?: Errata;
|
|
29
|
+
};
|
|
30
|
+
};
|
|
31
|
+
};
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @main CauldronEnchantment
|
|
3
|
+
*/
|
|
4
|
+
import { Errata } from "../source/_Erratum";
|
|
5
|
+
import { PublicationRefs } from "../source/_PublicationRef";
|
|
6
|
+
import * as Activatable from "../_Activatable";
|
|
7
|
+
/**
|
|
8
|
+
* @title Cauldron Enchantment
|
|
9
|
+
*/
|
|
10
|
+
export declare type CauldronEnchantment = {
|
|
11
|
+
id: Activatable.Id;
|
|
12
|
+
levels?: Activatable.Levels;
|
|
13
|
+
property: Activatable.Property;
|
|
14
|
+
/**
|
|
15
|
+
* Witches can learn to brew special things in their Witch's Cauldron. These
|
|
16
|
+
* brews can be categorized in different types.
|
|
17
|
+
*/
|
|
18
|
+
brew: {
|
|
19
|
+
/**
|
|
20
|
+
* The brew's identifier.
|
|
21
|
+
* @integer
|
|
22
|
+
* @minimum 1
|
|
23
|
+
* @maximum 4
|
|
24
|
+
*/
|
|
25
|
+
id: number;
|
|
26
|
+
};
|
|
27
|
+
ap_value: Activatable.AdventurePointsValue;
|
|
28
|
+
src: PublicationRefs;
|
|
29
|
+
/**
|
|
30
|
+
* All translations for the entry, identified by IETF language tag (BCP47).
|
|
31
|
+
* @minProperties 1
|
|
32
|
+
*/
|
|
33
|
+
translations: {
|
|
34
|
+
/**
|
|
35
|
+
* @patternProperties ^[a-z]{2}-[A-Z]{2}$
|
|
36
|
+
*/
|
|
37
|
+
[localeId: string]: {
|
|
38
|
+
name: Activatable.Name;
|
|
39
|
+
name_in_library?: Activatable.NameInLibrary;
|
|
40
|
+
effect: Activatable.Effect;
|
|
41
|
+
errata?: Errata;
|
|
42
|
+
};
|
|
43
|
+
};
|
|
44
|
+
};
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @main ChronicleEnchantment
|
|
3
|
+
*/
|
|
4
|
+
import { Errata } from "../source/_Erratum";
|
|
5
|
+
import { PublicationRefs } from "../source/_PublicationRef";
|
|
6
|
+
import * as Activatable from "../_Activatable";
|
|
7
|
+
/**
|
|
8
|
+
* @title Chronicle Enchantment
|
|
9
|
+
*/
|
|
10
|
+
export declare type ChronicleEnchantment = {
|
|
11
|
+
id: Activatable.Id;
|
|
12
|
+
levels?: Activatable.Levels;
|
|
13
|
+
property: Activatable.Property;
|
|
14
|
+
ap_value: Activatable.AdventurePointsValue;
|
|
15
|
+
src: PublicationRefs;
|
|
16
|
+
/**
|
|
17
|
+
* All translations for the entry, identified by IETF language tag (BCP47).
|
|
18
|
+
* @minProperties 1
|
|
19
|
+
*/
|
|
20
|
+
translations: {
|
|
21
|
+
/**
|
|
22
|
+
* @patternProperties ^[a-z]{2}-[A-Z]{2}$
|
|
23
|
+
*/
|
|
24
|
+
[localeId: string]: {
|
|
25
|
+
name: Activatable.Name;
|
|
26
|
+
name_in_library?: Activatable.NameInLibrary;
|
|
27
|
+
effect: Activatable.Effect;
|
|
28
|
+
errata?: Errata;
|
|
29
|
+
};
|
|
30
|
+
};
|
|
31
|
+
};
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @main DaggerRitual
|
|
3
|
+
*/
|
|
4
|
+
import { Errata } from "../source/_Erratum";
|
|
5
|
+
import { PublicationRefs } from "../source/_PublicationRef";
|
|
6
|
+
import * as Activatable from "../_Activatable";
|
|
7
|
+
/**
|
|
8
|
+
* @title Dagger Ritual
|
|
9
|
+
*/
|
|
10
|
+
export declare type DaggerRitual = {
|
|
11
|
+
id: Activatable.Id;
|
|
12
|
+
levels?: Activatable.Levels;
|
|
13
|
+
property: Activatable.Property;
|
|
14
|
+
ap_value: Activatable.AdventurePointsValue;
|
|
15
|
+
src: PublicationRefs;
|
|
16
|
+
/**
|
|
17
|
+
* All translations for the entry, identified by IETF language tag (BCP47).
|
|
18
|
+
* @minProperties 1
|
|
19
|
+
*/
|
|
20
|
+
translations: {
|
|
21
|
+
/**
|
|
22
|
+
* @patternProperties ^[a-z]{2}-[A-Z]{2}$
|
|
23
|
+
*/
|
|
24
|
+
[localeId: string]: {
|
|
25
|
+
name: Activatable.Name;
|
|
26
|
+
name_in_library?: Activatable.NameInLibrary;
|
|
27
|
+
effect: Activatable.Effect;
|
|
28
|
+
errata?: Errata;
|
|
29
|
+
};
|
|
30
|
+
};
|
|
31
|
+
};
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @main FoolsHatEnchantment
|
|
3
|
+
*/
|
|
4
|
+
import { Errata } from "../source/_Erratum";
|
|
5
|
+
import { PublicationRefs } from "../source/_PublicationRef";
|
|
6
|
+
import * as Activatable from "../_Activatable";
|
|
7
|
+
/**
|
|
8
|
+
* @title Fool's Hat Enchantment
|
|
9
|
+
*/
|
|
10
|
+
export declare type FoolsHatEnchantment = {
|
|
11
|
+
id: Activatable.Id;
|
|
12
|
+
levels?: Activatable.Levels;
|
|
13
|
+
property: Activatable.Property;
|
|
14
|
+
ap_value: Activatable.AdventurePointsValue;
|
|
15
|
+
src: PublicationRefs;
|
|
16
|
+
/**
|
|
17
|
+
* All translations for the entry, identified by IETF language tag (BCP47).
|
|
18
|
+
* @minProperties 1
|
|
19
|
+
*/
|
|
20
|
+
translations: {
|
|
21
|
+
/**
|
|
22
|
+
* @patternProperties ^[a-z]{2}-[A-Z]{2}$
|
|
23
|
+
*/
|
|
24
|
+
[localeId: string]: {
|
|
25
|
+
name: Activatable.Name;
|
|
26
|
+
name_in_library?: Activatable.NameInLibrary;
|
|
27
|
+
effect: Activatable.Effect;
|
|
28
|
+
errata?: Errata;
|
|
29
|
+
};
|
|
30
|
+
};
|
|
31
|
+
};
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @main InstrumentEnchantment
|
|
3
|
+
*/
|
|
4
|
+
import { Errata } from "../source/_Erratum";
|
|
5
|
+
import { PublicationRefs } from "../source/_PublicationRef";
|
|
6
|
+
import * as Activatable from "../_Activatable";
|
|
7
|
+
/**
|
|
8
|
+
* @title Instrument Enchantment
|
|
9
|
+
*/
|
|
10
|
+
export declare type InstrumentEnchantment = {
|
|
11
|
+
id: Activatable.Id;
|
|
12
|
+
levels?: Activatable.Levels;
|
|
13
|
+
property: Activatable.Property;
|
|
14
|
+
ap_value: Activatable.AdventurePointsValue;
|
|
15
|
+
src: PublicationRefs;
|
|
16
|
+
/**
|
|
17
|
+
* All translations for the entry, identified by IETF language tag (BCP47).
|
|
18
|
+
* @minProperties 1
|
|
19
|
+
*/
|
|
20
|
+
translations: {
|
|
21
|
+
/**
|
|
22
|
+
* @patternProperties ^[a-z]{2}-[A-Z]{2}$
|
|
23
|
+
*/
|
|
24
|
+
[localeId: string]: {
|
|
25
|
+
name: Activatable.Name;
|
|
26
|
+
name_in_library?: Activatable.NameInLibrary;
|
|
27
|
+
effect: Activatable.Effect;
|
|
28
|
+
errata?: Errata;
|
|
29
|
+
};
|
|
30
|
+
};
|
|
31
|
+
};
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @main Krallenkettenzauber
|
|
3
|
+
*/
|
|
4
|
+
import { Errata } from "../source/_Erratum";
|
|
5
|
+
import { PublicationRefs } from "../source/_PublicationRef";
|
|
6
|
+
import * as Activatable from "../_Activatable";
|
|
7
|
+
/**
|
|
8
|
+
* @title Krallenkettenzauber
|
|
9
|
+
*/
|
|
10
|
+
export declare type Krallenkettenzauber = {
|
|
11
|
+
id: Activatable.Id;
|
|
12
|
+
levels?: Activatable.Levels;
|
|
13
|
+
property: Activatable.Property;
|
|
14
|
+
ap_value: Activatable.AdventurePointsValue;
|
|
15
|
+
src: PublicationRefs;
|
|
16
|
+
/**
|
|
17
|
+
* All translations for the entry, identified by IETF language tag (BCP47).
|
|
18
|
+
* @minProperties 1
|
|
19
|
+
*/
|
|
20
|
+
translations: {
|
|
21
|
+
/**
|
|
22
|
+
* @patternProperties ^[a-z]{2}-[A-Z]{2}$
|
|
23
|
+
*/
|
|
24
|
+
[localeId: string]: {
|
|
25
|
+
name: Activatable.Name;
|
|
26
|
+
name_in_library?: Activatable.NameInLibrary;
|
|
27
|
+
effect: Activatable.Effect;
|
|
28
|
+
errata?: Errata;
|
|
29
|
+
};
|
|
30
|
+
};
|
|
31
|
+
};
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @main OrbEnchantment
|
|
3
|
+
*/
|
|
4
|
+
import { Errata } from "../source/_Erratum";
|
|
5
|
+
import { PublicationRefs } from "../source/_PublicationRef";
|
|
6
|
+
import * as Activatable from "../_Activatable";
|
|
7
|
+
/**
|
|
8
|
+
* @title Orb Enchantment
|
|
9
|
+
*/
|
|
10
|
+
export declare type OrbEnchantment = {
|
|
11
|
+
id: Activatable.Id;
|
|
12
|
+
levels?: Activatable.Levels;
|
|
13
|
+
property: Activatable.Property;
|
|
14
|
+
ap_value: Activatable.AdventurePointsValue;
|
|
15
|
+
src: PublicationRefs;
|
|
16
|
+
/**
|
|
17
|
+
* All translations for the entry, identified by IETF language tag (BCP47).
|
|
18
|
+
* @minProperties 1
|
|
19
|
+
*/
|
|
20
|
+
translations: {
|
|
21
|
+
/**
|
|
22
|
+
* @patternProperties ^[a-z]{2}-[A-Z]{2}$
|
|
23
|
+
*/
|
|
24
|
+
[localeId: string]: {
|
|
25
|
+
name: Activatable.Name;
|
|
26
|
+
name_in_library?: Activatable.NameInLibrary;
|
|
27
|
+
effect: Activatable.Effect;
|
|
28
|
+
errata?: Errata;
|
|
29
|
+
};
|
|
30
|
+
};
|
|
31
|
+
};
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @main RingEnchantment
|
|
3
|
+
*/
|
|
4
|
+
import { Errata } from "../source/_Erratum";
|
|
5
|
+
import { PublicationRefs } from "../source/_PublicationRef";
|
|
6
|
+
import * as Activatable from "../_Activatable";
|
|
7
|
+
/**
|
|
8
|
+
* @title Ring Enchantment
|
|
9
|
+
*/
|
|
10
|
+
export declare type RingEnchantment = {
|
|
11
|
+
id: Activatable.Id;
|
|
12
|
+
levels?: Activatable.Levels;
|
|
13
|
+
property: Activatable.Property;
|
|
14
|
+
ap_value: Activatable.AdventurePointsValue;
|
|
15
|
+
src: PublicationRefs;
|
|
16
|
+
/**
|
|
17
|
+
* All translations for the entry, identified by IETF language tag (BCP47).
|
|
18
|
+
* @minProperties 1
|
|
19
|
+
*/
|
|
20
|
+
translations: {
|
|
21
|
+
/**
|
|
22
|
+
* @patternProperties ^[a-z]{2}-[A-Z]{2}$
|
|
23
|
+
*/
|
|
24
|
+
[localeId: string]: {
|
|
25
|
+
name: Activatable.Name;
|
|
26
|
+
name_in_library?: Activatable.NameInLibrary;
|
|
27
|
+
effect: Activatable.Effect;
|
|
28
|
+
errata?: Errata;
|
|
29
|
+
};
|
|
30
|
+
};
|
|
31
|
+
};
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @main SickleRitual
|
|
3
|
+
*/
|
|
4
|
+
import { Errata } from "../source/_Erratum";
|
|
5
|
+
import { PublicationRefs } from "../source/_PublicationRef";
|
|
6
|
+
import * as Activatable from "../_Activatable";
|
|
7
|
+
/**
|
|
8
|
+
* @title Sickle Ritual
|
|
9
|
+
*/
|
|
10
|
+
export declare type SickleRitual = {
|
|
11
|
+
id: Activatable.Id;
|
|
12
|
+
levels?: Activatable.Levels;
|
|
13
|
+
property: Activatable.Property;
|
|
14
|
+
ap_value: Activatable.AdventurePointsValue;
|
|
15
|
+
src: PublicationRefs;
|
|
16
|
+
/**
|
|
17
|
+
* All translations for the entry, identified by IETF language tag (BCP47).
|
|
18
|
+
* @minProperties 1
|
|
19
|
+
*/
|
|
20
|
+
translations: {
|
|
21
|
+
/**
|
|
22
|
+
* @patternProperties ^[a-z]{2}-[A-Z]{2}$
|
|
23
|
+
*/
|
|
24
|
+
[localeId: string]: {
|
|
25
|
+
name: Activatable.Name;
|
|
26
|
+
name_in_library?: Activatable.NameInLibrary;
|
|
27
|
+
effect: Activatable.Effect;
|
|
28
|
+
errata?: Errata;
|
|
29
|
+
};
|
|
30
|
+
};
|
|
31
|
+
};
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @main SpellSwordEnchantment
|
|
3
|
+
*/
|
|
4
|
+
import { Errata } from "../source/_Erratum";
|
|
5
|
+
import { PublicationRefs } from "../source/_PublicationRef";
|
|
6
|
+
import * as Activatable from "../_Activatable";
|
|
7
|
+
/**
|
|
8
|
+
* @title Spell-Sword Enchantment
|
|
9
|
+
*/
|
|
10
|
+
export declare type SpellSwordEnchantment = {
|
|
11
|
+
id: Activatable.Id;
|
|
12
|
+
levels?: Activatable.Levels;
|
|
13
|
+
property: Activatable.Property;
|
|
14
|
+
ap_value: Activatable.AdventurePointsValue;
|
|
15
|
+
src: PublicationRefs;
|
|
16
|
+
/**
|
|
17
|
+
* All translations for the entry, identified by IETF language tag (BCP47).
|
|
18
|
+
* @minProperties 1
|
|
19
|
+
*/
|
|
20
|
+
translations: {
|
|
21
|
+
/**
|
|
22
|
+
* @patternProperties ^[a-z]{2}-[A-Z]{2}$
|
|
23
|
+
*/
|
|
24
|
+
[localeId: string]: {
|
|
25
|
+
name: Activatable.Name;
|
|
26
|
+
name_in_library?: Activatable.NameInLibrary;
|
|
27
|
+
effect: Activatable.Effect;
|
|
28
|
+
errata?: Errata;
|
|
29
|
+
};
|
|
30
|
+
};
|
|
31
|
+
};
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @main StaffEnchantment
|
|
3
|
+
*/
|
|
4
|
+
import { Errata } from "../source/_Erratum";
|
|
5
|
+
import { PublicationRefs } from "../source/_PublicationRef";
|
|
6
|
+
import * as Activatable from "../_Activatable";
|
|
7
|
+
/**
|
|
8
|
+
* @title Staff Enchantment
|
|
9
|
+
*/
|
|
10
|
+
export declare type StaffEnchantment = {
|
|
11
|
+
id: Activatable.Id;
|
|
12
|
+
levels?: Activatable.Levels;
|
|
13
|
+
property: Activatable.Property;
|
|
14
|
+
ap_value: Activatable.AdventurePointsValue;
|
|
15
|
+
src: PublicationRefs;
|
|
16
|
+
/**
|
|
17
|
+
* All translations for the entry, identified by IETF language tag (BCP47).
|
|
18
|
+
* @minProperties 1
|
|
19
|
+
*/
|
|
20
|
+
translations: {
|
|
21
|
+
/**
|
|
22
|
+
* @patternProperties ^[a-z]{2}-[A-Z]{2}$
|
|
23
|
+
*/
|
|
24
|
+
[localeId: string]: {
|
|
25
|
+
name: Activatable.Name;
|
|
26
|
+
name_in_library?: Activatable.NameInLibrary;
|
|
27
|
+
effect: Activatable.Effect;
|
|
28
|
+
errata?: Errata;
|
|
29
|
+
};
|
|
30
|
+
};
|
|
31
|
+
};
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @main ToyEnchantment
|
|
3
|
+
*/
|
|
4
|
+
import { Errata } from "../source/_Erratum";
|
|
5
|
+
import { PublicationRefs } from "../source/_PublicationRef";
|
|
6
|
+
import * as Activatable from "../_Activatable";
|
|
7
|
+
/**
|
|
8
|
+
* @title Toy Enchantment
|
|
9
|
+
*/
|
|
10
|
+
export declare type ToyEnchantment = {
|
|
11
|
+
id: Activatable.Id;
|
|
12
|
+
levels?: Activatable.Levels;
|
|
13
|
+
property: Activatable.Property;
|
|
14
|
+
ap_value: Activatable.AdventurePointsValue;
|
|
15
|
+
src: PublicationRefs;
|
|
16
|
+
/**
|
|
17
|
+
* All translations for the entry, identified by IETF language tag (BCP47).
|
|
18
|
+
* @minProperties 1
|
|
19
|
+
*/
|
|
20
|
+
translations: {
|
|
21
|
+
/**
|
|
22
|
+
* @patternProperties ^[a-z]{2}-[A-Z]{2}$
|
|
23
|
+
*/
|
|
24
|
+
[localeId: string]: {
|
|
25
|
+
name: Activatable.Name;
|
|
26
|
+
name_in_library?: Activatable.NameInLibrary;
|
|
27
|
+
effect: Activatable.Effect;
|
|
28
|
+
errata?: Errata;
|
|
29
|
+
};
|
|
30
|
+
};
|
|
31
|
+
};
|