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
|
@@ -852,7 +852,7 @@ export declare const LiturgicalStyleSpecialAbility: DB.Entity<"LiturgicalStyleSp
|
|
|
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>;
|
|
@@ -1099,7 +1099,7 @@ export declare const LiturgicalStyleSpecialAbility: DB.Entity<"LiturgicalStyleSp
|
|
|
1099
1099
|
threshold: DB.MemberDecl<DB.Integer, true>;
|
|
1100
1100
|
alternative: DB.MemberDecl<DB.Integer, true>;
|
|
1101
1101
|
}>, []>>>;
|
|
1102
|
-
Expression: DB.EnumCase<DB.IncludeIdentifier<[], DB.TypeAlias<"AdventurePointsDependingOnActiveInstancesExpression", DB.IncludeIdentifier<DB.Param<string, DB.Type>[], import("../_MathExpression.
|
|
1102
|
+
Expression: DB.EnumCase<DB.IncludeIdentifier<[], DB.TypeAlias<"AdventurePointsDependingOnActiveInstancesExpression", DB.IncludeIdentifier<DB.Param<string, DB.Type>[], import("../_MathExpression.ts").MathOperation>, []>>>;
|
|
1103
1103
|
}, []>>>;
|
|
1104
1104
|
Indefinite: DB.EnumCase<null>;
|
|
1105
1105
|
}, []>>, true>;
|
|
@@ -1121,7 +1121,7 @@ export declare const LiturgicalStyleSpecialAbility: DB.Entity<"LiturgicalStyleSp
|
|
|
1121
1121
|
}, []>>, false>;
|
|
1122
1122
|
}>, []>>>, true>;
|
|
1123
1123
|
isRemoved: DB.MemberDecl<DB.Boolean, false>;
|
|
1124
|
-
}>, []>>,
|
|
1124
|
+
}>, []>>, true>;
|
|
1125
1125
|
revisions: DB.MemberDecl<DB.Array<DB.IncludeIdentifier<[], DB.Enum<"Revision", {
|
|
1126
1126
|
Since: DB.EnumCase<DB.IncludeIdentifier<[], DB.TypeAlias<"Since", DB.Object<{
|
|
1127
1127
|
printing: DB.MemberDecl<DB.Integer, true>;
|
|
@@ -852,7 +852,7 @@ export declare const LycantropicGift: DB.Entity<"LycantropicGift", {
|
|
|
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 LycantropicGift: DB.Entity<"LycantropicGift", {
|
|
|
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 LycantropicGift: DB.Entity<"LycantropicGift", {
|
|
|
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 MagicStyleSpecialAbility: DB.Entity<"MagicStyleSpecialAbili
|
|
|
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>;
|
|
@@ -1099,7 +1099,7 @@ export declare const MagicStyleSpecialAbility: DB.Entity<"MagicStyleSpecialAbili
|
|
|
1099
1099
|
threshold: DB.MemberDecl<DB.Integer, true>;
|
|
1100
1100
|
alternative: DB.MemberDecl<DB.Integer, true>;
|
|
1101
1101
|
}>, []>>>;
|
|
1102
|
-
Expression: DB.EnumCase<DB.IncludeIdentifier<[], DB.TypeAlias<"AdventurePointsDependingOnActiveInstancesExpression", DB.IncludeIdentifier<DB.Param<string, DB.Type>[], import("../_MathExpression.
|
|
1102
|
+
Expression: DB.EnumCase<DB.IncludeIdentifier<[], DB.TypeAlias<"AdventurePointsDependingOnActiveInstancesExpression", DB.IncludeIdentifier<DB.Param<string, DB.Type>[], import("../_MathExpression.ts").MathOperation>, []>>>;
|
|
1103
1103
|
}, []>>>;
|
|
1104
1104
|
Indefinite: DB.EnumCase<null>;
|
|
1105
1105
|
}, []>>, true>;
|
|
@@ -1121,7 +1121,7 @@ export declare const MagicStyleSpecialAbility: DB.Entity<"MagicStyleSpecialAbili
|
|
|
1121
1121
|
}, []>>, false>;
|
|
1122
1122
|
}>, []>>>, true>;
|
|
1123
1123
|
isRemoved: DB.MemberDecl<DB.Boolean, false>;
|
|
1124
|
-
}>, []>>,
|
|
1124
|
+
}>, []>>, true>;
|
|
1125
1125
|
revisions: DB.MemberDecl<DB.Array<DB.IncludeIdentifier<[], DB.Enum<"Revision", {
|
|
1126
1126
|
Since: DB.EnumCase<DB.IncludeIdentifier<[], DB.TypeAlias<"Since", DB.Object<{
|
|
1127
1127
|
printing: DB.MemberDecl<DB.Integer, true>;
|
|
@@ -86,7 +86,7 @@ export declare const MagicalSign: DB.Entity<"MagicalSign", {
|
|
|
86
86
|
}, []>>, false>;
|
|
87
87
|
}>, []>>>, true>;
|
|
88
88
|
isRemoved: DB.MemberDecl<DB.Boolean, false>;
|
|
89
|
-
}>, []>>,
|
|
89
|
+
}>, []>>, true>;
|
|
90
90
|
revisions: DB.MemberDecl<DB.Array<DB.IncludeIdentifier<[], DB.Enum<"Revision", {
|
|
91
91
|
Since: DB.EnumCase<DB.IncludeIdentifier<[], DB.TypeAlias<"Since", DB.Object<{
|
|
92
92
|
printing: DB.MemberDecl<DB.Integer, true>;
|
|
@@ -852,7 +852,7 @@ export declare const MagicalSpecialAbility: DB.Entity<"MagicalSpecialAbility", {
|
|
|
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 MagicalSpecialAbility: DB.Entity<"MagicalSpecialAbility", {
|
|
|
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 MagicalSpecialAbility: DB.Entity<"MagicalSpecialAbility", {
|
|
|
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 MagicalTradition: DB.Entity<"MagicalTradition", {
|
|
|
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>;
|
|
@@ -1063,7 +1063,7 @@ export declare const MagicalTradition: DB.Entity<"MagicalTradition", {
|
|
|
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 MagicalTradition: DB.Entity<"MagicalTradition", {
|
|
|
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 PactGift: DB.Entity<"PactGift", {
|
|
|
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>;
|
|
@@ -1077,7 +1077,7 @@ export declare const PactGift: DB.Entity<"PactGift", {
|
|
|
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 PactGift: DB.Entity<"PactGift", {
|
|
|
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>;
|
|
@@ -852,7 +852,7 @@ export declare const ProtectiveWardingCircleSpecialAbility: DB.Entity<"Protectiv
|
|
|
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 ProtectiveWardingCircleSpecialAbility: DB.Entity<"Protectiv
|
|
|
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 ProtectiveWardingCircleSpecialAbility: DB.Entity<"Protectiv
|
|
|
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>;
|
|
@@ -852,7 +852,7 @@ export declare const Sermon: DB.Entity<"Sermon", {
|
|
|
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 Sermon: DB.Entity<"Sermon", {
|
|
|
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 Sermon: DB.Entity<"Sermon", {
|
|
|
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 SexSpecialAbility: DB.Entity<"SexSpecialAbility", {
|
|
|
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 SexSpecialAbility: DB.Entity<"SexSpecialAbility", {
|
|
|
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 SexSpecialAbility: DB.Entity<"SexSpecialAbility", {
|
|
|
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 SikaryanDrainSpecialAbility: DB.Entity<"SikaryanDrainSpecia
|
|
|
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 SikaryanDrainSpecialAbility: DB.Entity<"SikaryanDrainSpecia
|
|
|
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 SikaryanDrainSpecialAbility: DB.Entity<"SikaryanDrainSpecia
|
|
|
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 SkillStyleSpecialAbility: DB.Entity<"SkillStyleSpecialAbili
|
|
|
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>;
|
|
@@ -1045,7 +1045,7 @@ export declare const SkillStyleSpecialAbility: DB.Entity<"SkillStyleSpecialAbili
|
|
|
1045
1045
|
threshold: DB.MemberDecl<DB.Integer, true>;
|
|
1046
1046
|
alternative: DB.MemberDecl<DB.Integer, true>;
|
|
1047
1047
|
}>, []>>>;
|
|
1048
|
-
Expression: DB.EnumCase<DB.IncludeIdentifier<[], DB.TypeAlias<"AdventurePointsDependingOnActiveInstancesExpression", DB.IncludeIdentifier<DB.Param<string, DB.Type>[], import("../_MathExpression.
|
|
1048
|
+
Expression: DB.EnumCase<DB.IncludeIdentifier<[], DB.TypeAlias<"AdventurePointsDependingOnActiveInstancesExpression", DB.IncludeIdentifier<DB.Param<string, DB.Type>[], import("../_MathExpression.ts").MathOperation>, []>>>;
|
|
1049
1049
|
}, []>>>;
|
|
1050
1050
|
Indefinite: DB.EnumCase<null>;
|
|
1051
1051
|
}, []>>, true>;
|
|
@@ -1067,7 +1067,7 @@ export declare const SkillStyleSpecialAbility: DB.Entity<"SkillStyleSpecialAbili
|
|
|
1067
1067
|
}, []>>, false>;
|
|
1068
1068
|
}>, []>>>, true>;
|
|
1069
1069
|
isRemoved: DB.MemberDecl<DB.Boolean, false>;
|
|
1070
|
-
}>, []>>,
|
|
1070
|
+
}>, []>>, true>;
|
|
1071
1071
|
revisions: DB.MemberDecl<DB.Array<DB.IncludeIdentifier<[], DB.Enum<"Revision", {
|
|
1072
1072
|
Since: DB.EnumCase<DB.IncludeIdentifier<[], DB.TypeAlias<"Since", DB.Object<{
|
|
1073
1073
|
printing: DB.MemberDecl<DB.Integer, true>;
|
|
@@ -852,7 +852,7 @@ export declare const VampiricGift: DB.Entity<"VampiricGift", {
|
|
|
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 VampiricGift: DB.Entity<"VampiricGift", {
|
|
|
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 VampiricGift: DB.Entity<"VampiricGift", {
|
|
|
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 Vision: DB.Entity<"Vision", {
|
|
|
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 Vision: DB.Entity<"Vision", {
|
|
|
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 Vision: DB.Entity<"Vision", {
|
|
|
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>;
|
|
@@ -63,7 +63,7 @@ export declare const Language: DB.Entity<"Language", {
|
|
|
63
63
|
}, []>>, false>;
|
|
64
64
|
}>, []>>>, true>;
|
|
65
65
|
isRemoved: DB.MemberDecl<DB.Boolean, false>;
|
|
66
|
-
}>, []>>,
|
|
66
|
+
}>, []>>, true>;
|
|
67
67
|
revisions: DB.MemberDecl<DB.Array<DB.IncludeIdentifier<[], DB.Enum<"Revision", {
|
|
68
68
|
Since: DB.EnumCase<DB.IncludeIdentifier<[], DB.TypeAlias<"Since", DB.Object<{
|
|
69
69
|
printing: DB.MemberDecl<DB.Integer, true>;
|
|
@@ -24,7 +24,7 @@ export declare const Script: DB.Entity<"Script", {
|
|
|
24
24
|
}, []>>, false>;
|
|
25
25
|
}>, []>>>, true>;
|
|
26
26
|
isRemoved: DB.MemberDecl<DB.Boolean, false>;
|
|
27
|
-
}>, []>>,
|
|
27
|
+
}>, []>>, true>;
|
|
28
28
|
revisions: DB.MemberDecl<DB.Array<DB.IncludeIdentifier<[], DB.Enum<"Revision", {
|
|
29
29
|
Since: DB.EnumCase<DB.IncludeIdentifier<[], DB.TypeAlias<"Since", DB.Object<{
|
|
30
30
|
printing: DB.MemberDecl<DB.Integer, true>;
|
|
@@ -850,7 +850,7 @@ export declare const TradeSecret: DB.Entity<"TradeSecret", {
|
|
|
850
850
|
}, []>>, false>;
|
|
851
851
|
}>, []>>>, true>;
|
|
852
852
|
isRemoved: DB.MemberDecl<DB.Boolean, false>;
|
|
853
|
-
}>, []>>,
|
|
853
|
+
}>, []>>, true>;
|
|
854
854
|
revisions: DB.MemberDecl<DB.Array<DB.IncludeIdentifier<[], DB.Enum<"Revision", {
|
|
855
855
|
Since: DB.EnumCase<DB.IncludeIdentifier<[], DB.TypeAlias<"Since", DB.Object<{
|
|
856
856
|
printing: DB.MemberDecl<DB.Integer, true>;
|
|
@@ -891,7 +891,7 @@ export declare const TradeSecret: DB.Entity<"TradeSecret", {
|
|
|
891
891
|
threshold: DB.MemberDecl<DB.Integer, true>;
|
|
892
892
|
alternative: DB.MemberDecl<DB.Integer, true>;
|
|
893
893
|
}>, []>>>;
|
|
894
|
-
Expression: DB.EnumCase<DB.IncludeIdentifier<[], DB.TypeAlias<"AdventurePointsDependingOnActiveInstancesExpression", DB.IncludeIdentifier<DB.Param<string, DB.Type>[], import("../../_MathExpression.
|
|
894
|
+
Expression: DB.EnumCase<DB.IncludeIdentifier<[], DB.TypeAlias<"AdventurePointsDependingOnActiveInstancesExpression", DB.IncludeIdentifier<DB.Param<string, DB.Type>[], import("../../_MathExpression.ts").MathOperation>, []>>>;
|
|
895
895
|
}, []>>>;
|
|
896
896
|
}, []>>, true>;
|
|
897
897
|
is_secret_knowledge: DB.MemberDecl<DB.Boolean, true>;
|
|
@@ -937,7 +937,7 @@ export declare const TradeSecret: DB.Entity<"TradeSecret", {
|
|
|
937
937
|
}, []>>, false>;
|
|
938
938
|
}>, []>>>, true>;
|
|
939
939
|
isRemoved: DB.MemberDecl<DB.Boolean, false>;
|
|
940
|
-
}>, []>>,
|
|
940
|
+
}>, []>>, true>;
|
|
941
941
|
revisions: DB.MemberDecl<DB.Array<DB.IncludeIdentifier<[], DB.Enum<"Revision", {
|
|
942
942
|
Since: DB.EnumCase<DB.IncludeIdentifier<[], DB.TypeAlias<"Since", DB.Object<{
|
|
943
943
|
printing: DB.MemberDecl<DB.Integer, true>;
|
|
@@ -852,7 +852,7 @@ export declare const ArcaneOrbEnchantment: DB.Entity<"ArcaneOrbEnchantment", {
|
|
|
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>;
|
|
@@ -1223,7 +1223,7 @@ export declare const ArcaneOrbEnchantment: DB.Entity<"ArcaneOrbEnchantment", {
|
|
|
1223
1223
|
threshold: DB.MemberDecl<DB.Integer, true>;
|
|
1224
1224
|
alternative: DB.MemberDecl<DB.Integer, true>;
|
|
1225
1225
|
}>, []>>>;
|
|
1226
|
-
Expression: DB.EnumCase<DB.IncludeIdentifier<[], DB.TypeAlias<"AdventurePointsDependingOnActiveInstancesExpression", DB.IncludeIdentifier<DB.Param<string, DB.Type>[], import("../_MathExpression.
|
|
1226
|
+
Expression: DB.EnumCase<DB.IncludeIdentifier<[], DB.TypeAlias<"AdventurePointsDependingOnActiveInstancesExpression", DB.IncludeIdentifier<DB.Param<string, DB.Type>[], import("../_MathExpression.ts").MathOperation>, []>>>;
|
|
1227
1227
|
}, []>>>;
|
|
1228
1228
|
Indefinite: DB.EnumCase<null>;
|
|
1229
1229
|
}, []>>, true>;
|
|
@@ -1245,7 +1245,7 @@ export declare const ArcaneOrbEnchantment: DB.Entity<"ArcaneOrbEnchantment", {
|
|
|
1245
1245
|
}, []>>, false>;
|
|
1246
1246
|
}>, []>>>, true>;
|
|
1247
1247
|
isRemoved: DB.MemberDecl<DB.Boolean, false>;
|
|
1248
|
-
}>, []>>,
|
|
1248
|
+
}>, []>>, true>;
|
|
1249
1249
|
revisions: DB.MemberDecl<DB.Array<DB.IncludeIdentifier<[], DB.Enum<"Revision", {
|
|
1250
1250
|
Since: DB.EnumCase<DB.IncludeIdentifier<[], DB.TypeAlias<"Since", DB.Object<{
|
|
1251
1251
|
printing: DB.MemberDecl<DB.Integer, true>;
|
|
@@ -852,7 +852,7 @@ export declare const AttireEnchantment: DB.Entity<"AttireEnchantment", {
|
|
|
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>;
|
|
@@ -1223,7 +1223,7 @@ export declare const AttireEnchantment: DB.Entity<"AttireEnchantment", {
|
|
|
1223
1223
|
threshold: DB.MemberDecl<DB.Integer, true>;
|
|
1224
1224
|
alternative: DB.MemberDecl<DB.Integer, true>;
|
|
1225
1225
|
}>, []>>>;
|
|
1226
|
-
Expression: DB.EnumCase<DB.IncludeIdentifier<[], DB.TypeAlias<"AdventurePointsDependingOnActiveInstancesExpression", DB.IncludeIdentifier<DB.Param<string, DB.Type>[], import("../_MathExpression.
|
|
1226
|
+
Expression: DB.EnumCase<DB.IncludeIdentifier<[], DB.TypeAlias<"AdventurePointsDependingOnActiveInstancesExpression", DB.IncludeIdentifier<DB.Param<string, DB.Type>[], import("../_MathExpression.ts").MathOperation>, []>>>;
|
|
1227
1227
|
}, []>>>;
|
|
1228
1228
|
Indefinite: DB.EnumCase<null>;
|
|
1229
1229
|
}, []>>, true>;
|
|
@@ -1245,7 +1245,7 @@ export declare const AttireEnchantment: DB.Entity<"AttireEnchantment", {
|
|
|
1245
1245
|
}, []>>, false>;
|
|
1246
1246
|
}>, []>>>, true>;
|
|
1247
1247
|
isRemoved: DB.MemberDecl<DB.Boolean, false>;
|
|
1248
|
-
}>, []>>,
|
|
1248
|
+
}>, []>>, true>;
|
|
1249
1249
|
revisions: DB.MemberDecl<DB.Array<DB.IncludeIdentifier<[], DB.Enum<"Revision", {
|
|
1250
1250
|
Since: DB.EnumCase<DB.IncludeIdentifier<[], DB.TypeAlias<"Since", DB.Object<{
|
|
1251
1251
|
printing: DB.MemberDecl<DB.Integer, true>;
|
|
@@ -852,7 +852,7 @@ export declare const Beutelzauber: DB.Entity<"Beutelzauber", {
|
|
|
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>;
|
|
@@ -1223,7 +1223,7 @@ export declare const Beutelzauber: DB.Entity<"Beutelzauber", {
|
|
|
1223
1223
|
threshold: DB.MemberDecl<DB.Integer, true>;
|
|
1224
1224
|
alternative: DB.MemberDecl<DB.Integer, true>;
|
|
1225
1225
|
}>, []>>>;
|
|
1226
|
-
Expression: DB.EnumCase<DB.IncludeIdentifier<[], DB.TypeAlias<"AdventurePointsDependingOnActiveInstancesExpression", DB.IncludeIdentifier<DB.Param<string, DB.Type>[], import("../_MathExpression.
|
|
1226
|
+
Expression: DB.EnumCase<DB.IncludeIdentifier<[], DB.TypeAlias<"AdventurePointsDependingOnActiveInstancesExpression", DB.IncludeIdentifier<DB.Param<string, DB.Type>[], import("../_MathExpression.ts").MathOperation>, []>>>;
|
|
1227
1227
|
}, []>>>;
|
|
1228
1228
|
Indefinite: DB.EnumCase<null>;
|
|
1229
1229
|
}, []>>, true>;
|
|
@@ -1245,7 +1245,7 @@ export declare const Beutelzauber: DB.Entity<"Beutelzauber", {
|
|
|
1245
1245
|
}, []>>, false>;
|
|
1246
1246
|
}>, []>>>, true>;
|
|
1247
1247
|
isRemoved: DB.MemberDecl<DB.Boolean, false>;
|
|
1248
|
-
}>, []>>,
|
|
1248
|
+
}>, []>>, true>;
|
|
1249
1249
|
revisions: DB.MemberDecl<DB.Array<DB.IncludeIdentifier<[], DB.Enum<"Revision", {
|
|
1250
1250
|
Since: DB.EnumCase<DB.IncludeIdentifier<[], DB.TypeAlias<"Since", DB.Object<{
|
|
1251
1251
|
printing: DB.MemberDecl<DB.Integer, true>;
|
|
@@ -852,7 +852,7 @@ export declare const BowlEnchantment: DB.Entity<"BowlEnchantment", {
|
|
|
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>;
|
|
@@ -1223,7 +1223,7 @@ export declare const BowlEnchantment: DB.Entity<"BowlEnchantment", {
|
|
|
1223
1223
|
threshold: DB.MemberDecl<DB.Integer, true>;
|
|
1224
1224
|
alternative: DB.MemberDecl<DB.Integer, true>;
|
|
1225
1225
|
}>, []>>>;
|
|
1226
|
-
Expression: DB.EnumCase<DB.IncludeIdentifier<[], DB.TypeAlias<"AdventurePointsDependingOnActiveInstancesExpression", DB.IncludeIdentifier<DB.Param<string, DB.Type>[], import("../_MathExpression.
|
|
1226
|
+
Expression: DB.EnumCase<DB.IncludeIdentifier<[], DB.TypeAlias<"AdventurePointsDependingOnActiveInstancesExpression", DB.IncludeIdentifier<DB.Param<string, DB.Type>[], import("../_MathExpression.ts").MathOperation>, []>>>;
|
|
1227
1227
|
}, []>>>;
|
|
1228
1228
|
Indefinite: DB.EnumCase<null>;
|
|
1229
1229
|
}, []>>, true>;
|
|
@@ -1245,7 +1245,7 @@ export declare const BowlEnchantment: DB.Entity<"BowlEnchantment", {
|
|
|
1245
1245
|
}, []>>, false>;
|
|
1246
1246
|
}>, []>>>, true>;
|
|
1247
1247
|
isRemoved: DB.MemberDecl<DB.Boolean, false>;
|
|
1248
|
-
}>, []>>,
|
|
1248
|
+
}>, []>>, true>;
|
|
1249
1249
|
revisions: DB.MemberDecl<DB.Array<DB.IncludeIdentifier<[], DB.Enum<"Revision", {
|
|
1250
1250
|
Since: DB.EnumCase<DB.IncludeIdentifier<[], DB.TypeAlias<"Since", DB.Object<{
|
|
1251
1251
|
printing: DB.MemberDecl<DB.Integer, true>;
|
|
@@ -852,7 +852,7 @@ export declare const CauldronEnchantment: DB.Entity<"CauldronEnchantment", {
|
|
|
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>;
|
|
@@ -1224,7 +1224,7 @@ export declare const CauldronEnchantment: DB.Entity<"CauldronEnchantment", {
|
|
|
1224
1224
|
threshold: DB.MemberDecl<DB.Integer, true>;
|
|
1225
1225
|
alternative: DB.MemberDecl<DB.Integer, true>;
|
|
1226
1226
|
}>, []>>>;
|
|
1227
|
-
Expression: DB.EnumCase<DB.IncludeIdentifier<[], DB.TypeAlias<"AdventurePointsDependingOnActiveInstancesExpression", DB.IncludeIdentifier<DB.Param<string, DB.Type>[], import("../_MathExpression.
|
|
1227
|
+
Expression: DB.EnumCase<DB.IncludeIdentifier<[], DB.TypeAlias<"AdventurePointsDependingOnActiveInstancesExpression", DB.IncludeIdentifier<DB.Param<string, DB.Type>[], import("../_MathExpression.ts").MathOperation>, []>>>;
|
|
1228
1228
|
}, []>>>;
|
|
1229
1229
|
Indefinite: DB.EnumCase<null>;
|
|
1230
1230
|
}, []>>, true>;
|
|
@@ -1246,7 +1246,7 @@ export declare const CauldronEnchantment: DB.Entity<"CauldronEnchantment", {
|
|
|
1246
1246
|
}, []>>, false>;
|
|
1247
1247
|
}>, []>>>, true>;
|
|
1248
1248
|
isRemoved: DB.MemberDecl<DB.Boolean, false>;
|
|
1249
|
-
}>, []>>,
|
|
1249
|
+
}>, []>>, true>;
|
|
1250
1250
|
revisions: DB.MemberDecl<DB.Array<DB.IncludeIdentifier<[], DB.Enum<"Revision", {
|
|
1251
1251
|
Since: DB.EnumCase<DB.IncludeIdentifier<[], DB.TypeAlias<"Since", DB.Object<{
|
|
1252
1252
|
printing: DB.MemberDecl<DB.Integer, true>;
|
|
@@ -852,7 +852,7 @@ export declare const ChronicleEnchantment: DB.Entity<"ChronicleEnchantment", {
|
|
|
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>;
|
|
@@ -1223,7 +1223,7 @@ export declare const ChronicleEnchantment: DB.Entity<"ChronicleEnchantment", {
|
|
|
1223
1223
|
threshold: DB.MemberDecl<DB.Integer, true>;
|
|
1224
1224
|
alternative: DB.MemberDecl<DB.Integer, true>;
|
|
1225
1225
|
}>, []>>>;
|
|
1226
|
-
Expression: DB.EnumCase<DB.IncludeIdentifier<[], DB.TypeAlias<"AdventurePointsDependingOnActiveInstancesExpression", DB.IncludeIdentifier<DB.Param<string, DB.Type>[], import("../_MathExpression.
|
|
1226
|
+
Expression: DB.EnumCase<DB.IncludeIdentifier<[], DB.TypeAlias<"AdventurePointsDependingOnActiveInstancesExpression", DB.IncludeIdentifier<DB.Param<string, DB.Type>[], import("../_MathExpression.ts").MathOperation>, []>>>;
|
|
1227
1227
|
}, []>>>;
|
|
1228
1228
|
Indefinite: DB.EnumCase<null>;
|
|
1229
1229
|
}, []>>, true>;
|
|
@@ -1245,7 +1245,7 @@ export declare const ChronicleEnchantment: DB.Entity<"ChronicleEnchantment", {
|
|
|
1245
1245
|
}, []>>, false>;
|
|
1246
1246
|
}>, []>>>, true>;
|
|
1247
1247
|
isRemoved: DB.MemberDecl<DB.Boolean, false>;
|
|
1248
|
-
}>, []>>,
|
|
1248
|
+
}>, []>>, true>;
|
|
1249
1249
|
revisions: DB.MemberDecl<DB.Array<DB.IncludeIdentifier<[], DB.Enum<"Revision", {
|
|
1250
1250
|
Since: DB.EnumCase<DB.IncludeIdentifier<[], DB.TypeAlias<"Since", DB.Object<{
|
|
1251
1251
|
printing: DB.MemberDecl<DB.Integer, true>;
|