optolith-database-schema 0.18.9 → 0.18.12
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 +23 -0
- package/lib/types/Advantage.d.ts +10 -0
- package/lib/types/Disadvantage.d.ts +10 -0
- package/lib/types/_Activatable.d.ts +187 -1
- package/lib/types/_Activatable.js +47 -4
- package/lib/types/_IdentifierGroup.d.ts +53 -0
- package/lib/types/_IdentifierGroup.js +58 -0
- package/lib/types/equipment/item/Book.d.ts +81 -48
- package/lib/types/equipment/item/Book.js +62 -2
- package/lib/types/specialAbility/AdvancedCombatSpecialAbility.d.ts +10 -0
- package/lib/types/specialAbility/AdvancedKarmaSpecialAbility.d.ts +10 -0
- package/lib/types/specialAbility/AdvancedMagicalSpecialAbility.d.ts +10 -0
- package/lib/types/specialAbility/AdvancedSkillSpecialAbility.d.ts +10 -0
- package/lib/types/specialAbility/AncestorGlyph.d.ts +10 -0
- package/lib/types/specialAbility/BlessedTradition.d.ts +10 -0
- package/lib/types/specialAbility/BrawlingSpecialAbility.d.ts +10 -0
- package/lib/types/specialAbility/CeremonialItemSpecialAbility.d.ts +10 -0
- package/lib/types/specialAbility/CombatSpecialAbility.d.ts +10 -0
- package/lib/types/specialAbility/CombatStyleSpecialAbility.d.ts +10 -0
- package/lib/types/specialAbility/CommandSpecialAbility.d.ts +10 -0
- package/lib/types/specialAbility/FamiliarSpecialAbility.d.ts +10 -0
- package/lib/types/specialAbility/FatePointSexSpecialAbility.d.ts +10 -0
- package/lib/types/specialAbility/FatePointSpecialAbility.d.ts +10 -0
- package/lib/types/specialAbility/GeneralSpecialAbility.d.ts +10 -0
- package/lib/types/specialAbility/KarmaSpecialAbility.d.ts +10 -0
- package/lib/types/specialAbility/LiturgicalStyleSpecialAbility.d.ts +10 -0
- package/lib/types/specialAbility/LycantropicGift.d.ts +10 -0
- package/lib/types/specialAbility/MagicStyleSpecialAbility.d.ts +10 -0
- package/lib/types/specialAbility/MagicalSpecialAbility.d.ts +10 -0
- package/lib/types/specialAbility/MagicalTradition.d.ts +10 -0
- package/lib/types/specialAbility/PactGift.d.ts +10 -0
- package/lib/types/specialAbility/ProtectiveWardingCircleSpecialAbility.d.ts +10 -0
- package/lib/types/specialAbility/Sermon.d.ts +10 -0
- package/lib/types/specialAbility/SexSpecialAbility.d.ts +10 -0
- package/lib/types/specialAbility/SikaryanDrainSpecialAbility.d.ts +10 -0
- package/lib/types/specialAbility/SkillStyleSpecialAbility.d.ts +10 -0
- package/lib/types/specialAbility/VampiricGift.d.ts +10 -0
- package/lib/types/specialAbility/Vision.d.ts +10 -0
- package/lib/types/specialAbility/sub/TradeSecret.d.ts +219 -41
- package/lib/types/specialAbility/sub/TradeSecret.js +31 -3
- package/lib/types/traditionArtifacts/ArcaneOrbEnchantment.d.ts +10 -0
- package/lib/types/traditionArtifacts/AttireEnchantment.d.ts +10 -0
- package/lib/types/traditionArtifacts/BowlEnchantment.d.ts +10 -0
- package/lib/types/traditionArtifacts/CauldronEnchantment.d.ts +10 -0
- package/lib/types/traditionArtifacts/ChronicleEnchantment.d.ts +10 -0
- package/lib/types/traditionArtifacts/DaggerRitual.d.ts +10 -0
- package/lib/types/traditionArtifacts/FoolsHatEnchantment.d.ts +10 -0
- package/lib/types/traditionArtifacts/InstrumentEnchantment.d.ts +10 -0
- package/lib/types/traditionArtifacts/Krallenkettenzauber.d.ts +10 -0
- package/lib/types/traditionArtifacts/OrbEnchantment.d.ts +10 -0
- package/lib/types/traditionArtifacts/RingEnchantment.d.ts +10 -0
- package/lib/types/traditionArtifacts/SickleRitual.d.ts +10 -0
- package/lib/types/traditionArtifacts/SpellSwordEnchantment.d.ts +10 -0
- package/lib/types/traditionArtifacts/StaffEnchantment.d.ts +10 -0
- package/lib/types/traditionArtifacts/ToyEnchantment.d.ts +10 -0
- package/lib/types/traditionArtifacts/Trinkhornzauber.d.ts +10 -0
- package/lib/types/traditionArtifacts/WandEnchantment.d.ts +10 -0
- package/lib/types/traditionArtifacts/WeaponEnchantment.d.ts +10 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,29 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines.
|
|
4
4
|
|
|
5
|
+
## [0.18.12](https://github.com/elyukai/optolith-database-schema/compare/v0.18.11...v0.18.12) (2025-10-17)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### Bug Fixes
|
|
9
|
+
|
|
10
|
+
* allow single range as a possible book cost value ([4e60943](https://github.com/elyukai/optolith-database-schema/commit/4e60943174213defe3ad006f64b18c359cc86469))
|
|
11
|
+
|
|
12
|
+
## [0.18.11](https://github.com/elyukai/optolith-database-schema/compare/v0.18.10...v0.18.11) (2025-10-17)
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
### Bug Fixes
|
|
16
|
+
|
|
17
|
+
* duplicate DefiniteBookCostVariant identifier ([3735381](https://github.com/elyukai/optolith-database-schema/commit/373538121fecbae58dfb02d782d23bbdc9a17029))
|
|
18
|
+
|
|
19
|
+
## [0.18.10](https://github.com/elyukai/optolith-database-schema/compare/v0.18.9...v0.18.10) (2025-10-17)
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
### Features
|
|
23
|
+
|
|
24
|
+
* books may have multiple cost values dependending on the edition or other factors ([bd4507d](https://github.com/elyukai/optolith-database-schema/commit/bd4507d2507e01e363dad831a50f87e691ed6087))
|
|
25
|
+
* trade secrets and activatable entries can have an adventure points value that is based on the number of active instances ([c575ec1](https://github.com/elyukai/optolith-database-schema/commit/c575ec11f7326902348956971bea73cf7e9b2cb9))
|
|
26
|
+
* trade secrets can have explicit select options ([48e5d3f](https://github.com/elyukai/optolith-database-schema/commit/48e5d3f8c688733227a8de5cc629b3878f949fcf))
|
|
27
|
+
|
|
5
28
|
## [0.18.9](https://github.com/elyukai/optolith-database-schema/compare/v0.18.8...v0.18.9) (2025-10-15)
|
|
6
29
|
|
|
7
30
|
|
package/lib/types/Advantage.d.ts
CHANGED
|
@@ -861,6 +861,16 @@ export declare const Advantage: Entity<"Advantage", {
|
|
|
861
861
|
replacement: import("tsondb/schema/def").MemberDecl<import("tsondb/schema/def").StringType, false>;
|
|
862
862
|
}>, false>;
|
|
863
863
|
}>, []>>>;
|
|
864
|
+
DependingOnActiveInstances: import("tsondb/schema/def").EnumCaseDecl<IncludeIdentifier<[], import("tsondb/schema/def").EnumDecl<"AdventurePointsDependingOnActiveInstances", {
|
|
865
|
+
Threshold: import("tsondb/schema/def").EnumCaseDecl<IncludeIdentifier<[], import("tsondb/schema/def").TypeAliasDecl<"AdventurePointsDependingOnActiveInstancesThreshold", Object<{
|
|
866
|
+
normal: import("tsondb/schema/def").MemberDecl<import("tsondb/schema/def").IntegerType, true>;
|
|
867
|
+
threshold: import("tsondb/schema/def").MemberDecl<import("tsondb/schema/def").IntegerType, true>;
|
|
868
|
+
alternative: import("tsondb/schema/def").MemberDecl<import("tsondb/schema/def").IntegerType, true>;
|
|
869
|
+
}>, []>>>;
|
|
870
|
+
Multiplier: import("tsondb/schema/def").EnumCaseDecl<IncludeIdentifier<[], import("tsondb/schema/def").TypeAliasDecl<"AdventurePointsDependingOnActiveInstancesMultiplier", Object<{
|
|
871
|
+
base: import("tsondb/schema/def").MemberDecl<import("tsondb/schema/def").IntegerType, true>;
|
|
872
|
+
}>, []>>>;
|
|
873
|
+
}, []>>>;
|
|
864
874
|
Indefinite: import("tsondb/schema/def").EnumCaseDecl<null>;
|
|
865
875
|
}, []>>, true>;
|
|
866
876
|
has_maximum_spent_influence: import("tsondb/schema/def").MemberDecl<Boolean, true>;
|
|
@@ -861,6 +861,16 @@ export declare const Disadvantage: Entity<"Disadvantage", {
|
|
|
861
861
|
replacement: import("tsondb/schema/def").MemberDecl<String, false>;
|
|
862
862
|
}>, false>;
|
|
863
863
|
}>, []>>>;
|
|
864
|
+
DependingOnActiveInstances: import("tsondb/schema/def").EnumCaseDecl<IncludeIdentifier<[], import("tsondb/schema/def").EnumDecl<"AdventurePointsDependingOnActiveInstances", {
|
|
865
|
+
Threshold: import("tsondb/schema/def").EnumCaseDecl<IncludeIdentifier<[], import("tsondb/schema/def").TypeAliasDecl<"AdventurePointsDependingOnActiveInstancesThreshold", Object<{
|
|
866
|
+
normal: import("tsondb/schema/def").MemberDecl<import("tsondb/schema/def").IntegerType, true>;
|
|
867
|
+
threshold: import("tsondb/schema/def").MemberDecl<import("tsondb/schema/def").IntegerType, true>;
|
|
868
|
+
alternative: import("tsondb/schema/def").MemberDecl<import("tsondb/schema/def").IntegerType, true>;
|
|
869
|
+
}>, []>>>;
|
|
870
|
+
Multiplier: import("tsondb/schema/def").EnumCaseDecl<IncludeIdentifier<[], import("tsondb/schema/def").TypeAliasDecl<"AdventurePointsDependingOnActiveInstancesMultiplier", Object<{
|
|
871
|
+
base: import("tsondb/schema/def").MemberDecl<import("tsondb/schema/def").IntegerType, true>;
|
|
872
|
+
}>, []>>>;
|
|
873
|
+
}, []>>>;
|
|
864
874
|
Indefinite: import("tsondb/schema/def").EnumCaseDecl<null>;
|
|
865
875
|
}, []>>, true>;
|
|
866
876
|
has_maximum_spent_influence: import("tsondb/schema/def").MemberDecl<Boolean, true>;
|
|
@@ -828,8 +828,172 @@ export declare const select_options: import("tsondb/schema/def").MemberDecl<Incl
|
|
|
828
828
|
}>, []>>>;
|
|
829
829
|
}, []>>>, false>;
|
|
830
830
|
}>, []>>, false>;
|
|
831
|
+
export declare const ExplicitSelectOption: Enum<"ExplicitSelectOption", {
|
|
832
|
+
General: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
|
|
833
|
+
Skill: EnumCase<IncludeIdentifier<[], TypeAlias<"ExplicitSkillSelectOption", Object<{
|
|
834
|
+
id: import("tsondb/schema/def").MemberDecl<import("tsondb/schema/def").ReferenceIdentifierType, true>;
|
|
835
|
+
skill_applications: import("tsondb/schema/def").MemberDecl<IncludeIdentifier<[], TypeAlias<"NewSkillApplications", Array<import("tsondb/schema/def").ReferenceIdentifierType>, []>>, false>;
|
|
836
|
+
skill_uses: import("tsondb/schema/def").MemberDecl<IncludeIdentifier<[], TypeAlias<"SkillUses", Array<import("tsondb/schema/def").ReferenceIdentifierType>, []>>, false>;
|
|
837
|
+
prerequisites: import("tsondb/schema/def").MemberDecl<IncludeIdentifier<[], TypeAlias<"GeneralPrerequisites", IncludeIdentifier<import("tsondb/schema/def").TypeParameter<string, Type>[], TypeAlias<"PrerequisitesForLevels", Array<IncludeIdentifier<import("tsondb/schema/def").TypeParameter<string, Type>[], TypeAlias<"PrerequisiteForLevel", Object<{
|
|
838
|
+
level: import("tsondb/schema/def").MemberDecl<Integer, true>;
|
|
839
|
+
prerequisite: import("tsondb/schema/def").MemberDecl<IncludeIdentifier<import("tsondb/schema/def").TypeParameter<string, Type>[], Enum<"PrerequisitesElement", {
|
|
840
|
+
Single: EnumCase<TypeArgument<import("tsondb/schema/def").TypeParameter<"T", Type>>>;
|
|
841
|
+
Disjunction: EnumCase<IncludeIdentifier<import("tsondb/schema/def").TypeParameter<string, Type>[], TypeAlias<"PrerequisitesDisjunction", Object<{
|
|
842
|
+
list: import("tsondb/schema/def").MemberDecl<Array<TypeArgument<import("tsondb/schema/def").TypeParameter<"T", Type>>>, true>;
|
|
843
|
+
display_option: import("tsondb/schema/def").MemberDecl<IncludeIdentifier<[], Enum<"DisplayOption", {
|
|
844
|
+
Hide: EnumCase<null>;
|
|
845
|
+
ReplaceWith: EnumCase<IncludeIdentifier<[], TypeAlias<"ReplacementDisplayOption", Object<{
|
|
846
|
+
sentence_type: import("tsondb/schema/def").MemberDecl<IncludeIdentifier<[], Enum<"SentenceType", {
|
|
847
|
+
Standalone: EnumCase<null>;
|
|
848
|
+
Connected: EnumCase<null>;
|
|
849
|
+
}, []>>, false>;
|
|
850
|
+
translations: import("tsondb/schema/def").MemberDecl<import("tsondb/schema/def").NestedEntityMapType<"ReplacementDisplayOptionTranslation", {
|
|
851
|
+
replacement: import("tsondb/schema/def").MemberDecl<String, true>;
|
|
852
|
+
}>, true>;
|
|
853
|
+
}>, []>>>;
|
|
854
|
+
}, []>>, false>;
|
|
855
|
+
}>, [T: import("tsondb/schema/def").TypeParameter<"T", Type>]>>>;
|
|
856
|
+
Group: EnumCase<IncludeIdentifier<import("tsondb/schema/def").TypeParameter<string, Type>[], TypeAlias<"PrerequisiteGroup", Object<{
|
|
857
|
+
list: import("tsondb/schema/def").MemberDecl<Array<TypeArgument<import("tsondb/schema/def").TypeParameter<"T", Type>>>, true>;
|
|
858
|
+
translations: import("tsondb/schema/def").MemberDecl<import("tsondb/schema/def").NestedEntityMapType<"PrerequisiteGroupTranslation", {
|
|
859
|
+
text: import("tsondb/schema/def").MemberDecl<String, true>;
|
|
860
|
+
}>, true>;
|
|
861
|
+
}>, [T: import("tsondb/schema/def").TypeParameter<"T", Type>]>>>;
|
|
862
|
+
}, [T: import("tsondb/schema/def").TypeParameter<"T", Type>]>>, true>;
|
|
863
|
+
}>, [T: import("tsondb/schema/def").TypeParameter<"T", Type>]>>>, [T: import("tsondb/schema/def").TypeParameter<"T", Type>]>>, []>>, false>;
|
|
864
|
+
binding_cost: import("tsondb/schema/def").MemberDecl<Integer, false>;
|
|
865
|
+
ap_value: import("tsondb/schema/def").MemberDecl<Integer, false>;
|
|
866
|
+
src: import("tsondb/schema/def").MemberDecl<IncludeIdentifier<[], TypeAlias<"PublicationRefs", Array<IncludeIdentifier<[], TypeAlias<"PublicationRef", Object<{
|
|
867
|
+
id: import("tsondb/schema/def").MemberDecl<import("tsondb/schema/def").ReferenceIdentifierType, true>;
|
|
868
|
+
occurrences: import("tsondb/schema/def").MemberDecl<import("tsondb/schema/def").NestedEntityMapType<string, {
|
|
869
|
+
initial: import("tsondb/schema/def").MemberDecl<IncludeIdentifier<[], TypeAlias<"InitialOccurrence", Object<{
|
|
870
|
+
printing: import("tsondb/schema/def").MemberDecl<Integer, false>;
|
|
871
|
+
pages: import("tsondb/schema/def").MemberDecl<Array<IncludeIdentifier<[], TypeAlias<"PageRange", Object<{
|
|
872
|
+
first_page: import("tsondb/schema/def").MemberDecl<IncludeIdentifier<[], Enum<"Page", {
|
|
873
|
+
InsideCoverFront: EnumCase<null>;
|
|
874
|
+
InsideCoverBack: EnumCase<null>;
|
|
875
|
+
Numbered: EnumCase<Integer>;
|
|
876
|
+
}, []>>, true>;
|
|
877
|
+
last_page: import("tsondb/schema/def").MemberDecl<IncludeIdentifier<[], Enum<"Page", {
|
|
878
|
+
InsideCoverFront: EnumCase<null>;
|
|
879
|
+
InsideCoverBack: EnumCase<null>;
|
|
880
|
+
Numbered: EnumCase<Integer>;
|
|
881
|
+
}, []>>, false>;
|
|
882
|
+
}>, []>>>, true>;
|
|
883
|
+
}>, []>>, true>;
|
|
884
|
+
revisions: import("tsondb/schema/def").MemberDecl<Array<IncludeIdentifier<[], Enum<"Revision", {
|
|
885
|
+
Since: EnumCase<IncludeIdentifier<[], TypeAlias<"Since", Object<{
|
|
886
|
+
printing: import("tsondb/schema/def").MemberDecl<Integer, true>;
|
|
887
|
+
pages: import("tsondb/schema/def").MemberDecl<Array<IncludeIdentifier<[], TypeAlias<"PageRange", Object<{
|
|
888
|
+
first_page: import("tsondb/schema/def").MemberDecl<IncludeIdentifier<[], Enum<"Page", {
|
|
889
|
+
InsideCoverFront: EnumCase<null>;
|
|
890
|
+
InsideCoverBack: EnumCase<null>;
|
|
891
|
+
Numbered: EnumCase<Integer>;
|
|
892
|
+
}, []>>, true>;
|
|
893
|
+
last_page: import("tsondb/schema/def").MemberDecl<IncludeIdentifier<[], Enum<"Page", {
|
|
894
|
+
InsideCoverFront: EnumCase<null>;
|
|
895
|
+
InsideCoverBack: EnumCase<null>;
|
|
896
|
+
Numbered: EnumCase<Integer>;
|
|
897
|
+
}, []>>, false>;
|
|
898
|
+
}>, []>>>, true>;
|
|
899
|
+
}>, []>>>;
|
|
900
|
+
Deprecated: EnumCase<IncludeIdentifier<[], TypeAlias<"Deprecation", Object<{
|
|
901
|
+
printing: import("tsondb/schema/def").MemberDecl<Integer, true>;
|
|
902
|
+
}>, []>>>;
|
|
903
|
+
}, []>>>, false>;
|
|
904
|
+
}>, true>;
|
|
905
|
+
}>, []>>>, []>>, false>;
|
|
906
|
+
translations: import("tsondb/schema/def").MemberDecl<import("tsondb/schema/def").NestedEntityMapType<"ExplicitSkillSelectOptionTranslation", {
|
|
907
|
+
errata: import("tsondb/schema/def").MemberDecl<IncludeIdentifier<[], TypeAlias<"Errata", Array<IncludeIdentifier<[], TypeAlias<"Erratum", Object<{
|
|
908
|
+
date: import("tsondb/schema/def").MemberDecl<import("tsondb/schema/def").DateType, true>;
|
|
909
|
+
description: import("tsondb/schema/def").MemberDecl<String, true>;
|
|
910
|
+
}>, []>>>, []>>, false>;
|
|
911
|
+
}>, false>;
|
|
912
|
+
}>, []>>>;
|
|
913
|
+
CombatTechnique: EnumCase<IncludeIdentifier<[], TypeAlias<"ExplicitCombatTechniqueSelectOption", Object<{
|
|
914
|
+
id: import("tsondb/schema/def").MemberDecl<IncludeIdentifier<[], Enum<"CombatTechniqueIdentifier", {
|
|
915
|
+
CloseCombatTechnique: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
|
|
916
|
+
RangedCombatTechnique: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
|
|
917
|
+
}, []>>, true>;
|
|
918
|
+
prerequisites: import("tsondb/schema/def").MemberDecl<IncludeIdentifier<[], TypeAlias<"GeneralPrerequisites", IncludeIdentifier<import("tsondb/schema/def").TypeParameter<string, Type>[], TypeAlias<"PrerequisitesForLevels", Array<IncludeIdentifier<import("tsondb/schema/def").TypeParameter<string, Type>[], TypeAlias<"PrerequisiteForLevel", Object<{
|
|
919
|
+
level: import("tsondb/schema/def").MemberDecl<Integer, true>;
|
|
920
|
+
prerequisite: import("tsondb/schema/def").MemberDecl<IncludeIdentifier<import("tsondb/schema/def").TypeParameter<string, Type>[], Enum<"PrerequisitesElement", {
|
|
921
|
+
Single: EnumCase<TypeArgument<import("tsondb/schema/def").TypeParameter<"T", Type>>>;
|
|
922
|
+
Disjunction: EnumCase<IncludeIdentifier<import("tsondb/schema/def").TypeParameter<string, Type>[], TypeAlias<"PrerequisitesDisjunction", Object<{
|
|
923
|
+
list: import("tsondb/schema/def").MemberDecl<Array<TypeArgument<import("tsondb/schema/def").TypeParameter<"T", Type>>>, true>;
|
|
924
|
+
display_option: import("tsondb/schema/def").MemberDecl<IncludeIdentifier<[], Enum<"DisplayOption", {
|
|
925
|
+
Hide: EnumCase<null>;
|
|
926
|
+
ReplaceWith: EnumCase<IncludeIdentifier<[], TypeAlias<"ReplacementDisplayOption", Object<{
|
|
927
|
+
sentence_type: import("tsondb/schema/def").MemberDecl<IncludeIdentifier<[], Enum<"SentenceType", {
|
|
928
|
+
Standalone: EnumCase<null>;
|
|
929
|
+
Connected: EnumCase<null>;
|
|
930
|
+
}, []>>, false>;
|
|
931
|
+
translations: import("tsondb/schema/def").MemberDecl<import("tsondb/schema/def").NestedEntityMapType<"ReplacementDisplayOptionTranslation", {
|
|
932
|
+
replacement: import("tsondb/schema/def").MemberDecl<String, true>;
|
|
933
|
+
}>, true>;
|
|
934
|
+
}>, []>>>;
|
|
935
|
+
}, []>>, false>;
|
|
936
|
+
}>, [T: import("tsondb/schema/def").TypeParameter<"T", Type>]>>>;
|
|
937
|
+
Group: EnumCase<IncludeIdentifier<import("tsondb/schema/def").TypeParameter<string, Type>[], TypeAlias<"PrerequisiteGroup", Object<{
|
|
938
|
+
list: import("tsondb/schema/def").MemberDecl<Array<TypeArgument<import("tsondb/schema/def").TypeParameter<"T", Type>>>, true>;
|
|
939
|
+
translations: import("tsondb/schema/def").MemberDecl<import("tsondb/schema/def").NestedEntityMapType<"PrerequisiteGroupTranslation", {
|
|
940
|
+
text: import("tsondb/schema/def").MemberDecl<String, true>;
|
|
941
|
+
}>, true>;
|
|
942
|
+
}>, [T: import("tsondb/schema/def").TypeParameter<"T", Type>]>>>;
|
|
943
|
+
}, [T: import("tsondb/schema/def").TypeParameter<"T", Type>]>>, true>;
|
|
944
|
+
}>, [T: import("tsondb/schema/def").TypeParameter<"T", Type>]>>>, [T: import("tsondb/schema/def").TypeParameter<"T", Type>]>>, []>>, false>;
|
|
945
|
+
binding_cost: import("tsondb/schema/def").MemberDecl<Integer, false>;
|
|
946
|
+
ap_value: import("tsondb/schema/def").MemberDecl<Integer, false>;
|
|
947
|
+
src: import("tsondb/schema/def").MemberDecl<IncludeIdentifier<[], TypeAlias<"PublicationRefs", Array<IncludeIdentifier<[], TypeAlias<"PublicationRef", Object<{
|
|
948
|
+
id: import("tsondb/schema/def").MemberDecl<import("tsondb/schema/def").ReferenceIdentifierType, true>;
|
|
949
|
+
occurrences: import("tsondb/schema/def").MemberDecl<import("tsondb/schema/def").NestedEntityMapType<string, {
|
|
950
|
+
initial: import("tsondb/schema/def").MemberDecl<IncludeIdentifier<[], TypeAlias<"InitialOccurrence", Object<{
|
|
951
|
+
printing: import("tsondb/schema/def").MemberDecl<Integer, false>;
|
|
952
|
+
pages: import("tsondb/schema/def").MemberDecl<Array<IncludeIdentifier<[], TypeAlias<"PageRange", Object<{
|
|
953
|
+
first_page: import("tsondb/schema/def").MemberDecl<IncludeIdentifier<[], Enum<"Page", {
|
|
954
|
+
InsideCoverFront: EnumCase<null>;
|
|
955
|
+
InsideCoverBack: EnumCase<null>;
|
|
956
|
+
Numbered: EnumCase<Integer>;
|
|
957
|
+
}, []>>, true>;
|
|
958
|
+
last_page: import("tsondb/schema/def").MemberDecl<IncludeIdentifier<[], Enum<"Page", {
|
|
959
|
+
InsideCoverFront: EnumCase<null>;
|
|
960
|
+
InsideCoverBack: EnumCase<null>;
|
|
961
|
+
Numbered: EnumCase<Integer>;
|
|
962
|
+
}, []>>, false>;
|
|
963
|
+
}>, []>>>, true>;
|
|
964
|
+
}>, []>>, true>;
|
|
965
|
+
revisions: import("tsondb/schema/def").MemberDecl<Array<IncludeIdentifier<[], Enum<"Revision", {
|
|
966
|
+
Since: EnumCase<IncludeIdentifier<[], TypeAlias<"Since", Object<{
|
|
967
|
+
printing: import("tsondb/schema/def").MemberDecl<Integer, true>;
|
|
968
|
+
pages: import("tsondb/schema/def").MemberDecl<Array<IncludeIdentifier<[], TypeAlias<"PageRange", Object<{
|
|
969
|
+
first_page: import("tsondb/schema/def").MemberDecl<IncludeIdentifier<[], Enum<"Page", {
|
|
970
|
+
InsideCoverFront: EnumCase<null>;
|
|
971
|
+
InsideCoverBack: EnumCase<null>;
|
|
972
|
+
Numbered: EnumCase<Integer>;
|
|
973
|
+
}, []>>, true>;
|
|
974
|
+
last_page: import("tsondb/schema/def").MemberDecl<IncludeIdentifier<[], Enum<"Page", {
|
|
975
|
+
InsideCoverFront: EnumCase<null>;
|
|
976
|
+
InsideCoverBack: EnumCase<null>;
|
|
977
|
+
Numbered: EnumCase<Integer>;
|
|
978
|
+
}, []>>, false>;
|
|
979
|
+
}>, []>>>, true>;
|
|
980
|
+
}>, []>>>;
|
|
981
|
+
Deprecated: EnumCase<IncludeIdentifier<[], TypeAlias<"Deprecation", Object<{
|
|
982
|
+
printing: import("tsondb/schema/def").MemberDecl<Integer, true>;
|
|
983
|
+
}>, []>>>;
|
|
984
|
+
}, []>>>, false>;
|
|
985
|
+
}>, true>;
|
|
986
|
+
}>, []>>>, []>>, false>;
|
|
987
|
+
translations: import("tsondb/schema/def").MemberDecl<import("tsondb/schema/def").NestedEntityMapType<"ExplicitCombatTechniqueSelectOptionTranslation", {
|
|
988
|
+
errata: import("tsondb/schema/def").MemberDecl<IncludeIdentifier<[], TypeAlias<"Errata", Array<IncludeIdentifier<[], TypeAlias<"Erratum", Object<{
|
|
989
|
+
date: import("tsondb/schema/def").MemberDecl<import("tsondb/schema/def").DateType, true>;
|
|
990
|
+
description: import("tsondb/schema/def").MemberDecl<String, true>;
|
|
991
|
+
}>, []>>>, []>>, false>;
|
|
992
|
+
}>, false>;
|
|
993
|
+
}>, []>>>;
|
|
994
|
+
}, []>;
|
|
831
995
|
export declare const GeneralSelectOption: Entity<"GeneralSelectOption", {
|
|
832
|
-
parent: import("tsondb/schema/def").MemberDecl<IncludeIdentifier<[], Enum<"
|
|
996
|
+
parent: import("tsondb/schema/def").MemberDecl<IncludeIdentifier<[], Enum<"SelectOptionParentIdentifier", {
|
|
833
997
|
Advantage: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
|
|
834
998
|
Disadvantage: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
|
|
835
999
|
AdvancedCombatSpecialAbility: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
|
|
@@ -880,6 +1044,7 @@ export declare const GeneralSelectOption: Entity<"GeneralSelectOption", {
|
|
|
880
1044
|
Vision: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
|
|
881
1045
|
WandEnchantment: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
|
|
882
1046
|
WeaponEnchantment: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
|
|
1047
|
+
TradeSecret: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
|
|
883
1048
|
}, []>>, true>;
|
|
884
1049
|
profession_only: import("tsondb/schema/def").MemberDecl<Boolean, false>;
|
|
885
1050
|
skill_applications: import("tsondb/schema/def").MemberDecl<IncludeIdentifier<[], TypeAlias<"NewSkillApplications", Array<import("tsondb/schema/def").ReferenceIdentifierType>, []>>, false>;
|
|
@@ -1595,8 +1760,29 @@ export declare const ap_value: import("tsondb/schema/def").MemberDecl<IncludeIde
|
|
|
1595
1760
|
replacement: import("tsondb/schema/def").MemberDecl<String, false>;
|
|
1596
1761
|
}>, false>;
|
|
1597
1762
|
}>, []>>>;
|
|
1763
|
+
DependingOnActiveInstances: EnumCase<IncludeIdentifier<[], Enum<"AdventurePointsDependingOnActiveInstances", {
|
|
1764
|
+
Threshold: EnumCase<IncludeIdentifier<[], TypeAlias<"AdventurePointsDependingOnActiveInstancesThreshold", Object<{
|
|
1765
|
+
normal: import("tsondb/schema/def").MemberDecl<Integer, true>;
|
|
1766
|
+
threshold: import("tsondb/schema/def").MemberDecl<Integer, true>;
|
|
1767
|
+
alternative: import("tsondb/schema/def").MemberDecl<Integer, true>;
|
|
1768
|
+
}>, []>>>;
|
|
1769
|
+
Multiplier: EnumCase<IncludeIdentifier<[], TypeAlias<"AdventurePointsDependingOnActiveInstancesMultiplier", Object<{
|
|
1770
|
+
base: import("tsondb/schema/def").MemberDecl<Integer, true>;
|
|
1771
|
+
}>, []>>>;
|
|
1772
|
+
}, []>>>;
|
|
1598
1773
|
Indefinite: EnumCase<null>;
|
|
1599
1774
|
}, []>>, true>;
|
|
1600
1775
|
export declare const ap_value_l10n: import("tsondb/schema/def").MemberDecl<String, false>;
|
|
1601
1776
|
export declare const ap_value_append: import("tsondb/schema/def").MemberDecl<String, false>;
|
|
1777
|
+
export declare const FixedAdventurePointsValue: TypeAlias<"FixedAdventurePointsValue", IncludeIdentifier<[], TypeAlias<"AdventurePointsSingleValue", Integer, []>>, []>;
|
|
1778
|
+
export declare const AdventurePointsDependingOnActiveInstances: Enum<"AdventurePointsDependingOnActiveInstances", {
|
|
1779
|
+
Threshold: EnumCase<IncludeIdentifier<[], TypeAlias<"AdventurePointsDependingOnActiveInstancesThreshold", Object<{
|
|
1780
|
+
normal: import("tsondb/schema/def").MemberDecl<Integer, true>;
|
|
1781
|
+
threshold: import("tsondb/schema/def").MemberDecl<Integer, true>;
|
|
1782
|
+
alternative: import("tsondb/schema/def").MemberDecl<Integer, true>;
|
|
1783
|
+
}>, []>>>;
|
|
1784
|
+
Multiplier: EnumCase<IncludeIdentifier<[], TypeAlias<"AdventurePointsDependingOnActiveInstancesMultiplier", Object<{
|
|
1785
|
+
base: import("tsondb/schema/def").MemberDecl<Integer, true>;
|
|
1786
|
+
}>, []>>>;
|
|
1787
|
+
}, []>;
|
|
1602
1788
|
export declare const input: import("tsondb/schema/def").MemberDecl<String, false>;
|
|
@@ -6,7 +6,7 @@ import { NestedTranslationMap } from "./Locale.js";
|
|
|
6
6
|
import { SelectOptionCategory } from "./_ActivatableSelectOptionCategory.js";
|
|
7
7
|
import { DurationUnitValue } from "./_ActivatableSkillDuration.js";
|
|
8
8
|
import { AspectIdentifier, CloseCombatTechniqueIdentifier, GeneralIdentifier, MagicalTraditionIdentifier, NewSkillApplicationIdentifier, PatronIdentifier, PropertyIdentifier, RaceIdentifier, RangedCombatTechniqueIdentifier, SkillIdentifier, SkillUseIdentifier, WeaponIdentifier, } from "./_Identifier.js";
|
|
9
|
-
import {
|
|
9
|
+
import { AdvancedSpecialAbilityRestrictedOptionIdentifier, CombatRelatedSpecialAbilityIdentifier, CombatTechniqueIdentifier, NewSkillApplicationOrUseParentIdentifier, SelectOptionParentIdentifier, VolumePointsOptionReferenceIdentifier, } from "./_IdentifierGroup.js";
|
|
10
10
|
import { GeneralPrerequisites } from "./_Prerequisite.js";
|
|
11
11
|
import { ResponsiveText, ResponsiveTextOptional } from "./_ResponsiveText.js";
|
|
12
12
|
import { DisplayOption } from "./prerequisites/DisplayOption.js";
|
|
@@ -56,7 +56,7 @@ export const select_options = Optional({
|
|
|
56
56
|
Note that this is only a full definition of options for simple logic that can be made explicit using the more detailed configuration for both derived categories and explicit options. There are quite a few entries whose option logic cannot be fully represented here, so that it needs to be implemented manually.`,
|
|
57
57
|
type: IncludeIdentifier(SelectOptions),
|
|
58
58
|
});
|
|
59
|
-
const ExplicitSelectOption = Enum(import.meta.url, {
|
|
59
|
+
export const ExplicitSelectOption = Enum(import.meta.url, {
|
|
60
60
|
name: "ExplicitSelectOption",
|
|
61
61
|
values: () => ({
|
|
62
62
|
General: EnumCase({ type: GeneralIdentifier() }),
|
|
@@ -70,7 +70,7 @@ export const GeneralSelectOption = Entity(import.meta.url, {
|
|
|
70
70
|
type: () => Object({
|
|
71
71
|
parent: Required({
|
|
72
72
|
comment: "The entry that contains select option.",
|
|
73
|
-
type: IncludeIdentifier(
|
|
73
|
+
type: IncludeIdentifier(SelectOptionParentIdentifier),
|
|
74
74
|
}),
|
|
75
75
|
profession_only: Optional({
|
|
76
76
|
comment: "Sometimes, professions use specific text selections that are not contained in described lists. This ensures you can use them for professions only. They are not going to be displayed as options to the user.",
|
|
@@ -1345,6 +1345,9 @@ const AdventurePointsValue = Enum(import.meta.url, {
|
|
|
1345
1345
|
DerivedFromSelection: EnumCase({
|
|
1346
1346
|
type: IncludeIdentifier(AdventurePointsDerivedFromSelection),
|
|
1347
1347
|
}),
|
|
1348
|
+
DependingOnActiveInstances: EnumCase({
|
|
1349
|
+
type: IncludeIdentifier(AdventurePointsDependingOnActiveInstances),
|
|
1350
|
+
}),
|
|
1348
1351
|
Indefinite: EnumCase({ type: null }),
|
|
1349
1352
|
}),
|
|
1350
1353
|
});
|
|
@@ -1362,7 +1365,7 @@ export const ap_value_append = Optional({
|
|
|
1362
1365
|
isDeprecated: true,
|
|
1363
1366
|
type: String({ minLength: 1 }),
|
|
1364
1367
|
});
|
|
1365
|
-
const FixedAdventurePointsValue = TypeAlias(import.meta.url, {
|
|
1368
|
+
export const FixedAdventurePointsValue = TypeAlias(import.meta.url, {
|
|
1366
1369
|
name: "FixedAdventurePointsValue",
|
|
1367
1370
|
comment: "A fixed adventure points value. If the entry has levels, this is the cost per level as well.",
|
|
1368
1371
|
type: () => IncludeIdentifier(AdventurePointsSingleValue),
|
|
@@ -1389,6 +1392,46 @@ const AdventurePointsSingleValue = TypeAlias(import.meta.url, {
|
|
|
1389
1392
|
comment: "A single adventure points value.",
|
|
1390
1393
|
type: () => Integer({ minimum: 0 }),
|
|
1391
1394
|
});
|
|
1395
|
+
export const AdventurePointsDependingOnActiveInstances = Enum(import.meta.url, {
|
|
1396
|
+
name: "AdventurePointsDependingOnActiveInstances",
|
|
1397
|
+
comment: "The adventure points cost depends on how many instances of the entry are already active.",
|
|
1398
|
+
values: () => ({
|
|
1399
|
+
Threshold: EnumCase({
|
|
1400
|
+
type: IncludeIdentifier(AdventurePointsDependingOnActiveInstancesThreshold),
|
|
1401
|
+
}),
|
|
1402
|
+
Multiplier: EnumCase({
|
|
1403
|
+
type: IncludeIdentifier(AdventurePointsDependingOnActiveInstancesMultiplier),
|
|
1404
|
+
}),
|
|
1405
|
+
}),
|
|
1406
|
+
});
|
|
1407
|
+
const AdventurePointsDependingOnActiveInstancesThreshold = TypeAlias(import.meta.url, {
|
|
1408
|
+
name: "AdventurePointsDependingOnActiveInstancesThreshold",
|
|
1409
|
+
comment: "The adventure points cost depends on how many instances of the entry are already active.",
|
|
1410
|
+
type: () => Object({
|
|
1411
|
+
normal: Required({
|
|
1412
|
+
comment: "The normal adventure points value.",
|
|
1413
|
+
type: Integer({ minimum: 0 }),
|
|
1414
|
+
}),
|
|
1415
|
+
threshold: Required({
|
|
1416
|
+
comment: "The number of active instances **after** which the alternative cost applies.",
|
|
1417
|
+
type: Integer({ minimum: 1 }),
|
|
1418
|
+
}),
|
|
1419
|
+
alternative: Required({
|
|
1420
|
+
comment: "The alternative adventure points value.",
|
|
1421
|
+
type: Integer({ minimum: 0 }),
|
|
1422
|
+
}),
|
|
1423
|
+
}),
|
|
1424
|
+
});
|
|
1425
|
+
const AdventurePointsDependingOnActiveInstancesMultiplier = TypeAlias(import.meta.url, {
|
|
1426
|
+
name: "AdventurePointsDependingOnActiveInstancesMultiplier",
|
|
1427
|
+
comment: "The adventure points cost depends on how many instances of the entry are already active.",
|
|
1428
|
+
type: () => Object({
|
|
1429
|
+
base: Required({
|
|
1430
|
+
comment: "The base adventure points value that is multiplied by `(number of active instances) + 1`.",
|
|
1431
|
+
type: Integer({ minimum: 0 }),
|
|
1432
|
+
}),
|
|
1433
|
+
}),
|
|
1434
|
+
});
|
|
1392
1435
|
export const input = Optional({
|
|
1393
1436
|
comment: "A string that is used as a label for an input field.",
|
|
1394
1437
|
type: String({ minLength: 1 }),
|
|
@@ -224,6 +224,59 @@ export declare const SelectOptionIdentifier: Enum<"SelectOptionIdentifier", {
|
|
|
224
224
|
TargetCategory: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
|
|
225
225
|
Patron: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
|
|
226
226
|
}, []>;
|
|
227
|
+
export declare const SelectOptionParentIdentifier: Enum<"SelectOptionParentIdentifier", {
|
|
228
|
+
Advantage: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
|
|
229
|
+
Disadvantage: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
|
|
230
|
+
AdvancedCombatSpecialAbility: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
|
|
231
|
+
AdvancedKarmaSpecialAbility: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
|
|
232
|
+
AdvancedMagicalSpecialAbility: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
|
|
233
|
+
AdvancedSkillSpecialAbility: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
|
|
234
|
+
AncestorGlyph: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
|
|
235
|
+
ArcaneOrbEnchantment: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
|
|
236
|
+
AttireEnchantment: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
|
|
237
|
+
BlessedTradition: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
|
|
238
|
+
BowlEnchantment: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
|
|
239
|
+
BrawlingSpecialAbility: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
|
|
240
|
+
CauldronEnchantment: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
|
|
241
|
+
CeremonialItemSpecialAbility: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
|
|
242
|
+
ChronicleEnchantment: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
|
|
243
|
+
CombatSpecialAbility: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
|
|
244
|
+
CombatStyleSpecialAbility: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
|
|
245
|
+
CommandSpecialAbility: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
|
|
246
|
+
DaggerRitual: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
|
|
247
|
+
FamiliarSpecialAbility: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
|
|
248
|
+
FatePointSexSpecialAbility: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
|
|
249
|
+
FatePointSpecialAbility: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
|
|
250
|
+
FoolsHatEnchantment: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
|
|
251
|
+
GeneralSpecialAbility: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
|
|
252
|
+
InstrumentEnchantment: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
|
|
253
|
+
KarmaSpecialAbility: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
|
|
254
|
+
Krallenkettenzauber: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
|
|
255
|
+
LiturgicalStyleSpecialAbility: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
|
|
256
|
+
LycantropicGift: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
|
|
257
|
+
MagicalSign: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
|
|
258
|
+
MagicalSpecialAbility: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
|
|
259
|
+
MagicalTradition: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
|
|
260
|
+
MagicStyleSpecialAbility: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
|
|
261
|
+
OrbEnchantment: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
|
|
262
|
+
PactGift: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
|
|
263
|
+
ProtectiveWardingCircleSpecialAbility: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
|
|
264
|
+
RingEnchantment: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
|
|
265
|
+
Sermon: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
|
|
266
|
+
SexSpecialAbility: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
|
|
267
|
+
SickleRitual: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
|
|
268
|
+
SikaryanDrainSpecialAbility: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
|
|
269
|
+
SkillStyleSpecialAbility: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
|
|
270
|
+
SpellSwordEnchantment: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
|
|
271
|
+
StaffEnchantment: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
|
|
272
|
+
ToyEnchantment: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
|
|
273
|
+
Trinkhornzauber: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
|
|
274
|
+
VampiricGift: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
|
|
275
|
+
Vision: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
|
|
276
|
+
WandEnchantment: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
|
|
277
|
+
WeaponEnchantment: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
|
|
278
|
+
TradeSecret: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
|
|
279
|
+
}, []>;
|
|
227
280
|
export declare const RequirableSelectOptionIdentifier: Enum<"RequirableSelectOptionIdentifier", {
|
|
228
281
|
General: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
|
|
229
282
|
Skill: EnumCase<import("tsondb/schema/def").ReferenceIdentifierType>;
|
|
@@ -277,6 +277,64 @@ export const SelectOptionIdentifier = Enum(import.meta.url, {
|
|
|
277
277
|
Patron: EnumCase({ type: PatronIdentifier() }),
|
|
278
278
|
}),
|
|
279
279
|
});
|
|
280
|
+
export const SelectOptionParentIdentifier = Enum(import.meta.url, {
|
|
281
|
+
name: "SelectOptionParentIdentifier",
|
|
282
|
+
values: () => ({
|
|
283
|
+
Advantage: EnumCase({ type: AdvantageIdentifier() }),
|
|
284
|
+
Disadvantage: EnumCase({ type: DisadvantageIdentifier() }),
|
|
285
|
+
AdvancedCombatSpecialAbility: EnumCase({ type: AdvancedCombatSpecialAbilityIdentifier() }),
|
|
286
|
+
AdvancedKarmaSpecialAbility: EnumCase({ type: AdvancedKarmaSpecialAbilityIdentifier() }),
|
|
287
|
+
AdvancedMagicalSpecialAbility: EnumCase({ type: AdvancedMagicalSpecialAbilityIdentifier() }),
|
|
288
|
+
AdvancedSkillSpecialAbility: EnumCase({ type: AdvancedSkillSpecialAbilityIdentifier() }),
|
|
289
|
+
AncestorGlyph: EnumCase({ type: AncestorGlyphIdentifier() }),
|
|
290
|
+
ArcaneOrbEnchantment: EnumCase({ type: ArcaneOrbEnchantmentIdentifier() }),
|
|
291
|
+
AttireEnchantment: EnumCase({ type: AttireEnchantmentIdentifier() }),
|
|
292
|
+
BlessedTradition: EnumCase({ type: BlessedTraditionIdentifier() }),
|
|
293
|
+
BowlEnchantment: EnumCase({ type: BowlEnchantmentIdentifier() }),
|
|
294
|
+
BrawlingSpecialAbility: EnumCase({ type: BrawlingSpecialAbilityIdentifier() }),
|
|
295
|
+
CauldronEnchantment: EnumCase({ type: CauldronEnchantmentIdentifier() }),
|
|
296
|
+
CeremonialItemSpecialAbility: EnumCase({ type: CeremonialItemSpecialAbilityIdentifier() }),
|
|
297
|
+
ChronicleEnchantment: EnumCase({ type: ChronicleEnchantmentIdentifier() }),
|
|
298
|
+
CombatSpecialAbility: EnumCase({ type: CombatSpecialAbilityIdentifier() }),
|
|
299
|
+
CombatStyleSpecialAbility: EnumCase({ type: CombatStyleSpecialAbilityIdentifier() }),
|
|
300
|
+
CommandSpecialAbility: EnumCase({ type: CommandSpecialAbilityIdentifier() }),
|
|
301
|
+
DaggerRitual: EnumCase({ type: DaggerRitualIdentifier() }),
|
|
302
|
+
FamiliarSpecialAbility: EnumCase({ type: FamiliarSpecialAbilityIdentifier() }),
|
|
303
|
+
FatePointSexSpecialAbility: EnumCase({ type: FatePointSexSpecialAbilityIdentifier() }),
|
|
304
|
+
FatePointSpecialAbility: EnumCase({ type: FatePointSpecialAbilityIdentifier() }),
|
|
305
|
+
FoolsHatEnchantment: EnumCase({ type: FoolsHatEnchantmentIdentifier() }),
|
|
306
|
+
GeneralSpecialAbility: EnumCase({ type: GeneralSpecialAbilityIdentifier() }),
|
|
307
|
+
InstrumentEnchantment: EnumCase({ type: InstrumentEnchantmentIdentifier() }),
|
|
308
|
+
KarmaSpecialAbility: EnumCase({ type: KarmaSpecialAbilityIdentifier() }),
|
|
309
|
+
Krallenkettenzauber: EnumCase({ type: KrallenkettenzauberIdentifier() }),
|
|
310
|
+
LiturgicalStyleSpecialAbility: EnumCase({ type: LiturgicalStyleSpecialAbilityIdentifier() }),
|
|
311
|
+
LycantropicGift: EnumCase({ type: LycantropicGiftIdentifier() }),
|
|
312
|
+
MagicalSign: EnumCase({ type: MagicalSignIdentifier() }),
|
|
313
|
+
MagicalSpecialAbility: EnumCase({ type: MagicalSpecialAbilityIdentifier() }),
|
|
314
|
+
MagicalTradition: EnumCase({ type: MagicalTraditionIdentifier() }),
|
|
315
|
+
MagicStyleSpecialAbility: EnumCase({ type: MagicStyleSpecialAbilityIdentifier() }),
|
|
316
|
+
OrbEnchantment: EnumCase({ type: OrbEnchantmentIdentifier() }),
|
|
317
|
+
PactGift: EnumCase({ type: PactGiftIdentifier() }),
|
|
318
|
+
ProtectiveWardingCircleSpecialAbility: EnumCase({
|
|
319
|
+
type: ProtectiveWardingCircleSpecialAbilityIdentifier(),
|
|
320
|
+
}),
|
|
321
|
+
RingEnchantment: EnumCase({ type: RingEnchantmentIdentifier() }),
|
|
322
|
+
Sermon: EnumCase({ type: SermonIdentifier() }),
|
|
323
|
+
SexSpecialAbility: EnumCase({ type: SexSpecialAbilityIdentifier() }),
|
|
324
|
+
SickleRitual: EnumCase({ type: SickleRitualIdentifier() }),
|
|
325
|
+
SikaryanDrainSpecialAbility: EnumCase({ type: SikaryanDrainSpecialAbilityIdentifier() }),
|
|
326
|
+
SkillStyleSpecialAbility: EnumCase({ type: SkillStyleSpecialAbilityIdentifier() }),
|
|
327
|
+
SpellSwordEnchantment: EnumCase({ type: SpellSwordEnchantmentIdentifier() }),
|
|
328
|
+
StaffEnchantment: EnumCase({ type: StaffEnchantmentIdentifier() }),
|
|
329
|
+
ToyEnchantment: EnumCase({ type: ToyEnchantmentIdentifier() }),
|
|
330
|
+
Trinkhornzauber: EnumCase({ type: TrinkhornzauberIdentifier() }),
|
|
331
|
+
VampiricGift: EnumCase({ type: VampiricGiftIdentifier() }),
|
|
332
|
+
Vision: EnumCase({ type: VisionIdentifier() }),
|
|
333
|
+
WandEnchantment: EnumCase({ type: WandEnchantmentIdentifier() }),
|
|
334
|
+
WeaponEnchantment: EnumCase({ type: WeaponEnchantmentIdentifier() }),
|
|
335
|
+
TradeSecret: EnumCase({ type: TradeSecretIdentifier() }),
|
|
336
|
+
}),
|
|
337
|
+
});
|
|
280
338
|
export const RequirableSelectOptionIdentifier = Enum(import.meta.url, {
|
|
281
339
|
name: "RequirableSelectOptionIdentifier",
|
|
282
340
|
values: () => ({
|