optolith-database-schema 0.29.1 → 0.30.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +24 -0
- package/gen/types.d.ts +157 -45
- package/lib/types/DerivedCharacteristic.d.ts +1 -0
- package/lib/types/DerivedCharacteristic.js +4 -0
- package/lib/types/Locale.d.ts +92 -2
- package/lib/types/Locale.js +99 -2
- package/lib/types/_ActivatableCombat.d.ts +9 -11
- package/lib/types/_ActivatableCombat.js +12 -28
- package/lib/types/_ActivatableNonMundane.d.ts +18 -38
- package/lib/types/_ActivatableNonMundane.js +55 -23
- package/lib/types/_IdentifierGroup.d.ts +4 -0
- package/lib/types/_IdentifierGroup.js +7 -0
- package/lib/types/rule/FocusRule.d.ts +1 -1
- package/lib/types/rule/FocusRule.js +1 -1
- package/lib/types/specialAbility/AdvancedCombatSpecialAbility.d.ts +9 -11
- package/lib/types/specialAbility/BrawlingSpecialAbility.d.ts +9 -11
- package/lib/types/specialAbility/CombatSpecialAbility.d.ts +9 -11
- package/lib/types/specialAbility/CombatStyleSpecialAbility.d.ts +9 -11
- package/lib/types/specialAbility/CommandSpecialAbility.d.ts +9 -11
- package/lib/types/specialAbility/SkillStyleSpecialAbility.js +2 -2
- package/lib/types/traditionArtifacts/ArcaneOrbEnchantment.d.ts +9 -19
- package/lib/types/traditionArtifacts/AttireEnchantment.d.ts +9 -19
- package/lib/types/traditionArtifacts/Beutelzauber.d.ts +9 -19
- package/lib/types/traditionArtifacts/BowlEnchantment.d.ts +9 -19
- package/lib/types/traditionArtifacts/CauldronEnchantment.d.ts +9 -19
- package/lib/types/traditionArtifacts/ChronicleEnchantment.d.ts +9 -19
- package/lib/types/traditionArtifacts/DaggerRitual.d.ts +9 -19
- package/lib/types/traditionArtifacts/FoolsHatEnchantment.d.ts +9 -19
- package/lib/types/traditionArtifacts/Haubenzauber.d.ts +9 -19
- package/lib/types/traditionArtifacts/InstrumentEnchantment.d.ts +9 -19
- package/lib/types/traditionArtifacts/Krallenkettenzauber.d.ts +9 -19
- package/lib/types/traditionArtifacts/Kristallkugelzauber.d.ts +9 -19
- package/lib/types/traditionArtifacts/OrbEnchantment.d.ts +9 -19
- package/lib/types/traditionArtifacts/RingEnchantment.d.ts +9 -19
- package/lib/types/traditionArtifacts/SickleRitual.d.ts +9 -19
- package/lib/types/traditionArtifacts/SpellSwordEnchantment.d.ts +9 -19
- package/lib/types/traditionArtifacts/StaffEnchantment.d.ts +9 -19
- package/lib/types/traditionArtifacts/ToyEnchantment.d.ts +9 -19
- package/lib/types/traditionArtifacts/Trinkhornzauber.d.ts +9 -19
- package/lib/types/traditionArtifacts/WandEnchantment.d.ts +9 -19
- package/lib/types/traditionArtifacts/WeaponEnchantment.d.ts +9 -19
- package/package.json +4 -2
|
@@ -1081,7 +1081,7 @@ export declare const CombatStyleSpecialAbility: DB.Entity<"CombatStyleSpecialAbi
|
|
|
1081
1081
|
None: DB.EnumCase<null>;
|
|
1082
1082
|
DependingOnCombatStyle: DB.EnumCase<null>;
|
|
1083
1083
|
All: DB.EnumCase<DB.IncludeIdentifier<[], DB.TypeAlias<"AllApplicableCombatTechniques", DB.Object<{
|
|
1084
|
-
|
|
1084
|
+
restriction: DB.MemberDecl<DB.IncludeIdentifier<[], DB.Enum<"ApplicableAllCombatTechniquesRestriction", {
|
|
1085
1085
|
Improvised: DB.EnumCase<null>;
|
|
1086
1086
|
PointedBlade: DB.EnumCase<null>;
|
|
1087
1087
|
Mount: DB.EnumCase<null>;
|
|
@@ -1089,10 +1089,10 @@ export declare const CombatStyleSpecialAbility: DB.Entity<"CombatStyleSpecialAbi
|
|
|
1089
1089
|
ExcludeCombatTechniques: DB.EnumCase<DB.IncludeIdentifier<DB.Param<string, DB.Type>[], DB.TypeAlias<"ApplicableCombatTechniquesNegativeCombatTechniquesRestriction", DB.Object<{
|
|
1090
1090
|
list: DB.MemberDecl<DB.Array<DB.TypeArgument<DB.Param<"Ref", DB.Type>>>, true>;
|
|
1091
1091
|
}>, [Ref: DB.Param<"Ref", DB.Type>]>>>;
|
|
1092
|
-
}, []
|
|
1092
|
+
}, []>>, false>;
|
|
1093
1093
|
}>, []>>>;
|
|
1094
1094
|
AllClose: DB.EnumCase<DB.IncludeIdentifier<[], DB.TypeAlias<"AllApplicableCloseCombatTechniques", DB.Object<{
|
|
1095
|
-
|
|
1095
|
+
restriction: DB.MemberDecl<DB.IncludeIdentifier<[], DB.Enum<"ApplicableCloseCombatTechniquesRestriction", {
|
|
1096
1096
|
Improvised: DB.EnumCase<null>;
|
|
1097
1097
|
PointedBlade: DB.EnumCase<null>;
|
|
1098
1098
|
Mount: DB.EnumCase<null>;
|
|
@@ -1104,10 +1104,10 @@ export declare const CombatStyleSpecialAbility: DB.Entity<"CombatStyleSpecialAbi
|
|
|
1104
1104
|
ExcludeCombatTechniques: DB.EnumCase<DB.IncludeIdentifier<DB.Param<string, DB.Type>[], DB.TypeAlias<"ApplicableCombatTechniquesNegativeCombatTechniquesRestriction", DB.Object<{
|
|
1105
1105
|
list: DB.MemberDecl<DB.Array<DB.TypeArgument<DB.Param<"Ref", DB.Type>>>, true>;
|
|
1106
1106
|
}>, [Ref: DB.Param<"Ref", DB.Type>]>>>;
|
|
1107
|
-
}, []
|
|
1107
|
+
}, []>>, false>;
|
|
1108
1108
|
}>, []>>>;
|
|
1109
1109
|
AllRanged: DB.EnumCase<DB.IncludeIdentifier<[], DB.TypeAlias<"AllApplicableRangedCombatTechniques", DB.Object<{
|
|
1110
|
-
|
|
1110
|
+
restriction: DB.MemberDecl<DB.IncludeIdentifier<[], DB.Enum<"ApplicableRangedCombatTechniquesRestriction", {
|
|
1111
1111
|
Improvised: DB.EnumCase<null>;
|
|
1112
1112
|
PointedBlade: DB.EnumCase<null>;
|
|
1113
1113
|
Mount: DB.EnumCase<null>;
|
|
@@ -1115,7 +1115,7 @@ export declare const CombatStyleSpecialAbility: DB.Entity<"CombatStyleSpecialAbi
|
|
|
1115
1115
|
ExcludeCombatTechniques: DB.EnumCase<DB.IncludeIdentifier<DB.Param<string, DB.Type>[], DB.TypeAlias<"ApplicableCombatTechniquesNegativeCombatTechniquesRestriction", DB.Object<{
|
|
1116
1116
|
list: DB.MemberDecl<DB.Array<DB.TypeArgument<DB.Param<"Ref", DB.Type>>>, true>;
|
|
1117
1117
|
}>, [Ref: DB.Param<"Ref", DB.Type>]>>>;
|
|
1118
|
-
}, []
|
|
1118
|
+
}, []>>, false>;
|
|
1119
1119
|
}>, []>>>;
|
|
1120
1120
|
Specific: DB.EnumCase<DB.IncludeIdentifier<[], DB.TypeAlias<"SpecificApplicableCombatTechniques", DB.Object<{
|
|
1121
1121
|
list: DB.MemberDecl<DB.Array<DB.IncludeIdentifier<[], DB.TypeAlias<"SpecificApplicableCombatTechnique", DB.Object<{
|
|
@@ -1123,7 +1123,7 @@ export declare const CombatStyleSpecialAbility: DB.Entity<"CombatStyleSpecialAbi
|
|
|
1123
1123
|
CloseCombatTechnique: DB.EnumCase<DB.ReferenceIdentifier>;
|
|
1124
1124
|
RangedCombatTechnique: DB.EnumCase<DB.ReferenceIdentifier>;
|
|
1125
1125
|
}, []>>, true>;
|
|
1126
|
-
|
|
1126
|
+
restriction: DB.MemberDecl<DB.IncludeIdentifier<[], DB.Enum<"ApplicableSpecificCombatTechniquesRestriction", {
|
|
1127
1127
|
Improvised: DB.EnumCase<null>;
|
|
1128
1128
|
PointedBlade: DB.EnumCase<null>;
|
|
1129
1129
|
Mount: DB.EnumCase<null>;
|
|
@@ -1131,11 +1131,9 @@ export declare const CombatStyleSpecialAbility: DB.Entity<"CombatStyleSpecialAbi
|
|
|
1131
1131
|
Level: DB.EnumCase<DB.IncludeIdentifier<[], DB.TypeAlias<"ApplicableCombatTechniquesLevelRestriction", DB.Object<{
|
|
1132
1132
|
level: DB.MemberDecl<DB.Integer, true>;
|
|
1133
1133
|
}>, []>>>;
|
|
1134
|
-
Weapons: DB.EnumCase<DB.IncludeIdentifier<[], DB.TypeAlias<"ApplicableCombatTechniquesWeaponRestriction", DB.Object<{
|
|
1135
|
-
list: DB.MemberDecl<DB.Array<DB.ReferenceIdentifier>, true>;
|
|
1136
|
-
}>, []>>>;
|
|
1137
1134
|
OneBluntSide: DB.EnumCase<null>;
|
|
1138
|
-
}, []
|
|
1135
|
+
}, []>>, false>;
|
|
1136
|
+
weapons: DB.MemberDecl<DB.Array<DB.ReferenceIdentifier>, false>;
|
|
1139
1137
|
}>, []>>>, true>;
|
|
1140
1138
|
}>, []>>>;
|
|
1141
1139
|
}, []>>, true>;
|
|
@@ -922,7 +922,7 @@ export declare const CommandSpecialAbility: DB.Entity<"CommandSpecialAbility", {
|
|
|
922
922
|
None: DB.EnumCase<null>;
|
|
923
923
|
DependingOnCombatStyle: DB.EnumCase<null>;
|
|
924
924
|
All: DB.EnumCase<DB.IncludeIdentifier<[], DB.TypeAlias<"AllApplicableCombatTechniques", DB.Object<{
|
|
925
|
-
|
|
925
|
+
restriction: DB.MemberDecl<DB.IncludeIdentifier<[], DB.Enum<"ApplicableAllCombatTechniquesRestriction", {
|
|
926
926
|
Improvised: DB.EnumCase<null>;
|
|
927
927
|
PointedBlade: DB.EnumCase<null>;
|
|
928
928
|
Mount: DB.EnumCase<null>;
|
|
@@ -930,10 +930,10 @@ export declare const CommandSpecialAbility: DB.Entity<"CommandSpecialAbility", {
|
|
|
930
930
|
ExcludeCombatTechniques: DB.EnumCase<DB.IncludeIdentifier<DB.Param<string, DB.Type>[], DB.TypeAlias<"ApplicableCombatTechniquesNegativeCombatTechniquesRestriction", DB.Object<{
|
|
931
931
|
list: DB.MemberDecl<DB.Array<DB.TypeArgument<DB.Param<"Ref", DB.Type>>>, true>;
|
|
932
932
|
}>, [Ref: DB.Param<"Ref", DB.Type>]>>>;
|
|
933
|
-
}, []
|
|
933
|
+
}, []>>, false>;
|
|
934
934
|
}>, []>>>;
|
|
935
935
|
AllClose: DB.EnumCase<DB.IncludeIdentifier<[], DB.TypeAlias<"AllApplicableCloseCombatTechniques", DB.Object<{
|
|
936
|
-
|
|
936
|
+
restriction: DB.MemberDecl<DB.IncludeIdentifier<[], DB.Enum<"ApplicableCloseCombatTechniquesRestriction", {
|
|
937
937
|
Improvised: DB.EnumCase<null>;
|
|
938
938
|
PointedBlade: DB.EnumCase<null>;
|
|
939
939
|
Mount: DB.EnumCase<null>;
|
|
@@ -945,10 +945,10 @@ export declare const CommandSpecialAbility: DB.Entity<"CommandSpecialAbility", {
|
|
|
945
945
|
ExcludeCombatTechniques: DB.EnumCase<DB.IncludeIdentifier<DB.Param<string, DB.Type>[], DB.TypeAlias<"ApplicableCombatTechniquesNegativeCombatTechniquesRestriction", DB.Object<{
|
|
946
946
|
list: DB.MemberDecl<DB.Array<DB.TypeArgument<DB.Param<"Ref", DB.Type>>>, true>;
|
|
947
947
|
}>, [Ref: DB.Param<"Ref", DB.Type>]>>>;
|
|
948
|
-
}, []
|
|
948
|
+
}, []>>, false>;
|
|
949
949
|
}>, []>>>;
|
|
950
950
|
AllRanged: DB.EnumCase<DB.IncludeIdentifier<[], DB.TypeAlias<"AllApplicableRangedCombatTechniques", DB.Object<{
|
|
951
|
-
|
|
951
|
+
restriction: DB.MemberDecl<DB.IncludeIdentifier<[], DB.Enum<"ApplicableRangedCombatTechniquesRestriction", {
|
|
952
952
|
Improvised: DB.EnumCase<null>;
|
|
953
953
|
PointedBlade: DB.EnumCase<null>;
|
|
954
954
|
Mount: DB.EnumCase<null>;
|
|
@@ -956,7 +956,7 @@ export declare const CommandSpecialAbility: DB.Entity<"CommandSpecialAbility", {
|
|
|
956
956
|
ExcludeCombatTechniques: DB.EnumCase<DB.IncludeIdentifier<DB.Param<string, DB.Type>[], DB.TypeAlias<"ApplicableCombatTechniquesNegativeCombatTechniquesRestriction", DB.Object<{
|
|
957
957
|
list: DB.MemberDecl<DB.Array<DB.TypeArgument<DB.Param<"Ref", DB.Type>>>, true>;
|
|
958
958
|
}>, [Ref: DB.Param<"Ref", DB.Type>]>>>;
|
|
959
|
-
}, []
|
|
959
|
+
}, []>>, false>;
|
|
960
960
|
}>, []>>>;
|
|
961
961
|
Specific: DB.EnumCase<DB.IncludeIdentifier<[], DB.TypeAlias<"SpecificApplicableCombatTechniques", DB.Object<{
|
|
962
962
|
list: DB.MemberDecl<DB.Array<DB.IncludeIdentifier<[], DB.TypeAlias<"SpecificApplicableCombatTechnique", DB.Object<{
|
|
@@ -964,7 +964,7 @@ export declare const CommandSpecialAbility: DB.Entity<"CommandSpecialAbility", {
|
|
|
964
964
|
CloseCombatTechnique: DB.EnumCase<DB.ReferenceIdentifier>;
|
|
965
965
|
RangedCombatTechnique: DB.EnumCase<DB.ReferenceIdentifier>;
|
|
966
966
|
}, []>>, true>;
|
|
967
|
-
|
|
967
|
+
restriction: DB.MemberDecl<DB.IncludeIdentifier<[], DB.Enum<"ApplicableSpecificCombatTechniquesRestriction", {
|
|
968
968
|
Improvised: DB.EnumCase<null>;
|
|
969
969
|
PointedBlade: DB.EnumCase<null>;
|
|
970
970
|
Mount: DB.EnumCase<null>;
|
|
@@ -972,11 +972,9 @@ export declare const CommandSpecialAbility: DB.Entity<"CommandSpecialAbility", {
|
|
|
972
972
|
Level: DB.EnumCase<DB.IncludeIdentifier<[], DB.TypeAlias<"ApplicableCombatTechniquesLevelRestriction", DB.Object<{
|
|
973
973
|
level: DB.MemberDecl<DB.Integer, true>;
|
|
974
974
|
}>, []>>>;
|
|
975
|
-
Weapons: DB.EnumCase<DB.IncludeIdentifier<[], DB.TypeAlias<"ApplicableCombatTechniquesWeaponRestriction", DB.Object<{
|
|
976
|
-
list: DB.MemberDecl<DB.Array<DB.ReferenceIdentifier>, true>;
|
|
977
|
-
}>, []>>>;
|
|
978
975
|
OneBluntSide: DB.EnumCase<null>;
|
|
979
|
-
}, []
|
|
976
|
+
}, []>>, false>;
|
|
977
|
+
weapons: DB.MemberDecl<DB.Array<DB.ReferenceIdentifier>, false>;
|
|
980
978
|
}>, []>>>, true>;
|
|
981
979
|
}>, []>>>;
|
|
982
980
|
}, []>>, true>;
|
|
@@ -3,7 +3,7 @@ import { levels, maximum, name, name_in_library, rules } from "../_Activatable.j
|
|
|
3
3
|
import { advanced } from "../_ActivatableAdvanced.js";
|
|
4
4
|
import { ap_value, ap_value_append, ap_value_l10n } from "../_ActivatableAdventurePointsValue.js";
|
|
5
5
|
import { explicit_select_options, select_options } from "../_ActivatableSelectOptions.js";
|
|
6
|
-
import {
|
|
6
|
+
import { AdvancedSkillStyleSpecialAbilityIdentifier } from "../_IdentifierGroup.js";
|
|
7
7
|
import { GeneralPrerequisites } from "../_Prerequisite.js";
|
|
8
8
|
import { NestedTranslationMap } from "../Locale.js";
|
|
9
9
|
import { Errata } from "../source/_Erratum.js";
|
|
@@ -16,7 +16,7 @@ export const SkillStyleSpecialAbility = DB.Entity(import.meta.url, {
|
|
|
16
16
|
select_options,
|
|
17
17
|
explicit_select_options,
|
|
18
18
|
maximum,
|
|
19
|
-
advanced: advanced(
|
|
19
|
+
advanced: advanced(DB.IncludeIdentifier(AdvancedSkillStyleSpecialAbilityIdentifier)),
|
|
20
20
|
prerequisites: DB.Optional({
|
|
21
21
|
type: DB.IncludeIdentifier(GeneralPrerequisites),
|
|
22
22
|
}),
|
|
@@ -1060,25 +1060,6 @@ export declare const ArcaneOrbEnchantment: DB.Entity<"ArcaneOrbEnchantment", {
|
|
|
1060
1060
|
}>, true>;
|
|
1061
1061
|
}>, []>>>;
|
|
1062
1062
|
Disjunction: DB.EnumCase<DB.IncludeIdentifier<[], DB.TypeAlias<"ArcaneEnergyCostDisjunction", DB.Object<{
|
|
1063
|
-
interval: DB.MemberDecl<DB.IncludeIdentifier<[], DB.TypeAlias<"ArcaneEnergyCostDisjunctionInterval", DB.Object<{
|
|
1064
|
-
value: DB.MemberDecl<DB.IncludeIdentifier<[], DB.TypeAlias<"DurationUnitValue", DB.Object<{
|
|
1065
|
-
value: DB.MemberDecl<DB.Integer, true>;
|
|
1066
|
-
unit: DB.MemberDecl<DB.IncludeIdentifier<[], DB.Enum<"DurationUnit", {
|
|
1067
|
-
Seconds: DB.EnumCase<null>;
|
|
1068
|
-
Minutes: DB.EnumCase<null>;
|
|
1069
|
-
Hours: DB.EnumCase<null>;
|
|
1070
|
-
Days: DB.EnumCase<null>;
|
|
1071
|
-
Weeks: DB.EnumCase<null>;
|
|
1072
|
-
Months: DB.EnumCase<null>;
|
|
1073
|
-
Years: DB.EnumCase<null>;
|
|
1074
|
-
Centuries: DB.EnumCase<null>;
|
|
1075
|
-
Actions: DB.EnumCase<null>;
|
|
1076
|
-
CombatRounds: DB.EnumCase<null>;
|
|
1077
|
-
}, []>>, true>;
|
|
1078
|
-
}>, []>>, true>;
|
|
1079
|
-
activation_value: DB.MemberDecl<DB.Integer, true>;
|
|
1080
|
-
after_activation: DB.MemberDecl<DB.Boolean, true>;
|
|
1081
|
-
}>, []>>, false>;
|
|
1082
1063
|
options: DB.MemberDecl<DB.Array<DB.IncludeIdentifier<[], DB.TypeAlias<"ArcaneEnergyCostDisjunctionOption", DB.Object<{
|
|
1083
1064
|
value: DB.MemberDecl<DB.Integer, true>;
|
|
1084
1065
|
translations: DB.MemberDecl<DB.NestedEntityMap<"ArcaneEnergyCostDisjunctionOptionTranslation", {
|
|
@@ -1090,6 +1071,15 @@ export declare const ArcaneOrbEnchantment: DB.Entity<"ArcaneOrbEnchantment", {
|
|
|
1090
1071
|
}>, []>>>, true>;
|
|
1091
1072
|
}>, []>>>;
|
|
1092
1073
|
Variable: DB.EnumCase<null>;
|
|
1074
|
+
ByLevel: DB.EnumCase<DB.IncludeIdentifier<[], DB.TypeAlias<"ArcaneEnergyCostByLevel", DB.Object<{
|
|
1075
|
+
levels: DB.MemberDecl<DB.Array<DB.IncludeIdentifier<[], DB.TypeAlias<"ArcaneEnergyCostByLevelLevel", DB.Object<{
|
|
1076
|
+
value: DB.MemberDecl<DB.Integer, true>;
|
|
1077
|
+
}>, []>>>, true>;
|
|
1078
|
+
style: DB.MemberDecl<DB.IncludeIdentifier<[], DB.Enum<"ArcaneEnergyCostByLevelStyle", {
|
|
1079
|
+
Compressed: DB.EnumCase<null>;
|
|
1080
|
+
Verbose: DB.EnumCase<null>;
|
|
1081
|
+
}, []>>, true>;
|
|
1082
|
+
}>, []>>>;
|
|
1093
1083
|
}, []>>>;
|
|
1094
1084
|
BindingCost: DB.EnumCase<DB.IncludeIdentifier<[], DB.Enum<"BindingCost", {
|
|
1095
1085
|
Fixed: DB.EnumCase<DB.IncludeIdentifier<[], DB.TypeAlias<"FixedBindingCost", DB.Object<{
|
|
@@ -1060,25 +1060,6 @@ export declare const AttireEnchantment: DB.Entity<"AttireEnchantment", {
|
|
|
1060
1060
|
}>, true>;
|
|
1061
1061
|
}>, []>>>;
|
|
1062
1062
|
Disjunction: DB.EnumCase<DB.IncludeIdentifier<[], DB.TypeAlias<"ArcaneEnergyCostDisjunction", DB.Object<{
|
|
1063
|
-
interval: DB.MemberDecl<DB.IncludeIdentifier<[], DB.TypeAlias<"ArcaneEnergyCostDisjunctionInterval", DB.Object<{
|
|
1064
|
-
value: DB.MemberDecl<DB.IncludeIdentifier<[], DB.TypeAlias<"DurationUnitValue", DB.Object<{
|
|
1065
|
-
value: DB.MemberDecl<DB.Integer, true>;
|
|
1066
|
-
unit: DB.MemberDecl<DB.IncludeIdentifier<[], DB.Enum<"DurationUnit", {
|
|
1067
|
-
Seconds: DB.EnumCase<null>;
|
|
1068
|
-
Minutes: DB.EnumCase<null>;
|
|
1069
|
-
Hours: DB.EnumCase<null>;
|
|
1070
|
-
Days: DB.EnumCase<null>;
|
|
1071
|
-
Weeks: DB.EnumCase<null>;
|
|
1072
|
-
Months: DB.EnumCase<null>;
|
|
1073
|
-
Years: DB.EnumCase<null>;
|
|
1074
|
-
Centuries: DB.EnumCase<null>;
|
|
1075
|
-
Actions: DB.EnumCase<null>;
|
|
1076
|
-
CombatRounds: DB.EnumCase<null>;
|
|
1077
|
-
}, []>>, true>;
|
|
1078
|
-
}>, []>>, true>;
|
|
1079
|
-
activation_value: DB.MemberDecl<DB.Integer, true>;
|
|
1080
|
-
after_activation: DB.MemberDecl<DB.Boolean, true>;
|
|
1081
|
-
}>, []>>, false>;
|
|
1082
1063
|
options: DB.MemberDecl<DB.Array<DB.IncludeIdentifier<[], DB.TypeAlias<"ArcaneEnergyCostDisjunctionOption", DB.Object<{
|
|
1083
1064
|
value: DB.MemberDecl<DB.Integer, true>;
|
|
1084
1065
|
translations: DB.MemberDecl<DB.NestedEntityMap<"ArcaneEnergyCostDisjunctionOptionTranslation", {
|
|
@@ -1090,6 +1071,15 @@ export declare const AttireEnchantment: DB.Entity<"AttireEnchantment", {
|
|
|
1090
1071
|
}>, []>>>, true>;
|
|
1091
1072
|
}>, []>>>;
|
|
1092
1073
|
Variable: DB.EnumCase<null>;
|
|
1074
|
+
ByLevel: DB.EnumCase<DB.IncludeIdentifier<[], DB.TypeAlias<"ArcaneEnergyCostByLevel", DB.Object<{
|
|
1075
|
+
levels: DB.MemberDecl<DB.Array<DB.IncludeIdentifier<[], DB.TypeAlias<"ArcaneEnergyCostByLevelLevel", DB.Object<{
|
|
1076
|
+
value: DB.MemberDecl<DB.Integer, true>;
|
|
1077
|
+
}>, []>>>, true>;
|
|
1078
|
+
style: DB.MemberDecl<DB.IncludeIdentifier<[], DB.Enum<"ArcaneEnergyCostByLevelStyle", {
|
|
1079
|
+
Compressed: DB.EnumCase<null>;
|
|
1080
|
+
Verbose: DB.EnumCase<null>;
|
|
1081
|
+
}, []>>, true>;
|
|
1082
|
+
}>, []>>>;
|
|
1093
1083
|
}, []>>>;
|
|
1094
1084
|
BindingCost: DB.EnumCase<DB.IncludeIdentifier<[], DB.Enum<"BindingCost", {
|
|
1095
1085
|
Fixed: DB.EnumCase<DB.IncludeIdentifier<[], DB.TypeAlias<"FixedBindingCost", DB.Object<{
|
|
@@ -1060,25 +1060,6 @@ export declare const Beutelzauber: DB.Entity<"Beutelzauber", {
|
|
|
1060
1060
|
}>, true>;
|
|
1061
1061
|
}>, []>>>;
|
|
1062
1062
|
Disjunction: DB.EnumCase<DB.IncludeIdentifier<[], DB.TypeAlias<"ArcaneEnergyCostDisjunction", DB.Object<{
|
|
1063
|
-
interval: DB.MemberDecl<DB.IncludeIdentifier<[], DB.TypeAlias<"ArcaneEnergyCostDisjunctionInterval", DB.Object<{
|
|
1064
|
-
value: DB.MemberDecl<DB.IncludeIdentifier<[], DB.TypeAlias<"DurationUnitValue", DB.Object<{
|
|
1065
|
-
value: DB.MemberDecl<DB.Integer, true>;
|
|
1066
|
-
unit: DB.MemberDecl<DB.IncludeIdentifier<[], DB.Enum<"DurationUnit", {
|
|
1067
|
-
Seconds: DB.EnumCase<null>;
|
|
1068
|
-
Minutes: DB.EnumCase<null>;
|
|
1069
|
-
Hours: DB.EnumCase<null>;
|
|
1070
|
-
Days: DB.EnumCase<null>;
|
|
1071
|
-
Weeks: DB.EnumCase<null>;
|
|
1072
|
-
Months: DB.EnumCase<null>;
|
|
1073
|
-
Years: DB.EnumCase<null>;
|
|
1074
|
-
Centuries: DB.EnumCase<null>;
|
|
1075
|
-
Actions: DB.EnumCase<null>;
|
|
1076
|
-
CombatRounds: DB.EnumCase<null>;
|
|
1077
|
-
}, []>>, true>;
|
|
1078
|
-
}>, []>>, true>;
|
|
1079
|
-
activation_value: DB.MemberDecl<DB.Integer, true>;
|
|
1080
|
-
after_activation: DB.MemberDecl<DB.Boolean, true>;
|
|
1081
|
-
}>, []>>, false>;
|
|
1082
1063
|
options: DB.MemberDecl<DB.Array<DB.IncludeIdentifier<[], DB.TypeAlias<"ArcaneEnergyCostDisjunctionOption", DB.Object<{
|
|
1083
1064
|
value: DB.MemberDecl<DB.Integer, true>;
|
|
1084
1065
|
translations: DB.MemberDecl<DB.NestedEntityMap<"ArcaneEnergyCostDisjunctionOptionTranslation", {
|
|
@@ -1090,6 +1071,15 @@ export declare const Beutelzauber: DB.Entity<"Beutelzauber", {
|
|
|
1090
1071
|
}>, []>>>, true>;
|
|
1091
1072
|
}>, []>>>;
|
|
1092
1073
|
Variable: DB.EnumCase<null>;
|
|
1074
|
+
ByLevel: DB.EnumCase<DB.IncludeIdentifier<[], DB.TypeAlias<"ArcaneEnergyCostByLevel", DB.Object<{
|
|
1075
|
+
levels: DB.MemberDecl<DB.Array<DB.IncludeIdentifier<[], DB.TypeAlias<"ArcaneEnergyCostByLevelLevel", DB.Object<{
|
|
1076
|
+
value: DB.MemberDecl<DB.Integer, true>;
|
|
1077
|
+
}>, []>>>, true>;
|
|
1078
|
+
style: DB.MemberDecl<DB.IncludeIdentifier<[], DB.Enum<"ArcaneEnergyCostByLevelStyle", {
|
|
1079
|
+
Compressed: DB.EnumCase<null>;
|
|
1080
|
+
Verbose: DB.EnumCase<null>;
|
|
1081
|
+
}, []>>, true>;
|
|
1082
|
+
}>, []>>>;
|
|
1093
1083
|
}, []>>>;
|
|
1094
1084
|
BindingCost: DB.EnumCase<DB.IncludeIdentifier<[], DB.Enum<"BindingCost", {
|
|
1095
1085
|
Fixed: DB.EnumCase<DB.IncludeIdentifier<[], DB.TypeAlias<"FixedBindingCost", DB.Object<{
|
|
@@ -1060,25 +1060,6 @@ export declare const BowlEnchantment: DB.Entity<"BowlEnchantment", {
|
|
|
1060
1060
|
}>, true>;
|
|
1061
1061
|
}>, []>>>;
|
|
1062
1062
|
Disjunction: DB.EnumCase<DB.IncludeIdentifier<[], DB.TypeAlias<"ArcaneEnergyCostDisjunction", DB.Object<{
|
|
1063
|
-
interval: DB.MemberDecl<DB.IncludeIdentifier<[], DB.TypeAlias<"ArcaneEnergyCostDisjunctionInterval", DB.Object<{
|
|
1064
|
-
value: DB.MemberDecl<DB.IncludeIdentifier<[], DB.TypeAlias<"DurationUnitValue", DB.Object<{
|
|
1065
|
-
value: DB.MemberDecl<DB.Integer, true>;
|
|
1066
|
-
unit: DB.MemberDecl<DB.IncludeIdentifier<[], DB.Enum<"DurationUnit", {
|
|
1067
|
-
Seconds: DB.EnumCase<null>;
|
|
1068
|
-
Minutes: DB.EnumCase<null>;
|
|
1069
|
-
Hours: DB.EnumCase<null>;
|
|
1070
|
-
Days: DB.EnumCase<null>;
|
|
1071
|
-
Weeks: DB.EnumCase<null>;
|
|
1072
|
-
Months: DB.EnumCase<null>;
|
|
1073
|
-
Years: DB.EnumCase<null>;
|
|
1074
|
-
Centuries: DB.EnumCase<null>;
|
|
1075
|
-
Actions: DB.EnumCase<null>;
|
|
1076
|
-
CombatRounds: DB.EnumCase<null>;
|
|
1077
|
-
}, []>>, true>;
|
|
1078
|
-
}>, []>>, true>;
|
|
1079
|
-
activation_value: DB.MemberDecl<DB.Integer, true>;
|
|
1080
|
-
after_activation: DB.MemberDecl<DB.Boolean, true>;
|
|
1081
|
-
}>, []>>, false>;
|
|
1082
1063
|
options: DB.MemberDecl<DB.Array<DB.IncludeIdentifier<[], DB.TypeAlias<"ArcaneEnergyCostDisjunctionOption", DB.Object<{
|
|
1083
1064
|
value: DB.MemberDecl<DB.Integer, true>;
|
|
1084
1065
|
translations: DB.MemberDecl<DB.NestedEntityMap<"ArcaneEnergyCostDisjunctionOptionTranslation", {
|
|
@@ -1090,6 +1071,15 @@ export declare const BowlEnchantment: DB.Entity<"BowlEnchantment", {
|
|
|
1090
1071
|
}>, []>>>, true>;
|
|
1091
1072
|
}>, []>>>;
|
|
1092
1073
|
Variable: DB.EnumCase<null>;
|
|
1074
|
+
ByLevel: DB.EnumCase<DB.IncludeIdentifier<[], DB.TypeAlias<"ArcaneEnergyCostByLevel", DB.Object<{
|
|
1075
|
+
levels: DB.MemberDecl<DB.Array<DB.IncludeIdentifier<[], DB.TypeAlias<"ArcaneEnergyCostByLevelLevel", DB.Object<{
|
|
1076
|
+
value: DB.MemberDecl<DB.Integer, true>;
|
|
1077
|
+
}>, []>>>, true>;
|
|
1078
|
+
style: DB.MemberDecl<DB.IncludeIdentifier<[], DB.Enum<"ArcaneEnergyCostByLevelStyle", {
|
|
1079
|
+
Compressed: DB.EnumCase<null>;
|
|
1080
|
+
Verbose: DB.EnumCase<null>;
|
|
1081
|
+
}, []>>, true>;
|
|
1082
|
+
}>, []>>>;
|
|
1093
1083
|
}, []>>>;
|
|
1094
1084
|
BindingCost: DB.EnumCase<DB.IncludeIdentifier<[], DB.Enum<"BindingCost", {
|
|
1095
1085
|
Fixed: DB.EnumCase<DB.IncludeIdentifier<[], DB.TypeAlias<"FixedBindingCost", DB.Object<{
|
|
@@ -1061,25 +1061,6 @@ export declare const CauldronEnchantment: DB.Entity<"CauldronEnchantment", {
|
|
|
1061
1061
|
}>, true>;
|
|
1062
1062
|
}>, []>>>;
|
|
1063
1063
|
Disjunction: DB.EnumCase<DB.IncludeIdentifier<[], DB.TypeAlias<"ArcaneEnergyCostDisjunction", DB.Object<{
|
|
1064
|
-
interval: DB.MemberDecl<DB.IncludeIdentifier<[], DB.TypeAlias<"ArcaneEnergyCostDisjunctionInterval", DB.Object<{
|
|
1065
|
-
value: DB.MemberDecl<DB.IncludeIdentifier<[], DB.TypeAlias<"DurationUnitValue", DB.Object<{
|
|
1066
|
-
value: DB.MemberDecl<DB.Integer, true>;
|
|
1067
|
-
unit: DB.MemberDecl<DB.IncludeIdentifier<[], DB.Enum<"DurationUnit", {
|
|
1068
|
-
Seconds: DB.EnumCase<null>;
|
|
1069
|
-
Minutes: DB.EnumCase<null>;
|
|
1070
|
-
Hours: DB.EnumCase<null>;
|
|
1071
|
-
Days: DB.EnumCase<null>;
|
|
1072
|
-
Weeks: DB.EnumCase<null>;
|
|
1073
|
-
Months: DB.EnumCase<null>;
|
|
1074
|
-
Years: DB.EnumCase<null>;
|
|
1075
|
-
Centuries: DB.EnumCase<null>;
|
|
1076
|
-
Actions: DB.EnumCase<null>;
|
|
1077
|
-
CombatRounds: DB.EnumCase<null>;
|
|
1078
|
-
}, []>>, true>;
|
|
1079
|
-
}>, []>>, true>;
|
|
1080
|
-
activation_value: DB.MemberDecl<DB.Integer, true>;
|
|
1081
|
-
after_activation: DB.MemberDecl<DB.Boolean, true>;
|
|
1082
|
-
}>, []>>, false>;
|
|
1083
1064
|
options: DB.MemberDecl<DB.Array<DB.IncludeIdentifier<[], DB.TypeAlias<"ArcaneEnergyCostDisjunctionOption", DB.Object<{
|
|
1084
1065
|
value: DB.MemberDecl<DB.Integer, true>;
|
|
1085
1066
|
translations: DB.MemberDecl<DB.NestedEntityMap<"ArcaneEnergyCostDisjunctionOptionTranslation", {
|
|
@@ -1091,6 +1072,15 @@ export declare const CauldronEnchantment: DB.Entity<"CauldronEnchantment", {
|
|
|
1091
1072
|
}>, []>>>, true>;
|
|
1092
1073
|
}>, []>>>;
|
|
1093
1074
|
Variable: DB.EnumCase<null>;
|
|
1075
|
+
ByLevel: DB.EnumCase<DB.IncludeIdentifier<[], DB.TypeAlias<"ArcaneEnergyCostByLevel", DB.Object<{
|
|
1076
|
+
levels: DB.MemberDecl<DB.Array<DB.IncludeIdentifier<[], DB.TypeAlias<"ArcaneEnergyCostByLevelLevel", DB.Object<{
|
|
1077
|
+
value: DB.MemberDecl<DB.Integer, true>;
|
|
1078
|
+
}>, []>>>, true>;
|
|
1079
|
+
style: DB.MemberDecl<DB.IncludeIdentifier<[], DB.Enum<"ArcaneEnergyCostByLevelStyle", {
|
|
1080
|
+
Compressed: DB.EnumCase<null>;
|
|
1081
|
+
Verbose: DB.EnumCase<null>;
|
|
1082
|
+
}, []>>, true>;
|
|
1083
|
+
}>, []>>>;
|
|
1094
1084
|
}, []>>>;
|
|
1095
1085
|
BindingCost: DB.EnumCase<DB.IncludeIdentifier<[], DB.Enum<"BindingCost", {
|
|
1096
1086
|
Fixed: DB.EnumCase<DB.IncludeIdentifier<[], DB.TypeAlias<"FixedBindingCost", DB.Object<{
|
|
@@ -1060,25 +1060,6 @@ export declare const ChronicleEnchantment: DB.Entity<"ChronicleEnchantment", {
|
|
|
1060
1060
|
}>, true>;
|
|
1061
1061
|
}>, []>>>;
|
|
1062
1062
|
Disjunction: DB.EnumCase<DB.IncludeIdentifier<[], DB.TypeAlias<"ArcaneEnergyCostDisjunction", DB.Object<{
|
|
1063
|
-
interval: DB.MemberDecl<DB.IncludeIdentifier<[], DB.TypeAlias<"ArcaneEnergyCostDisjunctionInterval", DB.Object<{
|
|
1064
|
-
value: DB.MemberDecl<DB.IncludeIdentifier<[], DB.TypeAlias<"DurationUnitValue", DB.Object<{
|
|
1065
|
-
value: DB.MemberDecl<DB.Integer, true>;
|
|
1066
|
-
unit: DB.MemberDecl<DB.IncludeIdentifier<[], DB.Enum<"DurationUnit", {
|
|
1067
|
-
Seconds: DB.EnumCase<null>;
|
|
1068
|
-
Minutes: DB.EnumCase<null>;
|
|
1069
|
-
Hours: DB.EnumCase<null>;
|
|
1070
|
-
Days: DB.EnumCase<null>;
|
|
1071
|
-
Weeks: DB.EnumCase<null>;
|
|
1072
|
-
Months: DB.EnumCase<null>;
|
|
1073
|
-
Years: DB.EnumCase<null>;
|
|
1074
|
-
Centuries: DB.EnumCase<null>;
|
|
1075
|
-
Actions: DB.EnumCase<null>;
|
|
1076
|
-
CombatRounds: DB.EnumCase<null>;
|
|
1077
|
-
}, []>>, true>;
|
|
1078
|
-
}>, []>>, true>;
|
|
1079
|
-
activation_value: DB.MemberDecl<DB.Integer, true>;
|
|
1080
|
-
after_activation: DB.MemberDecl<DB.Boolean, true>;
|
|
1081
|
-
}>, []>>, false>;
|
|
1082
1063
|
options: DB.MemberDecl<DB.Array<DB.IncludeIdentifier<[], DB.TypeAlias<"ArcaneEnergyCostDisjunctionOption", DB.Object<{
|
|
1083
1064
|
value: DB.MemberDecl<DB.Integer, true>;
|
|
1084
1065
|
translations: DB.MemberDecl<DB.NestedEntityMap<"ArcaneEnergyCostDisjunctionOptionTranslation", {
|
|
@@ -1090,6 +1071,15 @@ export declare const ChronicleEnchantment: DB.Entity<"ChronicleEnchantment", {
|
|
|
1090
1071
|
}>, []>>>, true>;
|
|
1091
1072
|
}>, []>>>;
|
|
1092
1073
|
Variable: DB.EnumCase<null>;
|
|
1074
|
+
ByLevel: DB.EnumCase<DB.IncludeIdentifier<[], DB.TypeAlias<"ArcaneEnergyCostByLevel", DB.Object<{
|
|
1075
|
+
levels: DB.MemberDecl<DB.Array<DB.IncludeIdentifier<[], DB.TypeAlias<"ArcaneEnergyCostByLevelLevel", DB.Object<{
|
|
1076
|
+
value: DB.MemberDecl<DB.Integer, true>;
|
|
1077
|
+
}>, []>>>, true>;
|
|
1078
|
+
style: DB.MemberDecl<DB.IncludeIdentifier<[], DB.Enum<"ArcaneEnergyCostByLevelStyle", {
|
|
1079
|
+
Compressed: DB.EnumCase<null>;
|
|
1080
|
+
Verbose: DB.EnumCase<null>;
|
|
1081
|
+
}, []>>, true>;
|
|
1082
|
+
}>, []>>>;
|
|
1093
1083
|
}, []>>>;
|
|
1094
1084
|
BindingCost: DB.EnumCase<DB.IncludeIdentifier<[], DB.Enum<"BindingCost", {
|
|
1095
1085
|
Fixed: DB.EnumCase<DB.IncludeIdentifier<[], DB.TypeAlias<"FixedBindingCost", DB.Object<{
|
|
@@ -1061,25 +1061,6 @@ export declare const DaggerRitual: DB.Entity<"DaggerRitual", {
|
|
|
1061
1061
|
}>, true>;
|
|
1062
1062
|
}>, []>>>;
|
|
1063
1063
|
Disjunction: DB.EnumCase<DB.IncludeIdentifier<[], DB.TypeAlias<"ArcaneEnergyCostDisjunction", DB.Object<{
|
|
1064
|
-
interval: DB.MemberDecl<DB.IncludeIdentifier<[], DB.TypeAlias<"ArcaneEnergyCostDisjunctionInterval", DB.Object<{
|
|
1065
|
-
value: DB.MemberDecl<DB.IncludeIdentifier<[], DB.TypeAlias<"DurationUnitValue", DB.Object<{
|
|
1066
|
-
value: DB.MemberDecl<DB.Integer, true>;
|
|
1067
|
-
unit: DB.MemberDecl<DB.IncludeIdentifier<[], DB.Enum<"DurationUnit", {
|
|
1068
|
-
Seconds: DB.EnumCase<null>;
|
|
1069
|
-
Minutes: DB.EnumCase<null>;
|
|
1070
|
-
Hours: DB.EnumCase<null>;
|
|
1071
|
-
Days: DB.EnumCase<null>;
|
|
1072
|
-
Weeks: DB.EnumCase<null>;
|
|
1073
|
-
Months: DB.EnumCase<null>;
|
|
1074
|
-
Years: DB.EnumCase<null>;
|
|
1075
|
-
Centuries: DB.EnumCase<null>;
|
|
1076
|
-
Actions: DB.EnumCase<null>;
|
|
1077
|
-
CombatRounds: DB.EnumCase<null>;
|
|
1078
|
-
}, []>>, true>;
|
|
1079
|
-
}>, []>>, true>;
|
|
1080
|
-
activation_value: DB.MemberDecl<DB.Integer, true>;
|
|
1081
|
-
after_activation: DB.MemberDecl<DB.Boolean, true>;
|
|
1082
|
-
}>, []>>, false>;
|
|
1083
1064
|
options: DB.MemberDecl<DB.Array<DB.IncludeIdentifier<[], DB.TypeAlias<"ArcaneEnergyCostDisjunctionOption", DB.Object<{
|
|
1084
1065
|
value: DB.MemberDecl<DB.Integer, true>;
|
|
1085
1066
|
translations: DB.MemberDecl<DB.NestedEntityMap<"ArcaneEnergyCostDisjunctionOptionTranslation", {
|
|
@@ -1091,6 +1072,15 @@ export declare const DaggerRitual: DB.Entity<"DaggerRitual", {
|
|
|
1091
1072
|
}>, []>>>, true>;
|
|
1092
1073
|
}>, []>>>;
|
|
1093
1074
|
Variable: DB.EnumCase<null>;
|
|
1075
|
+
ByLevel: DB.EnumCase<DB.IncludeIdentifier<[], DB.TypeAlias<"ArcaneEnergyCostByLevel", DB.Object<{
|
|
1076
|
+
levels: DB.MemberDecl<DB.Array<DB.IncludeIdentifier<[], DB.TypeAlias<"ArcaneEnergyCostByLevelLevel", DB.Object<{
|
|
1077
|
+
value: DB.MemberDecl<DB.Integer, true>;
|
|
1078
|
+
}>, []>>>, true>;
|
|
1079
|
+
style: DB.MemberDecl<DB.IncludeIdentifier<[], DB.Enum<"ArcaneEnergyCostByLevelStyle", {
|
|
1080
|
+
Compressed: DB.EnumCase<null>;
|
|
1081
|
+
Verbose: DB.EnumCase<null>;
|
|
1082
|
+
}, []>>, true>;
|
|
1083
|
+
}>, []>>>;
|
|
1094
1084
|
}, []>>, true>;
|
|
1095
1085
|
lp_cost: DB.MemberDecl<DB.IncludeIdentifier<[], DB.Enum<"LifePointsCost", {
|
|
1096
1086
|
Fixed: DB.EnumCase<DB.IncludeIdentifier<[], DB.TypeAlias<"FixedLifePointsCost", DB.Object<{
|
|
@@ -1060,25 +1060,6 @@ export declare const FoolsHatEnchantment: DB.Entity<"FoolsHatEnchantment", {
|
|
|
1060
1060
|
}>, true>;
|
|
1061
1061
|
}>, []>>>;
|
|
1062
1062
|
Disjunction: DB.EnumCase<DB.IncludeIdentifier<[], DB.TypeAlias<"ArcaneEnergyCostDisjunction", DB.Object<{
|
|
1063
|
-
interval: DB.MemberDecl<DB.IncludeIdentifier<[], DB.TypeAlias<"ArcaneEnergyCostDisjunctionInterval", DB.Object<{
|
|
1064
|
-
value: DB.MemberDecl<DB.IncludeIdentifier<[], DB.TypeAlias<"DurationUnitValue", DB.Object<{
|
|
1065
|
-
value: DB.MemberDecl<DB.Integer, true>;
|
|
1066
|
-
unit: DB.MemberDecl<DB.IncludeIdentifier<[], DB.Enum<"DurationUnit", {
|
|
1067
|
-
Seconds: DB.EnumCase<null>;
|
|
1068
|
-
Minutes: DB.EnumCase<null>;
|
|
1069
|
-
Hours: DB.EnumCase<null>;
|
|
1070
|
-
Days: DB.EnumCase<null>;
|
|
1071
|
-
Weeks: DB.EnumCase<null>;
|
|
1072
|
-
Months: DB.EnumCase<null>;
|
|
1073
|
-
Years: DB.EnumCase<null>;
|
|
1074
|
-
Centuries: DB.EnumCase<null>;
|
|
1075
|
-
Actions: DB.EnumCase<null>;
|
|
1076
|
-
CombatRounds: DB.EnumCase<null>;
|
|
1077
|
-
}, []>>, true>;
|
|
1078
|
-
}>, []>>, true>;
|
|
1079
|
-
activation_value: DB.MemberDecl<DB.Integer, true>;
|
|
1080
|
-
after_activation: DB.MemberDecl<DB.Boolean, true>;
|
|
1081
|
-
}>, []>>, false>;
|
|
1082
1063
|
options: DB.MemberDecl<DB.Array<DB.IncludeIdentifier<[], DB.TypeAlias<"ArcaneEnergyCostDisjunctionOption", DB.Object<{
|
|
1083
1064
|
value: DB.MemberDecl<DB.Integer, true>;
|
|
1084
1065
|
translations: DB.MemberDecl<DB.NestedEntityMap<"ArcaneEnergyCostDisjunctionOptionTranslation", {
|
|
@@ -1090,6 +1071,15 @@ export declare const FoolsHatEnchantment: DB.Entity<"FoolsHatEnchantment", {
|
|
|
1090
1071
|
}>, []>>>, true>;
|
|
1091
1072
|
}>, []>>>;
|
|
1092
1073
|
Variable: DB.EnumCase<null>;
|
|
1074
|
+
ByLevel: DB.EnumCase<DB.IncludeIdentifier<[], DB.TypeAlias<"ArcaneEnergyCostByLevel", DB.Object<{
|
|
1075
|
+
levels: DB.MemberDecl<DB.Array<DB.IncludeIdentifier<[], DB.TypeAlias<"ArcaneEnergyCostByLevelLevel", DB.Object<{
|
|
1076
|
+
value: DB.MemberDecl<DB.Integer, true>;
|
|
1077
|
+
}>, []>>>, true>;
|
|
1078
|
+
style: DB.MemberDecl<DB.IncludeIdentifier<[], DB.Enum<"ArcaneEnergyCostByLevelStyle", {
|
|
1079
|
+
Compressed: DB.EnumCase<null>;
|
|
1080
|
+
Verbose: DB.EnumCase<null>;
|
|
1081
|
+
}, []>>, true>;
|
|
1082
|
+
}>, []>>>;
|
|
1093
1083
|
}, []>>>;
|
|
1094
1084
|
BindingCost: DB.EnumCase<DB.IncludeIdentifier<[], DB.Enum<"BindingCost", {
|
|
1095
1085
|
Fixed: DB.EnumCase<DB.IncludeIdentifier<[], DB.TypeAlias<"FixedBindingCost", DB.Object<{
|
|
@@ -1060,25 +1060,6 @@ export declare const Haubenzauber: DB.Entity<"Haubenzauber", {
|
|
|
1060
1060
|
}>, true>;
|
|
1061
1061
|
}>, []>>>;
|
|
1062
1062
|
Disjunction: DB.EnumCase<DB.IncludeIdentifier<[], DB.TypeAlias<"ArcaneEnergyCostDisjunction", DB.Object<{
|
|
1063
|
-
interval: DB.MemberDecl<DB.IncludeIdentifier<[], DB.TypeAlias<"ArcaneEnergyCostDisjunctionInterval", DB.Object<{
|
|
1064
|
-
value: DB.MemberDecl<DB.IncludeIdentifier<[], DB.TypeAlias<"DurationUnitValue", DB.Object<{
|
|
1065
|
-
value: DB.MemberDecl<DB.Integer, true>;
|
|
1066
|
-
unit: DB.MemberDecl<DB.IncludeIdentifier<[], DB.Enum<"DurationUnit", {
|
|
1067
|
-
Seconds: DB.EnumCase<null>;
|
|
1068
|
-
Minutes: DB.EnumCase<null>;
|
|
1069
|
-
Hours: DB.EnumCase<null>;
|
|
1070
|
-
Days: DB.EnumCase<null>;
|
|
1071
|
-
Weeks: DB.EnumCase<null>;
|
|
1072
|
-
Months: DB.EnumCase<null>;
|
|
1073
|
-
Years: DB.EnumCase<null>;
|
|
1074
|
-
Centuries: DB.EnumCase<null>;
|
|
1075
|
-
Actions: DB.EnumCase<null>;
|
|
1076
|
-
CombatRounds: DB.EnumCase<null>;
|
|
1077
|
-
}, []>>, true>;
|
|
1078
|
-
}>, []>>, true>;
|
|
1079
|
-
activation_value: DB.MemberDecl<DB.Integer, true>;
|
|
1080
|
-
after_activation: DB.MemberDecl<DB.Boolean, true>;
|
|
1081
|
-
}>, []>>, false>;
|
|
1082
1063
|
options: DB.MemberDecl<DB.Array<DB.IncludeIdentifier<[], DB.TypeAlias<"ArcaneEnergyCostDisjunctionOption", DB.Object<{
|
|
1083
1064
|
value: DB.MemberDecl<DB.Integer, true>;
|
|
1084
1065
|
translations: DB.MemberDecl<DB.NestedEntityMap<"ArcaneEnergyCostDisjunctionOptionTranslation", {
|
|
@@ -1090,6 +1071,15 @@ export declare const Haubenzauber: DB.Entity<"Haubenzauber", {
|
|
|
1090
1071
|
}>, []>>>, true>;
|
|
1091
1072
|
}>, []>>>;
|
|
1092
1073
|
Variable: DB.EnumCase<null>;
|
|
1074
|
+
ByLevel: DB.EnumCase<DB.IncludeIdentifier<[], DB.TypeAlias<"ArcaneEnergyCostByLevel", DB.Object<{
|
|
1075
|
+
levels: DB.MemberDecl<DB.Array<DB.IncludeIdentifier<[], DB.TypeAlias<"ArcaneEnergyCostByLevelLevel", DB.Object<{
|
|
1076
|
+
value: DB.MemberDecl<DB.Integer, true>;
|
|
1077
|
+
}>, []>>>, true>;
|
|
1078
|
+
style: DB.MemberDecl<DB.IncludeIdentifier<[], DB.Enum<"ArcaneEnergyCostByLevelStyle", {
|
|
1079
|
+
Compressed: DB.EnumCase<null>;
|
|
1080
|
+
Verbose: DB.EnumCase<null>;
|
|
1081
|
+
}, []>>, true>;
|
|
1082
|
+
}>, []>>>;
|
|
1093
1083
|
}, []>>>;
|
|
1094
1084
|
BindingCost: DB.EnumCase<DB.IncludeIdentifier<[], DB.Enum<"BindingCost", {
|
|
1095
1085
|
Fixed: DB.EnumCase<DB.IncludeIdentifier<[], DB.TypeAlias<"FixedBindingCost", DB.Object<{
|
|
@@ -1060,25 +1060,6 @@ export declare const InstrumentEnchantment: DB.Entity<"InstrumentEnchantment", {
|
|
|
1060
1060
|
}>, true>;
|
|
1061
1061
|
}>, []>>>;
|
|
1062
1062
|
Disjunction: DB.EnumCase<DB.IncludeIdentifier<[], DB.TypeAlias<"ArcaneEnergyCostDisjunction", DB.Object<{
|
|
1063
|
-
interval: DB.MemberDecl<DB.IncludeIdentifier<[], DB.TypeAlias<"ArcaneEnergyCostDisjunctionInterval", DB.Object<{
|
|
1064
|
-
value: DB.MemberDecl<DB.IncludeIdentifier<[], DB.TypeAlias<"DurationUnitValue", DB.Object<{
|
|
1065
|
-
value: DB.MemberDecl<DB.Integer, true>;
|
|
1066
|
-
unit: DB.MemberDecl<DB.IncludeIdentifier<[], DB.Enum<"DurationUnit", {
|
|
1067
|
-
Seconds: DB.EnumCase<null>;
|
|
1068
|
-
Minutes: DB.EnumCase<null>;
|
|
1069
|
-
Hours: DB.EnumCase<null>;
|
|
1070
|
-
Days: DB.EnumCase<null>;
|
|
1071
|
-
Weeks: DB.EnumCase<null>;
|
|
1072
|
-
Months: DB.EnumCase<null>;
|
|
1073
|
-
Years: DB.EnumCase<null>;
|
|
1074
|
-
Centuries: DB.EnumCase<null>;
|
|
1075
|
-
Actions: DB.EnumCase<null>;
|
|
1076
|
-
CombatRounds: DB.EnumCase<null>;
|
|
1077
|
-
}, []>>, true>;
|
|
1078
|
-
}>, []>>, true>;
|
|
1079
|
-
activation_value: DB.MemberDecl<DB.Integer, true>;
|
|
1080
|
-
after_activation: DB.MemberDecl<DB.Boolean, true>;
|
|
1081
|
-
}>, []>>, false>;
|
|
1082
1063
|
options: DB.MemberDecl<DB.Array<DB.IncludeIdentifier<[], DB.TypeAlias<"ArcaneEnergyCostDisjunctionOption", DB.Object<{
|
|
1083
1064
|
value: DB.MemberDecl<DB.Integer, true>;
|
|
1084
1065
|
translations: DB.MemberDecl<DB.NestedEntityMap<"ArcaneEnergyCostDisjunctionOptionTranslation", {
|
|
@@ -1090,6 +1071,15 @@ export declare const InstrumentEnchantment: DB.Entity<"InstrumentEnchantment", {
|
|
|
1090
1071
|
}>, []>>>, true>;
|
|
1091
1072
|
}>, []>>>;
|
|
1092
1073
|
Variable: DB.EnumCase<null>;
|
|
1074
|
+
ByLevel: DB.EnumCase<DB.IncludeIdentifier<[], DB.TypeAlias<"ArcaneEnergyCostByLevel", DB.Object<{
|
|
1075
|
+
levels: DB.MemberDecl<DB.Array<DB.IncludeIdentifier<[], DB.TypeAlias<"ArcaneEnergyCostByLevelLevel", DB.Object<{
|
|
1076
|
+
value: DB.MemberDecl<DB.Integer, true>;
|
|
1077
|
+
}>, []>>>, true>;
|
|
1078
|
+
style: DB.MemberDecl<DB.IncludeIdentifier<[], DB.Enum<"ArcaneEnergyCostByLevelStyle", {
|
|
1079
|
+
Compressed: DB.EnumCase<null>;
|
|
1080
|
+
Verbose: DB.EnumCase<null>;
|
|
1081
|
+
}, []>>, true>;
|
|
1082
|
+
}>, []>>>;
|
|
1093
1083
|
}, []>>>;
|
|
1094
1084
|
BindingCost: DB.EnumCase<DB.IncludeIdentifier<[], DB.Enum<"BindingCost", {
|
|
1095
1085
|
Fixed: DB.EnumCase<DB.IncludeIdentifier<[], DB.TypeAlias<"FixedBindingCost", DB.Object<{
|
|
@@ -1060,25 +1060,6 @@ export declare const Krallenkettenzauber: DB.Entity<"Krallenkettenzauber", {
|
|
|
1060
1060
|
}>, true>;
|
|
1061
1061
|
}>, []>>>;
|
|
1062
1062
|
Disjunction: DB.EnumCase<DB.IncludeIdentifier<[], DB.TypeAlias<"ArcaneEnergyCostDisjunction", DB.Object<{
|
|
1063
|
-
interval: DB.MemberDecl<DB.IncludeIdentifier<[], DB.TypeAlias<"ArcaneEnergyCostDisjunctionInterval", DB.Object<{
|
|
1064
|
-
value: DB.MemberDecl<DB.IncludeIdentifier<[], DB.TypeAlias<"DurationUnitValue", DB.Object<{
|
|
1065
|
-
value: DB.MemberDecl<DB.Integer, true>;
|
|
1066
|
-
unit: DB.MemberDecl<DB.IncludeIdentifier<[], DB.Enum<"DurationUnit", {
|
|
1067
|
-
Seconds: DB.EnumCase<null>;
|
|
1068
|
-
Minutes: DB.EnumCase<null>;
|
|
1069
|
-
Hours: DB.EnumCase<null>;
|
|
1070
|
-
Days: DB.EnumCase<null>;
|
|
1071
|
-
Weeks: DB.EnumCase<null>;
|
|
1072
|
-
Months: DB.EnumCase<null>;
|
|
1073
|
-
Years: DB.EnumCase<null>;
|
|
1074
|
-
Centuries: DB.EnumCase<null>;
|
|
1075
|
-
Actions: DB.EnumCase<null>;
|
|
1076
|
-
CombatRounds: DB.EnumCase<null>;
|
|
1077
|
-
}, []>>, true>;
|
|
1078
|
-
}>, []>>, true>;
|
|
1079
|
-
activation_value: DB.MemberDecl<DB.Integer, true>;
|
|
1080
|
-
after_activation: DB.MemberDecl<DB.Boolean, true>;
|
|
1081
|
-
}>, []>>, false>;
|
|
1082
1063
|
options: DB.MemberDecl<DB.Array<DB.IncludeIdentifier<[], DB.TypeAlias<"ArcaneEnergyCostDisjunctionOption", DB.Object<{
|
|
1083
1064
|
value: DB.MemberDecl<DB.Integer, true>;
|
|
1084
1065
|
translations: DB.MemberDecl<DB.NestedEntityMap<"ArcaneEnergyCostDisjunctionOptionTranslation", {
|
|
@@ -1090,6 +1071,15 @@ export declare const Krallenkettenzauber: DB.Entity<"Krallenkettenzauber", {
|
|
|
1090
1071
|
}>, []>>>, true>;
|
|
1091
1072
|
}>, []>>>;
|
|
1092
1073
|
Variable: DB.EnumCase<null>;
|
|
1074
|
+
ByLevel: DB.EnumCase<DB.IncludeIdentifier<[], DB.TypeAlias<"ArcaneEnergyCostByLevel", DB.Object<{
|
|
1075
|
+
levels: DB.MemberDecl<DB.Array<DB.IncludeIdentifier<[], DB.TypeAlias<"ArcaneEnergyCostByLevelLevel", DB.Object<{
|
|
1076
|
+
value: DB.MemberDecl<DB.Integer, true>;
|
|
1077
|
+
}>, []>>>, true>;
|
|
1078
|
+
style: DB.MemberDecl<DB.IncludeIdentifier<[], DB.Enum<"ArcaneEnergyCostByLevelStyle", {
|
|
1079
|
+
Compressed: DB.EnumCase<null>;
|
|
1080
|
+
Verbose: DB.EnumCase<null>;
|
|
1081
|
+
}, []>>, true>;
|
|
1082
|
+
}>, []>>>;
|
|
1093
1083
|
}, []>>>;
|
|
1094
1084
|
BindingCost: DB.EnumCase<DB.IncludeIdentifier<[], DB.Enum<"BindingCost", {
|
|
1095
1085
|
Fixed: DB.EnumCase<DB.IncludeIdentifier<[], DB.TypeAlias<"FixedBindingCost", DB.Object<{
|