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 DaggerRitual: DB.Entity<"DaggerRitual", {
|
|
|
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>;
|
|
@@ -1230,7 +1230,7 @@ export declare const DaggerRitual: DB.Entity<"DaggerRitual", {
|
|
|
1230
1230
|
threshold: DB.MemberDecl<DB.Integer, true>;
|
|
1231
1231
|
alternative: DB.MemberDecl<DB.Integer, true>;
|
|
1232
1232
|
}>, []>>>;
|
|
1233
|
-
Expression: DB.EnumCase<DB.IncludeIdentifier<[], DB.TypeAlias<"AdventurePointsDependingOnActiveInstancesExpression", DB.IncludeIdentifier<DB.Param<string, DB.Type>[], import("../_MathExpression.
|
|
1233
|
+
Expression: DB.EnumCase<DB.IncludeIdentifier<[], DB.TypeAlias<"AdventurePointsDependingOnActiveInstancesExpression", DB.IncludeIdentifier<DB.Param<string, DB.Type>[], import("../_MathExpression.ts").MathOperation>, []>>>;
|
|
1234
1234
|
}, []>>>;
|
|
1235
1235
|
Indefinite: DB.EnumCase<null>;
|
|
1236
1236
|
}, []>>, true>;
|
|
@@ -1252,7 +1252,7 @@ export declare const DaggerRitual: DB.Entity<"DaggerRitual", {
|
|
|
1252
1252
|
}, []>>, false>;
|
|
1253
1253
|
}>, []>>>, true>;
|
|
1254
1254
|
isRemoved: DB.MemberDecl<DB.Boolean, false>;
|
|
1255
|
-
}>, []>>,
|
|
1255
|
+
}>, []>>, true>;
|
|
1256
1256
|
revisions: DB.MemberDecl<DB.Array<DB.IncludeIdentifier<[], DB.Enum<"Revision", {
|
|
1257
1257
|
Since: DB.EnumCase<DB.IncludeIdentifier<[], DB.TypeAlias<"Since", DB.Object<{
|
|
1258
1258
|
printing: DB.MemberDecl<DB.Integer, true>;
|
|
@@ -852,7 +852,7 @@ export declare const FoolsHatEnchantment: DB.Entity<"FoolsHatEnchantment", {
|
|
|
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 FoolsHatEnchantment: DB.Entity<"FoolsHatEnchantment", {
|
|
|
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 FoolsHatEnchantment: DB.Entity<"FoolsHatEnchantment", {
|
|
|
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 Haubenzauber: DB.Entity<"Haubenzauber", {
|
|
|
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 Haubenzauber: DB.Entity<"Haubenzauber", {
|
|
|
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 Haubenzauber: DB.Entity<"Haubenzauber", {
|
|
|
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 InstrumentEnchantment: DB.Entity<"InstrumentEnchantment", {
|
|
|
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 InstrumentEnchantment: DB.Entity<"InstrumentEnchantment", {
|
|
|
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 InstrumentEnchantment: DB.Entity<"InstrumentEnchantment", {
|
|
|
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 Krallenkettenzauber: DB.Entity<"Krallenkettenzauber", {
|
|
|
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 Krallenkettenzauber: DB.Entity<"Krallenkettenzauber", {
|
|
|
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 Krallenkettenzauber: DB.Entity<"Krallenkettenzauber", {
|
|
|
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 Kristallkugelzauber: DB.Entity<"Kristallkugelzauber", {
|
|
|
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 Kristallkugelzauber: DB.Entity<"Kristallkugelzauber", {
|
|
|
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 Kristallkugelzauber: DB.Entity<"Kristallkugelzauber", {
|
|
|
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 OrbEnchantment: DB.Entity<"OrbEnchantment", {
|
|
|
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 OrbEnchantment: DB.Entity<"OrbEnchantment", {
|
|
|
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 OrbEnchantment: DB.Entity<"OrbEnchantment", {
|
|
|
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 RingEnchantment: DB.Entity<"RingEnchantment", {
|
|
|
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 RingEnchantment: DB.Entity<"RingEnchantment", {
|
|
|
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 RingEnchantment: DB.Entity<"RingEnchantment", {
|
|
|
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 SickleRitual: DB.Entity<"SickleRitual", {
|
|
|
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 SickleRitual: DB.Entity<"SickleRitual", {
|
|
|
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 SickleRitual: DB.Entity<"SickleRitual", {
|
|
|
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 SpellSwordEnchantment: DB.Entity<"SpellSwordEnchantment", {
|
|
|
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 SpellSwordEnchantment: DB.Entity<"SpellSwordEnchantment", {
|
|
|
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 SpellSwordEnchantment: DB.Entity<"SpellSwordEnchantment", {
|
|
|
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 StaffEnchantment: DB.Entity<"StaffEnchantment", {
|
|
|
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 StaffEnchantment: DB.Entity<"StaffEnchantment", {
|
|
|
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 StaffEnchantment: DB.Entity<"StaffEnchantment", {
|
|
|
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 ToyEnchantment: DB.Entity<"ToyEnchantment", {
|
|
|
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 ToyEnchantment: DB.Entity<"ToyEnchantment", {
|
|
|
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 ToyEnchantment: DB.Entity<"ToyEnchantment", {
|
|
|
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 Trinkhornzauber: DB.Entity<"Trinkhornzauber", {
|
|
|
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 Trinkhornzauber: DB.Entity<"Trinkhornzauber", {
|
|
|
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 Trinkhornzauber: DB.Entity<"Trinkhornzauber", {
|
|
|
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 WandEnchantment: DB.Entity<"WandEnchantment", {
|
|
|
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>;
|
|
@@ -1172,7 +1172,7 @@ export declare const WandEnchantment: DB.Entity<"WandEnchantment", {
|
|
|
1172
1172
|
threshold: DB.MemberDecl<DB.Integer, true>;
|
|
1173
1173
|
alternative: DB.MemberDecl<DB.Integer, true>;
|
|
1174
1174
|
}>, []>>>;
|
|
1175
|
-
Expression: DB.EnumCase<DB.IncludeIdentifier<[], DB.TypeAlias<"AdventurePointsDependingOnActiveInstancesExpression", DB.IncludeIdentifier<DB.Param<string, DB.Type>[], import("../_MathExpression.
|
|
1175
|
+
Expression: DB.EnumCase<DB.IncludeIdentifier<[], DB.TypeAlias<"AdventurePointsDependingOnActiveInstancesExpression", DB.IncludeIdentifier<DB.Param<string, DB.Type>[], import("../_MathExpression.ts").MathOperation>, []>>>;
|
|
1176
1176
|
}, []>>>;
|
|
1177
1177
|
Indefinite: DB.EnumCase<null>;
|
|
1178
1178
|
}, []>>, true>;
|
|
@@ -1194,7 +1194,7 @@ export declare const WandEnchantment: DB.Entity<"WandEnchantment", {
|
|
|
1194
1194
|
}, []>>, false>;
|
|
1195
1195
|
}>, []>>>, true>;
|
|
1196
1196
|
isRemoved: DB.MemberDecl<DB.Boolean, false>;
|
|
1197
|
-
}>, []>>,
|
|
1197
|
+
}>, []>>, true>;
|
|
1198
1198
|
revisions: DB.MemberDecl<DB.Array<DB.IncludeIdentifier<[], DB.Enum<"Revision", {
|
|
1199
1199
|
Since: DB.EnumCase<DB.IncludeIdentifier<[], DB.TypeAlias<"Since", DB.Object<{
|
|
1200
1200
|
printing: DB.MemberDecl<DB.Integer, true>;
|
|
@@ -852,7 +852,7 @@ export declare const WeaponEnchantment: DB.Entity<"WeaponEnchantment", {
|
|
|
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 WeaponEnchantment: DB.Entity<"WeaponEnchantment", {
|
|
|
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 WeaponEnchantment: DB.Entity<"WeaponEnchantment", {
|
|
|
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>;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "optolith-database-schema",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.29.0",
|
|
4
4
|
"description": "Definitions and utilities for the flat-file database of Optolith, a character creation tool for the Pen and Paper RPG “The Dark Eye 5”, and its external integrations into other software.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"tde",
|
|
@@ -18,13 +18,10 @@
|
|
|
18
18
|
"main": "./lib/main.js",
|
|
19
19
|
"exports": {
|
|
20
20
|
".": "./lib/main.js",
|
|
21
|
-
"./
|
|
22
|
-
"./errors": "./lib/errors.js",
|
|
23
|
-
"./cache/*": "./lib/cache/*.js",
|
|
24
|
-
"./config/*": "./lib/config/*.js",
|
|
25
|
-
"./rendering/*": "./lib/rendering/*.js",
|
|
21
|
+
"./cache": "./lib/cache/index.js",
|
|
26
22
|
"./types": "./lib/types/index.js",
|
|
27
|
-
"./types/*": "./lib/types/*.js"
|
|
23
|
+
"./types/*": "./lib/types/*.js",
|
|
24
|
+
"./gen": "./gen/types.d.ts"
|
|
28
25
|
},
|
|
29
26
|
"scripts": {
|
|
30
27
|
"build": "tsc",
|
|
@@ -40,13 +37,13 @@
|
|
|
40
37
|
"author": "Lukas Obermann",
|
|
41
38
|
"license": "MPL-2.0",
|
|
42
39
|
"dependencies": {
|
|
43
|
-
"@elyukai/utils": "^0.
|
|
44
|
-
"tsondb": "^0.19.
|
|
40
|
+
"@elyukai/utils": "^0.2.0",
|
|
41
|
+
"tsondb": "^0.19.8",
|
|
45
42
|
"yaml": "^2.8.2"
|
|
46
43
|
},
|
|
47
44
|
"devDependencies": {
|
|
48
45
|
"@eslint/js": "^9.39.2",
|
|
49
|
-
"@types/node": "^25.2.
|
|
46
|
+
"@types/node": "^25.2.1",
|
|
50
47
|
"commit-and-tag-version": "^12.6.1",
|
|
51
48
|
"eslint": "^9.39.2",
|
|
52
49
|
"globals": "^17.3.0",
|