optolith-database-schema 0.18.11 → 0.18.13
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 +14 -0
- package/lib/types/Advantage.d.ts +4 -0
- package/lib/types/Disadvantage.d.ts +4 -0
- package/lib/types/_Activatable.d.ts +8 -0
- package/lib/types/_Activatable.js +21 -1
- package/lib/types/equipment/item/Book.d.ts +29 -12
- package/lib/types/equipment/item/Book.js +6 -5
- package/lib/types/specialAbility/AdvancedCombatSpecialAbility.d.ts +4 -0
- package/lib/types/specialAbility/AdvancedKarmaSpecialAbility.d.ts +4 -0
- package/lib/types/specialAbility/AdvancedMagicalSpecialAbility.d.ts +4 -0
- package/lib/types/specialAbility/AdvancedSkillSpecialAbility.d.ts +4 -0
- package/lib/types/specialAbility/AncestorGlyph.d.ts +4 -0
- package/lib/types/specialAbility/BlessedTradition.d.ts +4 -0
- package/lib/types/specialAbility/BrawlingSpecialAbility.d.ts +4 -0
- package/lib/types/specialAbility/CeremonialItemSpecialAbility.d.ts +4 -0
- package/lib/types/specialAbility/CombatSpecialAbility.d.ts +4 -0
- package/lib/types/specialAbility/CombatStyleSpecialAbility.d.ts +4 -0
- package/lib/types/specialAbility/CommandSpecialAbility.d.ts +4 -0
- package/lib/types/specialAbility/FamiliarSpecialAbility.d.ts +4 -0
- package/lib/types/specialAbility/FatePointSexSpecialAbility.d.ts +4 -0
- package/lib/types/specialAbility/FatePointSpecialAbility.d.ts +4 -0
- package/lib/types/specialAbility/GeneralSpecialAbility.d.ts +4 -0
- package/lib/types/specialAbility/KarmaSpecialAbility.d.ts +4 -0
- package/lib/types/specialAbility/LiturgicalStyleSpecialAbility.d.ts +4 -0
- package/lib/types/specialAbility/LycantropicGift.d.ts +4 -0
- package/lib/types/specialAbility/MagicStyleSpecialAbility.d.ts +4 -0
- package/lib/types/specialAbility/MagicalSpecialAbility.d.ts +4 -0
- package/lib/types/specialAbility/MagicalTradition.d.ts +4 -0
- package/lib/types/specialAbility/PactGift.d.ts +4 -0
- package/lib/types/specialAbility/ProtectiveWardingCircleSpecialAbility.d.ts +4 -0
- package/lib/types/specialAbility/Sermon.d.ts +4 -0
- package/lib/types/specialAbility/SexSpecialAbility.d.ts +4 -0
- package/lib/types/specialAbility/SikaryanDrainSpecialAbility.d.ts +4 -0
- package/lib/types/specialAbility/SkillStyleSpecialAbility.d.ts +4 -0
- package/lib/types/specialAbility/VampiricGift.d.ts +4 -0
- package/lib/types/specialAbility/Vision.d.ts +4 -0
- package/lib/types/specialAbility/sub/TradeSecret.d.ts +4 -0
- package/lib/types/traditionArtifacts/ArcaneOrbEnchantment.d.ts +4 -0
- package/lib/types/traditionArtifacts/AttireEnchantment.d.ts +4 -0
- package/lib/types/traditionArtifacts/BowlEnchantment.d.ts +4 -0
- package/lib/types/traditionArtifacts/CauldronEnchantment.d.ts +4 -0
- package/lib/types/traditionArtifacts/ChronicleEnchantment.d.ts +4 -0
- package/lib/types/traditionArtifacts/DaggerRitual.d.ts +4 -0
- package/lib/types/traditionArtifacts/FoolsHatEnchantment.d.ts +4 -0
- package/lib/types/traditionArtifacts/InstrumentEnchantment.d.ts +4 -0
- package/lib/types/traditionArtifacts/Krallenkettenzauber.d.ts +4 -0
- package/lib/types/traditionArtifacts/OrbEnchantment.d.ts +4 -0
- package/lib/types/traditionArtifacts/RingEnchantment.d.ts +4 -0
- package/lib/types/traditionArtifacts/SickleRitual.d.ts +4 -0
- package/lib/types/traditionArtifacts/SpellSwordEnchantment.d.ts +4 -0
- package/lib/types/traditionArtifacts/StaffEnchantment.d.ts +4 -0
- package/lib/types/traditionArtifacts/ToyEnchantment.d.ts +4 -0
- package/lib/types/traditionArtifacts/Trinkhornzauber.d.ts +4 -0
- package/lib/types/traditionArtifacts/WandEnchantment.d.ts +4 -0
- package/lib/types/traditionArtifacts/WeaponEnchantment.d.ts +4 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,20 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines.
|
|
4
4
|
|
|
5
|
+
## [0.18.13](https://github.com/elyukai/optolith-database-schema/compare/v0.18.12...v0.18.13) (2025-10-17)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### Features
|
|
9
|
+
|
|
10
|
+
* add options for adventure point multiplier expression ([7898b2d](https://github.com/elyukai/optolith-database-schema/commit/7898b2da788e386e74f75b9883638026900b3e95))
|
|
11
|
+
|
|
12
|
+
## [0.18.12](https://github.com/elyukai/optolith-database-schema/compare/v0.18.11...v0.18.12) (2025-10-17)
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
### Bug Fixes
|
|
16
|
+
|
|
17
|
+
* allow single range as a possible book cost value ([4e60943](https://github.com/elyukai/optolith-database-schema/commit/4e60943174213defe3ad006f64b18c359cc86469))
|
|
18
|
+
|
|
5
19
|
## [0.18.11](https://github.com/elyukai/optolith-database-schema/compare/v0.18.10...v0.18.11) (2025-10-17)
|
|
6
20
|
|
|
7
21
|
|
package/lib/types/Advantage.d.ts
CHANGED
|
@@ -869,6 +869,10 @@ export declare const Advantage: Entity<"Advantage", {
|
|
|
869
869
|
}>, []>>>;
|
|
870
870
|
Multiplier: import("tsondb/schema/def").EnumCaseDecl<IncludeIdentifier<[], import("tsondb/schema/def").TypeAliasDecl<"AdventurePointsDependingOnActiveInstancesMultiplier", Object<{
|
|
871
871
|
base: import("tsondb/schema/def").MemberDecl<import("tsondb/schema/def").IntegerType, true>;
|
|
872
|
+
expression: import("tsondb/schema/def").MemberDecl<IncludeIdentifier<[], import("tsondb/schema/def").EnumDecl<"AdventurePointsDependingOnActiveInstancesMultiplierExpression", {
|
|
873
|
+
Linear: import("tsondb/schema/def").EnumCaseDecl<null>;
|
|
874
|
+
Exponentiation: import("tsondb/schema/def").EnumCaseDecl<null>;
|
|
875
|
+
}, []>>, true>;
|
|
872
876
|
}>, []>>>;
|
|
873
877
|
}, []>>>;
|
|
874
878
|
Indefinite: import("tsondb/schema/def").EnumCaseDecl<null>;
|
|
@@ -869,6 +869,10 @@ export declare const Disadvantage: Entity<"Disadvantage", {
|
|
|
869
869
|
}>, []>>>;
|
|
870
870
|
Multiplier: import("tsondb/schema/def").EnumCaseDecl<IncludeIdentifier<[], import("tsondb/schema/def").TypeAliasDecl<"AdventurePointsDependingOnActiveInstancesMultiplier", Object<{
|
|
871
871
|
base: import("tsondb/schema/def").MemberDecl<import("tsondb/schema/def").IntegerType, true>;
|
|
872
|
+
expression: import("tsondb/schema/def").MemberDecl<IncludeIdentifier<[], import("tsondb/schema/def").EnumDecl<"AdventurePointsDependingOnActiveInstancesMultiplierExpression", {
|
|
873
|
+
Linear: import("tsondb/schema/def").EnumCaseDecl<null>;
|
|
874
|
+
Exponentiation: import("tsondb/schema/def").EnumCaseDecl<null>;
|
|
875
|
+
}, []>>, true>;
|
|
872
876
|
}>, []>>>;
|
|
873
877
|
}, []>>>;
|
|
874
878
|
Indefinite: import("tsondb/schema/def").EnumCaseDecl<null>;
|
|
@@ -1768,6 +1768,10 @@ export declare const ap_value: import("tsondb/schema/def").MemberDecl<IncludeIde
|
|
|
1768
1768
|
}>, []>>>;
|
|
1769
1769
|
Multiplier: EnumCase<IncludeIdentifier<[], TypeAlias<"AdventurePointsDependingOnActiveInstancesMultiplier", Object<{
|
|
1770
1770
|
base: import("tsondb/schema/def").MemberDecl<Integer, true>;
|
|
1771
|
+
expression: import("tsondb/schema/def").MemberDecl<IncludeIdentifier<[], Enum<"AdventurePointsDependingOnActiveInstancesMultiplierExpression", {
|
|
1772
|
+
Linear: EnumCase<null>;
|
|
1773
|
+
Exponentiation: EnumCase<null>;
|
|
1774
|
+
}, []>>, true>;
|
|
1771
1775
|
}>, []>>>;
|
|
1772
1776
|
}, []>>>;
|
|
1773
1777
|
Indefinite: EnumCase<null>;
|
|
@@ -1783,6 +1787,10 @@ export declare const AdventurePointsDependingOnActiveInstances: Enum<"AdventureP
|
|
|
1783
1787
|
}>, []>>>;
|
|
1784
1788
|
Multiplier: EnumCase<IncludeIdentifier<[], TypeAlias<"AdventurePointsDependingOnActiveInstancesMultiplier", Object<{
|
|
1785
1789
|
base: import("tsondb/schema/def").MemberDecl<Integer, true>;
|
|
1790
|
+
expression: import("tsondb/schema/def").MemberDecl<IncludeIdentifier<[], Enum<"AdventurePointsDependingOnActiveInstancesMultiplierExpression", {
|
|
1791
|
+
Linear: EnumCase<null>;
|
|
1792
|
+
Exponentiation: EnumCase<null>;
|
|
1793
|
+
}, []>>, true>;
|
|
1786
1794
|
}>, []>>>;
|
|
1787
1795
|
}, []>;
|
|
1788
1796
|
export declare const input: import("tsondb/schema/def").MemberDecl<String, false>;
|
|
@@ -1427,9 +1427,29 @@ const AdventurePointsDependingOnActiveInstancesMultiplier = TypeAlias(import.met
|
|
|
1427
1427
|
comment: "The adventure points cost depends on how many instances of the entry are already active.",
|
|
1428
1428
|
type: () => Object({
|
|
1429
1429
|
base: Required({
|
|
1430
|
-
comment: "The base adventure points value that is multiplied by
|
|
1430
|
+
comment: "The base adventure points value that is multiplied by the result of the selected expression.",
|
|
1431
1431
|
type: Integer({ minimum: 0 }),
|
|
1432
1432
|
}),
|
|
1433
|
+
expression: Required({
|
|
1434
|
+
comment: "The type of expression to use for calculating the multiplier.",
|
|
1435
|
+
type: IncludeIdentifier(AdventurePointsDependingOnActiveInstancesMultiplierExpression),
|
|
1436
|
+
}),
|
|
1437
|
+
}),
|
|
1438
|
+
});
|
|
1439
|
+
const AdventurePointsDependingOnActiveInstancesMultiplierExpression = Enum(import.meta.url, {
|
|
1440
|
+
name: "AdventurePointsDependingOnActiveInstancesMultiplierExpression",
|
|
1441
|
+
comment: `The type of expression to use for calculating the multiplier that is multiplied with the base value to get the final AP value.
|
|
1442
|
+
|
|
1443
|
+
To keep the comments for each case easier to compare, the variable \`active\` is used for the number of active instances.`,
|
|
1444
|
+
values: () => ({
|
|
1445
|
+
Linear: EnumCase({
|
|
1446
|
+
comment: "active − 1",
|
|
1447
|
+
type: null,
|
|
1448
|
+
}),
|
|
1449
|
+
Exponentiation: EnumCase({
|
|
1450
|
+
comment: "2^active^",
|
|
1451
|
+
type: null,
|
|
1452
|
+
}),
|
|
1433
1453
|
}),
|
|
1434
1454
|
});
|
|
1435
1455
|
export const input = Optional({
|
|
@@ -1,8 +1,25 @@
|
|
|
1
|
-
import { Array, Entity, Enum, EnumCase, IncludeIdentifier,
|
|
1
|
+
import { Array, Entity, Enum, EnumCase, IncludeIdentifier, Object, String, TypeAlias } from "tsondb/schema/def";
|
|
2
2
|
export declare const Book: Entity<"Book", {
|
|
3
3
|
cost: import("tsondb/schema/def").MemberDecl<IncludeIdentifier<[], Enum<"BookCost", {
|
|
4
|
-
|
|
5
|
-
|
|
4
|
+
Single: EnumCase<IncludeIdentifier<[], Enum<"Cost", {
|
|
5
|
+
Free: EnumCase<null>;
|
|
6
|
+
Various: EnumCase<null>;
|
|
7
|
+
Invaluable: EnumCase<null>;
|
|
8
|
+
Fixed: EnumCase<IncludeIdentifier<[], TypeAlias<"FixedCost", Object<{
|
|
9
|
+
value: import("tsondb/schema/def").MemberDecl<import("tsondb/schema/def").FloatType, true>;
|
|
10
|
+
translations: import("tsondb/schema/def").MemberDecl<import("tsondb/schema/def").NestedEntityMapType<"FixedCostTranslation", {
|
|
11
|
+
wrap_in_text: import("tsondb/schema/def").MemberDecl<String, true>;
|
|
12
|
+
}>, false>;
|
|
13
|
+
}>, []>>>;
|
|
14
|
+
Range: EnumCase<IncludeIdentifier<[], TypeAlias<"CostRange", Object<{
|
|
15
|
+
from: import("tsondb/schema/def").MemberDecl<import("tsondb/schema/def").FloatType, true>;
|
|
16
|
+
to: import("tsondb/schema/def").MemberDecl<import("tsondb/schema/def").FloatType, true>;
|
|
17
|
+
translations: import("tsondb/schema/def").MemberDecl<import("tsondb/schema/def").NestedEntityMapType<"CostRangeTranslation", {
|
|
18
|
+
wrap_in_text: import("tsondb/schema/def").MemberDecl<String, true>;
|
|
19
|
+
}>, false>;
|
|
20
|
+
}>, []>>>;
|
|
21
|
+
}, []>>>;
|
|
22
|
+
Multiple: EnumCase<Array<IncludeIdentifier<[], Enum<"BookCostVariant", {
|
|
6
23
|
Definite: EnumCase<IncludeIdentifier<[], TypeAlias<"DefiniteBookCostVariant", Object<{
|
|
7
24
|
cost: import("tsondb/schema/def").MemberDecl<IncludeIdentifier<[], Enum<"Cost", {
|
|
8
25
|
Free: EnumCase<null>;
|
|
@@ -39,48 +56,48 @@ export declare const Book: Entity<"Book", {
|
|
|
39
56
|
Primitive: EnumCase<null>;
|
|
40
57
|
Simple: EnumCase<null>;
|
|
41
58
|
Complex: EnumCase<IncludeIdentifier<[], TypeAlias<"ComplexComplexity", Object<{
|
|
42
|
-
ap_value: import("tsondb/schema/def").MemberDecl<
|
|
59
|
+
ap_value: import("tsondb/schema/def").MemberDecl<import("tsondb/schema/def").IntegerType, true>;
|
|
43
60
|
}>, []>>>;
|
|
44
61
|
}, []>>, false>;
|
|
45
62
|
structure_points: import("tsondb/schema/def").MemberDecl<IncludeIdentifier<[], TypeAlias<"StructurePoints", Array<IncludeIdentifier<[], TypeAlias<"StructurePointsComponent", Object<{
|
|
46
|
-
points: import("tsondb/schema/def").MemberDecl<
|
|
63
|
+
points: import("tsondb/schema/def").MemberDecl<import("tsondb/schema/def").IntegerType, true>;
|
|
47
64
|
}>, []>>>, []>>, false>;
|
|
48
65
|
src: import("tsondb/schema/def").MemberDecl<IncludeIdentifier<[], TypeAlias<"PublicationRefs", Array<IncludeIdentifier<[], TypeAlias<"PublicationRef", Object<{
|
|
49
66
|
id: import("tsondb/schema/def").MemberDecl<import("tsondb/schema/def").ReferenceIdentifierType, true>;
|
|
50
67
|
occurrences: import("tsondb/schema/def").MemberDecl<import("tsondb/schema/def").NestedEntityMapType<string, {
|
|
51
68
|
initial: import("tsondb/schema/def").MemberDecl<IncludeIdentifier<[], TypeAlias<"InitialOccurrence", Object<{
|
|
52
|
-
printing: import("tsondb/schema/def").MemberDecl<
|
|
69
|
+
printing: import("tsondb/schema/def").MemberDecl<import("tsondb/schema/def").IntegerType, false>;
|
|
53
70
|
pages: import("tsondb/schema/def").MemberDecl<Array<IncludeIdentifier<[], TypeAlias<"PageRange", Object<{
|
|
54
71
|
first_page: import("tsondb/schema/def").MemberDecl<IncludeIdentifier<[], Enum<"Page", {
|
|
55
72
|
InsideCoverFront: EnumCase<null>;
|
|
56
73
|
InsideCoverBack: EnumCase<null>;
|
|
57
|
-
Numbered: EnumCase<
|
|
74
|
+
Numbered: EnumCase<import("tsondb/schema/def").IntegerType>;
|
|
58
75
|
}, []>>, true>;
|
|
59
76
|
last_page: import("tsondb/schema/def").MemberDecl<IncludeIdentifier<[], Enum<"Page", {
|
|
60
77
|
InsideCoverFront: EnumCase<null>;
|
|
61
78
|
InsideCoverBack: EnumCase<null>;
|
|
62
|
-
Numbered: EnumCase<
|
|
79
|
+
Numbered: EnumCase<import("tsondb/schema/def").IntegerType>;
|
|
63
80
|
}, []>>, false>;
|
|
64
81
|
}>, []>>>, true>;
|
|
65
82
|
}>, []>>, true>;
|
|
66
83
|
revisions: import("tsondb/schema/def").MemberDecl<Array<IncludeIdentifier<[], Enum<"Revision", {
|
|
67
84
|
Since: EnumCase<IncludeIdentifier<[], TypeAlias<"Since", Object<{
|
|
68
|
-
printing: import("tsondb/schema/def").MemberDecl<
|
|
85
|
+
printing: import("tsondb/schema/def").MemberDecl<import("tsondb/schema/def").IntegerType, true>;
|
|
69
86
|
pages: import("tsondb/schema/def").MemberDecl<Array<IncludeIdentifier<[], TypeAlias<"PageRange", Object<{
|
|
70
87
|
first_page: import("tsondb/schema/def").MemberDecl<IncludeIdentifier<[], Enum<"Page", {
|
|
71
88
|
InsideCoverFront: EnumCase<null>;
|
|
72
89
|
InsideCoverBack: EnumCase<null>;
|
|
73
|
-
Numbered: EnumCase<
|
|
90
|
+
Numbered: EnumCase<import("tsondb/schema/def").IntegerType>;
|
|
74
91
|
}, []>>, true>;
|
|
75
92
|
last_page: import("tsondb/schema/def").MemberDecl<IncludeIdentifier<[], Enum<"Page", {
|
|
76
93
|
InsideCoverFront: EnumCase<null>;
|
|
77
94
|
InsideCoverBack: EnumCase<null>;
|
|
78
|
-
Numbered: EnumCase<
|
|
95
|
+
Numbered: EnumCase<import("tsondb/schema/def").IntegerType>;
|
|
79
96
|
}, []>>, false>;
|
|
80
97
|
}>, []>>>, true>;
|
|
81
98
|
}>, []>>>;
|
|
82
99
|
Deprecated: EnumCase<IncludeIdentifier<[], TypeAlias<"Deprecation", Object<{
|
|
83
|
-
printing: import("tsondb/schema/def").MemberDecl<
|
|
100
|
+
printing: import("tsondb/schema/def").MemberDecl<import("tsondb/schema/def").IntegerType, true>;
|
|
84
101
|
}>, []>>>;
|
|
85
102
|
}, []>>>, false>;
|
|
86
103
|
}>, true>;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Array, Entity, Enum, EnumCase, IncludeIdentifier,
|
|
1
|
+
import { Array, Entity, Enum, EnumCase, IncludeIdentifier, Object, Optional, Required, String, TypeAlias, } from "tsondb/schema/def";
|
|
2
2
|
import { NestedTranslationMap } from "../../Locale.js";
|
|
3
3
|
import { Errata } from "../../source/_Erratum.js";
|
|
4
4
|
import { src } from "../../source/_PublicationRef.js";
|
|
@@ -58,12 +58,13 @@ export const Book = Entity(import.meta.url, {
|
|
|
58
58
|
});
|
|
59
59
|
const BookCost = Enum(import.meta.url, {
|
|
60
60
|
name: "BookCost",
|
|
61
|
+
comment: "The cost of the book, which may be a single value or multiple values that are defined by specific editions or other defining factors of the book.",
|
|
61
62
|
values: () => ({
|
|
62
|
-
|
|
63
|
-
comment: "The book has a
|
|
64
|
-
type:
|
|
63
|
+
Single: EnumCase({
|
|
64
|
+
comment: "The book only has a single cost description.",
|
|
65
|
+
type: IncludeIdentifier(Cost),
|
|
65
66
|
}),
|
|
66
|
-
|
|
67
|
+
Multiple: EnumCase({
|
|
67
68
|
comment: "The book’s cost varies by edition or other factors.",
|
|
68
69
|
type: Array(IncludeIdentifier(BookCostVariant), { minItems: 2 }),
|
|
69
70
|
}),
|
|
@@ -986,6 +986,10 @@ export declare const AdvancedCombatSpecialAbility: Entity<"AdvancedCombatSpecial
|
|
|
986
986
|
}>, []>>>;
|
|
987
987
|
Multiplier: import("tsondb/schema/def").EnumCaseDecl<IncludeIdentifier<[], import("tsondb/schema/def").TypeAliasDecl<"AdventurePointsDependingOnActiveInstancesMultiplier", Object<{
|
|
988
988
|
base: import("tsondb/schema/def").MemberDecl<import("tsondb/schema/def").IntegerType, true>;
|
|
989
|
+
expression: import("tsondb/schema/def").MemberDecl<IncludeIdentifier<[], import("tsondb/schema/def").EnumDecl<"AdventurePointsDependingOnActiveInstancesMultiplierExpression", {
|
|
990
|
+
Linear: import("tsondb/schema/def").EnumCaseDecl<null>;
|
|
991
|
+
Exponentiation: import("tsondb/schema/def").EnumCaseDecl<null>;
|
|
992
|
+
}, []>>, true>;
|
|
989
993
|
}>, []>>>;
|
|
990
994
|
}, []>>>;
|
|
991
995
|
Indefinite: import("tsondb/schema/def").EnumCaseDecl<null>;
|
|
@@ -869,6 +869,10 @@ export declare const AdvancedKarmaSpecialAbility: Entity<"AdvancedKarmaSpecialAb
|
|
|
869
869
|
}>, []>>>;
|
|
870
870
|
Multiplier: import("tsondb/schema/def").EnumCaseDecl<IncludeIdentifier<[], import("tsondb/schema/def").TypeAliasDecl<"AdventurePointsDependingOnActiveInstancesMultiplier", Object<{
|
|
871
871
|
base: import("tsondb/schema/def").MemberDecl<import("tsondb/schema/def").IntegerType, true>;
|
|
872
|
+
expression: import("tsondb/schema/def").MemberDecl<IncludeIdentifier<[], import("tsondb/schema/def").EnumDecl<"AdventurePointsDependingOnActiveInstancesMultiplierExpression", {
|
|
873
|
+
Linear: import("tsondb/schema/def").EnumCaseDecl<null>;
|
|
874
|
+
Exponentiation: import("tsondb/schema/def").EnumCaseDecl<null>;
|
|
875
|
+
}, []>>, true>;
|
|
872
876
|
}>, []>>>;
|
|
873
877
|
}, []>>>;
|
|
874
878
|
Indefinite: import("tsondb/schema/def").EnumCaseDecl<null>;
|
|
@@ -869,6 +869,10 @@ export declare const AdvancedMagicalSpecialAbility: Entity<"AdvancedMagicalSpeci
|
|
|
869
869
|
}>, []>>>;
|
|
870
870
|
Multiplier: import("tsondb/schema/def").EnumCaseDecl<IncludeIdentifier<[], import("tsondb/schema/def").TypeAliasDecl<"AdventurePointsDependingOnActiveInstancesMultiplier", Object<{
|
|
871
871
|
base: import("tsondb/schema/def").MemberDecl<import("tsondb/schema/def").IntegerType, true>;
|
|
872
|
+
expression: import("tsondb/schema/def").MemberDecl<IncludeIdentifier<[], import("tsondb/schema/def").EnumDecl<"AdventurePointsDependingOnActiveInstancesMultiplierExpression", {
|
|
873
|
+
Linear: import("tsondb/schema/def").EnumCaseDecl<null>;
|
|
874
|
+
Exponentiation: import("tsondb/schema/def").EnumCaseDecl<null>;
|
|
875
|
+
}, []>>, true>;
|
|
872
876
|
}>, []>>>;
|
|
873
877
|
}, []>>>;
|
|
874
878
|
Indefinite: import("tsondb/schema/def").EnumCaseDecl<null>;
|
|
@@ -869,6 +869,10 @@ export declare const AdvancedSkillSpecialAbility: Entity<"AdvancedSkillSpecialAb
|
|
|
869
869
|
}>, []>>>;
|
|
870
870
|
Multiplier: import("tsondb/schema/def").EnumCaseDecl<IncludeIdentifier<[], import("tsondb/schema/def").TypeAliasDecl<"AdventurePointsDependingOnActiveInstancesMultiplier", Object<{
|
|
871
871
|
base: import("tsondb/schema/def").MemberDecl<import("tsondb/schema/def").IntegerType, true>;
|
|
872
|
+
expression: import("tsondb/schema/def").MemberDecl<IncludeIdentifier<[], import("tsondb/schema/def").EnumDecl<"AdventurePointsDependingOnActiveInstancesMultiplierExpression", {
|
|
873
|
+
Linear: import("tsondb/schema/def").EnumCaseDecl<null>;
|
|
874
|
+
Exponentiation: import("tsondb/schema/def").EnumCaseDecl<null>;
|
|
875
|
+
}, []>>, true>;
|
|
872
876
|
}>, []>>>;
|
|
873
877
|
}, []>>>;
|
|
874
878
|
Indefinite: import("tsondb/schema/def").EnumCaseDecl<null>;
|
|
@@ -868,6 +868,10 @@ export declare const AncestorGlyph: Entity<"AncestorGlyph", {
|
|
|
868
868
|
}>, []>>>;
|
|
869
869
|
Multiplier: import("tsondb/schema/def").EnumCaseDecl<IncludeIdentifier<[], import("tsondb/schema/def").TypeAliasDecl<"AdventurePointsDependingOnActiveInstancesMultiplier", Object<{
|
|
870
870
|
base: import("tsondb/schema/def").MemberDecl<Integer, true>;
|
|
871
|
+
expression: import("tsondb/schema/def").MemberDecl<IncludeIdentifier<[], import("tsondb/schema/def").EnumDecl<"AdventurePointsDependingOnActiveInstancesMultiplierExpression", {
|
|
872
|
+
Linear: import("tsondb/schema/def").EnumCaseDecl<null>;
|
|
873
|
+
Exponentiation: import("tsondb/schema/def").EnumCaseDecl<null>;
|
|
874
|
+
}, []>>, true>;
|
|
871
875
|
}>, []>>>;
|
|
872
876
|
}, []>>>;
|
|
873
877
|
Indefinite: import("tsondb/schema/def").EnumCaseDecl<null>;
|
|
@@ -896,6 +896,10 @@ export declare const BlessedTradition: Entity<"BlessedTradition", {
|
|
|
896
896
|
}>, []>>>;
|
|
897
897
|
Multiplier: EnumCase<IncludeIdentifier<[], TypeAlias<"AdventurePointsDependingOnActiveInstancesMultiplier", Object<{
|
|
898
898
|
base: import("tsondb/schema/def").MemberDecl<Integer, true>;
|
|
899
|
+
expression: import("tsondb/schema/def").MemberDecl<IncludeIdentifier<[], Enum<"AdventurePointsDependingOnActiveInstancesMultiplierExpression", {
|
|
900
|
+
Linear: EnumCase<null>;
|
|
901
|
+
Exponentiation: EnumCase<null>;
|
|
902
|
+
}, []>>, true>;
|
|
899
903
|
}>, []>>>;
|
|
900
904
|
}, []>>>;
|
|
901
905
|
Indefinite: EnumCase<null>;
|
|
@@ -932,6 +932,10 @@ export declare const BrawlingSpecialAbility: Entity<"BrawlingSpecialAbility", {
|
|
|
932
932
|
}>, []>>>;
|
|
933
933
|
Multiplier: import("tsondb/schema/def").EnumCaseDecl<IncludeIdentifier<[], import("tsondb/schema/def").TypeAliasDecl<"AdventurePointsDependingOnActiveInstancesMultiplier", Object<{
|
|
934
934
|
base: import("tsondb/schema/def").MemberDecl<import("tsondb/schema/def").IntegerType, true>;
|
|
935
|
+
expression: import("tsondb/schema/def").MemberDecl<IncludeIdentifier<[], import("tsondb/schema/def").EnumDecl<"AdventurePointsDependingOnActiveInstancesMultiplierExpression", {
|
|
936
|
+
Linear: import("tsondb/schema/def").EnumCaseDecl<null>;
|
|
937
|
+
Exponentiation: import("tsondb/schema/def").EnumCaseDecl<null>;
|
|
938
|
+
}, []>>, true>;
|
|
935
939
|
}>, []>>>;
|
|
936
940
|
}, []>>>;
|
|
937
941
|
Indefinite: import("tsondb/schema/def").EnumCaseDecl<null>;
|
|
@@ -870,6 +870,10 @@ export declare const CeremonialItemSpecialAbility: Entity<"CeremonialItemSpecial
|
|
|
870
870
|
}>, []>>>;
|
|
871
871
|
Multiplier: import("tsondb/schema/def").EnumCaseDecl<IncludeIdentifier<[], import("tsondb/schema/def").TypeAliasDecl<"AdventurePointsDependingOnActiveInstancesMultiplier", Object<{
|
|
872
872
|
base: import("tsondb/schema/def").MemberDecl<import("tsondb/schema/def").IntegerType, true>;
|
|
873
|
+
expression: import("tsondb/schema/def").MemberDecl<IncludeIdentifier<[], import("tsondb/schema/def").EnumDecl<"AdventurePointsDependingOnActiveInstancesMultiplierExpression", {
|
|
874
|
+
Linear: import("tsondb/schema/def").EnumCaseDecl<null>;
|
|
875
|
+
Exponentiation: import("tsondb/schema/def").EnumCaseDecl<null>;
|
|
876
|
+
}, []>>, true>;
|
|
873
877
|
}>, []>>>;
|
|
874
878
|
}, []>>>;
|
|
875
879
|
Indefinite: import("tsondb/schema/def").EnumCaseDecl<null>;
|
|
@@ -986,6 +986,10 @@ export declare const CombatSpecialAbility: Entity<"CombatSpecialAbility", {
|
|
|
986
986
|
}>, []>>>;
|
|
987
987
|
Multiplier: import("tsondb/schema/def").EnumCaseDecl<IncludeIdentifier<[], import("tsondb/schema/def").TypeAliasDecl<"AdventurePointsDependingOnActiveInstancesMultiplier", Object<{
|
|
988
988
|
base: import("tsondb/schema/def").MemberDecl<import("tsondb/schema/def").IntegerType, true>;
|
|
989
|
+
expression: import("tsondb/schema/def").MemberDecl<IncludeIdentifier<[], import("tsondb/schema/def").EnumDecl<"AdventurePointsDependingOnActiveInstancesMultiplierExpression", {
|
|
990
|
+
Linear: import("tsondb/schema/def").EnumCaseDecl<null>;
|
|
991
|
+
Exponentiation: import("tsondb/schema/def").EnumCaseDecl<null>;
|
|
992
|
+
}, []>>, true>;
|
|
989
993
|
}>, []>>>;
|
|
990
994
|
}, []>>>;
|
|
991
995
|
Indefinite: import("tsondb/schema/def").EnumCaseDecl<null>;
|
|
@@ -987,6 +987,10 @@ export declare const CombatStyleSpecialAbility: Entity<"CombatStyleSpecialAbilit
|
|
|
987
987
|
}>, []>>>;
|
|
988
988
|
Multiplier: import("tsondb/schema/def").EnumCaseDecl<IncludeIdentifier<[], import("tsondb/schema/def").TypeAliasDecl<"AdventurePointsDependingOnActiveInstancesMultiplier", Object<{
|
|
989
989
|
base: import("tsondb/schema/def").MemberDecl<import("tsondb/schema/def").IntegerType, true>;
|
|
990
|
+
expression: import("tsondb/schema/def").MemberDecl<IncludeIdentifier<[], import("tsondb/schema/def").EnumDecl<"AdventurePointsDependingOnActiveInstancesMultiplierExpression", {
|
|
991
|
+
Linear: import("tsondb/schema/def").EnumCaseDecl<null>;
|
|
992
|
+
Exponentiation: import("tsondb/schema/def").EnumCaseDecl<null>;
|
|
993
|
+
}, []>>, true>;
|
|
990
994
|
}>, []>>>;
|
|
991
995
|
}, []>>>;
|
|
992
996
|
Indefinite: import("tsondb/schema/def").EnumCaseDecl<null>;
|
|
@@ -932,6 +932,10 @@ export declare const CommandSpecialAbility: Entity<"CommandSpecialAbility", {
|
|
|
932
932
|
}>, []>>>;
|
|
933
933
|
Multiplier: import("tsondb/schema/def").EnumCaseDecl<IncludeIdentifier<[], import("tsondb/schema/def").TypeAliasDecl<"AdventurePointsDependingOnActiveInstancesMultiplier", Object<{
|
|
934
934
|
base: import("tsondb/schema/def").MemberDecl<import("tsondb/schema/def").IntegerType, true>;
|
|
935
|
+
expression: import("tsondb/schema/def").MemberDecl<IncludeIdentifier<[], import("tsondb/schema/def").EnumDecl<"AdventurePointsDependingOnActiveInstancesMultiplierExpression", {
|
|
936
|
+
Linear: import("tsondb/schema/def").EnumCaseDecl<null>;
|
|
937
|
+
Exponentiation: import("tsondb/schema/def").EnumCaseDecl<null>;
|
|
938
|
+
}, []>>, true>;
|
|
935
939
|
}>, []>>>;
|
|
936
940
|
}, []>>>;
|
|
937
941
|
Indefinite: import("tsondb/schema/def").EnumCaseDecl<null>;
|
|
@@ -867,6 +867,10 @@ export declare const FamiliarSpecialAbility: Entity<"FamiliarSpecialAbility", {
|
|
|
867
867
|
}>, []>>>;
|
|
868
868
|
Multiplier: import("tsondb/schema/def").EnumCaseDecl<IncludeIdentifier<[], import("tsondb/schema/def").TypeAliasDecl<"AdventurePointsDependingOnActiveInstancesMultiplier", Object<{
|
|
869
869
|
base: import("tsondb/schema/def").MemberDecl<import("tsondb/schema/def").IntegerType, true>;
|
|
870
|
+
expression: import("tsondb/schema/def").MemberDecl<IncludeIdentifier<[], import("tsondb/schema/def").EnumDecl<"AdventurePointsDependingOnActiveInstancesMultiplierExpression", {
|
|
871
|
+
Linear: import("tsondb/schema/def").EnumCaseDecl<null>;
|
|
872
|
+
Exponentiation: import("tsondb/schema/def").EnumCaseDecl<null>;
|
|
873
|
+
}, []>>, true>;
|
|
870
874
|
}>, []>>>;
|
|
871
875
|
}, []>>>;
|
|
872
876
|
Indefinite: import("tsondb/schema/def").EnumCaseDecl<null>;
|
|
@@ -867,6 +867,10 @@ export declare const FatePointSexSpecialAbility: Entity<"FatePointSexSpecialAbil
|
|
|
867
867
|
}>, []>>>;
|
|
868
868
|
Multiplier: import("tsondb/schema/def").EnumCaseDecl<IncludeIdentifier<[], import("tsondb/schema/def").TypeAliasDecl<"AdventurePointsDependingOnActiveInstancesMultiplier", Object<{
|
|
869
869
|
base: import("tsondb/schema/def").MemberDecl<import("tsondb/schema/def").IntegerType, true>;
|
|
870
|
+
expression: import("tsondb/schema/def").MemberDecl<IncludeIdentifier<[], import("tsondb/schema/def").EnumDecl<"AdventurePointsDependingOnActiveInstancesMultiplierExpression", {
|
|
871
|
+
Linear: import("tsondb/schema/def").EnumCaseDecl<null>;
|
|
872
|
+
Exponentiation: import("tsondb/schema/def").EnumCaseDecl<null>;
|
|
873
|
+
}, []>>, true>;
|
|
870
874
|
}>, []>>>;
|
|
871
875
|
}, []>>>;
|
|
872
876
|
Indefinite: import("tsondb/schema/def").EnumCaseDecl<null>;
|
|
@@ -869,6 +869,10 @@ export declare const FatePointSpecialAbility: Entity<"FatePointSpecialAbility",
|
|
|
869
869
|
}>, []>>>;
|
|
870
870
|
Multiplier: import("tsondb/schema/def").EnumCaseDecl<IncludeIdentifier<[], import("tsondb/schema/def").TypeAliasDecl<"AdventurePointsDependingOnActiveInstancesMultiplier", Object<{
|
|
871
871
|
base: import("tsondb/schema/def").MemberDecl<import("tsondb/schema/def").IntegerType, true>;
|
|
872
|
+
expression: import("tsondb/schema/def").MemberDecl<IncludeIdentifier<[], import("tsondb/schema/def").EnumDecl<"AdventurePointsDependingOnActiveInstancesMultiplierExpression", {
|
|
873
|
+
Linear: import("tsondb/schema/def").EnumCaseDecl<null>;
|
|
874
|
+
Exponentiation: import("tsondb/schema/def").EnumCaseDecl<null>;
|
|
875
|
+
}, []>>, true>;
|
|
872
876
|
}>, []>>>;
|
|
873
877
|
}, []>>>;
|
|
874
878
|
Indefinite: import("tsondb/schema/def").EnumCaseDecl<null>;
|
|
@@ -869,6 +869,10 @@ export declare const GeneralSpecialAbility: Entity<"GeneralSpecialAbility", {
|
|
|
869
869
|
}>, []>>>;
|
|
870
870
|
Multiplier: import("tsondb/schema/def").EnumCaseDecl<IncludeIdentifier<[], import("tsondb/schema/def").TypeAliasDecl<"AdventurePointsDependingOnActiveInstancesMultiplier", Object<{
|
|
871
871
|
base: import("tsondb/schema/def").MemberDecl<import("tsondb/schema/def").IntegerType, true>;
|
|
872
|
+
expression: import("tsondb/schema/def").MemberDecl<IncludeIdentifier<[], import("tsondb/schema/def").EnumDecl<"AdventurePointsDependingOnActiveInstancesMultiplierExpression", {
|
|
873
|
+
Linear: import("tsondb/schema/def").EnumCaseDecl<null>;
|
|
874
|
+
Exponentiation: import("tsondb/schema/def").EnumCaseDecl<null>;
|
|
875
|
+
}, []>>, true>;
|
|
872
876
|
}>, []>>>;
|
|
873
877
|
}, []>>>;
|
|
874
878
|
Indefinite: import("tsondb/schema/def").EnumCaseDecl<null>;
|
|
@@ -867,6 +867,10 @@ export declare const KarmaSpecialAbility: Entity<"KarmaSpecialAbility", {
|
|
|
867
867
|
}>, []>>>;
|
|
868
868
|
Multiplier: import("tsondb/schema/def").EnumCaseDecl<IncludeIdentifier<[], import("tsondb/schema/def").TypeAliasDecl<"AdventurePointsDependingOnActiveInstancesMultiplier", Object<{
|
|
869
869
|
base: import("tsondb/schema/def").MemberDecl<import("tsondb/schema/def").IntegerType, true>;
|
|
870
|
+
expression: import("tsondb/schema/def").MemberDecl<IncludeIdentifier<[], import("tsondb/schema/def").EnumDecl<"AdventurePointsDependingOnActiveInstancesMultiplierExpression", {
|
|
871
|
+
Linear: import("tsondb/schema/def").EnumCaseDecl<null>;
|
|
872
|
+
Exponentiation: import("tsondb/schema/def").EnumCaseDecl<null>;
|
|
873
|
+
}, []>>, true>;
|
|
870
874
|
}>, []>>>;
|
|
871
875
|
}, []>>>;
|
|
872
876
|
Indefinite: import("tsondb/schema/def").EnumCaseDecl<null>;
|
|
@@ -918,6 +918,10 @@ export declare const LiturgicalStyleSpecialAbility: Entity<"LiturgicalStyleSpeci
|
|
|
918
918
|
}>, []>>>;
|
|
919
919
|
Multiplier: import("tsondb/schema/def").EnumCaseDecl<IncludeIdentifier<[], import("tsondb/schema/def").TypeAliasDecl<"AdventurePointsDependingOnActiveInstancesMultiplier", Object<{
|
|
920
920
|
base: import("tsondb/schema/def").MemberDecl<import("tsondb/schema/def").IntegerType, true>;
|
|
921
|
+
expression: import("tsondb/schema/def").MemberDecl<IncludeIdentifier<[], import("tsondb/schema/def").EnumDecl<"AdventurePointsDependingOnActiveInstancesMultiplierExpression", {
|
|
922
|
+
Linear: import("tsondb/schema/def").EnumCaseDecl<null>;
|
|
923
|
+
Exponentiation: import("tsondb/schema/def").EnumCaseDecl<null>;
|
|
924
|
+
}, []>>, true>;
|
|
921
925
|
}>, []>>>;
|
|
922
926
|
}, []>>>;
|
|
923
927
|
Indefinite: import("tsondb/schema/def").EnumCaseDecl<null>;
|
|
@@ -867,6 +867,10 @@ export declare const LycantropicGift: Entity<"LycantropicGift", {
|
|
|
867
867
|
}>, []>>>;
|
|
868
868
|
Multiplier: import("tsondb/schema/def").EnumCaseDecl<IncludeIdentifier<[], import("tsondb/schema/def").TypeAliasDecl<"AdventurePointsDependingOnActiveInstancesMultiplier", Object<{
|
|
869
869
|
base: import("tsondb/schema/def").MemberDecl<import("tsondb/schema/def").IntegerType, true>;
|
|
870
|
+
expression: import("tsondb/schema/def").MemberDecl<IncludeIdentifier<[], import("tsondb/schema/def").EnumDecl<"AdventurePointsDependingOnActiveInstancesMultiplierExpression", {
|
|
871
|
+
Linear: import("tsondb/schema/def").EnumCaseDecl<null>;
|
|
872
|
+
Exponentiation: import("tsondb/schema/def").EnumCaseDecl<null>;
|
|
873
|
+
}, []>>, true>;
|
|
870
874
|
}>, []>>>;
|
|
871
875
|
}, []>>>;
|
|
872
876
|
Indefinite: import("tsondb/schema/def").EnumCaseDecl<null>;
|
|
@@ -918,6 +918,10 @@ export declare const MagicStyleSpecialAbility: Entity<"MagicStyleSpecialAbility"
|
|
|
918
918
|
}>, []>>>;
|
|
919
919
|
Multiplier: import("tsondb/schema/def").EnumCaseDecl<IncludeIdentifier<[], import("tsondb/schema/def").TypeAliasDecl<"AdventurePointsDependingOnActiveInstancesMultiplier", Object<{
|
|
920
920
|
base: import("tsondb/schema/def").MemberDecl<import("tsondb/schema/def").IntegerType, true>;
|
|
921
|
+
expression: import("tsondb/schema/def").MemberDecl<IncludeIdentifier<[], import("tsondb/schema/def").EnumDecl<"AdventurePointsDependingOnActiveInstancesMultiplierExpression", {
|
|
922
|
+
Linear: import("tsondb/schema/def").EnumCaseDecl<null>;
|
|
923
|
+
Exponentiation: import("tsondb/schema/def").EnumCaseDecl<null>;
|
|
924
|
+
}, []>>, true>;
|
|
921
925
|
}>, []>>>;
|
|
922
926
|
}, []>>>;
|
|
923
927
|
Indefinite: import("tsondb/schema/def").EnumCaseDecl<null>;
|
|
@@ -869,6 +869,10 @@ export declare const MagicalSpecialAbility: Entity<"MagicalSpecialAbility", {
|
|
|
869
869
|
}>, []>>>;
|
|
870
870
|
Multiplier: import("tsondb/schema/def").EnumCaseDecl<IncludeIdentifier<[], import("tsondb/schema/def").TypeAliasDecl<"AdventurePointsDependingOnActiveInstancesMultiplier", Object<{
|
|
871
871
|
base: import("tsondb/schema/def").MemberDecl<import("tsondb/schema/def").IntegerType, true>;
|
|
872
|
+
expression: import("tsondb/schema/def").MemberDecl<IncludeIdentifier<[], import("tsondb/schema/def").EnumDecl<"AdventurePointsDependingOnActiveInstancesMultiplierExpression", {
|
|
873
|
+
Linear: import("tsondb/schema/def").EnumCaseDecl<null>;
|
|
874
|
+
Exponentiation: import("tsondb/schema/def").EnumCaseDecl<null>;
|
|
875
|
+
}, []>>, true>;
|
|
872
876
|
}>, []>>>;
|
|
873
877
|
}, []>>>;
|
|
874
878
|
Indefinite: import("tsondb/schema/def").EnumCaseDecl<null>;
|
|
@@ -882,6 +882,10 @@ export declare const MagicalTradition: Entity<"MagicalTradition", {
|
|
|
882
882
|
}>, []>>>;
|
|
883
883
|
Multiplier: import("tsondb/schema/def").EnumCaseDecl<IncludeIdentifier<[], TypeAlias<"AdventurePointsDependingOnActiveInstancesMultiplier", Object<{
|
|
884
884
|
base: import("tsondb/schema/def").MemberDecl<Integer, true>;
|
|
885
|
+
expression: import("tsondb/schema/def").MemberDecl<IncludeIdentifier<[], import("tsondb/schema/def").EnumDecl<"AdventurePointsDependingOnActiveInstancesMultiplierExpression", {
|
|
886
|
+
Linear: import("tsondb/schema/def").EnumCaseDecl<null>;
|
|
887
|
+
Exponentiation: import("tsondb/schema/def").EnumCaseDecl<null>;
|
|
888
|
+
}, []>>, true>;
|
|
885
889
|
}>, []>>>;
|
|
886
890
|
}, []>>>;
|
|
887
891
|
Indefinite: import("tsondb/schema/def").EnumCaseDecl<null>;
|
|
@@ -944,6 +944,10 @@ export declare const PactGift: Entity<"PactGift", {
|
|
|
944
944
|
}>, []>>>;
|
|
945
945
|
Multiplier: EnumCase<IncludeIdentifier<[], TypeAlias<"AdventurePointsDependingOnActiveInstancesMultiplier", Object<{
|
|
946
946
|
base: import("tsondb/schema/def").MemberDecl<Integer, true>;
|
|
947
|
+
expression: import("tsondb/schema/def").MemberDecl<IncludeIdentifier<[], Enum<"AdventurePointsDependingOnActiveInstancesMultiplierExpression", {
|
|
948
|
+
Linear: EnumCase<null>;
|
|
949
|
+
Exponentiation: EnumCase<null>;
|
|
950
|
+
}, []>>, true>;
|
|
947
951
|
}>, []>>>;
|
|
948
952
|
}, []>>>;
|
|
949
953
|
Indefinite: EnumCase<null>;
|
|
@@ -868,6 +868,10 @@ export declare const ProtectiveWardingCircleSpecialAbility: Entity<"ProtectiveWa
|
|
|
868
868
|
}>, []>>>;
|
|
869
869
|
Multiplier: import("tsondb/schema/def").EnumCaseDecl<IncludeIdentifier<[], import("tsondb/schema/def").TypeAliasDecl<"AdventurePointsDependingOnActiveInstancesMultiplier", Object<{
|
|
870
870
|
base: import("tsondb/schema/def").MemberDecl<Integer, true>;
|
|
871
|
+
expression: import("tsondb/schema/def").MemberDecl<IncludeIdentifier<[], import("tsondb/schema/def").EnumDecl<"AdventurePointsDependingOnActiveInstancesMultiplierExpression", {
|
|
872
|
+
Linear: import("tsondb/schema/def").EnumCaseDecl<null>;
|
|
873
|
+
Exponentiation: import("tsondb/schema/def").EnumCaseDecl<null>;
|
|
874
|
+
}, []>>, true>;
|
|
871
875
|
}>, []>>>;
|
|
872
876
|
}, []>>>;
|
|
873
877
|
Indefinite: import("tsondb/schema/def").EnumCaseDecl<null>;
|
|
@@ -867,6 +867,10 @@ export declare const Sermon: Entity<"Sermon", {
|
|
|
867
867
|
}>, []>>>;
|
|
868
868
|
Multiplier: import("tsondb/schema/def").EnumCaseDecl<IncludeIdentifier<[], import("tsondb/schema/def").TypeAliasDecl<"AdventurePointsDependingOnActiveInstancesMultiplier", Object<{
|
|
869
869
|
base: import("tsondb/schema/def").MemberDecl<import("tsondb/schema/def").IntegerType, true>;
|
|
870
|
+
expression: import("tsondb/schema/def").MemberDecl<IncludeIdentifier<[], import("tsondb/schema/def").EnumDecl<"AdventurePointsDependingOnActiveInstancesMultiplierExpression", {
|
|
871
|
+
Linear: import("tsondb/schema/def").EnumCaseDecl<null>;
|
|
872
|
+
Exponentiation: import("tsondb/schema/def").EnumCaseDecl<null>;
|
|
873
|
+
}, []>>, true>;
|
|
870
874
|
}>, []>>>;
|
|
871
875
|
}, []>>>;
|
|
872
876
|
Indefinite: import("tsondb/schema/def").EnumCaseDecl<null>;
|
|
@@ -869,6 +869,10 @@ export declare const SexSpecialAbility: Entity<"SexSpecialAbility", {
|
|
|
869
869
|
}>, []>>>;
|
|
870
870
|
Multiplier: import("tsondb/schema/def").EnumCaseDecl<IncludeIdentifier<[], import("tsondb/schema/def").TypeAliasDecl<"AdventurePointsDependingOnActiveInstancesMultiplier", Object<{
|
|
871
871
|
base: import("tsondb/schema/def").MemberDecl<import("tsondb/schema/def").IntegerType, true>;
|
|
872
|
+
expression: import("tsondb/schema/def").MemberDecl<IncludeIdentifier<[], import("tsondb/schema/def").EnumDecl<"AdventurePointsDependingOnActiveInstancesMultiplierExpression", {
|
|
873
|
+
Linear: import("tsondb/schema/def").EnumCaseDecl<null>;
|
|
874
|
+
Exponentiation: import("tsondb/schema/def").EnumCaseDecl<null>;
|
|
875
|
+
}, []>>, true>;
|
|
872
876
|
}>, []>>>;
|
|
873
877
|
}, []>>>;
|
|
874
878
|
Indefinite: import("tsondb/schema/def").EnumCaseDecl<null>;
|
|
@@ -867,6 +867,10 @@ export declare const SikaryanDrainSpecialAbility: Entity<"SikaryanDrainSpecialAb
|
|
|
867
867
|
}>, []>>>;
|
|
868
868
|
Multiplier: import("tsondb/schema/def").EnumCaseDecl<IncludeIdentifier<[], import("tsondb/schema/def").TypeAliasDecl<"AdventurePointsDependingOnActiveInstancesMultiplier", Object<{
|
|
869
869
|
base: import("tsondb/schema/def").MemberDecl<import("tsondb/schema/def").IntegerType, true>;
|
|
870
|
+
expression: import("tsondb/schema/def").MemberDecl<IncludeIdentifier<[], import("tsondb/schema/def").EnumDecl<"AdventurePointsDependingOnActiveInstancesMultiplierExpression", {
|
|
871
|
+
Linear: import("tsondb/schema/def").EnumCaseDecl<null>;
|
|
872
|
+
Exponentiation: import("tsondb/schema/def").EnumCaseDecl<null>;
|
|
873
|
+
}, []>>, true>;
|
|
870
874
|
}>, []>>>;
|
|
871
875
|
}, []>>>;
|
|
872
876
|
Indefinite: import("tsondb/schema/def").EnumCaseDecl<null>;
|
|
@@ -916,6 +916,10 @@ export declare const SkillStyleSpecialAbility: Entity<"SkillStyleSpecialAbility"
|
|
|
916
916
|
}>, []>>>;
|
|
917
917
|
Multiplier: import("tsondb/schema/def").EnumCaseDecl<IncludeIdentifier<[], import("tsondb/schema/def").TypeAliasDecl<"AdventurePointsDependingOnActiveInstancesMultiplier", Object<{
|
|
918
918
|
base: import("tsondb/schema/def").MemberDecl<import("tsondb/schema/def").IntegerType, true>;
|
|
919
|
+
expression: import("tsondb/schema/def").MemberDecl<IncludeIdentifier<[], import("tsondb/schema/def").EnumDecl<"AdventurePointsDependingOnActiveInstancesMultiplierExpression", {
|
|
920
|
+
Linear: import("tsondb/schema/def").EnumCaseDecl<null>;
|
|
921
|
+
Exponentiation: import("tsondb/schema/def").EnumCaseDecl<null>;
|
|
922
|
+
}, []>>, true>;
|
|
919
923
|
}>, []>>>;
|
|
920
924
|
}, []>>>;
|
|
921
925
|
Indefinite: import("tsondb/schema/def").EnumCaseDecl<null>;
|
|
@@ -867,6 +867,10 @@ export declare const VampiricGift: Entity<"VampiricGift", {
|
|
|
867
867
|
}>, []>>>;
|
|
868
868
|
Multiplier: import("tsondb/schema/def").EnumCaseDecl<IncludeIdentifier<[], import("tsondb/schema/def").TypeAliasDecl<"AdventurePointsDependingOnActiveInstancesMultiplier", Object<{
|
|
869
869
|
base: import("tsondb/schema/def").MemberDecl<import("tsondb/schema/def").IntegerType, true>;
|
|
870
|
+
expression: import("tsondb/schema/def").MemberDecl<IncludeIdentifier<[], import("tsondb/schema/def").EnumDecl<"AdventurePointsDependingOnActiveInstancesMultiplierExpression", {
|
|
871
|
+
Linear: import("tsondb/schema/def").EnumCaseDecl<null>;
|
|
872
|
+
Exponentiation: import("tsondb/schema/def").EnumCaseDecl<null>;
|
|
873
|
+
}, []>>, true>;
|
|
870
874
|
}>, []>>>;
|
|
871
875
|
}, []>>>;
|
|
872
876
|
Indefinite: import("tsondb/schema/def").EnumCaseDecl<null>;
|
|
@@ -867,6 +867,10 @@ export declare const Vision: Entity<"Vision", {
|
|
|
867
867
|
}>, []>>>;
|
|
868
868
|
Multiplier: import("tsondb/schema/def").EnumCaseDecl<IncludeIdentifier<[], import("tsondb/schema/def").TypeAliasDecl<"AdventurePointsDependingOnActiveInstancesMultiplier", Object<{
|
|
869
869
|
base: import("tsondb/schema/def").MemberDecl<import("tsondb/schema/def").IntegerType, true>;
|
|
870
|
+
expression: import("tsondb/schema/def").MemberDecl<IncludeIdentifier<[], import("tsondb/schema/def").EnumDecl<"AdventurePointsDependingOnActiveInstancesMultiplierExpression", {
|
|
871
|
+
Linear: import("tsondb/schema/def").EnumCaseDecl<null>;
|
|
872
|
+
Exponentiation: import("tsondb/schema/def").EnumCaseDecl<null>;
|
|
873
|
+
}, []>>, true>;
|
|
870
874
|
}>, []>>>;
|
|
871
875
|
}, []>>>;
|
|
872
876
|
Indefinite: import("tsondb/schema/def").EnumCaseDecl<null>;
|
|
@@ -176,6 +176,10 @@ export declare const TradeSecret: Entity<"TradeSecret", {
|
|
|
176
176
|
}>, []>>>;
|
|
177
177
|
Multiplier: EnumCase<IncludeIdentifier<[], TypeAlias<"AdventurePointsDependingOnActiveInstancesMultiplier", Object<{
|
|
178
178
|
base: import("tsondb/schema/def").MemberDecl<import("tsondb/schema/def").IntegerType, true>;
|
|
179
|
+
expression: import("tsondb/schema/def").MemberDecl<IncludeIdentifier<[], Enum<"AdventurePointsDependingOnActiveInstancesMultiplierExpression", {
|
|
180
|
+
Linear: EnumCase<null>;
|
|
181
|
+
Exponentiation: EnumCase<null>;
|
|
182
|
+
}, []>>, true>;
|
|
179
183
|
}>, []>>>;
|
|
180
184
|
}, []>>>;
|
|
181
185
|
}, []>>, true>;
|
|
@@ -1090,6 +1090,10 @@ export declare const ArcaneOrbEnchantment: Entity<"ArcaneOrbEnchantment", {
|
|
|
1090
1090
|
}>, []>>>;
|
|
1091
1091
|
Multiplier: import("tsondb/schema/def").EnumCaseDecl<IncludeIdentifier<[], import("tsondb/schema/def").TypeAliasDecl<"AdventurePointsDependingOnActiveInstancesMultiplier", Object<{
|
|
1092
1092
|
base: import("tsondb/schema/def").MemberDecl<import("tsondb/schema/def").IntegerType, true>;
|
|
1093
|
+
expression: import("tsondb/schema/def").MemberDecl<IncludeIdentifier<[], import("tsondb/schema/def").EnumDecl<"AdventurePointsDependingOnActiveInstancesMultiplierExpression", {
|
|
1094
|
+
Linear: import("tsondb/schema/def").EnumCaseDecl<null>;
|
|
1095
|
+
Exponentiation: import("tsondb/schema/def").EnumCaseDecl<null>;
|
|
1096
|
+
}, []>>, true>;
|
|
1093
1097
|
}>, []>>>;
|
|
1094
1098
|
}, []>>>;
|
|
1095
1099
|
Indefinite: import("tsondb/schema/def").EnumCaseDecl<null>;
|
|
@@ -1090,6 +1090,10 @@ export declare const AttireEnchantment: Entity<"AttireEnchantment", {
|
|
|
1090
1090
|
}>, []>>>;
|
|
1091
1091
|
Multiplier: import("tsondb/schema/def").EnumCaseDecl<IncludeIdentifier<[], import("tsondb/schema/def").TypeAliasDecl<"AdventurePointsDependingOnActiveInstancesMultiplier", Object<{
|
|
1092
1092
|
base: import("tsondb/schema/def").MemberDecl<import("tsondb/schema/def").IntegerType, true>;
|
|
1093
|
+
expression: import("tsondb/schema/def").MemberDecl<IncludeIdentifier<[], import("tsondb/schema/def").EnumDecl<"AdventurePointsDependingOnActiveInstancesMultiplierExpression", {
|
|
1094
|
+
Linear: import("tsondb/schema/def").EnumCaseDecl<null>;
|
|
1095
|
+
Exponentiation: import("tsondb/schema/def").EnumCaseDecl<null>;
|
|
1096
|
+
}, []>>, true>;
|
|
1093
1097
|
}>, []>>>;
|
|
1094
1098
|
}, []>>>;
|
|
1095
1099
|
Indefinite: import("tsondb/schema/def").EnumCaseDecl<null>;
|
|
@@ -1090,6 +1090,10 @@ export declare const BowlEnchantment: Entity<"BowlEnchantment", {
|
|
|
1090
1090
|
}>, []>>>;
|
|
1091
1091
|
Multiplier: import("tsondb/schema/def").EnumCaseDecl<IncludeIdentifier<[], import("tsondb/schema/def").TypeAliasDecl<"AdventurePointsDependingOnActiveInstancesMultiplier", Object<{
|
|
1092
1092
|
base: import("tsondb/schema/def").MemberDecl<import("tsondb/schema/def").IntegerType, true>;
|
|
1093
|
+
expression: import("tsondb/schema/def").MemberDecl<IncludeIdentifier<[], import("tsondb/schema/def").EnumDecl<"AdventurePointsDependingOnActiveInstancesMultiplierExpression", {
|
|
1094
|
+
Linear: import("tsondb/schema/def").EnumCaseDecl<null>;
|
|
1095
|
+
Exponentiation: import("tsondb/schema/def").EnumCaseDecl<null>;
|
|
1096
|
+
}, []>>, true>;
|
|
1093
1097
|
}>, []>>>;
|
|
1094
1098
|
}, []>>>;
|
|
1095
1099
|
Indefinite: import("tsondb/schema/def").EnumCaseDecl<null>;
|
|
@@ -1091,6 +1091,10 @@ export declare const CauldronEnchantment: Entity<"CauldronEnchantment", {
|
|
|
1091
1091
|
}>, []>>>;
|
|
1092
1092
|
Multiplier: import("tsondb/schema/def").EnumCaseDecl<IncludeIdentifier<[], import("tsondb/schema/def").TypeAliasDecl<"AdventurePointsDependingOnActiveInstancesMultiplier", Object<{
|
|
1093
1093
|
base: import("tsondb/schema/def").MemberDecl<import("tsondb/schema/def").IntegerType, true>;
|
|
1094
|
+
expression: import("tsondb/schema/def").MemberDecl<IncludeIdentifier<[], import("tsondb/schema/def").EnumDecl<"AdventurePointsDependingOnActiveInstancesMultiplierExpression", {
|
|
1095
|
+
Linear: import("tsondb/schema/def").EnumCaseDecl<null>;
|
|
1096
|
+
Exponentiation: import("tsondb/schema/def").EnumCaseDecl<null>;
|
|
1097
|
+
}, []>>, true>;
|
|
1094
1098
|
}>, []>>>;
|
|
1095
1099
|
}, []>>>;
|
|
1096
1100
|
Indefinite: import("tsondb/schema/def").EnumCaseDecl<null>;
|
|
@@ -1090,6 +1090,10 @@ export declare const ChronicleEnchantment: Entity<"ChronicleEnchantment", {
|
|
|
1090
1090
|
}>, []>>>;
|
|
1091
1091
|
Multiplier: import("tsondb/schema/def").EnumCaseDecl<IncludeIdentifier<[], import("tsondb/schema/def").TypeAliasDecl<"AdventurePointsDependingOnActiveInstancesMultiplier", Object<{
|
|
1092
1092
|
base: import("tsondb/schema/def").MemberDecl<import("tsondb/schema/def").IntegerType, true>;
|
|
1093
|
+
expression: import("tsondb/schema/def").MemberDecl<IncludeIdentifier<[], import("tsondb/schema/def").EnumDecl<"AdventurePointsDependingOnActiveInstancesMultiplierExpression", {
|
|
1094
|
+
Linear: import("tsondb/schema/def").EnumCaseDecl<null>;
|
|
1095
|
+
Exponentiation: import("tsondb/schema/def").EnumCaseDecl<null>;
|
|
1096
|
+
}, []>>, true>;
|
|
1093
1097
|
}>, []>>>;
|
|
1094
1098
|
}, []>>>;
|
|
1095
1099
|
Indefinite: import("tsondb/schema/def").EnumCaseDecl<null>;
|
|
@@ -1097,6 +1097,10 @@ export declare const DaggerRitual: Entity<"DaggerRitual", {
|
|
|
1097
1097
|
}>, []>>>;
|
|
1098
1098
|
Multiplier: EnumCase<IncludeIdentifier<[], TypeAlias<"AdventurePointsDependingOnActiveInstancesMultiplier", Object<{
|
|
1099
1099
|
base: import("tsondb/schema/def").MemberDecl<Integer, true>;
|
|
1100
|
+
expression: import("tsondb/schema/def").MemberDecl<IncludeIdentifier<[], Enum<"AdventurePointsDependingOnActiveInstancesMultiplierExpression", {
|
|
1101
|
+
Linear: EnumCase<null>;
|
|
1102
|
+
Exponentiation: EnumCase<null>;
|
|
1103
|
+
}, []>>, true>;
|
|
1100
1104
|
}>, []>>>;
|
|
1101
1105
|
}, []>>>;
|
|
1102
1106
|
Indefinite: EnumCase<null>;
|
|
@@ -1090,6 +1090,10 @@ export declare const FoolsHatEnchantment: Entity<"FoolsHatEnchantment", {
|
|
|
1090
1090
|
}>, []>>>;
|
|
1091
1091
|
Multiplier: import("tsondb/schema/def").EnumCaseDecl<IncludeIdentifier<[], import("tsondb/schema/def").TypeAliasDecl<"AdventurePointsDependingOnActiveInstancesMultiplier", Object<{
|
|
1092
1092
|
base: import("tsondb/schema/def").MemberDecl<import("tsondb/schema/def").IntegerType, true>;
|
|
1093
|
+
expression: import("tsondb/schema/def").MemberDecl<IncludeIdentifier<[], import("tsondb/schema/def").EnumDecl<"AdventurePointsDependingOnActiveInstancesMultiplierExpression", {
|
|
1094
|
+
Linear: import("tsondb/schema/def").EnumCaseDecl<null>;
|
|
1095
|
+
Exponentiation: import("tsondb/schema/def").EnumCaseDecl<null>;
|
|
1096
|
+
}, []>>, true>;
|
|
1093
1097
|
}>, []>>>;
|
|
1094
1098
|
}, []>>>;
|
|
1095
1099
|
Indefinite: import("tsondb/schema/def").EnumCaseDecl<null>;
|
|
@@ -1090,6 +1090,10 @@ export declare const InstrumentEnchantment: Entity<"InstrumentEnchantment", {
|
|
|
1090
1090
|
}>, []>>>;
|
|
1091
1091
|
Multiplier: import("tsondb/schema/def").EnumCaseDecl<IncludeIdentifier<[], import("tsondb/schema/def").TypeAliasDecl<"AdventurePointsDependingOnActiveInstancesMultiplier", Object<{
|
|
1092
1092
|
base: import("tsondb/schema/def").MemberDecl<import("tsondb/schema/def").IntegerType, true>;
|
|
1093
|
+
expression: import("tsondb/schema/def").MemberDecl<IncludeIdentifier<[], import("tsondb/schema/def").EnumDecl<"AdventurePointsDependingOnActiveInstancesMultiplierExpression", {
|
|
1094
|
+
Linear: import("tsondb/schema/def").EnumCaseDecl<null>;
|
|
1095
|
+
Exponentiation: import("tsondb/schema/def").EnumCaseDecl<null>;
|
|
1096
|
+
}, []>>, true>;
|
|
1093
1097
|
}>, []>>>;
|
|
1094
1098
|
}, []>>>;
|
|
1095
1099
|
Indefinite: import("tsondb/schema/def").EnumCaseDecl<null>;
|
|
@@ -1090,6 +1090,10 @@ export declare const Krallenkettenzauber: Entity<"Krallenkettenzauber", {
|
|
|
1090
1090
|
}>, []>>>;
|
|
1091
1091
|
Multiplier: import("tsondb/schema/def").EnumCaseDecl<IncludeIdentifier<[], import("tsondb/schema/def").TypeAliasDecl<"AdventurePointsDependingOnActiveInstancesMultiplier", Object<{
|
|
1092
1092
|
base: import("tsondb/schema/def").MemberDecl<import("tsondb/schema/def").IntegerType, true>;
|
|
1093
|
+
expression: import("tsondb/schema/def").MemberDecl<IncludeIdentifier<[], import("tsondb/schema/def").EnumDecl<"AdventurePointsDependingOnActiveInstancesMultiplierExpression", {
|
|
1094
|
+
Linear: import("tsondb/schema/def").EnumCaseDecl<null>;
|
|
1095
|
+
Exponentiation: import("tsondb/schema/def").EnumCaseDecl<null>;
|
|
1096
|
+
}, []>>, true>;
|
|
1093
1097
|
}>, []>>>;
|
|
1094
1098
|
}, []>>>;
|
|
1095
1099
|
Indefinite: import("tsondb/schema/def").EnumCaseDecl<null>;
|
|
@@ -1090,6 +1090,10 @@ export declare const OrbEnchantment: Entity<"OrbEnchantment", {
|
|
|
1090
1090
|
}>, []>>>;
|
|
1091
1091
|
Multiplier: import("tsondb/schema/def").EnumCaseDecl<IncludeIdentifier<[], import("tsondb/schema/def").TypeAliasDecl<"AdventurePointsDependingOnActiveInstancesMultiplier", Object<{
|
|
1092
1092
|
base: import("tsondb/schema/def").MemberDecl<import("tsondb/schema/def").IntegerType, true>;
|
|
1093
|
+
expression: import("tsondb/schema/def").MemberDecl<IncludeIdentifier<[], import("tsondb/schema/def").EnumDecl<"AdventurePointsDependingOnActiveInstancesMultiplierExpression", {
|
|
1094
|
+
Linear: import("tsondb/schema/def").EnumCaseDecl<null>;
|
|
1095
|
+
Exponentiation: import("tsondb/schema/def").EnumCaseDecl<null>;
|
|
1096
|
+
}, []>>, true>;
|
|
1093
1097
|
}>, []>>>;
|
|
1094
1098
|
}, []>>>;
|
|
1095
1099
|
Indefinite: import("tsondb/schema/def").EnumCaseDecl<null>;
|
|
@@ -1090,6 +1090,10 @@ export declare const RingEnchantment: Entity<"RingEnchantment", {
|
|
|
1090
1090
|
}>, []>>>;
|
|
1091
1091
|
Multiplier: import("tsondb/schema/def").EnumCaseDecl<IncludeIdentifier<[], import("tsondb/schema/def").TypeAliasDecl<"AdventurePointsDependingOnActiveInstancesMultiplier", Object<{
|
|
1092
1092
|
base: import("tsondb/schema/def").MemberDecl<import("tsondb/schema/def").IntegerType, true>;
|
|
1093
|
+
expression: import("tsondb/schema/def").MemberDecl<IncludeIdentifier<[], import("tsondb/schema/def").EnumDecl<"AdventurePointsDependingOnActiveInstancesMultiplierExpression", {
|
|
1094
|
+
Linear: import("tsondb/schema/def").EnumCaseDecl<null>;
|
|
1095
|
+
Exponentiation: import("tsondb/schema/def").EnumCaseDecl<null>;
|
|
1096
|
+
}, []>>, true>;
|
|
1093
1097
|
}>, []>>>;
|
|
1094
1098
|
}, []>>>;
|
|
1095
1099
|
Indefinite: import("tsondb/schema/def").EnumCaseDecl<null>;
|
|
@@ -1090,6 +1090,10 @@ export declare const SickleRitual: Entity<"SickleRitual", {
|
|
|
1090
1090
|
}>, []>>>;
|
|
1091
1091
|
Multiplier: import("tsondb/schema/def").EnumCaseDecl<IncludeIdentifier<[], import("tsondb/schema/def").TypeAliasDecl<"AdventurePointsDependingOnActiveInstancesMultiplier", Object<{
|
|
1092
1092
|
base: import("tsondb/schema/def").MemberDecl<import("tsondb/schema/def").IntegerType, true>;
|
|
1093
|
+
expression: import("tsondb/schema/def").MemberDecl<IncludeIdentifier<[], import("tsondb/schema/def").EnumDecl<"AdventurePointsDependingOnActiveInstancesMultiplierExpression", {
|
|
1094
|
+
Linear: import("tsondb/schema/def").EnumCaseDecl<null>;
|
|
1095
|
+
Exponentiation: import("tsondb/schema/def").EnumCaseDecl<null>;
|
|
1096
|
+
}, []>>, true>;
|
|
1093
1097
|
}>, []>>>;
|
|
1094
1098
|
}, []>>>;
|
|
1095
1099
|
Indefinite: import("tsondb/schema/def").EnumCaseDecl<null>;
|
|
@@ -1090,6 +1090,10 @@ export declare const SpellSwordEnchantment: Entity<"SpellSwordEnchantment", {
|
|
|
1090
1090
|
}>, []>>>;
|
|
1091
1091
|
Multiplier: import("tsondb/schema/def").EnumCaseDecl<IncludeIdentifier<[], import("tsondb/schema/def").TypeAliasDecl<"AdventurePointsDependingOnActiveInstancesMultiplier", Object<{
|
|
1092
1092
|
base: import("tsondb/schema/def").MemberDecl<import("tsondb/schema/def").IntegerType, true>;
|
|
1093
|
+
expression: import("tsondb/schema/def").MemberDecl<IncludeIdentifier<[], import("tsondb/schema/def").EnumDecl<"AdventurePointsDependingOnActiveInstancesMultiplierExpression", {
|
|
1094
|
+
Linear: import("tsondb/schema/def").EnumCaseDecl<null>;
|
|
1095
|
+
Exponentiation: import("tsondb/schema/def").EnumCaseDecl<null>;
|
|
1096
|
+
}, []>>, true>;
|
|
1093
1097
|
}>, []>>>;
|
|
1094
1098
|
}, []>>>;
|
|
1095
1099
|
Indefinite: import("tsondb/schema/def").EnumCaseDecl<null>;
|
|
@@ -1090,6 +1090,10 @@ export declare const StaffEnchantment: Entity<"StaffEnchantment", {
|
|
|
1090
1090
|
}>, []>>>;
|
|
1091
1091
|
Multiplier: import("tsondb/schema/def").EnumCaseDecl<IncludeIdentifier<[], import("tsondb/schema/def").TypeAliasDecl<"AdventurePointsDependingOnActiveInstancesMultiplier", Object<{
|
|
1092
1092
|
base: import("tsondb/schema/def").MemberDecl<import("tsondb/schema/def").IntegerType, true>;
|
|
1093
|
+
expression: import("tsondb/schema/def").MemberDecl<IncludeIdentifier<[], import("tsondb/schema/def").EnumDecl<"AdventurePointsDependingOnActiveInstancesMultiplierExpression", {
|
|
1094
|
+
Linear: import("tsondb/schema/def").EnumCaseDecl<null>;
|
|
1095
|
+
Exponentiation: import("tsondb/schema/def").EnumCaseDecl<null>;
|
|
1096
|
+
}, []>>, true>;
|
|
1093
1097
|
}>, []>>>;
|
|
1094
1098
|
}, []>>>;
|
|
1095
1099
|
Indefinite: import("tsondb/schema/def").EnumCaseDecl<null>;
|
|
@@ -1090,6 +1090,10 @@ export declare const ToyEnchantment: Entity<"ToyEnchantment", {
|
|
|
1090
1090
|
}>, []>>>;
|
|
1091
1091
|
Multiplier: import("tsondb/schema/def").EnumCaseDecl<IncludeIdentifier<[], import("tsondb/schema/def").TypeAliasDecl<"AdventurePointsDependingOnActiveInstancesMultiplier", Object<{
|
|
1092
1092
|
base: import("tsondb/schema/def").MemberDecl<import("tsondb/schema/def").IntegerType, true>;
|
|
1093
|
+
expression: import("tsondb/schema/def").MemberDecl<IncludeIdentifier<[], import("tsondb/schema/def").EnumDecl<"AdventurePointsDependingOnActiveInstancesMultiplierExpression", {
|
|
1094
|
+
Linear: import("tsondb/schema/def").EnumCaseDecl<null>;
|
|
1095
|
+
Exponentiation: import("tsondb/schema/def").EnumCaseDecl<null>;
|
|
1096
|
+
}, []>>, true>;
|
|
1093
1097
|
}>, []>>>;
|
|
1094
1098
|
}, []>>>;
|
|
1095
1099
|
Indefinite: import("tsondb/schema/def").EnumCaseDecl<null>;
|
|
@@ -1090,6 +1090,10 @@ export declare const Trinkhornzauber: Entity<"Trinkhornzauber", {
|
|
|
1090
1090
|
}>, []>>>;
|
|
1091
1091
|
Multiplier: import("tsondb/schema/def").EnumCaseDecl<IncludeIdentifier<[], import("tsondb/schema/def").TypeAliasDecl<"AdventurePointsDependingOnActiveInstancesMultiplier", Object<{
|
|
1092
1092
|
base: import("tsondb/schema/def").MemberDecl<import("tsondb/schema/def").IntegerType, true>;
|
|
1093
|
+
expression: import("tsondb/schema/def").MemberDecl<IncludeIdentifier<[], import("tsondb/schema/def").EnumDecl<"AdventurePointsDependingOnActiveInstancesMultiplierExpression", {
|
|
1094
|
+
Linear: import("tsondb/schema/def").EnumCaseDecl<null>;
|
|
1095
|
+
Exponentiation: import("tsondb/schema/def").EnumCaseDecl<null>;
|
|
1096
|
+
}, []>>, true>;
|
|
1093
1097
|
}>, []>>>;
|
|
1094
1098
|
}, []>>>;
|
|
1095
1099
|
Indefinite: import("tsondb/schema/def").EnumCaseDecl<null>;
|
|
@@ -1039,6 +1039,10 @@ export declare const WandEnchantment: Entity<"WandEnchantment", {
|
|
|
1039
1039
|
}>, []>>>;
|
|
1040
1040
|
Multiplier: import("tsondb/schema/def").EnumCaseDecl<IncludeIdentifier<[], import("tsondb/schema/def").TypeAliasDecl<"AdventurePointsDependingOnActiveInstancesMultiplier", Object<{
|
|
1041
1041
|
base: import("tsondb/schema/def").MemberDecl<import("tsondb/schema/def").IntegerType, true>;
|
|
1042
|
+
expression: import("tsondb/schema/def").MemberDecl<IncludeIdentifier<[], import("tsondb/schema/def").EnumDecl<"AdventurePointsDependingOnActiveInstancesMultiplierExpression", {
|
|
1043
|
+
Linear: import("tsondb/schema/def").EnumCaseDecl<null>;
|
|
1044
|
+
Exponentiation: import("tsondb/schema/def").EnumCaseDecl<null>;
|
|
1045
|
+
}, []>>, true>;
|
|
1042
1046
|
}>, []>>>;
|
|
1043
1047
|
}, []>>>;
|
|
1044
1048
|
Indefinite: import("tsondb/schema/def").EnumCaseDecl<null>;
|
|
@@ -1090,6 +1090,10 @@ export declare const WeaponEnchantment: Entity<"WeaponEnchantment", {
|
|
|
1090
1090
|
}>, []>>>;
|
|
1091
1091
|
Multiplier: import("tsondb/schema/def").EnumCaseDecl<IncludeIdentifier<[], import("tsondb/schema/def").TypeAliasDecl<"AdventurePointsDependingOnActiveInstancesMultiplier", Object<{
|
|
1092
1092
|
base: import("tsondb/schema/def").MemberDecl<import("tsondb/schema/def").IntegerType, true>;
|
|
1093
|
+
expression: import("tsondb/schema/def").MemberDecl<IncludeIdentifier<[], import("tsondb/schema/def").EnumDecl<"AdventurePointsDependingOnActiveInstancesMultiplierExpression", {
|
|
1094
|
+
Linear: import("tsondb/schema/def").EnumCaseDecl<null>;
|
|
1095
|
+
Exponentiation: import("tsondb/schema/def").EnumCaseDecl<null>;
|
|
1096
|
+
}, []>>, true>;
|
|
1093
1097
|
}>, []>>>;
|
|
1094
1098
|
}, []>>>;
|
|
1095
1099
|
Indefinite: import("tsondb/schema/def").EnumCaseDecl<null>;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "optolith-database-schema",
|
|
3
|
-
"version": "0.18.
|
|
3
|
+
"version": "0.18.13",
|
|
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",
|