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
|
@@ -19,24 +19,24 @@ import { PublicationRefs } from "./source/_PublicationRef.js";
|
|
|
19
19
|
* @integer
|
|
20
20
|
* @minimum 0
|
|
21
21
|
*/
|
|
22
|
-
export
|
|
22
|
+
export type Id = number;
|
|
23
23
|
/**
|
|
24
24
|
* The name of the activatable entry.
|
|
25
25
|
* @minLength 1
|
|
26
26
|
*/
|
|
27
|
-
export
|
|
27
|
+
export type Name = string;
|
|
28
28
|
/**
|
|
29
29
|
* The full name of the entry as stated in the sources. Only use when `name`
|
|
30
30
|
* needs to be different from full name for text generation purposes.
|
|
31
31
|
* @minLength 1
|
|
32
32
|
*/
|
|
33
|
-
export
|
|
33
|
+
export type NameInLibrary = string;
|
|
34
34
|
/**
|
|
35
35
|
* Number of available levels.
|
|
36
36
|
* @integer
|
|
37
37
|
* @minimum 2
|
|
38
38
|
*/
|
|
39
|
-
export
|
|
39
|
+
export type Levels = number;
|
|
40
40
|
/**
|
|
41
41
|
* The number stating how often you can buy the entry. The **default** depends on
|
|
42
42
|
* the entry type:
|
|
@@ -50,7 +50,7 @@ export declare type Levels = number;
|
|
|
50
50
|
* @integer
|
|
51
51
|
* @minimum 1
|
|
52
52
|
*/
|
|
53
|
-
export
|
|
53
|
+
export type Maximum = number;
|
|
54
54
|
/**
|
|
55
55
|
* Definitions for possible options for the activatable entry. They can either
|
|
56
56
|
* be derived from entry categories or be defined explicitly. Both can happen as
|
|
@@ -66,7 +66,7 @@ export declare type Maximum = number;
|
|
|
66
66
|
* manually.
|
|
67
67
|
* @minProperties 1
|
|
68
68
|
*/
|
|
69
|
-
export
|
|
69
|
+
export type SelectOptions = {
|
|
70
70
|
/**
|
|
71
71
|
* An entry category with optional further configuration. All available
|
|
72
72
|
* entries from the specified categories will be included as separate select
|
|
@@ -85,7 +85,7 @@ export declare type SelectOptions = {
|
|
|
85
85
|
*/
|
|
86
86
|
explicit?: ExplicitSelectOption[];
|
|
87
87
|
};
|
|
88
|
-
export
|
|
88
|
+
export type ExplicitSelectOption = {
|
|
89
89
|
tag: "General";
|
|
90
90
|
general: ExplicitGeneralSelectOption;
|
|
91
91
|
} | {
|
|
@@ -95,7 +95,7 @@ export declare type ExplicitSelectOption = {
|
|
|
95
95
|
tag: "CombatTechnique";
|
|
96
96
|
combat_technique: ExplicitCombatTechniqueSelectOption;
|
|
97
97
|
};
|
|
98
|
-
export
|
|
98
|
+
export type ExplicitGeneralSelectOption = {
|
|
99
99
|
/**
|
|
100
100
|
* The option's identifier. An unique, increasing integer.
|
|
101
101
|
* @integer
|
|
@@ -143,7 +143,7 @@ export declare type ExplicitGeneralSelectOption = {
|
|
|
143
143
|
*/
|
|
144
144
|
translations: LocaleMap<ExplicitGeneralSelectOptionTranslation>;
|
|
145
145
|
};
|
|
146
|
-
export
|
|
146
|
+
export type ExplicitGeneralSelectOptionTranslation = {
|
|
147
147
|
/**
|
|
148
148
|
* The name of the select option.
|
|
149
149
|
* @minLength 1
|
|
@@ -164,7 +164,7 @@ export declare type ExplicitGeneralSelectOptionTranslation = {
|
|
|
164
164
|
description?: string;
|
|
165
165
|
errata?: Errata;
|
|
166
166
|
};
|
|
167
|
-
export
|
|
167
|
+
export type ExplicitSkillSelectOption = {
|
|
168
168
|
/**
|
|
169
169
|
* The skill's identifier. An unique, increasing integer.
|
|
170
170
|
* @integer
|
|
@@ -210,10 +210,10 @@ export declare type ExplicitSkillSelectOption = {
|
|
|
210
210
|
/**
|
|
211
211
|
* @minProperties 1
|
|
212
212
|
*/
|
|
213
|
-
export
|
|
213
|
+
export type ExplicitSkillSelectOptionTranslation = {
|
|
214
214
|
errata?: Errata;
|
|
215
215
|
};
|
|
216
|
-
export
|
|
216
|
+
export type ExplicitCombatTechniqueSelectOption = {
|
|
217
217
|
/**
|
|
218
218
|
* The combat technique's identifier.
|
|
219
219
|
*/
|
|
@@ -241,17 +241,17 @@ export declare type ExplicitCombatTechniqueSelectOption = {
|
|
|
241
241
|
/**
|
|
242
242
|
* @minProperties 1
|
|
243
243
|
*/
|
|
244
|
-
export
|
|
244
|
+
export type ExplicitCombatTechniqueSelectOptionTranslation = {
|
|
245
245
|
errata?: Errata;
|
|
246
246
|
};
|
|
247
247
|
/**
|
|
248
248
|
* The rule text.
|
|
249
249
|
*/
|
|
250
|
-
export
|
|
250
|
+
export type Rules = NonEmptyMarkdown;
|
|
251
251
|
/**
|
|
252
252
|
* The effect description.
|
|
253
253
|
*/
|
|
254
|
-
export
|
|
254
|
+
export type Effect = NonEmptyMarkdown;
|
|
255
255
|
/**
|
|
256
256
|
* The definition of how the combat special ability can be used in combat.
|
|
257
257
|
*/
|
|
@@ -275,8 +275,8 @@ export declare enum CombatSpecialAbilityType {
|
|
|
275
275
|
* activatable entry.
|
|
276
276
|
* @minItems 1
|
|
277
277
|
*/
|
|
278
|
-
export
|
|
279
|
-
export
|
|
278
|
+
export type SkillApplications = SkillApplication[];
|
|
279
|
+
export type SkillApplication = {
|
|
280
280
|
/**
|
|
281
281
|
* The application's identifier. An entry-unique, increasing integer.
|
|
282
282
|
* @integer
|
|
@@ -292,14 +292,14 @@ export declare type SkillApplication = {
|
|
|
292
292
|
*/
|
|
293
293
|
translations?: LocaleMap<SkillApplicationTranslation>;
|
|
294
294
|
};
|
|
295
|
-
export
|
|
295
|
+
export type SkillApplicationAssociatedSkill = {
|
|
296
296
|
tag: "Single";
|
|
297
297
|
single: SkillReference;
|
|
298
298
|
} | {
|
|
299
299
|
tag: "Multiple";
|
|
300
300
|
multiple: SkillApplicationAssociatedSkills;
|
|
301
301
|
};
|
|
302
|
-
export
|
|
302
|
+
export type SkillApplicationAssociatedSkills = {
|
|
303
303
|
/**
|
|
304
304
|
* The skills this application belongs to.
|
|
305
305
|
* @minItems 2
|
|
@@ -314,7 +314,7 @@ export declare type SkillApplicationAssociatedSkills = {
|
|
|
314
314
|
*/
|
|
315
315
|
required_skill_rating?: number;
|
|
316
316
|
};
|
|
317
|
-
export
|
|
317
|
+
export type SkillApplicationTranslation = {
|
|
318
318
|
/**
|
|
319
319
|
* The name of the application if different from the activatable entry's name.
|
|
320
320
|
*/
|
|
@@ -326,8 +326,8 @@ export declare type SkillApplicationTranslation = {
|
|
|
326
326
|
* left out if its name equals the name of the origin activatable entry.
|
|
327
327
|
* @minItems 1
|
|
328
328
|
*/
|
|
329
|
-
export
|
|
330
|
-
export
|
|
329
|
+
export type SkillUses = SkillUse[];
|
|
330
|
+
export type SkillUse = {
|
|
331
331
|
/**
|
|
332
332
|
* The use's identifier. An entry-unique, increasing integer.
|
|
333
333
|
* @integer
|
|
@@ -343,21 +343,21 @@ export declare type SkillUse = {
|
|
|
343
343
|
*/
|
|
344
344
|
translations?: LocaleMap<SkillUseTranslation>;
|
|
345
345
|
};
|
|
346
|
-
export
|
|
346
|
+
export type SkillUseAssociatedSkill = {
|
|
347
347
|
tag: "Single";
|
|
348
348
|
single: SkillReference;
|
|
349
349
|
} | {
|
|
350
350
|
tag: "Multiple";
|
|
351
351
|
multiple: SkillUseAssociatedSkills;
|
|
352
352
|
};
|
|
353
|
-
export
|
|
353
|
+
export type SkillUseAssociatedSkills = {
|
|
354
354
|
/**
|
|
355
355
|
* The skills this use belongs to.
|
|
356
356
|
* @minItems 2
|
|
357
357
|
*/
|
|
358
358
|
list: SkillReference[];
|
|
359
359
|
};
|
|
360
|
-
export
|
|
360
|
+
export type SkillUseTranslation = {
|
|
361
361
|
/**
|
|
362
362
|
* The name of the use if different from the activatable entry's name.
|
|
363
363
|
*/
|
|
@@ -366,7 +366,7 @@ export declare type SkillUseTranslation = {
|
|
|
366
366
|
/**
|
|
367
367
|
* The penalty the special ability gives when used.
|
|
368
368
|
*/
|
|
369
|
-
export
|
|
369
|
+
export type Penalty = {
|
|
370
370
|
tag: "Single";
|
|
371
371
|
single: SinglePenalty;
|
|
372
372
|
} | {
|
|
@@ -388,7 +388,7 @@ export declare type Penalty = {
|
|
|
388
388
|
tag: "DependsOnHitZone";
|
|
389
389
|
depends_on_hit_zone: {};
|
|
390
390
|
};
|
|
391
|
-
export
|
|
391
|
+
export type SinglePenalty = {
|
|
392
392
|
/**
|
|
393
393
|
* The penalty value.
|
|
394
394
|
* @integer
|
|
@@ -399,7 +399,7 @@ export declare type SinglePenalty = {
|
|
|
399
399
|
*/
|
|
400
400
|
applies_to_parry?: true;
|
|
401
401
|
};
|
|
402
|
-
export
|
|
402
|
+
export type PenaltyByHandedness = {
|
|
403
403
|
/**
|
|
404
404
|
* The penalty value for one-handed weapons.
|
|
405
405
|
* @integer
|
|
@@ -415,7 +415,7 @@ export declare type PenaltyByHandedness = {
|
|
|
415
415
|
*/
|
|
416
416
|
applies_to_parry?: true;
|
|
417
417
|
};
|
|
418
|
-
export
|
|
418
|
+
export type PenaltyByActivation = {
|
|
419
419
|
/**
|
|
420
420
|
* The penalty value if the entry has been bought by the character.
|
|
421
421
|
* @integer
|
|
@@ -431,17 +431,17 @@ export declare type PenaltyByActivation = {
|
|
|
431
431
|
*/
|
|
432
432
|
applies_to_parry?: true;
|
|
433
433
|
};
|
|
434
|
-
export
|
|
434
|
+
export type PenaltySelection = {
|
|
435
435
|
options: PenaltySelectionOptions;
|
|
436
436
|
};
|
|
437
|
-
export
|
|
437
|
+
export type PenaltySelectionOptions = {
|
|
438
438
|
tag: "Specific";
|
|
439
439
|
specific: SpecificPenaltySelectionOptions;
|
|
440
440
|
} | {
|
|
441
441
|
tag: "Range";
|
|
442
442
|
range: PenaltySelectionOptionsRange;
|
|
443
443
|
};
|
|
444
|
-
export
|
|
444
|
+
export type SpecificPenaltySelectionOptions = {
|
|
445
445
|
/**
|
|
446
446
|
* The list of specific penalty options.
|
|
447
447
|
* @minItems 2
|
|
@@ -449,14 +449,14 @@ export declare type SpecificPenaltySelectionOptions = {
|
|
|
449
449
|
*/
|
|
450
450
|
list: SpecificPenaltySelectionOption[];
|
|
451
451
|
};
|
|
452
|
-
export
|
|
452
|
+
export type SpecificPenaltySelectionOption = {
|
|
453
453
|
/**
|
|
454
454
|
* The penalty value.
|
|
455
455
|
* @integer
|
|
456
456
|
*/
|
|
457
457
|
value: number;
|
|
458
458
|
};
|
|
459
|
-
export
|
|
459
|
+
export type PenaltySelectionOptionsRange = {
|
|
460
460
|
/**
|
|
461
461
|
* The minimum penalty value.
|
|
462
462
|
* @integer
|
|
@@ -468,7 +468,7 @@ export declare type PenaltySelectionOptionsRange = {
|
|
|
468
468
|
*/
|
|
469
469
|
maximum: number;
|
|
470
470
|
};
|
|
471
|
-
export
|
|
471
|
+
export type PenaltyByLevel = {
|
|
472
472
|
/**
|
|
473
473
|
* A continuous range of penalties for each level. The first element is the
|
|
474
474
|
* penalty for the first level, the second element is the penalty for the
|
|
@@ -482,7 +482,7 @@ export declare type PenaltyByLevel = {
|
|
|
482
482
|
*/
|
|
483
483
|
external?: PenaltyByExternalLevel;
|
|
484
484
|
};
|
|
485
|
-
export
|
|
485
|
+
export type PenaltyByLevelLevel = {
|
|
486
486
|
/**
|
|
487
487
|
* The penalty value for this level.
|
|
488
488
|
* @integer
|
|
@@ -493,14 +493,14 @@ export declare type PenaltyByLevelLevel = {
|
|
|
493
493
|
* The combat-related special ability of which the level defines the penalty
|
|
494
494
|
* instead.
|
|
495
495
|
*/
|
|
496
|
-
export
|
|
496
|
+
export type PenaltyByExternalLevel = {
|
|
497
497
|
/**
|
|
498
498
|
* The identifier of the combat-related special ability of which the level
|
|
499
499
|
* defines the penalty instead.
|
|
500
500
|
*/
|
|
501
501
|
id: CombatRelatedSpecialAbilityIdentifier;
|
|
502
502
|
};
|
|
503
|
-
export
|
|
503
|
+
export type PenaltyByAttack = {
|
|
504
504
|
/**
|
|
505
505
|
* A list of penalties for subsequent attacks. The first element is the
|
|
506
506
|
* penalty for the first attack, the second element is the penalty for the
|
|
@@ -521,7 +521,7 @@ export declare type PenaltyByAttack = {
|
|
|
521
521
|
*/
|
|
522
522
|
attack_replacement?: PenaltyByAttackReplacement;
|
|
523
523
|
};
|
|
524
|
-
export
|
|
524
|
+
export type PenaltyByAttackOrderItem = {
|
|
525
525
|
/**
|
|
526
526
|
* The penalty value for this order.
|
|
527
527
|
* @integer
|
|
@@ -535,7 +535,7 @@ export declare type PenaltyByAttackOrderItem = {
|
|
|
535
535
|
export declare enum PenaltyByAttackReplacement {
|
|
536
536
|
Throw = "Throw"
|
|
537
537
|
}
|
|
538
|
-
export
|
|
538
|
+
export type EnchantmentCost = {
|
|
539
539
|
tag: "ArcaneEnergyCost";
|
|
540
540
|
arcane_energy_cost: ArcaneEnergyCost;
|
|
541
541
|
} | {
|
|
@@ -545,7 +545,7 @@ export declare type EnchantmentCost = {
|
|
|
545
545
|
/**
|
|
546
546
|
* The AE Cost.
|
|
547
547
|
*/
|
|
548
|
-
export
|
|
548
|
+
export type ArcaneEnergyCost = {
|
|
549
549
|
tag: "Fixed";
|
|
550
550
|
fixed: FixedArcaneEnergyCost;
|
|
551
551
|
} | {
|
|
@@ -567,7 +567,7 @@ export declare type ArcaneEnergyCost = {
|
|
|
567
567
|
tag: "Variable";
|
|
568
568
|
variable: {};
|
|
569
569
|
};
|
|
570
|
-
export
|
|
570
|
+
export type FixedArcaneEnergyCost = {
|
|
571
571
|
/**
|
|
572
572
|
* The AE cost value.
|
|
573
573
|
* @integer
|
|
@@ -607,13 +607,13 @@ export declare enum FixedArcaneEnergyCostPerLevel {
|
|
|
607
607
|
/**
|
|
608
608
|
* @minProperties 1
|
|
609
609
|
*/
|
|
610
|
-
export
|
|
610
|
+
export type FixedArcaneEnergyCostTranslation = {
|
|
611
611
|
/**
|
|
612
612
|
* A note, appended to the generated option string in parenthesis.
|
|
613
613
|
*/
|
|
614
614
|
note?: ResponsiveTextOptional;
|
|
615
615
|
};
|
|
616
|
-
export
|
|
616
|
+
export type ArcaneEnergyCostPerCountable = {
|
|
617
617
|
/**
|
|
618
618
|
* The AE cost value that has to be per a specific countable entity.
|
|
619
619
|
* @integer
|
|
@@ -632,7 +632,7 @@ export declare type ArcaneEnergyCostPerCountable = {
|
|
|
632
632
|
*/
|
|
633
633
|
translations: LocaleMap<ArcaneEnergyCostPerCountableTranslation>;
|
|
634
634
|
};
|
|
635
|
-
export
|
|
635
|
+
export type ArcaneEnergyCostPerCountableTranslation = {
|
|
636
636
|
/**
|
|
637
637
|
* The cost have to be per a specific countable entity, e.g. `8 AE per
|
|
638
638
|
* person`.
|
|
@@ -643,7 +643,7 @@ export declare type ArcaneEnergyCostPerCountableTranslation = {
|
|
|
643
643
|
*/
|
|
644
644
|
note?: ResponsiveTextOptional;
|
|
645
645
|
};
|
|
646
|
-
export
|
|
646
|
+
export type IntervalArcaneEnergyCost = {
|
|
647
647
|
/**
|
|
648
648
|
* The AE cost value that has to be payed each interval.
|
|
649
649
|
* @integer
|
|
@@ -655,7 +655,7 @@ export declare type IntervalArcaneEnergyCost = {
|
|
|
655
655
|
*/
|
|
656
656
|
interval: DurationUnitValue;
|
|
657
657
|
};
|
|
658
|
-
export
|
|
658
|
+
export type ActivationAndHalfIntervalArcaneEnergyCost = {
|
|
659
659
|
/**
|
|
660
660
|
* The AE cost value that has to be payed for activation. Half of this value
|
|
661
661
|
* has to be payed each interval.
|
|
@@ -669,7 +669,7 @@ export declare type ActivationAndHalfIntervalArcaneEnergyCost = {
|
|
|
669
669
|
*/
|
|
670
670
|
interval: DurationUnitValue;
|
|
671
671
|
};
|
|
672
|
-
export
|
|
672
|
+
export type IndefiniteArcaneEnergyCost = {
|
|
673
673
|
/**
|
|
674
674
|
* Specified if the indefinite AP cost description needs to be modified by a
|
|
675
675
|
* certain value.
|
|
@@ -680,7 +680,7 @@ export declare type IndefiniteArcaneEnergyCost = {
|
|
|
680
680
|
*/
|
|
681
681
|
translations: LocaleMap<IndefiniteArcaneEnergyCostTranslation>;
|
|
682
682
|
};
|
|
683
|
-
export
|
|
683
|
+
export type IndefiniteArcaneEnergyCostModifier = {
|
|
684
684
|
/**
|
|
685
685
|
* The arithmetic how to apply the `value` to the `base`.
|
|
686
686
|
*/
|
|
@@ -695,13 +695,13 @@ export declare type IndefiniteArcaneEnergyCostModifier = {
|
|
|
695
695
|
export declare enum IndefiniteArcaneEnergyCostModifierArithmetic {
|
|
696
696
|
Add = "Add"
|
|
697
697
|
}
|
|
698
|
-
export
|
|
698
|
+
export type IndefiniteArcaneEnergyCostTranslation = {
|
|
699
699
|
/**
|
|
700
700
|
* A description of where the cost come from.
|
|
701
701
|
*/
|
|
702
702
|
description: ResponsiveText;
|
|
703
703
|
};
|
|
704
|
-
export
|
|
704
|
+
export type ArcaneEnergyCostDisjunction = {
|
|
705
705
|
/**
|
|
706
706
|
* Specified if the selected AE cost option has to be paid for each time
|
|
707
707
|
* interval.
|
|
@@ -712,7 +712,7 @@ export declare type ArcaneEnergyCostDisjunction = {
|
|
|
712
712
|
*/
|
|
713
713
|
options: ArcaneEnergyCostDisjunctionOption[];
|
|
714
714
|
};
|
|
715
|
-
export
|
|
715
|
+
export type ArcaneEnergyCostDisjunctionInterval = {
|
|
716
716
|
/**
|
|
717
717
|
* The interval itself.
|
|
718
718
|
*/
|
|
@@ -733,7 +733,7 @@ export declare type ArcaneEnergyCostDisjunctionInterval = {
|
|
|
733
733
|
*/
|
|
734
734
|
after_activation: boolean;
|
|
735
735
|
};
|
|
736
|
-
export
|
|
736
|
+
export type ArcaneEnergyCostDisjunctionOption = {
|
|
737
737
|
/**
|
|
738
738
|
* A possible AE cost value.
|
|
739
739
|
* @integer
|
|
@@ -748,13 +748,13 @@ export declare type ArcaneEnergyCostDisjunctionOption = {
|
|
|
748
748
|
/**
|
|
749
749
|
* @minProperties 1
|
|
750
750
|
*/
|
|
751
|
-
export
|
|
751
|
+
export type ArcaneEnergyCostDisjunctionOptionTranslation = {
|
|
752
752
|
/**
|
|
753
753
|
* A note, appended to the generated option string in parenthesis.
|
|
754
754
|
*/
|
|
755
755
|
note?: ResponsiveTextOptional;
|
|
756
756
|
};
|
|
757
|
-
export
|
|
757
|
+
export type NoArcaneEnergyCost = {
|
|
758
758
|
/**
|
|
759
759
|
* All translations for the entry, identified by IETF language tag
|
|
760
760
|
* (BCP47).
|
|
@@ -764,7 +764,7 @@ export declare type NoArcaneEnergyCost = {
|
|
|
764
764
|
/**
|
|
765
765
|
* @minProperties 1
|
|
766
766
|
*/
|
|
767
|
-
export
|
|
767
|
+
export type NoArcaneEnergyCostTranslation = {
|
|
768
768
|
/**
|
|
769
769
|
* A note, appended to the generated string in parenthesis.
|
|
770
770
|
*/
|
|
@@ -773,7 +773,7 @@ export declare type NoArcaneEnergyCostTranslation = {
|
|
|
773
773
|
/**
|
|
774
774
|
* The volume points the enchantment needs.
|
|
775
775
|
*/
|
|
776
|
-
export
|
|
776
|
+
export type Volume = {
|
|
777
777
|
tag: "Fixed";
|
|
778
778
|
fixed: FixedVolume;
|
|
779
779
|
} | {
|
|
@@ -789,7 +789,7 @@ export declare type Volume = {
|
|
|
789
789
|
tag: "DerivedFromSelection";
|
|
790
790
|
derived_from_selection: VolumeDerivedFromSelection;
|
|
791
791
|
};
|
|
792
|
-
export
|
|
792
|
+
export type FixedVolume = {
|
|
793
793
|
/**
|
|
794
794
|
* The volume points.
|
|
795
795
|
* @integer
|
|
@@ -797,7 +797,7 @@ export declare type FixedVolume = {
|
|
|
797
797
|
*/
|
|
798
798
|
points: number;
|
|
799
799
|
};
|
|
800
|
-
export
|
|
800
|
+
export type VolumePerLevel = {
|
|
801
801
|
/**
|
|
802
802
|
* The volume points per level.
|
|
803
803
|
* @integer
|
|
@@ -805,7 +805,7 @@ export declare type VolumePerLevel = {
|
|
|
805
805
|
*/
|
|
806
806
|
points: number;
|
|
807
807
|
};
|
|
808
|
-
export
|
|
808
|
+
export type VolumeByLevel = {
|
|
809
809
|
/**
|
|
810
810
|
* The volume points for each level. The first element is the volume points
|
|
811
811
|
* for the first level, the second element is the volume points for the
|
|
@@ -814,7 +814,7 @@ export declare type VolumeByLevel = {
|
|
|
814
814
|
*/
|
|
815
815
|
list: VolumeByLevelItem[];
|
|
816
816
|
};
|
|
817
|
-
export
|
|
817
|
+
export type VolumeByLevelItem = {
|
|
818
818
|
/**
|
|
819
819
|
* The volume points for this level.
|
|
820
820
|
* @integer
|
|
@@ -865,7 +865,7 @@ export declare type VolumeByLevelItem = {
|
|
|
865
865
|
* options are not present in the example, but they link to the options the
|
|
866
866
|
* volume specification is meant for.
|
|
867
867
|
*/
|
|
868
|
-
export
|
|
868
|
+
export type VolumeMap = {
|
|
869
869
|
/**
|
|
870
870
|
* The possible costs and associated labels.
|
|
871
871
|
* @minItems 2
|
|
@@ -879,7 +879,7 @@ export declare type VolumeMap = {
|
|
|
879
879
|
/**
|
|
880
880
|
* @minProperties 1
|
|
881
881
|
*/
|
|
882
|
-
export
|
|
882
|
+
export type VolumeMapTranslation = {
|
|
883
883
|
/**
|
|
884
884
|
* Place a string between the `for` and the grouped map option labels.
|
|
885
885
|
*/
|
|
@@ -896,7 +896,7 @@ export declare type VolumeMapTranslation = {
|
|
|
896
896
|
*/
|
|
897
897
|
replacement?: string;
|
|
898
898
|
};
|
|
899
|
-
export
|
|
899
|
+
export type VolumeMapOption = {
|
|
900
900
|
/**
|
|
901
901
|
* The full permanent AE cost value for this option.
|
|
902
902
|
* @integer
|
|
@@ -912,13 +912,13 @@ export declare type VolumeMapOption = {
|
|
|
912
912
|
*/
|
|
913
913
|
translations?: LocaleMap<VolumeMapOptionTranslation>;
|
|
914
914
|
};
|
|
915
|
-
export
|
|
915
|
+
export type VolumeMapOptionAssociatedOption = {
|
|
916
916
|
/**
|
|
917
917
|
* The option's identifier.
|
|
918
918
|
*/
|
|
919
919
|
id: VolumePointsOptionReferenceIdentifier;
|
|
920
920
|
};
|
|
921
|
-
export
|
|
921
|
+
export type VolumeMapOptionTranslation = {
|
|
922
922
|
/**
|
|
923
923
|
* The description of the option for cost string generation.
|
|
924
924
|
*/
|
|
@@ -929,7 +929,7 @@ export declare type VolumeMapOptionTranslation = {
|
|
|
929
929
|
*/
|
|
930
930
|
label_standalone?: NonEmptyString;
|
|
931
931
|
};
|
|
932
|
-
export
|
|
932
|
+
export type VolumeDerivedFromSelection = {
|
|
933
933
|
/**
|
|
934
934
|
* The volume for the selection if it does not define a specific one.
|
|
935
935
|
* @integer
|
|
@@ -940,7 +940,7 @@ export declare type VolumeDerivedFromSelection = {
|
|
|
940
940
|
/**
|
|
941
941
|
* The binding cost for an enchantment.
|
|
942
942
|
*/
|
|
943
|
-
export
|
|
943
|
+
export type BindingCost = {
|
|
944
944
|
tag: "Fixed";
|
|
945
945
|
fixed: FixedBindingCost;
|
|
946
946
|
} | {
|
|
@@ -953,7 +953,7 @@ export declare type BindingCost = {
|
|
|
953
953
|
tag: "DerivedFromSelection";
|
|
954
954
|
derived_from_selection: BindingCostDerivedFromSelection;
|
|
955
955
|
};
|
|
956
|
-
export
|
|
956
|
+
export type FixedBindingCost = {
|
|
957
957
|
/**
|
|
958
958
|
* The permanent AE cost.
|
|
959
959
|
*
|
|
@@ -964,7 +964,7 @@ export declare type FixedBindingCost = {
|
|
|
964
964
|
*/
|
|
965
965
|
permanent_value: number;
|
|
966
966
|
};
|
|
967
|
-
export
|
|
967
|
+
export type BindingCostPerLevel = {
|
|
968
968
|
/**
|
|
969
969
|
* The permanent AE cost per level.
|
|
970
970
|
* @integer
|
|
@@ -999,7 +999,7 @@ export declare type BindingCostPerLevel = {
|
|
|
999
999
|
*
|
|
1000
1000
|
* This will generate the exact same string as seen above.
|
|
1001
1001
|
*/
|
|
1002
|
-
export
|
|
1002
|
+
export type BindingCostMap = {
|
|
1003
1003
|
/**
|
|
1004
1004
|
* The possible costs and associated labels.
|
|
1005
1005
|
* @minItems 2
|
|
@@ -1013,7 +1013,7 @@ export declare type BindingCostMap = {
|
|
|
1013
1013
|
/**
|
|
1014
1014
|
* @minProperties 1
|
|
1015
1015
|
*/
|
|
1016
|
-
export
|
|
1016
|
+
export type BindingCostMapTranslation = {
|
|
1017
1017
|
/**
|
|
1018
1018
|
* Place a string between the `for` and the grouped map option labels.
|
|
1019
1019
|
*/
|
|
@@ -1030,7 +1030,7 @@ export declare type BindingCostMapTranslation = {
|
|
|
1030
1030
|
*/
|
|
1031
1031
|
replacement?: NonEmptyString;
|
|
1032
1032
|
};
|
|
1033
|
-
export
|
|
1033
|
+
export type BindingCostMapOption = {
|
|
1034
1034
|
/**
|
|
1035
1035
|
* The full permanent AE cost value for this option.
|
|
1036
1036
|
* @integer
|
|
@@ -1042,7 +1042,7 @@ export declare type BindingCostMapOption = {
|
|
|
1042
1042
|
*/
|
|
1043
1043
|
translations?: LocaleMap<BindingCostMapOptionTranslation>;
|
|
1044
1044
|
};
|
|
1045
|
-
export
|
|
1045
|
+
export type BindingCostMapOptionTranslation = {
|
|
1046
1046
|
/**
|
|
1047
1047
|
* The description of the option for cost string generation.
|
|
1048
1048
|
*/
|
|
@@ -1053,7 +1053,7 @@ export declare type BindingCostMapOptionTranslation = {
|
|
|
1053
1053
|
*/
|
|
1054
1054
|
label_standalone?: NonEmptyString;
|
|
1055
1055
|
};
|
|
1056
|
-
export
|
|
1056
|
+
export type BindingCostDerivedFromSelection = {
|
|
1057
1057
|
/**
|
|
1058
1058
|
* The binding cost for the selection if it does not define a specific one.
|
|
1059
1059
|
* @integer
|
|
@@ -1065,7 +1065,7 @@ export declare type BindingCostDerivedFromSelection = {
|
|
|
1065
1065
|
* The magic property's identifier. `DependingOnProperty` can only be used if
|
|
1066
1066
|
* the special ability has an option to select a property.
|
|
1067
1067
|
*/
|
|
1068
|
-
export
|
|
1068
|
+
export type Property = {
|
|
1069
1069
|
tag: "DependingOnSelection";
|
|
1070
1070
|
depending_on_selection: {};
|
|
1071
1071
|
} | {
|
|
@@ -1075,11 +1075,11 @@ export declare type Property = {
|
|
|
1075
1075
|
/**
|
|
1076
1076
|
* The blessed aspect.
|
|
1077
1077
|
*/
|
|
1078
|
-
export
|
|
1078
|
+
export type Aspect = AspectReference;
|
|
1079
1079
|
/**
|
|
1080
1080
|
* A reference to an advanced special ability.
|
|
1081
1081
|
*/
|
|
1082
|
-
export
|
|
1082
|
+
export type AdvancedSpecialAbility<Identifier> = {
|
|
1083
1083
|
tag: "General";
|
|
1084
1084
|
general: AdvancedSpecialAbilityReference<Identifier>;
|
|
1085
1085
|
} | {
|
|
@@ -1092,7 +1092,7 @@ export declare type AdvancedSpecialAbility<Identifier> = {
|
|
|
1092
1092
|
tag: "DeriveFromExternalOption";
|
|
1093
1093
|
derive_from_external_option: AdvancedSpecialAbilityDerivedFromExternalOption<Identifier>;
|
|
1094
1094
|
};
|
|
1095
|
-
export
|
|
1095
|
+
export type RestrictAdvancedSpecialAbilityOptions<Identifier> = {
|
|
1096
1096
|
/**
|
|
1097
1097
|
* The advanced special ability’s identifier.
|
|
1098
1098
|
*/
|
|
@@ -1104,7 +1104,7 @@ export declare type RestrictAdvancedSpecialAbilityOptions<Identifier> = {
|
|
|
1104
1104
|
*/
|
|
1105
1105
|
option: AdvancedSpecialAbilityRestrictedOptionIdentifier[];
|
|
1106
1106
|
};
|
|
1107
|
-
export
|
|
1107
|
+
export type OneOfAdvancedSpecialAbilityOptions<Identifier> = {
|
|
1108
1108
|
/**
|
|
1109
1109
|
* The possible advanced special abilities.
|
|
1110
1110
|
* @minItems 2
|
|
@@ -1117,7 +1117,7 @@ export declare type OneOfAdvancedSpecialAbilityOptions<Identifier> = {
|
|
|
1117
1117
|
is_selection_required_on_purchase: boolean;
|
|
1118
1118
|
display_option?: DisplayOption;
|
|
1119
1119
|
};
|
|
1120
|
-
export
|
|
1120
|
+
export type AdvancedSpecialAbilityDerivedFromExternalOption<Identifier> = {
|
|
1121
1121
|
/**
|
|
1122
1122
|
* The possible advanced special abilities.
|
|
1123
1123
|
*/
|
|
@@ -1134,7 +1134,7 @@ export declare type AdvancedSpecialAbilityDerivedFromExternalOption<Identifier>
|
|
|
1134
1134
|
* ability.
|
|
1135
1135
|
* @minItems 1
|
|
1136
1136
|
*/
|
|
1137
|
-
export
|
|
1137
|
+
export type AdvancedSpecialAbilityDerivedFromExternalOptionMapping<Identifier> = {
|
|
1138
1138
|
/**
|
|
1139
1139
|
* The select option's identifier.
|
|
1140
1140
|
*/
|
|
@@ -1144,8 +1144,8 @@ export declare type AdvancedSpecialAbilityDerivedFromExternalOptionMapping<Ident
|
|
|
1144
1144
|
*/
|
|
1145
1145
|
to_advanced: AdvancedSpecialAbilityReference<Identifier>;
|
|
1146
1146
|
};
|
|
1147
|
-
export
|
|
1148
|
-
export
|
|
1147
|
+
export type AdvancedSpecialAbilityDerivedExternalEntryId = MagicalTraditionIdentifier;
|
|
1148
|
+
export type AdvancedSpecialAbilityDerivedExternalEntryOptionId = PatronIdentifier;
|
|
1149
1149
|
/**
|
|
1150
1150
|
* The Advanced Special Abilities for the respective Style Special Ability.
|
|
1151
1151
|
* Sometimes, only a specific select option or a set of select options of an
|
|
@@ -1153,7 +1153,7 @@ export declare type AdvancedSpecialAbilityDerivedExternalEntryOptionId = PatronI
|
|
|
1153
1153
|
* be that you can choose from a set of special abilities, but then you can't
|
|
1154
1154
|
* specify an option.
|
|
1155
1155
|
*/
|
|
1156
|
-
export
|
|
1156
|
+
export type AdvancedSpecialAbilities<Identifier> = [
|
|
1157
1157
|
AdvancedSpecialAbility<Identifier>,
|
|
1158
1158
|
AdvancedSpecialAbility<Identifier>,
|
|
1159
1159
|
AdvancedSpecialAbility<Identifier>
|
|
@@ -1162,8 +1162,8 @@ export declare type AdvancedSpecialAbilities<Identifier> = [
|
|
|
1162
1162
|
* The prerequisites text. It is only used if the text cannot be generated from
|
|
1163
1163
|
* the given information.
|
|
1164
1164
|
*/
|
|
1165
|
-
export
|
|
1166
|
-
export
|
|
1165
|
+
export type PrerequisitesReplacement = NonEmptyMarkdown;
|
|
1166
|
+
export type ApplicableCombatTechniques = {
|
|
1167
1167
|
tag: "None";
|
|
1168
1168
|
none: {};
|
|
1169
1169
|
} | {
|
|
@@ -1182,38 +1182,38 @@ export declare type ApplicableCombatTechniques = {
|
|
|
1182
1182
|
tag: "Specific";
|
|
1183
1183
|
specific: SpecificApplicableCombatTechniques;
|
|
1184
1184
|
};
|
|
1185
|
-
export
|
|
1185
|
+
export type AllApplicableCombatTechniques = {
|
|
1186
1186
|
/**
|
|
1187
1187
|
* @minItems 1
|
|
1188
1188
|
*/
|
|
1189
1189
|
restrictions?: ApplicableAllCombatTechniquesRestriction[];
|
|
1190
1190
|
};
|
|
1191
|
-
export
|
|
1191
|
+
export type AllApplicableCloseCombatTechniques = {
|
|
1192
1192
|
/**
|
|
1193
1193
|
* @minItems 1
|
|
1194
1194
|
*/
|
|
1195
1195
|
restrictions?: ApplicableCloseCombatTechniquesRestriction[];
|
|
1196
1196
|
};
|
|
1197
|
-
export
|
|
1197
|
+
export type AllApplicableRangedCombatTechniques = {
|
|
1198
1198
|
/**
|
|
1199
1199
|
* @minItems 1
|
|
1200
1200
|
*/
|
|
1201
1201
|
restrictions?: ApplicableRangedCombatTechniquesRestriction[];
|
|
1202
1202
|
};
|
|
1203
|
-
export
|
|
1203
|
+
export type SpecificApplicableCombatTechniques = {
|
|
1204
1204
|
/**
|
|
1205
1205
|
* @minItems 1
|
|
1206
1206
|
*/
|
|
1207
1207
|
list: SpecificApplicableCombatTechnique[];
|
|
1208
1208
|
};
|
|
1209
|
-
export
|
|
1209
|
+
export type SpecificApplicableCombatTechnique = {
|
|
1210
1210
|
id: CombatTechniqueIdentifier;
|
|
1211
1211
|
/**
|
|
1212
1212
|
* @minItems 1
|
|
1213
1213
|
*/
|
|
1214
1214
|
restrictions?: ApplicableSpecificCombatTechniquesRestriction[];
|
|
1215
1215
|
};
|
|
1216
|
-
export
|
|
1216
|
+
export type ApplicableAllCombatTechniquesRestriction = {
|
|
1217
1217
|
tag: "Improvised";
|
|
1218
1218
|
improvised: {};
|
|
1219
1219
|
} | {
|
|
@@ -1229,7 +1229,7 @@ export declare type ApplicableAllCombatTechniquesRestriction = {
|
|
|
1229
1229
|
tag: "ExcludeCombatTechniques";
|
|
1230
1230
|
exclude_combat_techniques: ApplicableCombatTechniquesNegativeCombatTechniquesRestriction<CombatTechniqueReference>;
|
|
1231
1231
|
};
|
|
1232
|
-
export
|
|
1232
|
+
export type ApplicableCloseCombatTechniquesRestriction = {
|
|
1233
1233
|
tag: "Improvised";
|
|
1234
1234
|
improvised: {};
|
|
1235
1235
|
} | {
|
|
@@ -1254,7 +1254,7 @@ export declare type ApplicableCloseCombatTechniquesRestriction = {
|
|
|
1254
1254
|
tag: "ExcludeCombatTechniques";
|
|
1255
1255
|
exclude_combat_techniques: ApplicableCombatTechniquesNegativeCombatTechniquesRestriction<CloseCombatTechniqueReference>;
|
|
1256
1256
|
};
|
|
1257
|
-
export
|
|
1257
|
+
export type ApplicableRangedCombatTechniquesRestriction = {
|
|
1258
1258
|
tag: "Improvised";
|
|
1259
1259
|
improvised: {};
|
|
1260
1260
|
} | {
|
|
@@ -1270,7 +1270,7 @@ export declare type ApplicableRangedCombatTechniquesRestriction = {
|
|
|
1270
1270
|
tag: "ExcludeCombatTechniques";
|
|
1271
1271
|
exclude_combat_techniques: ApplicableCombatTechniquesNegativeCombatTechniquesRestriction<RangedCombatTechniqueReference>;
|
|
1272
1272
|
};
|
|
1273
|
-
export
|
|
1273
|
+
export type ApplicableSpecificCombatTechniquesRestriction = {
|
|
1274
1274
|
tag: "Improvised";
|
|
1275
1275
|
improvised: {};
|
|
1276
1276
|
} | {
|
|
@@ -1289,7 +1289,7 @@ export declare type ApplicableSpecificCombatTechniquesRestriction = {
|
|
|
1289
1289
|
tag: "Weapons";
|
|
1290
1290
|
weapons: ApplicableCombatTechniquesWeaponRestriction;
|
|
1291
1291
|
};
|
|
1292
|
-
export
|
|
1292
|
+
export type ApplicableCombatTechniquesNegativeCombatTechniquesRestriction<Ref> = {
|
|
1293
1293
|
/**
|
|
1294
1294
|
* The combat techniques this combat special ability is **not** applicable to.
|
|
1295
1295
|
* @minItems 1
|
|
@@ -1297,8 +1297,8 @@ export declare type ApplicableCombatTechniquesNegativeCombatTechniquesRestrictio
|
|
|
1297
1297
|
*/
|
|
1298
1298
|
list: Ref[];
|
|
1299
1299
|
};
|
|
1300
|
-
export
|
|
1301
|
-
export
|
|
1300
|
+
export type ApplicableCombatTechniquesRaceRestriction = RaceReference;
|
|
1301
|
+
export type ApplicableCombatTechniquesLevelRestriction = {
|
|
1302
1302
|
/**
|
|
1303
1303
|
* The combat special ability is only applicable on a certain level.
|
|
1304
1304
|
* @integer
|
|
@@ -1306,7 +1306,7 @@ export declare type ApplicableCombatTechniquesLevelRestriction = {
|
|
|
1306
1306
|
*/
|
|
1307
1307
|
level: number;
|
|
1308
1308
|
};
|
|
1309
|
-
export
|
|
1309
|
+
export type ApplicableCombatTechniquesWeaponRestriction = {
|
|
1310
1310
|
/**
|
|
1311
1311
|
* The specific weapons this combat special ability is only applicable to.
|
|
1312
1312
|
* @minItems 1
|
|
@@ -1314,7 +1314,7 @@ export declare type ApplicableCombatTechniquesWeaponRestriction = {
|
|
|
1314
1314
|
*/
|
|
1315
1315
|
list: WeaponReference[];
|
|
1316
1316
|
};
|
|
1317
|
-
export
|
|
1317
|
+
export type AdventurePointsValue = {
|
|
1318
1318
|
tag: "Fixed";
|
|
1319
1319
|
fixed: FixedAdventurePointsValue;
|
|
1320
1320
|
} | {
|
|
@@ -1331,20 +1331,20 @@ export declare type AdventurePointsValue = {
|
|
|
1331
1331
|
* A fixed adventure points value. If the entry has levels, this is the cost per
|
|
1332
1332
|
* level as well.
|
|
1333
1333
|
*/
|
|
1334
|
-
export
|
|
1334
|
+
export type FixedAdventurePointsValue = AdventurePointsSingleValue;
|
|
1335
1335
|
/**
|
|
1336
1336
|
* An entry with levels may have different costs for each level. The length of
|
|
1337
1337
|
* the list must match the amount of levels the special ability has.
|
|
1338
1338
|
* @minItems 2
|
|
1339
1339
|
*/
|
|
1340
|
-
export
|
|
1340
|
+
export type AdventurePointsValueByLevel = AdventurePointsSingleValue[];
|
|
1341
1341
|
/**
|
|
1342
1342
|
* The adventure points value is derived from the selection of the special
|
|
1343
1343
|
* ability. Its display value may be able to be derived from the given
|
|
1344
1344
|
* information for the select options. If that is not the case or the generated
|
|
1345
1345
|
* text would not match the original one, a replacement text can be provided.
|
|
1346
1346
|
*/
|
|
1347
|
-
export
|
|
1347
|
+
export type AdventurePointsDerivedFromSelection = {
|
|
1348
1348
|
/**
|
|
1349
1349
|
* All translations for the entry, identified by IETF language tag (BCP47).
|
|
1350
1350
|
*/
|
|
@@ -1353,7 +1353,7 @@ export declare type AdventurePointsDerivedFromSelection = {
|
|
|
1353
1353
|
/**
|
|
1354
1354
|
* @minProperties 1
|
|
1355
1355
|
*/
|
|
1356
|
-
export
|
|
1356
|
+
export type AdventurePointsDerivedFromSelectionTranslation = {
|
|
1357
1357
|
/**
|
|
1358
1358
|
* A replacement for the generated text if it would not match the original
|
|
1359
1359
|
* one.
|
|
@@ -1365,19 +1365,19 @@ export declare type AdventurePointsDerivedFromSelectionTranslation = {
|
|
|
1365
1365
|
* @integer
|
|
1366
1366
|
* @minimum 0
|
|
1367
1367
|
*/
|
|
1368
|
-
export
|
|
1368
|
+
export type AdventurePointsSingleValue = number;
|
|
1369
1369
|
/**
|
|
1370
1370
|
* A string that is used as a label for an input field.
|
|
1371
1371
|
*/
|
|
1372
|
-
export
|
|
1372
|
+
export type Input = NonEmptyString;
|
|
1373
1373
|
/**
|
|
1374
1374
|
* The AP value. It is only used if the text cannot be generated from the given
|
|
1375
1375
|
* information.
|
|
1376
1376
|
*/
|
|
1377
|
-
export
|
|
1377
|
+
export type AdventurePointsValueReplacement = NonEmptyMarkdown;
|
|
1378
1378
|
/**
|
|
1379
1379
|
* A string that gets appended to the default AP Value text with a preceding
|
|
1380
1380
|
* space. This always happens if present, even if the generated AP Value text is
|
|
1381
1381
|
* replaced.
|
|
1382
1382
|
*/
|
|
1383
|
-
export
|
|
1383
|
+
export type AdventurePointsValueAppend = NonEmptyMarkdown;
|