optolith-database-schema 0.10.0 → 0.10.1
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 +2 -0
- package/lib/config.d.ts +1 -1
- package/lib/main.d.ts +3 -3
- package/lib/types/Advantage.d.ts +2 -2
- package/lib/types/AnimalDisease.d.ts +1 -1
- package/lib/types/AnimalType.d.ts +2 -2
- package/lib/types/ArcaneBardTradition.d.ts +1 -1
- package/lib/types/ArcaneDancerTradition.d.ts +1 -1
- package/lib/types/Aspect.d.ts +2 -2
- package/lib/types/Attribute.d.ts +2 -2
- package/lib/types/Blessing.d.ts +8 -8
- package/lib/types/Cantrip.d.ts +14 -14
- package/lib/types/Ceremony.d.ts +2 -2
- package/lib/types/CombatTechnique_Close.d.ts +3 -3
- package/lib/types/CombatTechnique_Ranged.d.ts +3 -3
- package/lib/types/Condition.d.ts +2 -2
- package/lib/types/Continent.d.ts +2 -2
- package/lib/types/Culture.d.ts +21 -21
- package/lib/types/DerivedCharacteristic.d.ts +3 -3
- package/lib/types/Disadvantage.d.ts +2 -2
- package/lib/types/Disease.d.ts +1 -1
- package/lib/types/Element.d.ts +2 -2
- package/lib/types/ExperienceLevel.d.ts +2 -2
- package/lib/types/EyeColor.d.ts +2 -2
- package/lib/types/FamiliarsTrick.d.ts +22 -22
- package/lib/types/HairColor.d.ts +2 -2
- package/lib/types/Kirchenpraegung.d.ts +1 -1
- package/lib/types/Lessons_Curriculum.d.ts +18 -18
- package/lib/types/Lessons_Guideline.d.ts +2 -2
- package/lib/types/LiturgicalChant.d.ts +2 -2
- package/lib/types/Locale.d.ts +2 -2
- package/lib/types/MetaCondition.d.ts +2 -2
- package/lib/types/PactCategory.d.ts +6 -6
- package/lib/types/Patron.d.ts +13 -13
- package/lib/types/PatronCategory.d.ts +2 -2
- package/lib/types/PersonalityTrait.d.ts +3 -3
- package/lib/types/Profession.d.ts +41 -41
- package/lib/types/Property.d.ts +2 -2
- package/lib/types/Race.d.ts +14 -14
- package/lib/types/Region.d.ts +2 -2
- package/lib/types/Ritual.d.ts +2 -2
- package/lib/types/Service.d.ts +2 -2
- package/lib/types/SexPractice.d.ts +2 -2
- package/lib/types/Skill.d.ts +6 -6
- package/lib/types/SkillGroup.d.ts +2 -2
- package/lib/types/SkillModificationLevel.d.ts +6 -6
- package/lib/types/SocialStatus.d.ts +2 -2
- package/lib/types/Spell.d.ts +2 -2
- package/lib/types/State.d.ts +2 -2
- package/lib/types/Talisman.d.ts +3 -3
- package/lib/types/TargetCategory.d.ts +3 -3
- package/lib/types/UI.d.ts +1 -1
- package/lib/types/_Activatable.d.ts +109 -109
- package/lib/types/_ActivatableSelectOptionCategory.d.ts +27 -27
- package/lib/types/_ActivatableSkill.d.ts +8 -8
- package/lib/types/_ActivatableSkillCastingTime.d.ts +8 -8
- package/lib/types/_ActivatableSkillCheckResultBased.d.ts +2 -2
- package/lib/types/_ActivatableSkillCost.d.ts +20 -20
- package/lib/types/_ActivatableSkillDuration.d.ts +13 -13
- package/lib/types/_ActivatableSkillEffect.d.ts +4 -4
- package/lib/types/_ActivatableSkillRange.d.ts +6 -6
- package/lib/types/_ActivatableSkillTargetCategory.d.ts +4 -4
- package/lib/types/_AlternativeNames.d.ts +1 -1
- package/lib/types/_ArcaneTradition.d.ts +2 -2
- package/lib/types/_Blessed.d.ts +2 -2
- package/lib/types/_CommonnessRatedAdvantageDisadvantage.d.ts +1 -1
- package/lib/types/_Dice.d.ts +1 -1
- package/lib/types/_DiseasePoison.d.ts +4 -4
- package/lib/types/_Enhancements.d.ts +3 -3
- package/lib/types/_I18n.d.ts +1 -1
- package/lib/types/_Identifier.d.ts +132 -132
- package/lib/types/_IdentifierGroup.d.ts +20 -20
- package/lib/types/_Influence.d.ts +3 -3
- package/lib/types/_LocaleMap.d.ts +1 -1
- package/lib/types/_NonEmptyString.d.ts +2 -2
- package/lib/types/_Prerequisite.d.ts +21 -21
- package/lib/types/_ResponsiveText.d.ts +3 -3
- package/lib/types/_SimpleReferences.d.ts +44 -44
- package/lib/types/_SkillCheck.d.ts +1 -1
- package/lib/types/_Spellwork.d.ts +2 -2
- package/lib/types/equipment/EquipmentPackage.d.ts +3 -3
- package/lib/types/equipment/item/Alchemicum.d.ts +1 -1
- package/lib/types/equipment/item/Ammunition.d.ts +2 -2
- package/lib/types/equipment/item/Animal.d.ts +1 -1
- package/lib/types/equipment/item/AnimalCare.d.ts +5 -5
- package/lib/types/equipment/item/Armor.d.ts +11 -11
- package/lib/types/equipment/item/BandageOrRemedy.d.ts +1 -1
- package/lib/types/equipment/item/Book.d.ts +2 -2
- package/lib/types/equipment/item/CeremonialItem.d.ts +1 -1
- package/lib/types/equipment/item/Clothes.d.ts +1 -1
- package/lib/types/equipment/item/Container.d.ts +1 -1
- package/lib/types/equipment/item/Elixir.d.ts +2 -2
- package/lib/types/equipment/item/EquipmentOfBlessedOnes.d.ts +1 -1
- package/lib/types/equipment/item/GemOrPreciousStone.d.ts +2 -2
- package/lib/types/equipment/item/IlluminationLightSource.d.ts +3 -3
- package/lib/types/equipment/item/IlluminationRefillsOrSupplies.d.ts +1 -1
- package/lib/types/equipment/item/Jewelry.d.ts +3 -3
- package/lib/types/equipment/item/Liebesspielzeug.d.ts +1 -1
- package/lib/types/equipment/item/LuxuryGood.d.ts +1 -1
- package/lib/types/equipment/item/MagicalArtifact.d.ts +2 -2
- package/lib/types/equipment/item/MusicalInstrument.d.ts +1 -1
- package/lib/types/equipment/item/OrienteeringAid.d.ts +1 -1
- package/lib/types/equipment/item/Poison.d.ts +26 -26
- package/lib/types/equipment/item/RopeOrChain.d.ts +1 -1
- package/lib/types/equipment/item/Stationary.d.ts +1 -1
- package/lib/types/equipment/item/ThievesTool.d.ts +1 -1
- package/lib/types/equipment/item/ToolOfTheTrade.d.ts +3 -3
- package/lib/types/equipment/item/TravelGearOrTool.d.ts +1 -1
- package/lib/types/equipment/item/Vehicle.d.ts +1 -1
- package/lib/types/equipment/item/Weapon.d.ts +9 -9
- package/lib/types/equipment/item/WeaponAccessory.d.ts +1 -1
- package/lib/types/equipment/item/_Herbary.d.ts +1 -1
- package/lib/types/equipment/item/_Item.d.ts +12 -12
- package/lib/types/equipment/item/_MeleeWeapon.d.ts +7 -7
- package/lib/types/equipment/item/_RangedWeapon.d.ts +6 -6
- package/lib/types/equipment/item/_Weapon.d.ts +5 -5
- package/lib/types/equipment/item/sub/ArmorType.d.ts +2 -2
- package/lib/types/equipment/item/sub/Reach.d.ts +2 -2
- package/lib/types/magicalActions/AnimistPower.d.ts +16 -16
- package/lib/types/magicalActions/AnimistPower_Tribe.d.ts +2 -2
- package/lib/types/magicalActions/Curse.d.ts +10 -10
- package/lib/types/magicalActions/DominationRitual.d.ts +9 -9
- package/lib/types/magicalActions/ElvenMagicalSong.d.ts +7 -7
- package/lib/types/magicalActions/GeodeRitual.d.ts +10 -10
- package/lib/types/magicalActions/JesterTrick.d.ts +9 -9
- package/lib/types/magicalActions/MagicalDance.d.ts +6 -6
- package/lib/types/magicalActions/MagicalMelody.d.ts +6 -6
- package/lib/types/magicalActions/MagicalRune.d.ts +22 -22
- package/lib/types/magicalActions/ZibiljaRitual.d.ts +3 -3
- package/lib/types/magicalActions/_MusicTradition.d.ts +3 -3
- package/lib/types/magicalActions/_SkillReference.d.ts +1 -1
- package/lib/types/prerequisites/ConditionalPrerequisites.d.ts +1 -1
- package/lib/types/prerequisites/DisplayOption.d.ts +2 -2
- package/lib/types/prerequisites/PrerequisiteGroups.d.ts +15 -15
- package/lib/types/prerequisites/single/ActivatablePrerequisite.d.ts +1 -1
- package/lib/types/prerequisites/single/AncestorBloodPrerequisite.d.ts +1 -1
- package/lib/types/prerequisites/single/AnimistPowerPrerequisite.d.ts +1 -1
- package/lib/types/prerequisites/single/CulturePrerequisite.d.ts +1 -1
- package/lib/types/prerequisites/single/EnhancementPrerequisite.d.ts +4 -4
- package/lib/types/prerequisites/single/InfluencePrerequisite.d.ts +1 -1
- package/lib/types/prerequisites/single/PactPrerequisite.d.ts +1 -1
- package/lib/types/prerequisites/single/PrimaryAttributePrerequisite.d.ts +1 -1
- package/lib/types/prerequisites/single/PublicationPrerequisite.d.ts +1 -1
- package/lib/types/prerequisites/single/RacePrerequisite.d.ts +1 -1
- package/lib/types/prerequisites/single/RatedMinimumNumberPrerequisite.d.ts +6 -6
- package/lib/types/prerequisites/single/RatedPrerequisite.d.ts +1 -1
- package/lib/types/prerequisites/single/RatedSumPrerequisite.d.ts +1 -1
- package/lib/types/prerequisites/single/RulePrerequisite.d.ts +1 -1
- package/lib/types/prerequisites/single/SexPrerequisite.d.ts +1 -1
- package/lib/types/prerequisites/single/SexualCharacteristicPrerequisite.d.ts +1 -1
- package/lib/types/prerequisites/single/SocialStatusPrerequisite.d.ts +1 -1
- package/lib/types/prerequisites/single/StatePrerequisite.d.ts +1 -1
- package/lib/types/prerequisites/single/TextPrerequisite.d.ts +2 -2
- package/lib/types/prerequisites/single/TraditionPrerequisite.d.ts +2 -2
- package/lib/types/rule/CoreRule.d.ts +11 -11
- package/lib/types/rule/FocusRule.d.ts +2 -2
- package/lib/types/rule/FocusRule_Subject.d.ts +2 -2
- package/lib/types/rule/OptionalRule.d.ts +2 -2
- package/lib/types/source/Publication.d.ts +2 -2
- package/lib/types/source/_Erratum.d.ts +2 -2
- package/lib/types/source/_PublicationRef.d.ts +13 -13
- package/lib/types/specialAbility/AdvancedCombatSpecialAbility.d.ts +2 -2
- package/lib/types/specialAbility/AdvancedKarmaSpecialAbility.d.ts +2 -2
- package/lib/types/specialAbility/AdvancedMagicalSpecialAbility.d.ts +2 -2
- package/lib/types/specialAbility/AdvancedSkillSpecialAbility.d.ts +2 -2
- package/lib/types/specialAbility/AncestorGlyph.d.ts +2 -2
- package/lib/types/specialAbility/BlessedTradition.d.ts +8 -8
- package/lib/types/specialAbility/BrawlingSpecialAbility.d.ts +2 -2
- package/lib/types/specialAbility/CeremonialItemSpecialAbility.d.ts +2 -2
- package/lib/types/specialAbility/CombatSpecialAbility.d.ts +2 -2
- package/lib/types/specialAbility/CombatStyleSpecialAbility.d.ts +2 -2
- package/lib/types/specialAbility/CommandSpecialAbility.d.ts +1 -1
- package/lib/types/specialAbility/FamiliarSpecialAbility.d.ts +2 -2
- package/lib/types/specialAbility/FatePointSexSpecialAbility.d.ts +2 -2
- package/lib/types/specialAbility/FatePointSpecialAbility.d.ts +2 -2
- package/lib/types/specialAbility/GeneralSpecialAbility.d.ts +2 -2
- package/lib/types/specialAbility/KarmaSpecialAbility.d.ts +2 -2
- package/lib/types/specialAbility/LiturgicalStyleSpecialAbility.d.ts +2 -2
- package/lib/types/specialAbility/LycantropicGift.d.ts +2 -2
- package/lib/types/specialAbility/MagicStyleSpecialAbility.d.ts +2 -2
- package/lib/types/specialAbility/MagicalSign.d.ts +2 -2
- package/lib/types/specialAbility/MagicalSpecialAbility.d.ts +2 -2
- package/lib/types/specialAbility/MagicalTradition.d.ts +3 -3
- package/lib/types/specialAbility/PactGift.d.ts +9 -9
- package/lib/types/specialAbility/ProtectiveWardingCircleSpecialAbility.d.ts +2 -2
- package/lib/types/specialAbility/Sermon.d.ts +2 -2
- package/lib/types/specialAbility/SexSpecialAbility.d.ts +2 -2
- package/lib/types/specialAbility/SikaryanDrainSpecialAbility.d.ts +2 -2
- package/lib/types/specialAbility/SkillStyleSpecialAbility.d.ts +2 -2
- package/lib/types/specialAbility/VampiricGift.d.ts +2 -2
- package/lib/types/specialAbility/Vision.d.ts +2 -2
- package/lib/types/specialAbility/_Tradition.d.ts +1 -1
- package/lib/types/specialAbility/sub/Language.d.ts +8 -8
- package/lib/types/specialAbility/sub/Script.d.ts +2 -2
- package/lib/types/specialAbility/sub/TradeSecret.d.ts +2 -2
- package/lib/types/specialAbility/sub/_LanguageScript.d.ts +1 -1
- package/lib/types/traditionArtifacts/ArcaneOrbEnchantment.d.ts +2 -2
- package/lib/types/traditionArtifacts/AttireEnchantment.d.ts +2 -2
- package/lib/types/traditionArtifacts/BowlEnchantment.d.ts +2 -2
- package/lib/types/traditionArtifacts/CauldronEnchantment.d.ts +3 -3
- package/lib/types/traditionArtifacts/ChronicleEnchantment.d.ts +2 -2
- package/lib/types/traditionArtifacts/DaggerRitual.d.ts +6 -6
- package/lib/types/traditionArtifacts/FoolsHatEnchantment.d.ts +2 -2
- package/lib/types/traditionArtifacts/InstrumentEnchantment.d.ts +2 -2
- package/lib/types/traditionArtifacts/Krallenkettenzauber.d.ts +2 -2
- package/lib/types/traditionArtifacts/OrbEnchantment.d.ts +2 -2
- package/lib/types/traditionArtifacts/RingEnchantment.d.ts +2 -2
- package/lib/types/traditionArtifacts/SickleRitual.d.ts +2 -2
- package/lib/types/traditionArtifacts/SpellSwordEnchantment.d.ts +2 -2
- package/lib/types/traditionArtifacts/StaffEnchantment.d.ts +2 -2
- package/lib/types/traditionArtifacts/ToyEnchantment.d.ts +2 -2
- package/lib/types/traditionArtifacts/Trinkhornzauber.d.ts +2 -2
- package/lib/types/traditionArtifacts/WandEnchantment.d.ts +2 -2
- package/lib/types/traditionArtifacts/WeaponEnchantment.d.ts +2 -2
- package/lib/types/traditionArtifacts/sub/AnimalShape.d.ts +4 -4
- package/lib/types/traditionArtifacts/sub/AnimalShapePath.d.ts +2 -2
- package/lib/types/traditionArtifacts/sub/AnimalShapeSize.d.ts +2 -2
- package/lib/types/traditionArtifacts/sub/Brew.d.ts +2 -2
- package/lib/validation/schema.d.ts +5 -5
- package/package.json +5 -5
|
@@ -6,7 +6,7 @@ import { LocaleMap } from "./_LocaleMap.js";
|
|
|
6
6
|
* Adventure Points and maximum values at hero creation.
|
|
7
7
|
* @title Experience Level
|
|
8
8
|
*/
|
|
9
|
-
export
|
|
9
|
+
export type ExperienceLevel = {
|
|
10
10
|
/**
|
|
11
11
|
* An unique, increasing integer.
|
|
12
12
|
* @integer
|
|
@@ -53,7 +53,7 @@ export declare type ExperienceLevel = {
|
|
|
53
53
|
*/
|
|
54
54
|
translations: LocaleMap<ExperienceLevelTranslation>;
|
|
55
55
|
};
|
|
56
|
-
export
|
|
56
|
+
export type ExperienceLevelTranslation = {
|
|
57
57
|
/**
|
|
58
58
|
* The name of the experience level.
|
|
59
59
|
* @minLength 1
|
package/lib/types/EyeColor.d.ts
CHANGED
|
@@ -6,7 +6,7 @@ import { NonEmptyString } from "./_NonEmptyString.js";
|
|
|
6
6
|
/**
|
|
7
7
|
* @title Eye Color
|
|
8
8
|
*/
|
|
9
|
-
export
|
|
9
|
+
export type EyeColor = {
|
|
10
10
|
/**
|
|
11
11
|
* The eye color's identifier. An unique, increasing integer.
|
|
12
12
|
* @integer
|
|
@@ -18,7 +18,7 @@ export declare type EyeColor = {
|
|
|
18
18
|
*/
|
|
19
19
|
translations: LocaleMap<EyeColorTranslation>;
|
|
20
20
|
};
|
|
21
|
-
export
|
|
21
|
+
export type EyeColorTranslation = {
|
|
22
22
|
/**
|
|
23
23
|
* The eye color.
|
|
24
24
|
*/
|
|
@@ -10,7 +10,7 @@ import { AnimalTypeReference, PropertyReference } from "./_SimpleReferences.js";
|
|
|
10
10
|
/**
|
|
11
11
|
* @title Familiar's Trick
|
|
12
12
|
*/
|
|
13
|
-
export
|
|
13
|
+
export type FamiliarsTrick = {
|
|
14
14
|
/**
|
|
15
15
|
* The familiar's trick's identifier. An unique, increasing integer.
|
|
16
16
|
* @integer
|
|
@@ -46,26 +46,26 @@ export declare type FamiliarsTrick = {
|
|
|
46
46
|
*/
|
|
47
47
|
translations: LocaleMap<FamiliarsTrickTranslation>;
|
|
48
48
|
};
|
|
49
|
-
export
|
|
49
|
+
export type Property = {
|
|
50
50
|
tag: "Fixed";
|
|
51
51
|
fixed: PropertyReference;
|
|
52
52
|
} | {
|
|
53
53
|
tag: "Indefinite";
|
|
54
54
|
indefinite: IndefiniteProperty;
|
|
55
55
|
};
|
|
56
|
-
export
|
|
56
|
+
export type IndefiniteProperty = {
|
|
57
57
|
/**
|
|
58
58
|
* All translations for the entry, identified by IETF language tag (BCP47).
|
|
59
59
|
*/
|
|
60
60
|
translations: LocaleMap<IndefinitePropertyTranslation>;
|
|
61
61
|
};
|
|
62
|
-
export
|
|
62
|
+
export type IndefinitePropertyTranslation = {
|
|
63
63
|
/**
|
|
64
64
|
* A description of the property.
|
|
65
65
|
*/
|
|
66
66
|
description: ResponsiveText;
|
|
67
67
|
};
|
|
68
|
-
export
|
|
68
|
+
export type FamiliarsTrickTranslation = {
|
|
69
69
|
/**
|
|
70
70
|
* The name of the familiar's trick.
|
|
71
71
|
* @minLength 1
|
|
@@ -96,7 +96,7 @@ export declare type FamiliarsTrickTranslation = {
|
|
|
96
96
|
/**
|
|
97
97
|
* Measurable parameters of a familiar's trick.
|
|
98
98
|
*/
|
|
99
|
-
export
|
|
99
|
+
export type PerformanceParameters = {
|
|
100
100
|
tag: "OneTime";
|
|
101
101
|
one_time: OneTimePerformanceParameters;
|
|
102
102
|
} | {
|
|
@@ -106,11 +106,11 @@ export declare type PerformanceParameters = {
|
|
|
106
106
|
tag: "Sustained";
|
|
107
107
|
sustained: SustainedPerformanceParameters;
|
|
108
108
|
};
|
|
109
|
-
export
|
|
109
|
+
export type OneTimePerformanceParameters = {
|
|
110
110
|
cost: OneTimeCost;
|
|
111
111
|
duration: OneTimeDuration;
|
|
112
112
|
};
|
|
113
|
-
export
|
|
113
|
+
export type OneTimeCost = {
|
|
114
114
|
tag: "Fixed";
|
|
115
115
|
fixed: FixedOneTimeCost;
|
|
116
116
|
} | {
|
|
@@ -120,7 +120,7 @@ export declare type OneTimeCost = {
|
|
|
120
120
|
tag: "Indefinite";
|
|
121
121
|
indefinite: IndefiniteOneTimeCost;
|
|
122
122
|
};
|
|
123
|
-
export
|
|
123
|
+
export type FixedOneTimeCost = {
|
|
124
124
|
/**
|
|
125
125
|
* The AE cost value.
|
|
126
126
|
* @integer
|
|
@@ -143,14 +143,14 @@ export declare type FixedOneTimeCost = {
|
|
|
143
143
|
*/
|
|
144
144
|
translations?: LocaleMap<FixedOneTimeCostTranslation>;
|
|
145
145
|
};
|
|
146
|
-
export
|
|
146
|
+
export type FixedOneTimeCostTranslation = {
|
|
147
147
|
/**
|
|
148
148
|
* The cost have to be per a specific countable entity, e.g. `8 KP
|
|
149
149
|
* per person`.
|
|
150
150
|
*/
|
|
151
151
|
per?: ResponsiveTextOptional;
|
|
152
152
|
};
|
|
153
|
-
export
|
|
153
|
+
export type AllOneTimeCost = {
|
|
154
154
|
/**
|
|
155
155
|
* The minimum AE the familiar has to have.
|
|
156
156
|
* @integer
|
|
@@ -158,20 +158,20 @@ export declare type AllOneTimeCost = {
|
|
|
158
158
|
*/
|
|
159
159
|
minimum?: number;
|
|
160
160
|
};
|
|
161
|
-
export
|
|
161
|
+
export type IndefiniteOneTimeCost = {
|
|
162
162
|
/**
|
|
163
163
|
* All translations for the entry, identified by IETF language tag
|
|
164
164
|
* (BCP47).
|
|
165
165
|
*/
|
|
166
166
|
translations: LocaleMap<IndefiniteOneTimeCostTranslation>;
|
|
167
167
|
};
|
|
168
|
-
export
|
|
168
|
+
export type IndefiniteOneTimeCostTranslation = {
|
|
169
169
|
/**
|
|
170
170
|
* A description of the AE cost.
|
|
171
171
|
*/
|
|
172
172
|
description: ResponsiveText;
|
|
173
173
|
};
|
|
174
|
-
export
|
|
174
|
+
export type OneTimeDuration = {
|
|
175
175
|
tag: "Immediate";
|
|
176
176
|
immediate: {};
|
|
177
177
|
} | {
|
|
@@ -181,7 +181,7 @@ export declare type OneTimeDuration = {
|
|
|
181
181
|
tag: "Indefinite";
|
|
182
182
|
indefinite: IndefiniteOneTimeDuration;
|
|
183
183
|
};
|
|
184
|
-
export
|
|
184
|
+
export type FixedOneTimeDuration = {
|
|
185
185
|
/**
|
|
186
186
|
* If the duration is the maximum duration, so it may end earlier.
|
|
187
187
|
*/
|
|
@@ -201,29 +201,29 @@ export declare type FixedOneTimeDuration = {
|
|
|
201
201
|
*/
|
|
202
202
|
translations?: LocaleMap<FixedOneTimeDurationTranslation>;
|
|
203
203
|
};
|
|
204
|
-
export
|
|
204
|
+
export type FixedOneTimeDurationTranslation = {
|
|
205
205
|
/**
|
|
206
206
|
* A replacement string.
|
|
207
207
|
*/
|
|
208
208
|
replacement?: ResponsiveTextReplace;
|
|
209
209
|
};
|
|
210
|
-
export
|
|
210
|
+
export type IndefiniteOneTimeDuration = {
|
|
211
211
|
/**
|
|
212
212
|
* All translations for the entry, identified by IETF language tag
|
|
213
213
|
* (BCP47).
|
|
214
214
|
*/
|
|
215
215
|
translations: LocaleMap<IndefiniteOneTimeDurationTranslation>;
|
|
216
216
|
};
|
|
217
|
-
export
|
|
217
|
+
export type IndefiniteOneTimeDurationTranslation = {
|
|
218
218
|
/**
|
|
219
219
|
* A description of the duration.
|
|
220
220
|
*/
|
|
221
221
|
description: ResponsiveText;
|
|
222
222
|
};
|
|
223
|
-
export
|
|
223
|
+
export type OneTimeIntervalPerformanceParameters = {
|
|
224
224
|
cost: OneTimeIntervalCost;
|
|
225
225
|
};
|
|
226
|
-
export
|
|
226
|
+
export type OneTimeIntervalCost = {
|
|
227
227
|
/**
|
|
228
228
|
* The AE cost value.
|
|
229
229
|
* @integer
|
|
@@ -241,10 +241,10 @@ export declare type OneTimeIntervalCost = {
|
|
|
241
241
|
*/
|
|
242
242
|
interval: DurationUnitValue;
|
|
243
243
|
};
|
|
244
|
-
export
|
|
244
|
+
export type SustainedPerformanceParameters = {
|
|
245
245
|
cost: SustainedCost;
|
|
246
246
|
};
|
|
247
|
-
export
|
|
247
|
+
export type SustainedCost = {
|
|
248
248
|
/**
|
|
249
249
|
* The AE cost value.
|
|
250
250
|
* @integer
|
package/lib/types/HairColor.d.ts
CHANGED
|
@@ -6,7 +6,7 @@ import { NonEmptyString } from "./_NonEmptyString.js";
|
|
|
6
6
|
/**
|
|
7
7
|
* @title Hair Color
|
|
8
8
|
*/
|
|
9
|
-
export
|
|
9
|
+
export type HairColor = {
|
|
10
10
|
/**
|
|
11
11
|
* The hair color's identifier. An unique, increasing integer.
|
|
12
12
|
* @integer
|
|
@@ -18,7 +18,7 @@ export declare type HairColor = {
|
|
|
18
18
|
*/
|
|
19
19
|
translations: LocaleMap<HairColorTranslation>;
|
|
20
20
|
};
|
|
21
|
-
export
|
|
21
|
+
export type HairColorTranslation = {
|
|
22
22
|
/**
|
|
23
23
|
* The hair color.
|
|
24
24
|
*/
|
|
@@ -5,5 +5,5 @@ import { Influence } from "./_Influence.js";
|
|
|
5
5
|
/**
|
|
6
6
|
* @title Kirchenprägung
|
|
7
7
|
*/
|
|
8
|
-
export
|
|
8
|
+
export type Kirchenpraegung = Influence;
|
|
9
9
|
export declare const validateSchema: import("../validation/schema.js").TypeValidator<Influence>;
|
|
@@ -14,7 +14,7 @@ import { GuidelineReference } from "./_SimpleReferences.js";
|
|
|
14
14
|
* academy.
|
|
15
15
|
* @title Curriculum
|
|
16
16
|
*/
|
|
17
|
-
export
|
|
17
|
+
export type Curriculum = {
|
|
18
18
|
/**
|
|
19
19
|
* The curriculum's identifier. An unique, increasing integer.
|
|
20
20
|
* @integer
|
|
@@ -43,7 +43,7 @@ export declare type Curriculum = {
|
|
|
43
43
|
*/
|
|
44
44
|
translations: LocaleMap<CurriculumTranslation>;
|
|
45
45
|
};
|
|
46
|
-
export
|
|
46
|
+
export type CurriculumTranslation = {
|
|
47
47
|
/**
|
|
48
48
|
* The name of the academy.
|
|
49
49
|
*/
|
|
@@ -53,20 +53,20 @@ export declare type CurriculumTranslation = {
|
|
|
53
53
|
/**
|
|
54
54
|
* The academy's elective spellworks package.
|
|
55
55
|
*/
|
|
56
|
-
|
|
56
|
+
type ElectiveSpellworks = {
|
|
57
57
|
tag: "DefinedByGameMaster";
|
|
58
58
|
defined_by_game_master: {};
|
|
59
59
|
} | {
|
|
60
60
|
tag: "Specific";
|
|
61
61
|
specific: SpecificElectiveSpellworks;
|
|
62
62
|
};
|
|
63
|
-
export
|
|
63
|
+
export type SpecificElectiveSpellworks = {
|
|
64
64
|
/**
|
|
65
65
|
* @minItems 1
|
|
66
66
|
*/
|
|
67
67
|
list: ElectiveSpellwork[];
|
|
68
68
|
};
|
|
69
|
-
export
|
|
69
|
+
export type ElectiveSpellwork = {
|
|
70
70
|
id: SpellworkIdentifier;
|
|
71
71
|
/**
|
|
72
72
|
* The elective spellwork may only take effect if a certain condition is met.
|
|
@@ -82,22 +82,22 @@ export declare type ElectiveSpellwork = {
|
|
|
82
82
|
* designed so that it can work without a specific profession, as multiple may
|
|
83
83
|
* belong to an institute, but with referencing other entities instead.
|
|
84
84
|
*/
|
|
85
|
-
export
|
|
85
|
+
export type ElectiveSpellworkRestriction = {
|
|
86
86
|
tag: "Element";
|
|
87
87
|
element: ElectiveSpellworkElementRestriction;
|
|
88
88
|
};
|
|
89
|
-
export
|
|
89
|
+
export type ElectiveSpellworkElementRestriction = {
|
|
90
90
|
id: ElementIdentifier;
|
|
91
91
|
};
|
|
92
92
|
/**
|
|
93
93
|
* The academy's restricted spellworks package.
|
|
94
94
|
* @minItems 1
|
|
95
95
|
*/
|
|
96
|
-
export
|
|
96
|
+
export type RestrictedSpellworks = RestrictedSpellwork[];
|
|
97
97
|
/**
|
|
98
98
|
* The academy's restricted spellworks package.
|
|
99
99
|
*/
|
|
100
|
-
export
|
|
100
|
+
export type RestrictedSpellwork = {
|
|
101
101
|
tag: "Property";
|
|
102
102
|
property: RestrictedProperty;
|
|
103
103
|
} | {
|
|
@@ -113,7 +113,7 @@ export declare type RestrictedSpellwork = {
|
|
|
113
113
|
tag: "DamageIntelligent";
|
|
114
114
|
damage_intelligent: {};
|
|
115
115
|
};
|
|
116
|
-
export
|
|
116
|
+
export type RestrictedProperty = {
|
|
117
117
|
/**
|
|
118
118
|
* The identifier of the property that spellworks are disallowed from.
|
|
119
119
|
* @integer
|
|
@@ -135,12 +135,12 @@ export declare type RestrictedProperty = {
|
|
|
135
135
|
/**
|
|
136
136
|
* A list of available lesson packages.
|
|
137
137
|
*/
|
|
138
|
-
export
|
|
138
|
+
export type LessonPackages = [LessonPackage, LessonPackage];
|
|
139
139
|
/**
|
|
140
140
|
* @title Lesson Package
|
|
141
141
|
* @minProperties 3
|
|
142
142
|
*/
|
|
143
|
-
export
|
|
143
|
+
export type LessonPackage = {
|
|
144
144
|
/**
|
|
145
145
|
* The lesson package's identifier. An unique, increasing integer.
|
|
146
146
|
* @integer
|
|
@@ -161,11 +161,11 @@ export declare type LessonPackage = {
|
|
|
161
161
|
*/
|
|
162
162
|
translations: LocaleMap<LessonPackageTranslation>;
|
|
163
163
|
};
|
|
164
|
-
export
|
|
164
|
+
export type SpellworkChange = {
|
|
165
165
|
base: SpellworkAdjustment;
|
|
166
166
|
replacement: SpellworkAdjustment;
|
|
167
167
|
};
|
|
168
|
-
export
|
|
168
|
+
export type LessonPackageTranslation = {
|
|
169
169
|
/**
|
|
170
170
|
* The name of the lesson package.
|
|
171
171
|
*/
|
|
@@ -178,7 +178,7 @@ export declare type LessonPackageTranslation = {
|
|
|
178
178
|
*/
|
|
179
179
|
spellwork_changes?: NonEmptyString;
|
|
180
180
|
};
|
|
181
|
-
export
|
|
181
|
+
export type AbilityAdjustment = {
|
|
182
182
|
tag: "CombatTechnique";
|
|
183
183
|
combat_technique: CombatTechniqueAdjustment;
|
|
184
184
|
} | {
|
|
@@ -188,7 +188,7 @@ export declare type AbilityAdjustment = {
|
|
|
188
188
|
tag: "Spellwork";
|
|
189
189
|
spellwork: SpellworkAdjustment;
|
|
190
190
|
};
|
|
191
|
-
export
|
|
191
|
+
export type CombatTechniqueAdjustment = {
|
|
192
192
|
id: CombatTechniqueIdentifier;
|
|
193
193
|
/**
|
|
194
194
|
* The combat technique points that will be added to the current combat
|
|
@@ -199,7 +199,7 @@ export declare type CombatTechniqueAdjustment = {
|
|
|
199
199
|
*/
|
|
200
200
|
points: number;
|
|
201
201
|
};
|
|
202
|
-
export
|
|
202
|
+
export type SkillAdjustment = {
|
|
203
203
|
/**
|
|
204
204
|
* The skill's identifier.
|
|
205
205
|
* @integer
|
|
@@ -214,7 +214,7 @@ export declare type SkillAdjustment = {
|
|
|
214
214
|
*/
|
|
215
215
|
points: number;
|
|
216
216
|
};
|
|
217
|
-
export
|
|
217
|
+
export type SpellworkAdjustment = {
|
|
218
218
|
id: SpellworkIdentifier;
|
|
219
219
|
/**
|
|
220
220
|
* The skill points that will be added to the current skill rating. If a
|
|
@@ -6,7 +6,7 @@ import { NonEmptyString } from "./_NonEmptyString.js";
|
|
|
6
6
|
/**
|
|
7
7
|
* @title Guideline
|
|
8
8
|
*/
|
|
9
|
-
export
|
|
9
|
+
export type Guideline = {
|
|
10
10
|
/**
|
|
11
11
|
* The guideline's identifier. An unique, increasing integer.
|
|
12
12
|
* @integer
|
|
@@ -24,7 +24,7 @@ export declare type Guideline = {
|
|
|
24
24
|
*/
|
|
25
25
|
translations: LocaleMap<GuidelineTranslation>;
|
|
26
26
|
};
|
|
27
|
-
export
|
|
27
|
+
export type GuidelineTranslation = {
|
|
28
28
|
/**
|
|
29
29
|
* The guideline name.
|
|
30
30
|
*/
|
|
@@ -16,7 +16,7 @@ import { SkillCheck, SkillCheckPenalty } from "./_SkillCheck.js";
|
|
|
16
16
|
/**
|
|
17
17
|
* @title Liturgical Chant
|
|
18
18
|
*/
|
|
19
|
-
export
|
|
19
|
+
export type LiturgicalChant = {
|
|
20
20
|
/**
|
|
21
21
|
* The liturgical chant's identifier. An unique, increasing integer.
|
|
22
22
|
* @integer
|
|
@@ -58,7 +58,7 @@ export declare type LiturgicalChant = {
|
|
|
58
58
|
translations: LocaleMap<LiturgicalChantTranslation>;
|
|
59
59
|
enhancements?: Enhancements;
|
|
60
60
|
};
|
|
61
|
-
export
|
|
61
|
+
export type LiturgicalChantTranslation = {
|
|
62
62
|
/**
|
|
63
63
|
* The name of the liturgical chant.
|
|
64
64
|
*/
|
package/lib/types/Locale.d.ts
CHANGED
|
@@ -4,11 +4,11 @@
|
|
|
4
4
|
/**
|
|
5
5
|
* @title Supported locales
|
|
6
6
|
*/
|
|
7
|
-
export
|
|
7
|
+
export type Locales = Locale[];
|
|
8
8
|
/**
|
|
9
9
|
* @title Supported locale
|
|
10
10
|
*/
|
|
11
|
-
export
|
|
11
|
+
export type Locale = {
|
|
12
12
|
/**
|
|
13
13
|
* The locale's identifier. An IETF language tag (BCP47).
|
|
14
14
|
* @pattern ^[a-z]{2}-[A-Z]{2}$
|
|
@@ -11,7 +11,7 @@ import { NonEmptyMarkdown, NonEmptyString } from "./_NonEmptyString.js";
|
|
|
11
11
|
* listed as conditions.
|
|
12
12
|
* @title Meta Condition
|
|
13
13
|
*/
|
|
14
|
-
export
|
|
14
|
+
export type MetaCondition = {
|
|
15
15
|
/**
|
|
16
16
|
* The meta condition's identifier. An unique, increasing integer.
|
|
17
17
|
* @integer
|
|
@@ -24,7 +24,7 @@ export declare type MetaCondition = {
|
|
|
24
24
|
*/
|
|
25
25
|
translations: LocaleMap<MetaConditionTranslation>;
|
|
26
26
|
};
|
|
27
|
-
export
|
|
27
|
+
export type MetaConditionTranslation = {
|
|
28
28
|
/**
|
|
29
29
|
* The meta condition's name.
|
|
30
30
|
*/
|
|
@@ -8,7 +8,7 @@ import { NonEmptyString } from "./_NonEmptyString.js";
|
|
|
8
8
|
/**
|
|
9
9
|
* @title Pact Category
|
|
10
10
|
*/
|
|
11
|
-
export
|
|
11
|
+
export type PactCategory = {
|
|
12
12
|
/**
|
|
13
13
|
* The pact category's identifier. An unique, increasing integer.
|
|
14
14
|
* @integer
|
|
@@ -31,14 +31,14 @@ export declare type PactCategory = {
|
|
|
31
31
|
*/
|
|
32
32
|
translations: LocaleMap<PactCategoryTranslation>;
|
|
33
33
|
};
|
|
34
|
-
export
|
|
34
|
+
export type PactCategoryTranslation = {
|
|
35
35
|
/**
|
|
36
36
|
* The name of the pact category.
|
|
37
37
|
*/
|
|
38
38
|
name: NonEmptyString;
|
|
39
39
|
errata?: Errata;
|
|
40
40
|
};
|
|
41
|
-
export
|
|
41
|
+
export type PactType = {
|
|
42
42
|
/**
|
|
43
43
|
* The type's identifier. An unique, increasing integer.
|
|
44
44
|
* @integer
|
|
@@ -50,13 +50,13 @@ export declare type PactType = {
|
|
|
50
50
|
*/
|
|
51
51
|
translations: LocaleMap<PactTypeTranslation>;
|
|
52
52
|
};
|
|
53
|
-
export
|
|
53
|
+
export type PactTypeTranslation = {
|
|
54
54
|
/**
|
|
55
55
|
* The name of the type.
|
|
56
56
|
*/
|
|
57
57
|
name: NonEmptyString;
|
|
58
58
|
};
|
|
59
|
-
export
|
|
59
|
+
export type PactDomain = {
|
|
60
60
|
/**
|
|
61
61
|
* The domain's identifier. An unique, increasing integer.
|
|
62
62
|
* @integer
|
|
@@ -68,7 +68,7 @@ export declare type PactDomain = {
|
|
|
68
68
|
*/
|
|
69
69
|
translations: LocaleMap<PactDomainTranslation>;
|
|
70
70
|
};
|
|
71
|
-
export
|
|
71
|
+
export type PactDomainTranslation = {
|
|
72
72
|
/**
|
|
73
73
|
* The name of the domain.
|
|
74
74
|
*/
|
package/lib/types/Patron.d.ts
CHANGED
|
@@ -9,7 +9,7 @@ import { AdvantageReference, CultureReference, DisadvantageReference, PatronCate
|
|
|
9
9
|
/**
|
|
10
10
|
* @title Patron
|
|
11
11
|
*/
|
|
12
|
-
export
|
|
12
|
+
export type Patron = {
|
|
13
13
|
/**
|
|
14
14
|
* The patron's identifier. An unique, increasing integer.
|
|
15
15
|
* @integer
|
|
@@ -83,7 +83,7 @@ export declare type Patron = {
|
|
|
83
83
|
*/
|
|
84
84
|
translations: LocaleMap<PatronTranslation>;
|
|
85
85
|
};
|
|
86
|
-
export
|
|
86
|
+
export type PatronTranslation = {
|
|
87
87
|
/**
|
|
88
88
|
* The name of the patron.
|
|
89
89
|
*/
|
|
@@ -94,7 +94,7 @@ export declare type PatronTranslation = {
|
|
|
94
94
|
* all patron cultures, the set should be empty and the operation should be
|
|
95
95
|
* difference.
|
|
96
96
|
*/
|
|
97
|
-
export
|
|
97
|
+
export type PatronCulture = {
|
|
98
98
|
set: CultureReference[];
|
|
99
99
|
operation: PatronCultureOperation;
|
|
100
100
|
};
|
|
@@ -108,7 +108,7 @@ export declare enum PatronCultureOperation {
|
|
|
108
108
|
Intersection = "Intersection",
|
|
109
109
|
Difference = "Difference"
|
|
110
110
|
}
|
|
111
|
-
export
|
|
111
|
+
export type AdvantageAnimalPower = {
|
|
112
112
|
/**
|
|
113
113
|
* The advantage's identifier.
|
|
114
114
|
* @integer
|
|
@@ -128,7 +128,7 @@ export declare type AdvantageAnimalPower = {
|
|
|
128
128
|
*/
|
|
129
129
|
option?: number;
|
|
130
130
|
};
|
|
131
|
-
export
|
|
131
|
+
export type SkillAnimalPower = {
|
|
132
132
|
/**
|
|
133
133
|
* The skill's identifier.
|
|
134
134
|
* @integer
|
|
@@ -142,7 +142,7 @@ export declare type SkillAnimalPower = {
|
|
|
142
142
|
*/
|
|
143
143
|
points: number;
|
|
144
144
|
};
|
|
145
|
-
export
|
|
145
|
+
export type AnimalPowerLevel1 = {
|
|
146
146
|
tag: "Advantage";
|
|
147
147
|
advantage: AdvantageAnimalPower;
|
|
148
148
|
} | {
|
|
@@ -152,8 +152,8 @@ export declare type AnimalPowerLevel1 = {
|
|
|
152
152
|
/**
|
|
153
153
|
* @minItems 1
|
|
154
154
|
*/
|
|
155
|
-
export
|
|
156
|
-
export
|
|
155
|
+
export type AnimalPowersLevel1 = AnimalPowerLevel1[];
|
|
156
|
+
export type CombatAnimalPower = {
|
|
157
157
|
/**
|
|
158
158
|
* The combat value.
|
|
159
159
|
*/
|
|
@@ -173,15 +173,15 @@ export declare enum CombatAnimalPowerType {
|
|
|
173
173
|
DamagePoints = "DamagePoints",
|
|
174
174
|
Protection = "Protection"
|
|
175
175
|
}
|
|
176
|
-
export
|
|
176
|
+
export type AnimalPowerLevel2 = {
|
|
177
177
|
tag: "Combat";
|
|
178
178
|
combat: CombatAnimalPower;
|
|
179
179
|
};
|
|
180
180
|
/**
|
|
181
181
|
* @minItems 1
|
|
182
182
|
*/
|
|
183
|
-
export
|
|
184
|
-
export
|
|
183
|
+
export type AnimalPowersLevel2 = AnimalPowerLevel2[];
|
|
184
|
+
export type AttributeAnimalPower = {
|
|
185
185
|
/**
|
|
186
186
|
* The attribute's identifier.
|
|
187
187
|
* @integer
|
|
@@ -195,12 +195,12 @@ export declare type AttributeAnimalPower = {
|
|
|
195
195
|
*/
|
|
196
196
|
value: number;
|
|
197
197
|
};
|
|
198
|
-
export
|
|
198
|
+
export type AnimalPowerLevel3 = {
|
|
199
199
|
tag: "Attribute";
|
|
200
200
|
attribute: AttributeAnimalPower;
|
|
201
201
|
};
|
|
202
202
|
/**
|
|
203
203
|
* @minItems 1
|
|
204
204
|
*/
|
|
205
|
-
export
|
|
205
|
+
export type AnimalPowersLevel3 = AnimalPowerLevel3[];
|
|
206
206
|
export declare const validateSchema: import("../validation/schema.js").TypeValidator<Patron>;
|
|
@@ -7,7 +7,7 @@ import { CultureReference } from "./_SimpleReferences.js";
|
|
|
7
7
|
/**
|
|
8
8
|
* @title Patron Category
|
|
9
9
|
*/
|
|
10
|
-
export
|
|
10
|
+
export type PatronCategory = {
|
|
11
11
|
/**
|
|
12
12
|
* The patron category's identifier. An unique, increasing integer.
|
|
13
13
|
* @integer
|
|
@@ -26,7 +26,7 @@ export declare type PatronCategory = {
|
|
|
26
26
|
*/
|
|
27
27
|
translations: LocaleMap<PatronCategoryTranslation>;
|
|
28
28
|
};
|
|
29
|
-
export
|
|
29
|
+
export type PatronCategoryTranslation = {
|
|
30
30
|
/**
|
|
31
31
|
* The name of the patron category.
|
|
32
32
|
*/
|
|
@@ -13,7 +13,7 @@ import { PersonalityTraitReference } from "./_SimpleReferences.js";
|
|
|
13
13
|
* lower-level traits.
|
|
14
14
|
* @title Personality Trait
|
|
15
15
|
*/
|
|
16
|
-
export
|
|
16
|
+
export type PersonalityTrait = {
|
|
17
17
|
/**
|
|
18
18
|
* The personality trait's identifier. An unique, increasing integer.
|
|
19
19
|
* @integer
|
|
@@ -40,7 +40,7 @@ export declare type PersonalityTrait = {
|
|
|
40
40
|
*/
|
|
41
41
|
translations: LocaleMap<PersonalityTraitTranslation>;
|
|
42
42
|
};
|
|
43
|
-
export
|
|
43
|
+
export type PersonalityTraitTranslation = {
|
|
44
44
|
/**
|
|
45
45
|
* The name of the personality trait.
|
|
46
46
|
*/
|
|
@@ -53,7 +53,7 @@ export declare type PersonalityTraitTranslation = {
|
|
|
53
53
|
effects: PersonalityTraitEffect[];
|
|
54
54
|
errata?: Errata;
|
|
55
55
|
};
|
|
56
|
-
export
|
|
56
|
+
export type PersonalityTraitEffect = {
|
|
57
57
|
/**
|
|
58
58
|
* A label that is displayed and placed before the actual text.
|
|
59
59
|
*/
|