optolith-database-schema 0.28.2 → 0.29.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +15 -0
- package/gen/types.d.ts +7 -612
- package/lib/cache/activatableSelectOptions.d.ts +18 -0
- package/lib/cache/activatableSelectOptions.js +761 -0
- package/lib/cache/ancestorBloodAdvantages.d.ts +4 -0
- package/lib/cache/ancestorBloodAdvantages.js +13 -0
- package/lib/cache/index.d.ts +31 -0
- package/lib/cache/index.js +22 -0
- package/lib/cache/internal.d.ts +4 -0
- package/lib/cache/internal.js +1 -0
- package/lib/cache/magicalAndBlessedAdvantagesAndDisadvantages.d.ts +3 -0
- package/lib/cache/magicalAndBlessedAdvantagesAndDisadvantages.js +103 -0
- package/lib/cache/newApplicationsAndUses.d.ts +22 -0
- package/lib/cache/newApplicationsAndUses.js +12 -0
- package/lib/types/Advantage.d.ts +3 -3
- package/lib/types/AnimalDisease.d.ts +1 -1
- package/lib/types/Blessing.d.ts +1 -1
- package/lib/types/Cantrip.d.ts +1 -1
- package/lib/types/Ceremony.d.ts +2 -2
- package/lib/types/CombatTechnique.d.ts +2 -2
- package/lib/types/Condition.d.ts +1 -1
- package/lib/types/Culture.d.ts +1 -1
- package/lib/types/DerivedCharacteristic.d.ts +1 -1
- package/lib/types/Disadvantage.d.ts +3 -3
- package/lib/types/Disease.d.ts +1 -1
- package/lib/types/FamiliarsTrick.d.ts +1 -1
- package/lib/types/Lessons.d.ts +1 -1
- package/lib/types/LiturgicalChant.d.ts +2 -2
- package/lib/types/Locale.d.ts +5 -0
- package/lib/types/Locale.js +9 -0
- package/lib/types/MetaCondition.d.ts +1 -1
- package/lib/types/PactCategory.d.ts +1 -1
- package/lib/types/Patron.d.ts +1 -1
- package/lib/types/PersonalityTrait.d.ts +1 -1
- package/lib/types/Profession.d.ts +2 -2
- package/lib/types/Race.d.ts +1 -1
- package/lib/types/Ritual.d.ts +2 -2
- package/lib/types/Service.d.ts +1 -1
- package/lib/types/SexPractice.d.ts +1 -1
- package/lib/types/Skill.d.ts +1 -1
- package/lib/types/Spell.d.ts +2 -2
- package/lib/types/State.d.ts +1 -1
- package/lib/types/Talisman.d.ts +1 -1
- package/lib/types/_ActivatableSelectOptions.d.ts +2 -2
- package/lib/types/_Enhancements.d.ts +2 -2
- package/lib/types/_Influence.d.ts +1 -1
- package/lib/types/equipment/EquipmentPackage.d.ts +1 -1
- package/lib/types/equipment/item/Ammunition.d.ts +1 -1
- package/lib/types/equipment/item/Animal.d.ts +1 -1
- package/lib/types/equipment/item/AnimalCare.d.ts +1 -1
- package/lib/types/equipment/item/Armor.d.ts +1 -1
- package/lib/types/equipment/item/BandageOrRemedy.d.ts +1 -1
- package/lib/types/equipment/item/Book.d.ts +1 -1
- 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/ClothingPackage.d.ts +1 -1
- package/lib/types/equipment/item/Container.d.ts +1 -1
- package/lib/types/equipment/item/Elixir.d.ts +1 -1
- package/lib/types/equipment/item/EquipmentOfBlessedOnes.d.ts +1 -1
- package/lib/types/equipment/item/GemOrPreciousStone.d.ts +1 -1
- package/lib/types/equipment/item/IlluminationLightSource.d.ts +1 -1
- package/lib/types/equipment/item/IlluminationRefillOrSupply.d.ts +1 -1
- package/lib/types/equipment/item/Jewelry.d.ts +1 -1
- package/lib/types/equipment/item/Laboratory.d.ts +1 -1
- 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 +1 -1
- package/lib/types/equipment/item/MusicalInstrument.d.ts +1 -1
- package/lib/types/equipment/item/Newspaper.d.ts +1 -1
- package/lib/types/equipment/item/OrienteeringAid.d.ts +1 -1
- package/lib/types/equipment/item/Poison.d.ts +1 -1
- package/lib/types/equipment/item/RopeOrChain.d.ts +1 -1
- package/lib/types/equipment/item/Stationery.d.ts +1 -1
- package/lib/types/equipment/item/ThievesTool.d.ts +1 -1
- package/lib/types/equipment/item/ToolOfTheTrade.d.ts +1 -1
- 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 +1 -1
- package/lib/types/equipment/item/WeaponAccessory.d.ts +1 -1
- package/lib/types/equipment/item/_Item.d.ts +1 -1
- package/lib/types/magicalActions/AnimistPower.d.ts +2 -2
- package/lib/types/magicalActions/Curse.d.ts +1 -1
- package/lib/types/magicalActions/DominationRitual.d.ts +1 -1
- package/lib/types/magicalActions/ElvenMagicalSong.d.ts +1 -1
- package/lib/types/magicalActions/GeodeRitual.d.ts +1 -1
- package/lib/types/magicalActions/JesterTrick.d.ts +1 -1
- package/lib/types/magicalActions/MagicalDance.d.ts +1 -1
- package/lib/types/magicalActions/MagicalMelody.d.ts +1 -1
- package/lib/types/magicalActions/MagicalRune.d.ts +1 -1
- package/lib/types/magicalActions/ZibiljaRitual.d.ts +1 -1
- package/lib/types/rule/AlternativeRule.d.ts +1 -1
- package/lib/types/rule/CoreRule.d.ts +1 -1
- package/lib/types/rule/FocusRule.d.ts +1 -1
- package/lib/types/rule/OptionalRule.d.ts +1 -1
- package/lib/types/source/_PublicationRef.d.ts +4 -4
- package/lib/types/source/_PublicationRef.js +34 -30
- package/lib/types/specialAbility/AdvancedCombatSpecialAbility.d.ts +3 -3
- package/lib/types/specialAbility/AdvancedKarmaSpecialAbility.d.ts +3 -3
- package/lib/types/specialAbility/AdvancedMagicalSpecialAbility.d.ts +3 -3
- package/lib/types/specialAbility/AdvancedSkillSpecialAbility.d.ts +3 -3
- package/lib/types/specialAbility/AncestorGlyph.d.ts +3 -3
- package/lib/types/specialAbility/BlessedTradition.d.ts +4 -4
- package/lib/types/specialAbility/BlessedTradition.js +2 -2
- package/lib/types/specialAbility/BrawlingSpecialAbility.d.ts +3 -3
- package/lib/types/specialAbility/CeremonialItemSpecialAbility.d.ts +3 -3
- package/lib/types/specialAbility/CombatSpecialAbility.d.ts +3 -3
- package/lib/types/specialAbility/CombatStyleSpecialAbility.d.ts +3 -3
- package/lib/types/specialAbility/CommandSpecialAbility.d.ts +3 -3
- package/lib/types/specialAbility/FamiliarSpecialAbility.d.ts +3 -3
- package/lib/types/specialAbility/FatePointSexSpecialAbility.d.ts +3 -3
- package/lib/types/specialAbility/FatePointSpecialAbility.d.ts +3 -3
- package/lib/types/specialAbility/GeneralSpecialAbility.d.ts +3 -3
- package/lib/types/specialAbility/KarmaSpecialAbility.d.ts +3 -3
- package/lib/types/specialAbility/LiturgicalStyleSpecialAbility.d.ts +3 -3
- package/lib/types/specialAbility/LycantropicGift.d.ts +3 -3
- package/lib/types/specialAbility/MagicStyleSpecialAbility.d.ts +3 -3
- package/lib/types/specialAbility/MagicalSign.d.ts +1 -1
- package/lib/types/specialAbility/MagicalSpecialAbility.d.ts +3 -3
- package/lib/types/specialAbility/MagicalTradition.d.ts +3 -3
- package/lib/types/specialAbility/PactGift.d.ts +3 -3
- package/lib/types/specialAbility/ProtectiveWardingCircleSpecialAbility.d.ts +3 -3
- package/lib/types/specialAbility/Sermon.d.ts +3 -3
- package/lib/types/specialAbility/SexSpecialAbility.d.ts +3 -3
- package/lib/types/specialAbility/SikaryanDrainSpecialAbility.d.ts +3 -3
- package/lib/types/specialAbility/SkillStyleSpecialAbility.d.ts +3 -3
- package/lib/types/specialAbility/VampiricGift.d.ts +3 -3
- package/lib/types/specialAbility/Vision.d.ts +3 -3
- package/lib/types/specialAbility/sub/Language.d.ts +1 -1
- package/lib/types/specialAbility/sub/Script.d.ts +1 -1
- package/lib/types/specialAbility/sub/TradeSecret.d.ts +3 -3
- package/lib/types/traditionArtifacts/ArcaneOrbEnchantment.d.ts +3 -3
- package/lib/types/traditionArtifacts/AttireEnchantment.d.ts +3 -3
- package/lib/types/traditionArtifacts/Beutelzauber.d.ts +3 -3
- package/lib/types/traditionArtifacts/BowlEnchantment.d.ts +3 -3
- package/lib/types/traditionArtifacts/CauldronEnchantment.d.ts +3 -3
- package/lib/types/traditionArtifacts/ChronicleEnchantment.d.ts +3 -3
- package/lib/types/traditionArtifacts/DaggerRitual.d.ts +3 -3
- package/lib/types/traditionArtifacts/FoolsHatEnchantment.d.ts +3 -3
- package/lib/types/traditionArtifacts/Haubenzauber.d.ts +3 -3
- package/lib/types/traditionArtifacts/InstrumentEnchantment.d.ts +3 -3
- package/lib/types/traditionArtifacts/Krallenkettenzauber.d.ts +3 -3
- package/lib/types/traditionArtifacts/Kristallkugelzauber.d.ts +3 -3
- package/lib/types/traditionArtifacts/OrbEnchantment.d.ts +3 -3
- package/lib/types/traditionArtifacts/RingEnchantment.d.ts +3 -3
- package/lib/types/traditionArtifacts/SickleRitual.d.ts +3 -3
- package/lib/types/traditionArtifacts/SpellSwordEnchantment.d.ts +3 -3
- package/lib/types/traditionArtifacts/StaffEnchantment.d.ts +3 -3
- package/lib/types/traditionArtifacts/ToyEnchantment.d.ts +3 -3
- package/lib/types/traditionArtifacts/Trinkhornzauber.d.ts +3 -3
- package/lib/types/traditionArtifacts/WandEnchantment.d.ts +3 -3
- package/lib/types/traditionArtifacts/WeaponEnchantment.d.ts +3 -3
- package/package.json +7 -10
|
@@ -43,7 +43,7 @@ export declare const OptionalRule: DB.Entity<"OptionalRule", {
|
|
|
43
43
|
}, []>>, false>;
|
|
44
44
|
}>, []>>>, true>;
|
|
45
45
|
isRemoved: DB.MemberDecl<DB.Boolean, false>;
|
|
46
|
-
}>, []>>,
|
|
46
|
+
}>, []>>, true>;
|
|
47
47
|
revisions: DB.MemberDecl<DB.Array<DB.IncludeIdentifier<[], DB.Enum<"Revision", {
|
|
48
48
|
Since: DB.EnumCase<DB.IncludeIdentifier<[], DB.TypeAlias<"Since", DB.Object<{
|
|
49
49
|
printing: DB.MemberDecl<DB.Integer, true>;
|
|
@@ -20,7 +20,7 @@ export declare const PublicationRefs: DB.TypeAlias<"PublicationRefs", DB.Array<D
|
|
|
20
20
|
}, []>>, false>;
|
|
21
21
|
}>, []>>>, true>;
|
|
22
22
|
isRemoved: DB.MemberDecl<DB.Boolean, false>;
|
|
23
|
-
}>, []>>,
|
|
23
|
+
}>, []>>, true>;
|
|
24
24
|
revisions: DB.MemberDecl<DB.Array<DB.IncludeIdentifier<[], DB.Enum<"Revision", {
|
|
25
25
|
Since: DB.EnumCase<DB.IncludeIdentifier<[], DB.TypeAlias<"Since", DB.Object<{
|
|
26
26
|
printing: DB.MemberDecl<DB.Integer, true>;
|
|
@@ -61,7 +61,7 @@ export declare const src: DB.MemberDecl<DB.IncludeIdentifier<[], DB.TypeAlias<"P
|
|
|
61
61
|
}, []>>, false>;
|
|
62
62
|
}>, []>>>, true>;
|
|
63
63
|
isRemoved: DB.MemberDecl<DB.Boolean, false>;
|
|
64
|
-
}>, []>>,
|
|
64
|
+
}>, []>>, true>;
|
|
65
65
|
revisions: DB.MemberDecl<DB.Array<DB.IncludeIdentifier<[], DB.Enum<"Revision", {
|
|
66
66
|
Since: DB.EnumCase<DB.IncludeIdentifier<[], DB.TypeAlias<"Since", DB.Object<{
|
|
67
67
|
printing: DB.MemberDecl<DB.Integer, true>;
|
|
@@ -102,7 +102,7 @@ export declare const optionalSrc: DB.MemberDecl<DB.IncludeIdentifier<[], DB.Type
|
|
|
102
102
|
}, []>>, false>;
|
|
103
103
|
}>, []>>>, true>;
|
|
104
104
|
isRemoved: DB.MemberDecl<DB.Boolean, false>;
|
|
105
|
-
}>, []>>,
|
|
105
|
+
}>, []>>, true>;
|
|
106
106
|
revisions: DB.MemberDecl<DB.Array<DB.IncludeIdentifier<[], DB.Enum<"Revision", {
|
|
107
107
|
Since: DB.EnumCase<DB.IncludeIdentifier<[], DB.TypeAlias<"Since", DB.Object<{
|
|
108
108
|
printing: DB.MemberDecl<DB.Integer, true>;
|
|
@@ -143,7 +143,7 @@ export declare const PublicationRef: DB.TypeAlias<"PublicationRef", DB.Object<{
|
|
|
143
143
|
}, []>>, false>;
|
|
144
144
|
}>, []>>>, true>;
|
|
145
145
|
isRemoved: DB.MemberDecl<DB.Boolean, false>;
|
|
146
|
-
}>, []>>,
|
|
146
|
+
}>, []>>, true>;
|
|
147
147
|
revisions: DB.MemberDecl<DB.Array<DB.IncludeIdentifier<[], DB.Enum<"Revision", {
|
|
148
148
|
Since: DB.EnumCase<DB.IncludeIdentifier<[], DB.TypeAlias<"Since", DB.Object<{
|
|
149
149
|
printing: DB.MemberDecl<DB.Integer, true>;
|
|
@@ -31,7 +31,7 @@ export const PublicationRef = DB.TypeAlias(import.meta.url, {
|
|
|
31
31
|
namePlural: "Occurrences",
|
|
32
32
|
secondaryEntity: Locale,
|
|
33
33
|
type: DB.Object({
|
|
34
|
-
initial: DB.
|
|
34
|
+
initial: DB.Required({
|
|
35
35
|
comment: "The initial occurrence of the entry.",
|
|
36
36
|
type: DB.IncludeIdentifier(InitialOccurrence),
|
|
37
37
|
}),
|
|
@@ -39,7 +39,7 @@ export const PublicationRef = DB.TypeAlias(import.meta.url, {
|
|
|
39
39
|
comment: "Revisions of the entry, resulting in either changed page references or re-addition or removal of an entry.",
|
|
40
40
|
type: DB.Array(DB.IncludeIdentifier(Revision), { minItems: 1 }),
|
|
41
41
|
}),
|
|
42
|
-
}
|
|
42
|
+
}),
|
|
43
43
|
minProperties: 1,
|
|
44
44
|
}),
|
|
45
45
|
}),
|
|
@@ -79,34 +79,38 @@ const InitialOccurrence = DB.TypeAlias(import.meta.url, {
|
|
|
79
79
|
// return []
|
|
80
80
|
// },
|
|
81
81
|
// })
|
|
82
|
-
const _PrintingOccurrence = DB.TypeAlias(import.meta.url, {
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
})
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
82
|
+
// const _PrintingOccurrence = DB.TypeAlias(import.meta.url, {
|
|
83
|
+
// name: "PrintingOccurrence",
|
|
84
|
+
// comment: "The publication’s printing where the entry has been added, changed, or removed.",
|
|
85
|
+
// type: () =>
|
|
86
|
+
// DB.Object({
|
|
87
|
+
// printing: DB.Required({
|
|
88
|
+
// comment: "The printing number.",
|
|
89
|
+
// type: DB.Integer({ minimum: 1 }),
|
|
90
|
+
// }),
|
|
91
|
+
// changes: DB.Required({
|
|
92
|
+
// comment: "The changes made in this printing.",
|
|
93
|
+
// type: DB.IncludeIdentifier(PrintingChanges),
|
|
94
|
+
// }),
|
|
95
|
+
// }),
|
|
96
|
+
// })
|
|
97
|
+
// const PrintingChanges = DB.Enum(import.meta.url, {
|
|
98
|
+
// name: "PrintingChanges",
|
|
99
|
+
// comment:
|
|
100
|
+
// "A revision of the entry, resulting in either changed page references or re-addition or removal of an entry.",
|
|
101
|
+
// values: () => ({
|
|
102
|
+
// Set: DB.EnumCase({
|
|
103
|
+
// comment:
|
|
104
|
+
// "The entry has been added, re-added or changed page(s) in this printing. The page references override any previously set ones in case an entry has been moved to a different page in a later printing.",
|
|
105
|
+
// type: DB.Array(DB.IncludeIdentifier(PageRange), { minItems: 1 }),
|
|
106
|
+
// }),
|
|
107
|
+
// Remove: DB.EnumCase({
|
|
108
|
+
// comment:
|
|
109
|
+
// "The entry has been removed in this printing.\n\nThis can also be used if the entry hss been removed by the release of this publication (that is, the first printing), which can be useful for books that introduce major revisions of rules into the game.",
|
|
110
|
+
// type: null,
|
|
111
|
+
// }),
|
|
112
|
+
// }),
|
|
113
|
+
// })
|
|
110
114
|
const Revision = DB.Enum(import.meta.url, {
|
|
111
115
|
name: "Revision",
|
|
112
116
|
comment: "A revision of the entry, resulting in either changed page references or re-addition or removal of an entry.",
|
|
@@ -857,7 +857,7 @@ export declare const AdvancedCombatSpecialAbility: DB.Entity<"AdvancedCombatSpec
|
|
|
857
857
|
}, []>>, false>;
|
|
858
858
|
}>, []>>>, true>;
|
|
859
859
|
isRemoved: DB.MemberDecl<DB.Boolean, false>;
|
|
860
|
-
}>, []>>,
|
|
860
|
+
}>, []>>, true>;
|
|
861
861
|
revisions: DB.MemberDecl<DB.Array<DB.IncludeIdentifier<[], DB.Enum<"Revision", {
|
|
862
862
|
Since: DB.EnumCase<DB.IncludeIdentifier<[], DB.TypeAlias<"Since", DB.Object<{
|
|
863
863
|
printing: DB.MemberDecl<DB.Integer, true>;
|
|
@@ -1169,7 +1169,7 @@ export declare const AdvancedCombatSpecialAbility: DB.Entity<"AdvancedCombatSpec
|
|
|
1169
1169
|
threshold: DB.MemberDecl<DB.Integer, true>;
|
|
1170
1170
|
alternative: DB.MemberDecl<DB.Integer, true>;
|
|
1171
1171
|
}>, []>>>;
|
|
1172
|
-
Expression: DB.EnumCase<DB.IncludeIdentifier<[], DB.TypeAlias<"AdventurePointsDependingOnActiveInstancesExpression", DB.IncludeIdentifier<DB.Param<string, DB.Type>[], import("../_MathExpression.
|
|
1172
|
+
Expression: DB.EnumCase<DB.IncludeIdentifier<[], DB.TypeAlias<"AdventurePointsDependingOnActiveInstancesExpression", DB.IncludeIdentifier<DB.Param<string, DB.Type>[], import("../_MathExpression.ts").MathOperation>, []>>>;
|
|
1173
1173
|
}, []>>>;
|
|
1174
1174
|
Indefinite: DB.EnumCase<null>;
|
|
1175
1175
|
}, []>>, true>;
|
|
@@ -1191,7 +1191,7 @@ export declare const AdvancedCombatSpecialAbility: DB.Entity<"AdvancedCombatSpec
|
|
|
1191
1191
|
}, []>>, false>;
|
|
1192
1192
|
}>, []>>>, true>;
|
|
1193
1193
|
isRemoved: DB.MemberDecl<DB.Boolean, false>;
|
|
1194
|
-
}>, []>>,
|
|
1194
|
+
}>, []>>, true>;
|
|
1195
1195
|
revisions: DB.MemberDecl<DB.Array<DB.IncludeIdentifier<[], DB.Enum<"Revision", {
|
|
1196
1196
|
Since: DB.EnumCase<DB.IncludeIdentifier<[], DB.TypeAlias<"Since", DB.Object<{
|
|
1197
1197
|
printing: DB.MemberDecl<DB.Integer, true>;
|
|
@@ -852,7 +852,7 @@ export declare const AdvancedKarmaSpecialAbility: DB.Entity<"AdvancedKarmaSpecia
|
|
|
852
852
|
}, []>>, false>;
|
|
853
853
|
}>, []>>>, true>;
|
|
854
854
|
isRemoved: DB.MemberDecl<DB.Boolean, false>;
|
|
855
|
-
}>, []>>,
|
|
855
|
+
}>, []>>, true>;
|
|
856
856
|
revisions: DB.MemberDecl<DB.Array<DB.IncludeIdentifier<[], DB.Enum<"Revision", {
|
|
857
857
|
Since: DB.EnumCase<DB.IncludeIdentifier<[], DB.TypeAlias<"Since", DB.Object<{
|
|
858
858
|
printing: DB.MemberDecl<DB.Integer, true>;
|
|
@@ -1050,7 +1050,7 @@ export declare const AdvancedKarmaSpecialAbility: DB.Entity<"AdvancedKarmaSpecia
|
|
|
1050
1050
|
threshold: DB.MemberDecl<DB.Integer, true>;
|
|
1051
1051
|
alternative: DB.MemberDecl<DB.Integer, true>;
|
|
1052
1052
|
}>, []>>>;
|
|
1053
|
-
Expression: DB.EnumCase<DB.IncludeIdentifier<[], DB.TypeAlias<"AdventurePointsDependingOnActiveInstancesExpression", DB.IncludeIdentifier<DB.Param<string, DB.Type>[], import("../_MathExpression.
|
|
1053
|
+
Expression: DB.EnumCase<DB.IncludeIdentifier<[], DB.TypeAlias<"AdventurePointsDependingOnActiveInstancesExpression", DB.IncludeIdentifier<DB.Param<string, DB.Type>[], import("../_MathExpression.ts").MathOperation>, []>>>;
|
|
1054
1054
|
}, []>>>;
|
|
1055
1055
|
Indefinite: DB.EnumCase<null>;
|
|
1056
1056
|
}, []>>, true>;
|
|
@@ -1072,7 +1072,7 @@ export declare const AdvancedKarmaSpecialAbility: DB.Entity<"AdvancedKarmaSpecia
|
|
|
1072
1072
|
}, []>>, false>;
|
|
1073
1073
|
}>, []>>>, true>;
|
|
1074
1074
|
isRemoved: DB.MemberDecl<DB.Boolean, false>;
|
|
1075
|
-
}>, []>>,
|
|
1075
|
+
}>, []>>, true>;
|
|
1076
1076
|
revisions: DB.MemberDecl<DB.Array<DB.IncludeIdentifier<[], DB.Enum<"Revision", {
|
|
1077
1077
|
Since: DB.EnumCase<DB.IncludeIdentifier<[], DB.TypeAlias<"Since", DB.Object<{
|
|
1078
1078
|
printing: DB.MemberDecl<DB.Integer, true>;
|
|
@@ -852,7 +852,7 @@ export declare const AdvancedMagicalSpecialAbility: DB.Entity<"AdvancedMagicalSp
|
|
|
852
852
|
}, []>>, false>;
|
|
853
853
|
}>, []>>>, true>;
|
|
854
854
|
isRemoved: DB.MemberDecl<DB.Boolean, false>;
|
|
855
|
-
}>, []>>,
|
|
855
|
+
}>, []>>, true>;
|
|
856
856
|
revisions: DB.MemberDecl<DB.Array<DB.IncludeIdentifier<[], DB.Enum<"Revision", {
|
|
857
857
|
Since: DB.EnumCase<DB.IncludeIdentifier<[], DB.TypeAlias<"Since", DB.Object<{
|
|
858
858
|
printing: DB.MemberDecl<DB.Integer, true>;
|
|
@@ -1050,7 +1050,7 @@ export declare const AdvancedMagicalSpecialAbility: DB.Entity<"AdvancedMagicalSp
|
|
|
1050
1050
|
threshold: DB.MemberDecl<DB.Integer, true>;
|
|
1051
1051
|
alternative: DB.MemberDecl<DB.Integer, true>;
|
|
1052
1052
|
}>, []>>>;
|
|
1053
|
-
Expression: DB.EnumCase<DB.IncludeIdentifier<[], DB.TypeAlias<"AdventurePointsDependingOnActiveInstancesExpression", DB.IncludeIdentifier<DB.Param<string, DB.Type>[], import("../_MathExpression.
|
|
1053
|
+
Expression: DB.EnumCase<DB.IncludeIdentifier<[], DB.TypeAlias<"AdventurePointsDependingOnActiveInstancesExpression", DB.IncludeIdentifier<DB.Param<string, DB.Type>[], import("../_MathExpression.ts").MathOperation>, []>>>;
|
|
1054
1054
|
}, []>>>;
|
|
1055
1055
|
Indefinite: DB.EnumCase<null>;
|
|
1056
1056
|
}, []>>, true>;
|
|
@@ -1072,7 +1072,7 @@ export declare const AdvancedMagicalSpecialAbility: DB.Entity<"AdvancedMagicalSp
|
|
|
1072
1072
|
}, []>>, false>;
|
|
1073
1073
|
}>, []>>>, true>;
|
|
1074
1074
|
isRemoved: DB.MemberDecl<DB.Boolean, false>;
|
|
1075
|
-
}>, []>>,
|
|
1075
|
+
}>, []>>, true>;
|
|
1076
1076
|
revisions: DB.MemberDecl<DB.Array<DB.IncludeIdentifier<[], DB.Enum<"Revision", {
|
|
1077
1077
|
Since: DB.EnumCase<DB.IncludeIdentifier<[], DB.TypeAlias<"Since", DB.Object<{
|
|
1078
1078
|
printing: DB.MemberDecl<DB.Integer, true>;
|
|
@@ -852,7 +852,7 @@ export declare const AdvancedSkillSpecialAbility: DB.Entity<"AdvancedSkillSpecia
|
|
|
852
852
|
}, []>>, false>;
|
|
853
853
|
}>, []>>>, true>;
|
|
854
854
|
isRemoved: DB.MemberDecl<DB.Boolean, false>;
|
|
855
|
-
}>, []>>,
|
|
855
|
+
}>, []>>, true>;
|
|
856
856
|
revisions: DB.MemberDecl<DB.Array<DB.IncludeIdentifier<[], DB.Enum<"Revision", {
|
|
857
857
|
Since: DB.EnumCase<DB.IncludeIdentifier<[], DB.TypeAlias<"Since", DB.Object<{
|
|
858
858
|
printing: DB.MemberDecl<DB.Integer, true>;
|
|
@@ -1050,7 +1050,7 @@ export declare const AdvancedSkillSpecialAbility: DB.Entity<"AdvancedSkillSpecia
|
|
|
1050
1050
|
threshold: DB.MemberDecl<DB.Integer, true>;
|
|
1051
1051
|
alternative: DB.MemberDecl<DB.Integer, true>;
|
|
1052
1052
|
}>, []>>>;
|
|
1053
|
-
Expression: DB.EnumCase<DB.IncludeIdentifier<[], DB.TypeAlias<"AdventurePointsDependingOnActiveInstancesExpression", DB.IncludeIdentifier<DB.Param<string, DB.Type>[], import("../_MathExpression.
|
|
1053
|
+
Expression: DB.EnumCase<DB.IncludeIdentifier<[], DB.TypeAlias<"AdventurePointsDependingOnActiveInstancesExpression", DB.IncludeIdentifier<DB.Param<string, DB.Type>[], import("../_MathExpression.ts").MathOperation>, []>>>;
|
|
1054
1054
|
}, []>>>;
|
|
1055
1055
|
Indefinite: DB.EnumCase<null>;
|
|
1056
1056
|
}, []>>, true>;
|
|
@@ -1072,7 +1072,7 @@ export declare const AdvancedSkillSpecialAbility: DB.Entity<"AdvancedSkillSpecia
|
|
|
1072
1072
|
}, []>>, false>;
|
|
1073
1073
|
}>, []>>>, true>;
|
|
1074
1074
|
isRemoved: DB.MemberDecl<DB.Boolean, false>;
|
|
1075
|
-
}>, []>>,
|
|
1075
|
+
}>, []>>, true>;
|
|
1076
1076
|
revisions: DB.MemberDecl<DB.Array<DB.IncludeIdentifier<[], DB.Enum<"Revision", {
|
|
1077
1077
|
Since: DB.EnumCase<DB.IncludeIdentifier<[], DB.TypeAlias<"Since", DB.Object<{
|
|
1078
1078
|
printing: DB.MemberDecl<DB.Integer, true>;
|
|
@@ -852,7 +852,7 @@ export declare const AncestorGlyph: DB.Entity<"AncestorGlyph", {
|
|
|
852
852
|
}, []>>, false>;
|
|
853
853
|
}>, []>>>, true>;
|
|
854
854
|
isRemoved: DB.MemberDecl<DB.Boolean, false>;
|
|
855
|
-
}>, []>>,
|
|
855
|
+
}>, []>>, true>;
|
|
856
856
|
revisions: DB.MemberDecl<DB.Array<DB.IncludeIdentifier<[], DB.Enum<"Revision", {
|
|
857
857
|
Since: DB.EnumCase<DB.IncludeIdentifier<[], DB.TypeAlias<"Since", DB.Object<{
|
|
858
858
|
printing: DB.MemberDecl<DB.Integer, true>;
|
|
@@ -997,7 +997,7 @@ export declare const AncestorGlyph: DB.Entity<"AncestorGlyph", {
|
|
|
997
997
|
threshold: DB.MemberDecl<DB.Integer, true>;
|
|
998
998
|
alternative: DB.MemberDecl<DB.Integer, true>;
|
|
999
999
|
}>, []>>>;
|
|
1000
|
-
Expression: DB.EnumCase<DB.IncludeIdentifier<[], DB.TypeAlias<"AdventurePointsDependingOnActiveInstancesExpression", DB.IncludeIdentifier<DB.Param<string, DB.Type>[], import("../_MathExpression.
|
|
1000
|
+
Expression: DB.EnumCase<DB.IncludeIdentifier<[], DB.TypeAlias<"AdventurePointsDependingOnActiveInstancesExpression", DB.IncludeIdentifier<DB.Param<string, DB.Type>[], import("../_MathExpression.ts").MathOperation>, []>>>;
|
|
1001
1001
|
}, []>>>;
|
|
1002
1002
|
Indefinite: DB.EnumCase<null>;
|
|
1003
1003
|
}, []>>, true>;
|
|
@@ -1019,7 +1019,7 @@ export declare const AncestorGlyph: DB.Entity<"AncestorGlyph", {
|
|
|
1019
1019
|
}, []>>, false>;
|
|
1020
1020
|
}>, []>>>, true>;
|
|
1021
1021
|
isRemoved: DB.MemberDecl<DB.Boolean, false>;
|
|
1022
|
-
}>, []>>,
|
|
1022
|
+
}>, []>>, true>;
|
|
1023
1023
|
revisions: DB.MemberDecl<DB.Array<DB.IncludeIdentifier<[], DB.Enum<"Revision", {
|
|
1024
1024
|
Since: DB.EnumCase<DB.IncludeIdentifier<[], DB.TypeAlias<"Since", DB.Object<{
|
|
1025
1025
|
printing: DB.MemberDecl<DB.Integer, true>;
|
|
@@ -851,7 +851,7 @@ export declare const BlessedTradition: DB.Entity<"BlessedTradition", {
|
|
|
851
851
|
}, []>>, false>;
|
|
852
852
|
}>, []>>>, true>;
|
|
853
853
|
isRemoved: DB.MemberDecl<DB.Boolean, false>;
|
|
854
|
-
}>, []>>,
|
|
854
|
+
}>, []>>, true>;
|
|
855
855
|
revisions: DB.MemberDecl<DB.Array<DB.IncludeIdentifier<[], DB.Enum<"Revision", {
|
|
856
856
|
Since: DB.EnumCase<DB.IncludeIdentifier<[], DB.TypeAlias<"Since", DB.Object<{
|
|
857
857
|
printing: DB.MemberDecl<DB.Integer, true>;
|
|
@@ -966,7 +966,7 @@ export declare const BlessedTradition: DB.Entity<"BlessedTradition", {
|
|
|
966
966
|
can_use_bone_mace_as_ceremonial_item: DB.MemberDecl<DB.Boolean, true>;
|
|
967
967
|
}>, []>>>;
|
|
968
968
|
}, []>>, true>;
|
|
969
|
-
associated_principles_id: DB.MemberDecl<DB.
|
|
969
|
+
associated_principles_id: DB.MemberDecl<DB.ReferenceIdentifier, false>;
|
|
970
970
|
prerequisites: DB.MemberDecl<DB.IncludeIdentifier<[], DB.TypeAlias<"GeneralPrerequisites", DB.IncludeIdentifier<DB.Param<string, DB.Type>[], DB.TypeAlias<"PrerequisitesForLevels", DB.Array<DB.IncludeIdentifier<DB.Param<string, DB.Type>[], DB.TypeAlias<"PrerequisiteForLevel", DB.Object<{
|
|
971
971
|
level: DB.MemberDecl<DB.Integer, true>;
|
|
972
972
|
prerequisite: DB.MemberDecl<DB.IncludeIdentifier<DB.Param<string, DB.Type>[], DB.Enum<"PrerequisitesElement", {
|
|
@@ -1077,7 +1077,7 @@ export declare const BlessedTradition: DB.Entity<"BlessedTradition", {
|
|
|
1077
1077
|
threshold: DB.MemberDecl<DB.Integer, true>;
|
|
1078
1078
|
alternative: DB.MemberDecl<DB.Integer, true>;
|
|
1079
1079
|
}>, []>>>;
|
|
1080
|
-
Expression: DB.EnumCase<DB.IncludeIdentifier<[], DB.TypeAlias<"AdventurePointsDependingOnActiveInstancesExpression", DB.IncludeIdentifier<DB.Param<string, DB.Type>[], import("../_MathExpression.
|
|
1080
|
+
Expression: DB.EnumCase<DB.IncludeIdentifier<[], DB.TypeAlias<"AdventurePointsDependingOnActiveInstancesExpression", DB.IncludeIdentifier<DB.Param<string, DB.Type>[], import("../_MathExpression.ts").MathOperation>, []>>>;
|
|
1081
1081
|
}, []>>>;
|
|
1082
1082
|
Indefinite: DB.EnumCase<null>;
|
|
1083
1083
|
}, []>>, true>;
|
|
@@ -1099,7 +1099,7 @@ export declare const BlessedTradition: DB.Entity<"BlessedTradition", {
|
|
|
1099
1099
|
}, []>>, false>;
|
|
1100
1100
|
}>, []>>>, true>;
|
|
1101
1101
|
isRemoved: DB.MemberDecl<DB.Boolean, false>;
|
|
1102
|
-
}>, []>>,
|
|
1102
|
+
}>, []>>, true>;
|
|
1103
1103
|
revisions: DB.MemberDecl<DB.Array<DB.IncludeIdentifier<[], DB.Enum<"Revision", {
|
|
1104
1104
|
Since: DB.EnumCase<DB.IncludeIdentifier<[], DB.TypeAlias<"Since", DB.Object<{
|
|
1105
1105
|
printing: DB.MemberDecl<DB.Integer, true>;
|
|
@@ -3,7 +3,7 @@ import { name, name_in_library } from "../_Activatable.js";
|
|
|
3
3
|
import { ap_value, ap_value_append, ap_value_l10n } from "../_ActivatableAdventurePointsValue.js";
|
|
4
4
|
import { explicit_select_options, select_options } from "../_ActivatableSelectOptions.js";
|
|
5
5
|
import { skill_applications, skill_uses } from "../_ActivatableSkillApplicationsAndUses.js";
|
|
6
|
-
import { AspectIdentifier, AttributeIdentifier, BlessingIdentifier, SkillIdentifier, } from "../_Identifier.js";
|
|
6
|
+
import { AspectIdentifier, AttributeIdentifier, BlessingIdentifier, GeneralIdentifier, SkillIdentifier, } from "../_Identifier.js";
|
|
7
7
|
import { CombatTechniqueIdentifier } from "../_IdentifierGroup.js";
|
|
8
8
|
import { GeneralPrerequisites } from "../_Prerequisite.js";
|
|
9
9
|
import { NestedTranslationMap } from "../Locale.js";
|
|
@@ -48,7 +48,7 @@ export const BlessedTradition = DB.Entity(import.meta.url, {
|
|
|
48
48
|
}),
|
|
49
49
|
associated_principles_id: DB.Optional({
|
|
50
50
|
comment: "The select option’s identifier of the disadvantage *Principles* that represent this tradition’s code, if any.",
|
|
51
|
-
type:
|
|
51
|
+
type: GeneralIdentifier(),
|
|
52
52
|
}),
|
|
53
53
|
prerequisites: DB.Optional({
|
|
54
54
|
type: DB.IncludeIdentifier(GeneralPrerequisites),
|
|
@@ -857,7 +857,7 @@ export declare const BrawlingSpecialAbility: DB.Entity<"BrawlingSpecialAbility",
|
|
|
857
857
|
}, []>>, false>;
|
|
858
858
|
}>, []>>>, true>;
|
|
859
859
|
isRemoved: DB.MemberDecl<DB.Boolean, false>;
|
|
860
|
-
}>, []>>,
|
|
860
|
+
}>, []>>, true>;
|
|
861
861
|
revisions: DB.MemberDecl<DB.Array<DB.IncludeIdentifier<[], DB.Enum<"Revision", {
|
|
862
862
|
Since: DB.EnumCase<DB.IncludeIdentifier<[], DB.TypeAlias<"Since", DB.Object<{
|
|
863
863
|
printing: DB.MemberDecl<DB.Integer, true>;
|
|
@@ -1063,7 +1063,7 @@ export declare const BrawlingSpecialAbility: DB.Entity<"BrawlingSpecialAbility",
|
|
|
1063
1063
|
threshold: DB.MemberDecl<DB.Integer, true>;
|
|
1064
1064
|
alternative: DB.MemberDecl<DB.Integer, true>;
|
|
1065
1065
|
}>, []>>>;
|
|
1066
|
-
Expression: DB.EnumCase<DB.IncludeIdentifier<[], DB.TypeAlias<"AdventurePointsDependingOnActiveInstancesExpression", DB.IncludeIdentifier<DB.Param<string, DB.Type>[], import("../_MathExpression.
|
|
1066
|
+
Expression: DB.EnumCase<DB.IncludeIdentifier<[], DB.TypeAlias<"AdventurePointsDependingOnActiveInstancesExpression", DB.IncludeIdentifier<DB.Param<string, DB.Type>[], import("../_MathExpression.ts").MathOperation>, []>>>;
|
|
1067
1067
|
}, []>>>;
|
|
1068
1068
|
Indefinite: DB.EnumCase<null>;
|
|
1069
1069
|
}, []>>, true>;
|
|
@@ -1085,7 +1085,7 @@ export declare const BrawlingSpecialAbility: DB.Entity<"BrawlingSpecialAbility",
|
|
|
1085
1085
|
}, []>>, false>;
|
|
1086
1086
|
}>, []>>>, true>;
|
|
1087
1087
|
isRemoved: DB.MemberDecl<DB.Boolean, false>;
|
|
1088
|
-
}>, []>>,
|
|
1088
|
+
}>, []>>, true>;
|
|
1089
1089
|
revisions: DB.MemberDecl<DB.Array<DB.IncludeIdentifier<[], DB.Enum<"Revision", {
|
|
1090
1090
|
Since: DB.EnumCase<DB.IncludeIdentifier<[], DB.TypeAlias<"Since", DB.Object<{
|
|
1091
1091
|
printing: DB.MemberDecl<DB.Integer, true>;
|
|
@@ -852,7 +852,7 @@ export declare const CeremonialItemSpecialAbility: DB.Entity<"CeremonialItemSpec
|
|
|
852
852
|
}, []>>, false>;
|
|
853
853
|
}>, []>>>, true>;
|
|
854
854
|
isRemoved: DB.MemberDecl<DB.Boolean, false>;
|
|
855
|
-
}>, []>>,
|
|
855
|
+
}>, []>>, true>;
|
|
856
856
|
revisions: DB.MemberDecl<DB.Array<DB.IncludeIdentifier<[], DB.Enum<"Revision", {
|
|
857
857
|
Since: DB.EnumCase<DB.IncludeIdentifier<[], DB.TypeAlias<"Since", DB.Object<{
|
|
858
858
|
printing: DB.MemberDecl<DB.Integer, true>;
|
|
@@ -1051,7 +1051,7 @@ export declare const CeremonialItemSpecialAbility: DB.Entity<"CeremonialItemSpec
|
|
|
1051
1051
|
threshold: DB.MemberDecl<DB.Integer, true>;
|
|
1052
1052
|
alternative: DB.MemberDecl<DB.Integer, true>;
|
|
1053
1053
|
}>, []>>>;
|
|
1054
|
-
Expression: DB.EnumCase<DB.IncludeIdentifier<[], DB.TypeAlias<"AdventurePointsDependingOnActiveInstancesExpression", DB.IncludeIdentifier<DB.Param<string, DB.Type>[], import("../_MathExpression.
|
|
1054
|
+
Expression: DB.EnumCase<DB.IncludeIdentifier<[], DB.TypeAlias<"AdventurePointsDependingOnActiveInstancesExpression", DB.IncludeIdentifier<DB.Param<string, DB.Type>[], import("../_MathExpression.ts").MathOperation>, []>>>;
|
|
1055
1055
|
}, []>>>;
|
|
1056
1056
|
Indefinite: DB.EnumCase<null>;
|
|
1057
1057
|
}, []>>, true>;
|
|
@@ -1073,7 +1073,7 @@ export declare const CeremonialItemSpecialAbility: DB.Entity<"CeremonialItemSpec
|
|
|
1073
1073
|
}, []>>, false>;
|
|
1074
1074
|
}>, []>>>, true>;
|
|
1075
1075
|
isRemoved: DB.MemberDecl<DB.Boolean, false>;
|
|
1076
|
-
}>, []>>,
|
|
1076
|
+
}>, []>>, true>;
|
|
1077
1077
|
revisions: DB.MemberDecl<DB.Array<DB.IncludeIdentifier<[], DB.Enum<"Revision", {
|
|
1078
1078
|
Since: DB.EnumCase<DB.IncludeIdentifier<[], DB.TypeAlias<"Since", DB.Object<{
|
|
1079
1079
|
printing: DB.MemberDecl<DB.Integer, true>;
|
|
@@ -857,7 +857,7 @@ export declare const CombatSpecialAbility: DB.Entity<"CombatSpecialAbility", {
|
|
|
857
857
|
}, []>>, false>;
|
|
858
858
|
}>, []>>>, true>;
|
|
859
859
|
isRemoved: DB.MemberDecl<DB.Boolean, false>;
|
|
860
|
-
}>, []>>,
|
|
860
|
+
}>, []>>, true>;
|
|
861
861
|
revisions: DB.MemberDecl<DB.Array<DB.IncludeIdentifier<[], DB.Enum<"Revision", {
|
|
862
862
|
Since: DB.EnumCase<DB.IncludeIdentifier<[], DB.TypeAlias<"Since", DB.Object<{
|
|
863
863
|
printing: DB.MemberDecl<DB.Integer, true>;
|
|
@@ -1169,7 +1169,7 @@ export declare const CombatSpecialAbility: DB.Entity<"CombatSpecialAbility", {
|
|
|
1169
1169
|
threshold: DB.MemberDecl<DB.Integer, true>;
|
|
1170
1170
|
alternative: DB.MemberDecl<DB.Integer, true>;
|
|
1171
1171
|
}>, []>>>;
|
|
1172
|
-
Expression: DB.EnumCase<DB.IncludeIdentifier<[], DB.TypeAlias<"AdventurePointsDependingOnActiveInstancesExpression", DB.IncludeIdentifier<DB.Param<string, DB.Type>[], import("../_MathExpression.
|
|
1172
|
+
Expression: DB.EnumCase<DB.IncludeIdentifier<[], DB.TypeAlias<"AdventurePointsDependingOnActiveInstancesExpression", DB.IncludeIdentifier<DB.Param<string, DB.Type>[], import("../_MathExpression.ts").MathOperation>, []>>>;
|
|
1173
1173
|
}, []>>>;
|
|
1174
1174
|
Indefinite: DB.EnumCase<null>;
|
|
1175
1175
|
}, []>>, true>;
|
|
@@ -1191,7 +1191,7 @@ export declare const CombatSpecialAbility: DB.Entity<"CombatSpecialAbility", {
|
|
|
1191
1191
|
}, []>>, false>;
|
|
1192
1192
|
}>, []>>>, true>;
|
|
1193
1193
|
isRemoved: DB.MemberDecl<DB.Boolean, false>;
|
|
1194
|
-
}>, []>>,
|
|
1194
|
+
}>, []>>, true>;
|
|
1195
1195
|
revisions: DB.MemberDecl<DB.Array<DB.IncludeIdentifier<[], DB.Enum<"Revision", {
|
|
1196
1196
|
Since: DB.EnumCase<DB.IncludeIdentifier<[], DB.TypeAlias<"Since", DB.Object<{
|
|
1197
1197
|
printing: DB.MemberDecl<DB.Integer, true>;
|
|
@@ -861,7 +861,7 @@ export declare const CombatStyleSpecialAbility: DB.Entity<"CombatStyleSpecialAbi
|
|
|
861
861
|
}, []>>, false>;
|
|
862
862
|
}>, []>>>, true>;
|
|
863
863
|
isRemoved: DB.MemberDecl<DB.Boolean, false>;
|
|
864
|
-
}>, []>>,
|
|
864
|
+
}>, []>>, true>;
|
|
865
865
|
revisions: DB.MemberDecl<DB.Array<DB.IncludeIdentifier<[], DB.Enum<"Revision", {
|
|
866
866
|
Since: DB.EnumCase<DB.IncludeIdentifier<[], DB.TypeAlias<"Since", DB.Object<{
|
|
867
867
|
printing: DB.MemberDecl<DB.Integer, true>;
|
|
@@ -1222,7 +1222,7 @@ export declare const CombatStyleSpecialAbility: DB.Entity<"CombatStyleSpecialAbi
|
|
|
1222
1222
|
threshold: DB.MemberDecl<DB.Integer, true>;
|
|
1223
1223
|
alternative: DB.MemberDecl<DB.Integer, true>;
|
|
1224
1224
|
}>, []>>>;
|
|
1225
|
-
Expression: DB.EnumCase<DB.IncludeIdentifier<[], DB.TypeAlias<"AdventurePointsDependingOnActiveInstancesExpression", DB.IncludeIdentifier<DB.Param<string, DB.Type>[], import("../_MathExpression.
|
|
1225
|
+
Expression: DB.EnumCase<DB.IncludeIdentifier<[], DB.TypeAlias<"AdventurePointsDependingOnActiveInstancesExpression", DB.IncludeIdentifier<DB.Param<string, DB.Type>[], import("../_MathExpression.ts").MathOperation>, []>>>;
|
|
1226
1226
|
}, []>>>;
|
|
1227
1227
|
Indefinite: DB.EnumCase<null>;
|
|
1228
1228
|
}, []>>, true>;
|
|
@@ -1244,7 +1244,7 @@ export declare const CombatStyleSpecialAbility: DB.Entity<"CombatStyleSpecialAbi
|
|
|
1244
1244
|
}, []>>, false>;
|
|
1245
1245
|
}>, []>>>, true>;
|
|
1246
1246
|
isRemoved: DB.MemberDecl<DB.Boolean, false>;
|
|
1247
|
-
}>, []>>,
|
|
1247
|
+
}>, []>>, true>;
|
|
1248
1248
|
revisions: DB.MemberDecl<DB.Array<DB.IncludeIdentifier<[], DB.Enum<"Revision", {
|
|
1249
1249
|
Since: DB.EnumCase<DB.IncludeIdentifier<[], DB.TypeAlias<"Since", DB.Object<{
|
|
1250
1250
|
printing: DB.MemberDecl<DB.Integer, true>;
|
|
@@ -857,7 +857,7 @@ export declare const CommandSpecialAbility: DB.Entity<"CommandSpecialAbility", {
|
|
|
857
857
|
}, []>>, false>;
|
|
858
858
|
}>, []>>>, true>;
|
|
859
859
|
isRemoved: DB.MemberDecl<DB.Boolean, false>;
|
|
860
|
-
}>, []>>,
|
|
860
|
+
}>, []>>, true>;
|
|
861
861
|
revisions: DB.MemberDecl<DB.Array<DB.IncludeIdentifier<[], DB.Enum<"Revision", {
|
|
862
862
|
Since: DB.EnumCase<DB.IncludeIdentifier<[], DB.TypeAlias<"Since", DB.Object<{
|
|
863
863
|
printing: DB.MemberDecl<DB.Integer, true>;
|
|
@@ -1063,7 +1063,7 @@ export declare const CommandSpecialAbility: DB.Entity<"CommandSpecialAbility", {
|
|
|
1063
1063
|
threshold: DB.MemberDecl<DB.Integer, true>;
|
|
1064
1064
|
alternative: DB.MemberDecl<DB.Integer, true>;
|
|
1065
1065
|
}>, []>>>;
|
|
1066
|
-
Expression: DB.EnumCase<DB.IncludeIdentifier<[], DB.TypeAlias<"AdventurePointsDependingOnActiveInstancesExpression", DB.IncludeIdentifier<DB.Param<string, DB.Type>[], import("../_MathExpression.
|
|
1066
|
+
Expression: DB.EnumCase<DB.IncludeIdentifier<[], DB.TypeAlias<"AdventurePointsDependingOnActiveInstancesExpression", DB.IncludeIdentifier<DB.Param<string, DB.Type>[], import("../_MathExpression.ts").MathOperation>, []>>>;
|
|
1067
1067
|
}, []>>>;
|
|
1068
1068
|
Indefinite: DB.EnumCase<null>;
|
|
1069
1069
|
}, []>>, true>;
|
|
@@ -1085,7 +1085,7 @@ export declare const CommandSpecialAbility: DB.Entity<"CommandSpecialAbility", {
|
|
|
1085
1085
|
}, []>>, false>;
|
|
1086
1086
|
}>, []>>>, true>;
|
|
1087
1087
|
isRemoved: DB.MemberDecl<DB.Boolean, false>;
|
|
1088
|
-
}>, []>>,
|
|
1088
|
+
}>, []>>, true>;
|
|
1089
1089
|
revisions: DB.MemberDecl<DB.Array<DB.IncludeIdentifier<[], DB.Enum<"Revision", {
|
|
1090
1090
|
Since: DB.EnumCase<DB.IncludeIdentifier<[], DB.TypeAlias<"Since", DB.Object<{
|
|
1091
1091
|
printing: DB.MemberDecl<DB.Integer, true>;
|
|
@@ -852,7 +852,7 @@ export declare const FamiliarSpecialAbility: DB.Entity<"FamiliarSpecialAbility",
|
|
|
852
852
|
}, []>>, false>;
|
|
853
853
|
}>, []>>>, true>;
|
|
854
854
|
isRemoved: DB.MemberDecl<DB.Boolean, false>;
|
|
855
|
-
}>, []>>,
|
|
855
|
+
}>, []>>, true>;
|
|
856
856
|
revisions: DB.MemberDecl<DB.Array<DB.IncludeIdentifier<[], DB.Enum<"Revision", {
|
|
857
857
|
Since: DB.EnumCase<DB.IncludeIdentifier<[], DB.TypeAlias<"Since", DB.Object<{
|
|
858
858
|
printing: DB.MemberDecl<DB.Integer, true>;
|
|
@@ -996,7 +996,7 @@ export declare const FamiliarSpecialAbility: DB.Entity<"FamiliarSpecialAbility",
|
|
|
996
996
|
threshold: DB.MemberDecl<DB.Integer, true>;
|
|
997
997
|
alternative: DB.MemberDecl<DB.Integer, true>;
|
|
998
998
|
}>, []>>>;
|
|
999
|
-
Expression: DB.EnumCase<DB.IncludeIdentifier<[], DB.TypeAlias<"AdventurePointsDependingOnActiveInstancesExpression", DB.IncludeIdentifier<DB.Param<string, DB.Type>[], import("../_MathExpression.
|
|
999
|
+
Expression: DB.EnumCase<DB.IncludeIdentifier<[], DB.TypeAlias<"AdventurePointsDependingOnActiveInstancesExpression", DB.IncludeIdentifier<DB.Param<string, DB.Type>[], import("../_MathExpression.ts").MathOperation>, []>>>;
|
|
1000
1000
|
}, []>>>;
|
|
1001
1001
|
Indefinite: DB.EnumCase<null>;
|
|
1002
1002
|
}, []>>, true>;
|
|
@@ -1018,7 +1018,7 @@ export declare const FamiliarSpecialAbility: DB.Entity<"FamiliarSpecialAbility",
|
|
|
1018
1018
|
}, []>>, false>;
|
|
1019
1019
|
}>, []>>>, true>;
|
|
1020
1020
|
isRemoved: DB.MemberDecl<DB.Boolean, false>;
|
|
1021
|
-
}>, []>>,
|
|
1021
|
+
}>, []>>, true>;
|
|
1022
1022
|
revisions: DB.MemberDecl<DB.Array<DB.IncludeIdentifier<[], DB.Enum<"Revision", {
|
|
1023
1023
|
Since: DB.EnumCase<DB.IncludeIdentifier<[], DB.TypeAlias<"Since", DB.Object<{
|
|
1024
1024
|
printing: DB.MemberDecl<DB.Integer, true>;
|
|
@@ -852,7 +852,7 @@ export declare const FatePointSexSpecialAbility: DB.Entity<"FatePointSexSpecialA
|
|
|
852
852
|
}, []>>, false>;
|
|
853
853
|
}>, []>>>, true>;
|
|
854
854
|
isRemoved: DB.MemberDecl<DB.Boolean, false>;
|
|
855
|
-
}>, []>>,
|
|
855
|
+
}>, []>>, true>;
|
|
856
856
|
revisions: DB.MemberDecl<DB.Array<DB.IncludeIdentifier<[], DB.Enum<"Revision", {
|
|
857
857
|
Since: DB.EnumCase<DB.IncludeIdentifier<[], DB.TypeAlias<"Since", DB.Object<{
|
|
858
858
|
printing: DB.MemberDecl<DB.Integer, true>;
|
|
@@ -996,7 +996,7 @@ export declare const FatePointSexSpecialAbility: DB.Entity<"FatePointSexSpecialA
|
|
|
996
996
|
threshold: DB.MemberDecl<DB.Integer, true>;
|
|
997
997
|
alternative: DB.MemberDecl<DB.Integer, true>;
|
|
998
998
|
}>, []>>>;
|
|
999
|
-
Expression: DB.EnumCase<DB.IncludeIdentifier<[], DB.TypeAlias<"AdventurePointsDependingOnActiveInstancesExpression", DB.IncludeIdentifier<DB.Param<string, DB.Type>[], import("../_MathExpression.
|
|
999
|
+
Expression: DB.EnumCase<DB.IncludeIdentifier<[], DB.TypeAlias<"AdventurePointsDependingOnActiveInstancesExpression", DB.IncludeIdentifier<DB.Param<string, DB.Type>[], import("../_MathExpression.ts").MathOperation>, []>>>;
|
|
1000
1000
|
}, []>>>;
|
|
1001
1001
|
Indefinite: DB.EnumCase<null>;
|
|
1002
1002
|
}, []>>, true>;
|
|
@@ -1018,7 +1018,7 @@ export declare const FatePointSexSpecialAbility: DB.Entity<"FatePointSexSpecialA
|
|
|
1018
1018
|
}, []>>, false>;
|
|
1019
1019
|
}>, []>>>, true>;
|
|
1020
1020
|
isRemoved: DB.MemberDecl<DB.Boolean, false>;
|
|
1021
|
-
}>, []>>,
|
|
1021
|
+
}>, []>>, true>;
|
|
1022
1022
|
revisions: DB.MemberDecl<DB.Array<DB.IncludeIdentifier<[], DB.Enum<"Revision", {
|
|
1023
1023
|
Since: DB.EnumCase<DB.IncludeIdentifier<[], DB.TypeAlias<"Since", DB.Object<{
|
|
1024
1024
|
printing: DB.MemberDecl<DB.Integer, true>;
|
|
@@ -852,7 +852,7 @@ export declare const FatePointSpecialAbility: DB.Entity<"FatePointSpecialAbility
|
|
|
852
852
|
}, []>>, false>;
|
|
853
853
|
}>, []>>>, true>;
|
|
854
854
|
isRemoved: DB.MemberDecl<DB.Boolean, false>;
|
|
855
|
-
}>, []>>,
|
|
855
|
+
}>, []>>, true>;
|
|
856
856
|
revisions: DB.MemberDecl<DB.Array<DB.IncludeIdentifier<[], DB.Enum<"Revision", {
|
|
857
857
|
Since: DB.EnumCase<DB.IncludeIdentifier<[], DB.TypeAlias<"Since", DB.Object<{
|
|
858
858
|
printing: DB.MemberDecl<DB.Integer, true>;
|
|
@@ -1050,7 +1050,7 @@ export declare const FatePointSpecialAbility: DB.Entity<"FatePointSpecialAbility
|
|
|
1050
1050
|
threshold: DB.MemberDecl<DB.Integer, true>;
|
|
1051
1051
|
alternative: DB.MemberDecl<DB.Integer, true>;
|
|
1052
1052
|
}>, []>>>;
|
|
1053
|
-
Expression: DB.EnumCase<DB.IncludeIdentifier<[], DB.TypeAlias<"AdventurePointsDependingOnActiveInstancesExpression", DB.IncludeIdentifier<DB.Param<string, DB.Type>[], import("../_MathExpression.
|
|
1053
|
+
Expression: DB.EnumCase<DB.IncludeIdentifier<[], DB.TypeAlias<"AdventurePointsDependingOnActiveInstancesExpression", DB.IncludeIdentifier<DB.Param<string, DB.Type>[], import("../_MathExpression.ts").MathOperation>, []>>>;
|
|
1054
1054
|
}, []>>>;
|
|
1055
1055
|
Indefinite: DB.EnumCase<null>;
|
|
1056
1056
|
}, []>>, true>;
|
|
@@ -1072,7 +1072,7 @@ export declare const FatePointSpecialAbility: DB.Entity<"FatePointSpecialAbility
|
|
|
1072
1072
|
}, []>>, false>;
|
|
1073
1073
|
}>, []>>>, true>;
|
|
1074
1074
|
isRemoved: DB.MemberDecl<DB.Boolean, false>;
|
|
1075
|
-
}>, []>>,
|
|
1075
|
+
}>, []>>, true>;
|
|
1076
1076
|
revisions: DB.MemberDecl<DB.Array<DB.IncludeIdentifier<[], DB.Enum<"Revision", {
|
|
1077
1077
|
Since: DB.EnumCase<DB.IncludeIdentifier<[], DB.TypeAlias<"Since", DB.Object<{
|
|
1078
1078
|
printing: DB.MemberDecl<DB.Integer, true>;
|
|
@@ -852,7 +852,7 @@ export declare const GeneralSpecialAbility: DB.Entity<"GeneralSpecialAbility", {
|
|
|
852
852
|
}, []>>, false>;
|
|
853
853
|
}>, []>>>, true>;
|
|
854
854
|
isRemoved: DB.MemberDecl<DB.Boolean, false>;
|
|
855
|
-
}>, []>>,
|
|
855
|
+
}>, []>>, true>;
|
|
856
856
|
revisions: DB.MemberDecl<DB.Array<DB.IncludeIdentifier<[], DB.Enum<"Revision", {
|
|
857
857
|
Since: DB.EnumCase<DB.IncludeIdentifier<[], DB.TypeAlias<"Since", DB.Object<{
|
|
858
858
|
printing: DB.MemberDecl<DB.Integer, true>;
|
|
@@ -1050,7 +1050,7 @@ export declare const GeneralSpecialAbility: DB.Entity<"GeneralSpecialAbility", {
|
|
|
1050
1050
|
threshold: DB.MemberDecl<DB.Integer, true>;
|
|
1051
1051
|
alternative: DB.MemberDecl<DB.Integer, true>;
|
|
1052
1052
|
}>, []>>>;
|
|
1053
|
-
Expression: DB.EnumCase<DB.IncludeIdentifier<[], DB.TypeAlias<"AdventurePointsDependingOnActiveInstancesExpression", DB.IncludeIdentifier<DB.Param<string, DB.Type>[], import("../_MathExpression.
|
|
1053
|
+
Expression: DB.EnumCase<DB.IncludeIdentifier<[], DB.TypeAlias<"AdventurePointsDependingOnActiveInstancesExpression", DB.IncludeIdentifier<DB.Param<string, DB.Type>[], import("../_MathExpression.ts").MathOperation>, []>>>;
|
|
1054
1054
|
}, []>>>;
|
|
1055
1055
|
Indefinite: DB.EnumCase<null>;
|
|
1056
1056
|
}, []>>, true>;
|
|
@@ -1072,7 +1072,7 @@ export declare const GeneralSpecialAbility: DB.Entity<"GeneralSpecialAbility", {
|
|
|
1072
1072
|
}, []>>, false>;
|
|
1073
1073
|
}>, []>>>, true>;
|
|
1074
1074
|
isRemoved: DB.MemberDecl<DB.Boolean, false>;
|
|
1075
|
-
}>, []>>,
|
|
1075
|
+
}>, []>>, true>;
|
|
1076
1076
|
revisions: DB.MemberDecl<DB.Array<DB.IncludeIdentifier<[], DB.Enum<"Revision", {
|
|
1077
1077
|
Since: DB.EnumCase<DB.IncludeIdentifier<[], DB.TypeAlias<"Since", DB.Object<{
|
|
1078
1078
|
printing: DB.MemberDecl<DB.Integer, true>;
|
|
@@ -852,7 +852,7 @@ export declare const KarmaSpecialAbility: DB.Entity<"KarmaSpecialAbility", {
|
|
|
852
852
|
}, []>>, false>;
|
|
853
853
|
}>, []>>>, true>;
|
|
854
854
|
isRemoved: DB.MemberDecl<DB.Boolean, false>;
|
|
855
|
-
}>, []>>,
|
|
855
|
+
}>, []>>, true>;
|
|
856
856
|
revisions: DB.MemberDecl<DB.Array<DB.IncludeIdentifier<[], DB.Enum<"Revision", {
|
|
857
857
|
Since: DB.EnumCase<DB.IncludeIdentifier<[], DB.TypeAlias<"Since", DB.Object<{
|
|
858
858
|
printing: DB.MemberDecl<DB.Integer, true>;
|
|
@@ -996,7 +996,7 @@ export declare const KarmaSpecialAbility: DB.Entity<"KarmaSpecialAbility", {
|
|
|
996
996
|
threshold: DB.MemberDecl<DB.Integer, true>;
|
|
997
997
|
alternative: DB.MemberDecl<DB.Integer, true>;
|
|
998
998
|
}>, []>>>;
|
|
999
|
-
Expression: DB.EnumCase<DB.IncludeIdentifier<[], DB.TypeAlias<"AdventurePointsDependingOnActiveInstancesExpression", DB.IncludeIdentifier<DB.Param<string, DB.Type>[], import("../_MathExpression.
|
|
999
|
+
Expression: DB.EnumCase<DB.IncludeIdentifier<[], DB.TypeAlias<"AdventurePointsDependingOnActiveInstancesExpression", DB.IncludeIdentifier<DB.Param<string, DB.Type>[], import("../_MathExpression.ts").MathOperation>, []>>>;
|
|
1000
1000
|
}, []>>>;
|
|
1001
1001
|
Indefinite: DB.EnumCase<null>;
|
|
1002
1002
|
}, []>>, true>;
|
|
@@ -1018,7 +1018,7 @@ export declare const KarmaSpecialAbility: DB.Entity<"KarmaSpecialAbility", {
|
|
|
1018
1018
|
}, []>>, false>;
|
|
1019
1019
|
}>, []>>>, true>;
|
|
1020
1020
|
isRemoved: DB.MemberDecl<DB.Boolean, false>;
|
|
1021
|
-
}>, []>>,
|
|
1021
|
+
}>, []>>, true>;
|
|
1022
1022
|
revisions: DB.MemberDecl<DB.Array<DB.IncludeIdentifier<[], DB.Enum<"Revision", {
|
|
1023
1023
|
Since: DB.EnumCase<DB.IncludeIdentifier<[], DB.TypeAlias<"Since", DB.Object<{
|
|
1024
1024
|
printing: DB.MemberDecl<DB.Integer, true>;
|