optolith-database-schema 0.21.2 → 0.22.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +23 -0
- package/gen/types.d.ts +67 -4
- package/lib/types/Advantage.d.ts +136 -1
- package/lib/types/Advantage.js +6 -1
- package/lib/types/Disadvantage.d.ts +66 -1
- package/lib/types/Disadvantage.js +4 -1
- package/lib/types/_Activatable.d.ts +1 -1900
- package/lib/types/_Activatable.js +1 -1385
- package/lib/types/_ActivatableAdvanced.d.ts +50 -0
- package/lib/types/_ActivatableAdvanced.js +97 -0
- package/lib/types/_ActivatableAdventurePointsValue.d.ts +152 -0
- package/lib/types/_ActivatableAdventurePointsValue.js +141 -0
- package/lib/types/_ActivatableAutomatic.d.ts +71 -0
- package/lib/types/_ActivatableAutomatic.js +64 -0
- package/lib/types/_ActivatableCombat.d.ts +124 -0
- package/lib/types/_ActivatableCombat.js +359 -0
- package/lib/types/_ActivatableNonMundane.d.ts +399 -0
- package/lib/types/_ActivatableNonMundane.js +492 -0
- package/lib/types/_ActivatableSelectOptions.d.ts +1197 -0
- package/lib/types/_ActivatableSelectOptions.js +272 -0
- package/lib/types/_ActivatableSkillApplicationsAndUses.d.ts +109 -0
- package/lib/types/_ActivatableSkillApplicationsAndUses.js +78 -0
- package/lib/types/_Identifier.js +2 -1
- package/lib/types/_SizeCategory.d.ts +15 -0
- package/lib/types/_SizeCategory.js +24 -0
- package/lib/types/specialAbility/AdvancedCombatSpecialAbility.d.ts +67 -1
- package/lib/types/specialAbility/AdvancedCombatSpecialAbility.js +5 -1
- package/lib/types/specialAbility/AdvancedKarmaSpecialAbility.d.ts +66 -1
- package/lib/types/specialAbility/AdvancedKarmaSpecialAbility.js +4 -1
- package/lib/types/specialAbility/AdvancedMagicalSpecialAbility.d.ts +66 -1
- package/lib/types/specialAbility/AdvancedMagicalSpecialAbility.js +4 -1
- package/lib/types/specialAbility/AdvancedSkillSpecialAbility.d.ts +66 -1
- package/lib/types/specialAbility/AdvancedSkillSpecialAbility.js +4 -1
- package/lib/types/specialAbility/AncestorGlyph.d.ts +66 -1
- package/lib/types/specialAbility/AncestorGlyph.js +3 -1
- package/lib/types/specialAbility/BlessedTradition.d.ts +66 -1
- package/lib/types/specialAbility/BlessedTradition.js +4 -1
- package/lib/types/specialAbility/BrawlingSpecialAbility.d.ts +67 -1
- package/lib/types/specialAbility/BrawlingSpecialAbility.js +4 -1
- package/lib/types/specialAbility/CeremonialItemSpecialAbility.d.ts +66 -1
- package/lib/types/specialAbility/CeremonialItemSpecialAbility.js +6 -2
- package/lib/types/specialAbility/CombatSpecialAbility.d.ts +67 -1
- package/lib/types/specialAbility/CombatSpecialAbility.js +5 -1
- package/lib/types/specialAbility/CombatStyleSpecialAbility.d.ts +67 -1
- package/lib/types/specialAbility/CombatStyleSpecialAbility.js +6 -1
- package/lib/types/specialAbility/CommandSpecialAbility.d.ts +67 -1
- package/lib/types/specialAbility/CommandSpecialAbility.js +4 -1
- package/lib/types/specialAbility/FamiliarSpecialAbility.d.ts +66 -1
- package/lib/types/specialAbility/FamiliarSpecialAbility.js +3 -1
- package/lib/types/specialAbility/FatePointSexSpecialAbility.d.ts +66 -1
- package/lib/types/specialAbility/FatePointSexSpecialAbility.js +3 -1
- package/lib/types/specialAbility/FatePointSpecialAbility.d.ts +66 -1
- package/lib/types/specialAbility/FatePointSpecialAbility.js +4 -1
- package/lib/types/specialAbility/GeneralSpecialAbility.d.ts +66 -1
- package/lib/types/specialAbility/GeneralSpecialAbility.js +4 -1
- package/lib/types/specialAbility/KarmaSpecialAbility.d.ts +66 -1
- package/lib/types/specialAbility/KarmaSpecialAbility.js +3 -1
- package/lib/types/specialAbility/LiturgicalStyleSpecialAbility.d.ts +66 -1
- package/lib/types/specialAbility/LiturgicalStyleSpecialAbility.js +5 -1
- package/lib/types/specialAbility/LycantropicGift.d.ts +66 -1
- package/lib/types/specialAbility/LycantropicGift.js +3 -1
- package/lib/types/specialAbility/MagicStyleSpecialAbility.d.ts +66 -1
- package/lib/types/specialAbility/MagicStyleSpecialAbility.js +5 -1
- package/lib/types/specialAbility/MagicalSign.d.ts +2 -1
- package/lib/types/specialAbility/MagicalSign.js +8 -2
- package/lib/types/specialAbility/MagicalSpecialAbility.d.ts +66 -1
- package/lib/types/specialAbility/MagicalSpecialAbility.js +4 -1
- package/lib/types/specialAbility/MagicalTradition.d.ts +66 -1
- package/lib/types/specialAbility/MagicalTradition.js +4 -1
- package/lib/types/specialAbility/PactGift.d.ts +128 -62
- package/lib/types/specialAbility/PactGift.js +6 -61
- package/lib/types/specialAbility/ProtectiveWardingCircleSpecialAbility.d.ts +66 -1
- package/lib/types/specialAbility/ProtectiveWardingCircleSpecialAbility.js +3 -1
- package/lib/types/specialAbility/Sermon.d.ts +66 -1
- package/lib/types/specialAbility/Sermon.js +3 -1
- package/lib/types/specialAbility/SexSpecialAbility.d.ts +66 -1
- package/lib/types/specialAbility/SexSpecialAbility.js +4 -1
- package/lib/types/specialAbility/SikaryanDrainSpecialAbility.d.ts +66 -1
- package/lib/types/specialAbility/SikaryanDrainSpecialAbility.js +3 -1
- package/lib/types/specialAbility/SkillStyleSpecialAbility.d.ts +66 -1
- package/lib/types/specialAbility/SkillStyleSpecialAbility.js +4 -1
- package/lib/types/specialAbility/VampiricGift.d.ts +66 -1
- package/lib/types/specialAbility/VampiricGift.js +3 -1
- package/lib/types/specialAbility/Vision.d.ts +66 -1
- package/lib/types/specialAbility/Vision.js +3 -1
- package/lib/types/specialAbility/sub/TradeSecret.js +2 -1
- package/lib/types/traditionArtifacts/ArcaneOrbEnchantment.d.ts +66 -1
- package/lib/types/traditionArtifacts/ArcaneOrbEnchantment.js +5 -2
- package/lib/types/traditionArtifacts/AttireEnchantment.d.ts +66 -1
- package/lib/types/traditionArtifacts/AttireEnchantment.js +5 -2
- package/lib/types/traditionArtifacts/BowlEnchantment.d.ts +66 -1
- package/lib/types/traditionArtifacts/BowlEnchantment.js +5 -2
- package/lib/types/traditionArtifacts/CauldronEnchantment.d.ts +66 -1
- package/lib/types/traditionArtifacts/CauldronEnchantment.js +5 -2
- package/lib/types/traditionArtifacts/ChronicleEnchantment.d.ts +66 -1
- package/lib/types/traditionArtifacts/ChronicleEnchantment.js +5 -2
- package/lib/types/traditionArtifacts/DaggerRitual.d.ts +66 -1
- package/lib/types/traditionArtifacts/DaggerRitual.js +5 -2
- package/lib/types/traditionArtifacts/FoolsHatEnchantment.d.ts +66 -1
- package/lib/types/traditionArtifacts/FoolsHatEnchantment.js +5 -2
- package/lib/types/traditionArtifacts/InstrumentEnchantment.d.ts +66 -1
- package/lib/types/traditionArtifacts/InstrumentEnchantment.js +5 -2
- package/lib/types/traditionArtifacts/Krallenkettenzauber.d.ts +66 -1
- package/lib/types/traditionArtifacts/Krallenkettenzauber.js +5 -2
- package/lib/types/traditionArtifacts/OrbEnchantment.d.ts +66 -1
- package/lib/types/traditionArtifacts/OrbEnchantment.js +5 -2
- package/lib/types/traditionArtifacts/RingEnchantment.d.ts +66 -1
- package/lib/types/traditionArtifacts/RingEnchantment.js +5 -2
- package/lib/types/traditionArtifacts/SickleRitual.d.ts +66 -1
- package/lib/types/traditionArtifacts/SickleRitual.js +5 -2
- package/lib/types/traditionArtifacts/SpellSwordEnchantment.d.ts +66 -1
- package/lib/types/traditionArtifacts/SpellSwordEnchantment.js +5 -2
- package/lib/types/traditionArtifacts/StaffEnchantment.d.ts +66 -1
- package/lib/types/traditionArtifacts/StaffEnchantment.js +5 -2
- package/lib/types/traditionArtifacts/ToyEnchantment.d.ts +66 -1
- package/lib/types/traditionArtifacts/ToyEnchantment.js +5 -2
- package/lib/types/traditionArtifacts/Trinkhornzauber.d.ts +66 -1
- package/lib/types/traditionArtifacts/Trinkhornzauber.js +5 -2
- package/lib/types/traditionArtifacts/WandEnchantment.d.ts +66 -1
- package/lib/types/traditionArtifacts/WandEnchantment.js +5 -2
- package/lib/types/traditionArtifacts/WeaponEnchantment.d.ts +66 -1
- package/lib/types/traditionArtifacts/WeaponEnchantment.js +5 -2
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,29 @@
|
|
|
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.22.0](https://github.com/elyukai/optolith-database-schema/compare/v0.21.2...v0.22.0) (2025-12-01)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### ⚠ BREAKING CHANGES
|
|
9
|
+
|
|
10
|
+
* Previous lists of values by level need to be wrapped in
|
|
11
|
+
an object.
|
|
12
|
+
|
|
13
|
+
### Features
|
|
14
|
+
|
|
15
|
+
* add two-handed option to combat technique restriction ([92d9269](https://github.com/elyukai/optolith-database-schema/commit/92d9269a923ccaa9a99617c34de612947ddbcb88)), closes [#67](https://github.com/elyukai/optolith-database-schema/issues/67)
|
|
16
|
+
* allow magical signs having AE cost ([f8e53e7](https://github.com/elyukai/optolith-database-schema/commit/f8e53e7dc3645e19a24cc60f1257ccd33f8579d6)), closes [#53](https://github.com/elyukai/optolith-database-schema/issues/53)
|
|
17
|
+
* ap value may depend on (any) active instance ([80b726f](https://github.com/elyukai/optolith-database-schema/commit/80b726f945cd6fe4609dfc0b11195ee3801d6433)), closes [#49](https://github.com/elyukai/optolith-database-schema/issues/49)
|
|
18
|
+
* ap value per level based on size category ([43b86db](https://github.com/elyukai/optolith-database-schema/commit/43b86dbf6b6940b6352a69d2a5e9c2f2430e2516)), closes [#43](https://github.com/elyukai/optolith-database-schema/issues/43)
|
|
19
|
+
* enable automatic entries for advantages ([a3e3559](https://github.com/elyukai/optolith-database-schema/commit/a3e35594ccaf85a7d10db4425234bdf8adc7bca0))
|
|
20
|
+
* make magical sign property optional ([5d5db60](https://github.com/elyukai/optolith-database-schema/commit/5d5db60ce3dba9330ed1b6f63b8ceb9e8b4c393b)), closes [#52](https://github.com/elyukai/optolith-database-schema/issues/52)
|
|
21
|
+
* support levels for automatic entries ([dfd83bd](https://github.com/elyukai/optolith-database-schema/commit/dfd83bd28b68bf73df6936d566765f526b1879c4))
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
### Bug Fixes
|
|
25
|
+
|
|
26
|
+
* identifier access error ([782ae60](https://github.com/elyukai/optolith-database-schema/commit/782ae60ca8e20f9118448922946735313852fed8))
|
|
27
|
+
|
|
5
28
|
## [0.21.2](https://github.com/elyukai/optolith-database-schema/compare/v0.21.1...v0.21.2) (2025-11-30)
|
|
6
29
|
|
|
7
30
|
|
package/gen/types.d.ts
CHANGED
|
@@ -1874,6 +1874,11 @@ export interface Advantage {
|
|
|
1874
1874
|
*/
|
|
1875
1875
|
maximum?: number
|
|
1876
1876
|
|
|
1877
|
+
/**
|
|
1878
|
+
* This entry has a direct influence on the existence of other entries. It may add or remove entries.
|
|
1879
|
+
*/
|
|
1880
|
+
automatic_entries?: AutomaticEntry[]
|
|
1881
|
+
|
|
1877
1882
|
prerequisites?: AdvantageDisadvantagePrerequisites
|
|
1878
1883
|
|
|
1879
1884
|
/**
|
|
@@ -5672,6 +5677,10 @@ export type AdventurePointsValue =
|
|
|
5672
5677
|
kind: "DerivedFromSelection"
|
|
5673
5678
|
DerivedFromSelection: AdventurePointsDerivedFromSelection
|
|
5674
5679
|
}
|
|
5680
|
+
| {
|
|
5681
|
+
kind: "DependingOnActive"
|
|
5682
|
+
DependingOnActive: AdventurePointsDependingOnActive
|
|
5683
|
+
}
|
|
5675
5684
|
| {
|
|
5676
5685
|
kind: "DependingOnActiveInstances"
|
|
5677
5686
|
DependingOnActiveInstances: AdventurePointsDependingOnActiveInstances
|
|
@@ -5691,9 +5700,30 @@ export type FixedAdventurePointsValue = AdventurePointsSingleValue
|
|
|
5691
5700
|
export type AdventurePointsSingleValue = number
|
|
5692
5701
|
|
|
5693
5702
|
/**
|
|
5694
|
-
* An entry with levels may have different costs for each level.
|
|
5703
|
+
* An entry with levels may have different costs for each level.
|
|
5704
|
+
*/
|
|
5705
|
+
export interface AdventurePointsValueByLevel {
|
|
5706
|
+
/**
|
|
5707
|
+
* The list of adventure point values, where the position in the list corresponds to the level (i.e. the first value is for level I, the second value is for level II, and so on). The length of the list must match the amount of levels the special ability has.
|
|
5708
|
+
*/
|
|
5709
|
+
list: AdventurePointsSingleValue[]
|
|
5710
|
+
|
|
5711
|
+
/**
|
|
5712
|
+
* Values may be added to each level based on the size category of the character. Negative values mean that the AP value is lowered.
|
|
5713
|
+
*/
|
|
5714
|
+
additionalBySizeCategory?: BySizeCategory<number>
|
|
5715
|
+
}
|
|
5716
|
+
|
|
5717
|
+
/**
|
|
5718
|
+
* An object that holds values for the different size categories
|
|
5695
5719
|
*/
|
|
5696
|
-
export
|
|
5720
|
+
export interface BySizeCategory<T> {
|
|
5721
|
+
tiny: T
|
|
5722
|
+
small: T
|
|
5723
|
+
medium: T
|
|
5724
|
+
large: T
|
|
5725
|
+
huge: T
|
|
5726
|
+
}
|
|
5697
5727
|
|
|
5698
5728
|
/**
|
|
5699
5729
|
* The adventure points value is derived from the selection of the special ability. Its display value may be able to be derived from the given information for the select options. If that is not the case or the generated text would not match the original one, a replacement text can be provided.
|
|
@@ -5714,6 +5744,26 @@ export interface AdventurePointsDerivedFromSelectionTranslation {
|
|
|
5714
5744
|
replacement?: string
|
|
5715
5745
|
}
|
|
5716
5746
|
|
|
5747
|
+
/**
|
|
5748
|
+
* The adventure points cost depends on if an instance of an entry is active.
|
|
5749
|
+
*/
|
|
5750
|
+
export interface AdventurePointsDependingOnActive {
|
|
5751
|
+
/**
|
|
5752
|
+
* The identifier of the entry to that decides which AP value to pick.
|
|
5753
|
+
*/
|
|
5754
|
+
id: ActivatableIdentifier
|
|
5755
|
+
|
|
5756
|
+
/**
|
|
5757
|
+
* The adventure points value if an instance of the referenced entry is active.
|
|
5758
|
+
*/
|
|
5759
|
+
active: AdventurePointsSingleValue
|
|
5760
|
+
|
|
5761
|
+
/**
|
|
5762
|
+
* The adventure points value if no instance of the referenced entry is active.
|
|
5763
|
+
*/
|
|
5764
|
+
inactive: AdventurePointsSingleValue
|
|
5765
|
+
}
|
|
5766
|
+
|
|
5717
5767
|
/**
|
|
5718
5768
|
* The adventure points cost depends on how many instances of the entry are already active.
|
|
5719
5769
|
*/
|
|
@@ -9486,6 +9536,9 @@ export type ApplicableCloseCombatTechniquesRestriction =
|
|
|
9486
9536
|
| {
|
|
9487
9537
|
kind: "OneHanded"
|
|
9488
9538
|
}
|
|
9539
|
+
| {
|
|
9540
|
+
kind: "TwoHanded"
|
|
9541
|
+
}
|
|
9489
9542
|
| {
|
|
9490
9543
|
kind: "ParryingWeapon"
|
|
9491
9544
|
}
|
|
@@ -12543,10 +12596,15 @@ export interface LycantropicGiftTranslation {
|
|
|
12543
12596
|
export interface MagicalSign {
|
|
12544
12597
|
prerequisites?: GeneralPrerequisites
|
|
12545
12598
|
|
|
12599
|
+
/**
|
|
12600
|
+
* The cost in AE.
|
|
12601
|
+
*/
|
|
12602
|
+
cost?: number
|
|
12603
|
+
|
|
12546
12604
|
/**
|
|
12547
12605
|
* The magic property’s identifier. `DependingOnProperty` can only be used if the special ability has an option to select a property.
|
|
12548
12606
|
*/
|
|
12549
|
-
property
|
|
12607
|
+
property?: PropertyDeclaration
|
|
12550
12608
|
|
|
12551
12609
|
/**
|
|
12552
12610
|
* The adventure points value.
|
|
@@ -12963,7 +13021,7 @@ export interface PactGift {
|
|
|
12963
13021
|
permanent_demonic_consumption?: PactGiftPermanentDemonicConsumption
|
|
12964
13022
|
|
|
12965
13023
|
/**
|
|
12966
|
-
* This
|
|
13024
|
+
* This entry has a direct influence on the existence of other entries. It may add or remove entries.
|
|
12967
13025
|
*/
|
|
12968
13026
|
automatic_entries?: AutomaticEntry[]
|
|
12969
13027
|
|
|
@@ -13096,6 +13154,11 @@ export type AutomaticEntryTargetSelectionList =
|
|
|
13096
13154
|
|
|
13097
13155
|
export interface FixedAutomaticEntryTarget {
|
|
13098
13156
|
id: ActivatableIdentifier
|
|
13157
|
+
|
|
13158
|
+
/**
|
|
13159
|
+
* The level of the target entry to be added or removed. If this is omitted for a multi-level entry, level 1 is assumed.
|
|
13160
|
+
*/
|
|
13161
|
+
level?: number
|
|
13099
13162
|
}
|
|
13100
13163
|
|
|
13101
13164
|
export interface ProtectiveWardingCircleSpecialAbility {
|
package/lib/types/Advantage.d.ts
CHANGED
|
@@ -902,6 +902,76 @@ export declare const Advantage: Entity<"Advantage", {
|
|
|
902
902
|
}>, false>;
|
|
903
903
|
}, "parent">>, true>;
|
|
904
904
|
maximum: import("tsondb/schema/def").MemberDecl<import("tsondb/schema/def").IntegerType, false>;
|
|
905
|
+
automatic_entries: import("tsondb/schema/def").MemberDecl<import("tsondb/schema/def").ArrayType<IncludeIdentifier<[], import("tsondb/schema/def").TypeAliasDecl<"AutomaticEntry", Object<{
|
|
906
|
+
action: import("tsondb/schema/def").MemberDecl<IncludeIdentifier<[], import("tsondb/schema/def").EnumDecl<"AutomaticEntryAction", {
|
|
907
|
+
Add: import("tsondb/schema/def").EnumCaseDecl<null>;
|
|
908
|
+
Remove: import("tsondb/schema/def").EnumCaseDecl<null>;
|
|
909
|
+
}, []>>, true>;
|
|
910
|
+
apply_ap_value: import("tsondb/schema/def").MemberDecl<Boolean, true>;
|
|
911
|
+
target: import("tsondb/schema/def").MemberDecl<IncludeIdentifier<[], import("tsondb/schema/def").EnumDecl<"AutomaticEntryTarget", {
|
|
912
|
+
Selection: import("tsondb/schema/def").EnumCaseDecl<IncludeIdentifier<[], import("tsondb/schema/def").TypeAliasDecl<"AutomaticEntryTargetSelection", Object<{
|
|
913
|
+
list: import("tsondb/schema/def").MemberDecl<IncludeIdentifier<[], import("tsondb/schema/def").EnumDecl<"AutomaticEntryTargetSelectionList", {
|
|
914
|
+
MagicalTraditions: import("tsondb/schema/def").EnumCaseDecl<null>;
|
|
915
|
+
MagicalDilettanteTraditions: import("tsondb/schema/def").EnumCaseDecl<null>;
|
|
916
|
+
}, []>>, true>;
|
|
917
|
+
}>, []>>>;
|
|
918
|
+
Fixed: import("tsondb/schema/def").EnumCaseDecl<IncludeIdentifier<[], import("tsondb/schema/def").TypeAliasDecl<"FixedAutomaticEntryTarget", Object<{
|
|
919
|
+
id: import("tsondb/schema/def").MemberDecl<IncludeIdentifier<[], import("tsondb/schema/def").EnumDecl<"ActivatableIdentifier", {
|
|
920
|
+
Advantage: import("tsondb/schema/def").EnumCaseDecl<import("tsondb/schema/def").ReferenceIdentifierType>;
|
|
921
|
+
Disadvantage: import("tsondb/schema/def").EnumCaseDecl<import("tsondb/schema/def").ReferenceIdentifierType>;
|
|
922
|
+
AdvancedCombatSpecialAbility: import("tsondb/schema/def").EnumCaseDecl<import("tsondb/schema/def").ReferenceIdentifierType>;
|
|
923
|
+
AdvancedKarmaSpecialAbility: import("tsondb/schema/def").EnumCaseDecl<import("tsondb/schema/def").ReferenceIdentifierType>;
|
|
924
|
+
AdvancedMagicalSpecialAbility: import("tsondb/schema/def").EnumCaseDecl<import("tsondb/schema/def").ReferenceIdentifierType>;
|
|
925
|
+
AdvancedSkillSpecialAbility: import("tsondb/schema/def").EnumCaseDecl<import("tsondb/schema/def").ReferenceIdentifierType>;
|
|
926
|
+
AncestorGlyph: import("tsondb/schema/def").EnumCaseDecl<import("tsondb/schema/def").ReferenceIdentifierType>;
|
|
927
|
+
ArcaneOrbEnchantment: import("tsondb/schema/def").EnumCaseDecl<import("tsondb/schema/def").ReferenceIdentifierType>;
|
|
928
|
+
AttireEnchantment: import("tsondb/schema/def").EnumCaseDecl<import("tsondb/schema/def").ReferenceIdentifierType>;
|
|
929
|
+
BlessedTradition: import("tsondb/schema/def").EnumCaseDecl<import("tsondb/schema/def").ReferenceIdentifierType>;
|
|
930
|
+
BowlEnchantment: import("tsondb/schema/def").EnumCaseDecl<import("tsondb/schema/def").ReferenceIdentifierType>;
|
|
931
|
+
BrawlingSpecialAbility: import("tsondb/schema/def").EnumCaseDecl<import("tsondb/schema/def").ReferenceIdentifierType>;
|
|
932
|
+
CauldronEnchantment: import("tsondb/schema/def").EnumCaseDecl<import("tsondb/schema/def").ReferenceIdentifierType>;
|
|
933
|
+
CeremonialItemSpecialAbility: import("tsondb/schema/def").EnumCaseDecl<import("tsondb/schema/def").ReferenceIdentifierType>;
|
|
934
|
+
ChronicleEnchantment: import("tsondb/schema/def").EnumCaseDecl<import("tsondb/schema/def").ReferenceIdentifierType>;
|
|
935
|
+
CombatSpecialAbility: import("tsondb/schema/def").EnumCaseDecl<import("tsondb/schema/def").ReferenceIdentifierType>;
|
|
936
|
+
CombatStyleSpecialAbility: import("tsondb/schema/def").EnumCaseDecl<import("tsondb/schema/def").ReferenceIdentifierType>;
|
|
937
|
+
CommandSpecialAbility: import("tsondb/schema/def").EnumCaseDecl<import("tsondb/schema/def").ReferenceIdentifierType>;
|
|
938
|
+
DaggerRitual: import("tsondb/schema/def").EnumCaseDecl<import("tsondb/schema/def").ReferenceIdentifierType>;
|
|
939
|
+
FamiliarSpecialAbility: import("tsondb/schema/def").EnumCaseDecl<import("tsondb/schema/def").ReferenceIdentifierType>;
|
|
940
|
+
FatePointSexSpecialAbility: import("tsondb/schema/def").EnumCaseDecl<import("tsondb/schema/def").ReferenceIdentifierType>;
|
|
941
|
+
FatePointSpecialAbility: import("tsondb/schema/def").EnumCaseDecl<import("tsondb/schema/def").ReferenceIdentifierType>;
|
|
942
|
+
FoolsHatEnchantment: import("tsondb/schema/def").EnumCaseDecl<import("tsondb/schema/def").ReferenceIdentifierType>;
|
|
943
|
+
GeneralSpecialAbility: import("tsondb/schema/def").EnumCaseDecl<import("tsondb/schema/def").ReferenceIdentifierType>;
|
|
944
|
+
InstrumentEnchantment: import("tsondb/schema/def").EnumCaseDecl<import("tsondb/schema/def").ReferenceIdentifierType>;
|
|
945
|
+
KarmaSpecialAbility: import("tsondb/schema/def").EnumCaseDecl<import("tsondb/schema/def").ReferenceIdentifierType>;
|
|
946
|
+
Krallenkettenzauber: import("tsondb/schema/def").EnumCaseDecl<import("tsondb/schema/def").ReferenceIdentifierType>;
|
|
947
|
+
LiturgicalStyleSpecialAbility: import("tsondb/schema/def").EnumCaseDecl<import("tsondb/schema/def").ReferenceIdentifierType>;
|
|
948
|
+
LycantropicGift: import("tsondb/schema/def").EnumCaseDecl<import("tsondb/schema/def").ReferenceIdentifierType>;
|
|
949
|
+
MagicalSign: import("tsondb/schema/def").EnumCaseDecl<import("tsondb/schema/def").ReferenceIdentifierType>;
|
|
950
|
+
MagicalSpecialAbility: import("tsondb/schema/def").EnumCaseDecl<import("tsondb/schema/def").ReferenceIdentifierType>;
|
|
951
|
+
MagicalTradition: import("tsondb/schema/def").EnumCaseDecl<import("tsondb/schema/def").ReferenceIdentifierType>;
|
|
952
|
+
MagicStyleSpecialAbility: import("tsondb/schema/def").EnumCaseDecl<import("tsondb/schema/def").ReferenceIdentifierType>;
|
|
953
|
+
OrbEnchantment: import("tsondb/schema/def").EnumCaseDecl<import("tsondb/schema/def").ReferenceIdentifierType>;
|
|
954
|
+
PactGift: import("tsondb/schema/def").EnumCaseDecl<import("tsondb/schema/def").ReferenceIdentifierType>;
|
|
955
|
+
ProtectiveWardingCircleSpecialAbility: import("tsondb/schema/def").EnumCaseDecl<import("tsondb/schema/def").ReferenceIdentifierType>;
|
|
956
|
+
RingEnchantment: import("tsondb/schema/def").EnumCaseDecl<import("tsondb/schema/def").ReferenceIdentifierType>;
|
|
957
|
+
Sermon: import("tsondb/schema/def").EnumCaseDecl<import("tsondb/schema/def").ReferenceIdentifierType>;
|
|
958
|
+
SexSpecialAbility: import("tsondb/schema/def").EnumCaseDecl<import("tsondb/schema/def").ReferenceIdentifierType>;
|
|
959
|
+
SickleRitual: import("tsondb/schema/def").EnumCaseDecl<import("tsondb/schema/def").ReferenceIdentifierType>;
|
|
960
|
+
SikaryanDrainSpecialAbility: import("tsondb/schema/def").EnumCaseDecl<import("tsondb/schema/def").ReferenceIdentifierType>;
|
|
961
|
+
SkillStyleSpecialAbility: import("tsondb/schema/def").EnumCaseDecl<import("tsondb/schema/def").ReferenceIdentifierType>;
|
|
962
|
+
SpellSwordEnchantment: import("tsondb/schema/def").EnumCaseDecl<import("tsondb/schema/def").ReferenceIdentifierType>;
|
|
963
|
+
StaffEnchantment: import("tsondb/schema/def").EnumCaseDecl<import("tsondb/schema/def").ReferenceIdentifierType>;
|
|
964
|
+
ToyEnchantment: import("tsondb/schema/def").EnumCaseDecl<import("tsondb/schema/def").ReferenceIdentifierType>;
|
|
965
|
+
Trinkhornzauber: import("tsondb/schema/def").EnumCaseDecl<import("tsondb/schema/def").ReferenceIdentifierType>;
|
|
966
|
+
VampiricGift: import("tsondb/schema/def").EnumCaseDecl<import("tsondb/schema/def").ReferenceIdentifierType>;
|
|
967
|
+
Vision: import("tsondb/schema/def").EnumCaseDecl<import("tsondb/schema/def").ReferenceIdentifierType>;
|
|
968
|
+
WandEnchantment: import("tsondb/schema/def").EnumCaseDecl<import("tsondb/schema/def").ReferenceIdentifierType>;
|
|
969
|
+
WeaponEnchantment: import("tsondb/schema/def").EnumCaseDecl<import("tsondb/schema/def").ReferenceIdentifierType>;
|
|
970
|
+
}, []>>, true>;
|
|
971
|
+
level: import("tsondb/schema/def").MemberDecl<import("tsondb/schema/def").IntegerType, false>;
|
|
972
|
+
}>, []>>>;
|
|
973
|
+
}, []>>, true>;
|
|
974
|
+
}>, []>>>, false>;
|
|
905
975
|
prerequisites: import("tsondb/schema/def").MemberDecl<IncludeIdentifier<[], import("tsondb/schema/def").TypeAliasDecl<"AdvantageDisadvantagePrerequisites", IncludeIdentifier<import("tsondb/schema/def").TypeParameter<string, import("tsondb/schema/def").Type>[], import("tsondb/schema/def").TypeAliasDecl<"PrerequisitesForLevels", import("tsondb/schema/def").ArrayType<IncludeIdentifier<import("tsondb/schema/def").TypeParameter<string, import("tsondb/schema/def").Type>[], import("tsondb/schema/def").TypeAliasDecl<"PrerequisiteForLevel", Object<{
|
|
906
976
|
level: import("tsondb/schema/def").MemberDecl<import("tsondb/schema/def").IntegerType, true>;
|
|
907
977
|
prerequisite: import("tsondb/schema/def").MemberDecl<IncludeIdentifier<import("tsondb/schema/def").TypeParameter<string, import("tsondb/schema/def").Type>[], import("tsondb/schema/def").EnumDecl<"PrerequisitesElement", {
|
|
@@ -931,12 +1001,77 @@ export declare const Advantage: Entity<"Advantage", {
|
|
|
931
1001
|
}>, [T: import("tsondb/schema/def").TypeParameter<"T", import("tsondb/schema/def").Type>]>>>, [T: import("tsondb/schema/def").TypeParameter<"T", import("tsondb/schema/def").Type>]>>, []>>, false>;
|
|
932
1002
|
ap_value: import("tsondb/schema/def").MemberDecl<IncludeIdentifier<[], import("tsondb/schema/def").EnumDecl<"AdventurePointsValue", {
|
|
933
1003
|
Fixed: import("tsondb/schema/def").EnumCaseDecl<IncludeIdentifier<[], import("tsondb/schema/def").TypeAliasDecl<"FixedAdventurePointsValue", IncludeIdentifier<[], import("tsondb/schema/def").TypeAliasDecl<"AdventurePointsSingleValue", import("tsondb/schema/def").IntegerType, []>>, []>>>;
|
|
934
|
-
ByLevel: import("tsondb/schema/def").EnumCaseDecl<IncludeIdentifier<[], import("tsondb/schema/def").TypeAliasDecl<"AdventurePointsValueByLevel",
|
|
1004
|
+
ByLevel: import("tsondb/schema/def").EnumCaseDecl<IncludeIdentifier<[], import("tsondb/schema/def").TypeAliasDecl<"AdventurePointsValueByLevel", Object<{
|
|
1005
|
+
list: import("tsondb/schema/def").MemberDecl<import("tsondb/schema/def").ArrayType<IncludeIdentifier<[], import("tsondb/schema/def").TypeAliasDecl<"AdventurePointsSingleValue", import("tsondb/schema/def").IntegerType, []>>>, true>;
|
|
1006
|
+
additionalBySizeCategory: import("tsondb/schema/def").MemberDecl<IncludeIdentifier<import("tsondb/schema/def").TypeParameter<string, import("tsondb/schema/def").Type>[], import("tsondb/schema/def").TypeAliasDecl<"BySizeCategory", Object<{
|
|
1007
|
+
tiny: import("tsondb/schema/def").MemberDecl<import("tsondb/schema/def").TypeArgumentType<import("tsondb/schema/def").TypeParameter<"T", import("tsondb/schema/def").Type>>, true>;
|
|
1008
|
+
small: import("tsondb/schema/def").MemberDecl<import("tsondb/schema/def").TypeArgumentType<import("tsondb/schema/def").TypeParameter<"T", import("tsondb/schema/def").Type>>, true>;
|
|
1009
|
+
medium: import("tsondb/schema/def").MemberDecl<import("tsondb/schema/def").TypeArgumentType<import("tsondb/schema/def").TypeParameter<"T", import("tsondb/schema/def").Type>>, true>;
|
|
1010
|
+
large: import("tsondb/schema/def").MemberDecl<import("tsondb/schema/def").TypeArgumentType<import("tsondb/schema/def").TypeParameter<"T", import("tsondb/schema/def").Type>>, true>;
|
|
1011
|
+
huge: import("tsondb/schema/def").MemberDecl<import("tsondb/schema/def").TypeArgumentType<import("tsondb/schema/def").TypeParameter<"T", import("tsondb/schema/def").Type>>, true>;
|
|
1012
|
+
}>, [T: import("tsondb/schema/def").TypeParameter<"T", import("tsondb/schema/def").Type>]>>, false>;
|
|
1013
|
+
}>, []>>>;
|
|
935
1014
|
DerivedFromSelection: import("tsondb/schema/def").EnumCaseDecl<IncludeIdentifier<[], import("tsondb/schema/def").TypeAliasDecl<"AdventurePointsDerivedFromSelection", Object<{
|
|
936
1015
|
translations: import("tsondb/schema/def").MemberDecl<import("tsondb/schema/def").NestedEntityMapType<"AdventurePointsDerivedFromSelectionTranslation", {
|
|
937
1016
|
replacement: import("tsondb/schema/def").MemberDecl<import("tsondb/schema/def").StringType, false>;
|
|
938
1017
|
}>, false>;
|
|
939
1018
|
}>, []>>>;
|
|
1019
|
+
DependingOnActive: import("tsondb/schema/def").EnumCaseDecl<IncludeIdentifier<[], import("tsondb/schema/def").TypeAliasDecl<"AdventurePointsDependingOnActive", Object<{
|
|
1020
|
+
id: import("tsondb/schema/def").MemberDecl<IncludeIdentifier<[], import("tsondb/schema/def").EnumDecl<"ActivatableIdentifier", {
|
|
1021
|
+
Advantage: import("tsondb/schema/def").EnumCaseDecl<import("tsondb/schema/def").ReferenceIdentifierType>;
|
|
1022
|
+
Disadvantage: import("tsondb/schema/def").EnumCaseDecl<import("tsondb/schema/def").ReferenceIdentifierType>;
|
|
1023
|
+
AdvancedCombatSpecialAbility: import("tsondb/schema/def").EnumCaseDecl<import("tsondb/schema/def").ReferenceIdentifierType>;
|
|
1024
|
+
AdvancedKarmaSpecialAbility: import("tsondb/schema/def").EnumCaseDecl<import("tsondb/schema/def").ReferenceIdentifierType>;
|
|
1025
|
+
AdvancedMagicalSpecialAbility: import("tsondb/schema/def").EnumCaseDecl<import("tsondb/schema/def").ReferenceIdentifierType>;
|
|
1026
|
+
AdvancedSkillSpecialAbility: import("tsondb/schema/def").EnumCaseDecl<import("tsondb/schema/def").ReferenceIdentifierType>;
|
|
1027
|
+
AncestorGlyph: import("tsondb/schema/def").EnumCaseDecl<import("tsondb/schema/def").ReferenceIdentifierType>;
|
|
1028
|
+
ArcaneOrbEnchantment: import("tsondb/schema/def").EnumCaseDecl<import("tsondb/schema/def").ReferenceIdentifierType>;
|
|
1029
|
+
AttireEnchantment: import("tsondb/schema/def").EnumCaseDecl<import("tsondb/schema/def").ReferenceIdentifierType>;
|
|
1030
|
+
BlessedTradition: import("tsondb/schema/def").EnumCaseDecl<import("tsondb/schema/def").ReferenceIdentifierType>;
|
|
1031
|
+
BowlEnchantment: import("tsondb/schema/def").EnumCaseDecl<import("tsondb/schema/def").ReferenceIdentifierType>;
|
|
1032
|
+
BrawlingSpecialAbility: import("tsondb/schema/def").EnumCaseDecl<import("tsondb/schema/def").ReferenceIdentifierType>;
|
|
1033
|
+
CauldronEnchantment: import("tsondb/schema/def").EnumCaseDecl<import("tsondb/schema/def").ReferenceIdentifierType>;
|
|
1034
|
+
CeremonialItemSpecialAbility: import("tsondb/schema/def").EnumCaseDecl<import("tsondb/schema/def").ReferenceIdentifierType>;
|
|
1035
|
+
ChronicleEnchantment: import("tsondb/schema/def").EnumCaseDecl<import("tsondb/schema/def").ReferenceIdentifierType>;
|
|
1036
|
+
CombatSpecialAbility: import("tsondb/schema/def").EnumCaseDecl<import("tsondb/schema/def").ReferenceIdentifierType>;
|
|
1037
|
+
CombatStyleSpecialAbility: import("tsondb/schema/def").EnumCaseDecl<import("tsondb/schema/def").ReferenceIdentifierType>;
|
|
1038
|
+
CommandSpecialAbility: import("tsondb/schema/def").EnumCaseDecl<import("tsondb/schema/def").ReferenceIdentifierType>;
|
|
1039
|
+
DaggerRitual: import("tsondb/schema/def").EnumCaseDecl<import("tsondb/schema/def").ReferenceIdentifierType>;
|
|
1040
|
+
FamiliarSpecialAbility: import("tsondb/schema/def").EnumCaseDecl<import("tsondb/schema/def").ReferenceIdentifierType>;
|
|
1041
|
+
FatePointSexSpecialAbility: import("tsondb/schema/def").EnumCaseDecl<import("tsondb/schema/def").ReferenceIdentifierType>;
|
|
1042
|
+
FatePointSpecialAbility: import("tsondb/schema/def").EnumCaseDecl<import("tsondb/schema/def").ReferenceIdentifierType>;
|
|
1043
|
+
FoolsHatEnchantment: import("tsondb/schema/def").EnumCaseDecl<import("tsondb/schema/def").ReferenceIdentifierType>;
|
|
1044
|
+
GeneralSpecialAbility: import("tsondb/schema/def").EnumCaseDecl<import("tsondb/schema/def").ReferenceIdentifierType>;
|
|
1045
|
+
InstrumentEnchantment: import("tsondb/schema/def").EnumCaseDecl<import("tsondb/schema/def").ReferenceIdentifierType>;
|
|
1046
|
+
KarmaSpecialAbility: import("tsondb/schema/def").EnumCaseDecl<import("tsondb/schema/def").ReferenceIdentifierType>;
|
|
1047
|
+
Krallenkettenzauber: import("tsondb/schema/def").EnumCaseDecl<import("tsondb/schema/def").ReferenceIdentifierType>;
|
|
1048
|
+
LiturgicalStyleSpecialAbility: import("tsondb/schema/def").EnumCaseDecl<import("tsondb/schema/def").ReferenceIdentifierType>;
|
|
1049
|
+
LycantropicGift: import("tsondb/schema/def").EnumCaseDecl<import("tsondb/schema/def").ReferenceIdentifierType>;
|
|
1050
|
+
MagicalSign: import("tsondb/schema/def").EnumCaseDecl<import("tsondb/schema/def").ReferenceIdentifierType>;
|
|
1051
|
+
MagicalSpecialAbility: import("tsondb/schema/def").EnumCaseDecl<import("tsondb/schema/def").ReferenceIdentifierType>;
|
|
1052
|
+
MagicalTradition: import("tsondb/schema/def").EnumCaseDecl<import("tsondb/schema/def").ReferenceIdentifierType>;
|
|
1053
|
+
MagicStyleSpecialAbility: import("tsondb/schema/def").EnumCaseDecl<import("tsondb/schema/def").ReferenceIdentifierType>;
|
|
1054
|
+
OrbEnchantment: import("tsondb/schema/def").EnumCaseDecl<import("tsondb/schema/def").ReferenceIdentifierType>;
|
|
1055
|
+
PactGift: import("tsondb/schema/def").EnumCaseDecl<import("tsondb/schema/def").ReferenceIdentifierType>;
|
|
1056
|
+
ProtectiveWardingCircleSpecialAbility: import("tsondb/schema/def").EnumCaseDecl<import("tsondb/schema/def").ReferenceIdentifierType>;
|
|
1057
|
+
RingEnchantment: import("tsondb/schema/def").EnumCaseDecl<import("tsondb/schema/def").ReferenceIdentifierType>;
|
|
1058
|
+
Sermon: import("tsondb/schema/def").EnumCaseDecl<import("tsondb/schema/def").ReferenceIdentifierType>;
|
|
1059
|
+
SexSpecialAbility: import("tsondb/schema/def").EnumCaseDecl<import("tsondb/schema/def").ReferenceIdentifierType>;
|
|
1060
|
+
SickleRitual: import("tsondb/schema/def").EnumCaseDecl<import("tsondb/schema/def").ReferenceIdentifierType>;
|
|
1061
|
+
SikaryanDrainSpecialAbility: import("tsondb/schema/def").EnumCaseDecl<import("tsondb/schema/def").ReferenceIdentifierType>;
|
|
1062
|
+
SkillStyleSpecialAbility: import("tsondb/schema/def").EnumCaseDecl<import("tsondb/schema/def").ReferenceIdentifierType>;
|
|
1063
|
+
SpellSwordEnchantment: import("tsondb/schema/def").EnumCaseDecl<import("tsondb/schema/def").ReferenceIdentifierType>;
|
|
1064
|
+
StaffEnchantment: import("tsondb/schema/def").EnumCaseDecl<import("tsondb/schema/def").ReferenceIdentifierType>;
|
|
1065
|
+
ToyEnchantment: import("tsondb/schema/def").EnumCaseDecl<import("tsondb/schema/def").ReferenceIdentifierType>;
|
|
1066
|
+
Trinkhornzauber: import("tsondb/schema/def").EnumCaseDecl<import("tsondb/schema/def").ReferenceIdentifierType>;
|
|
1067
|
+
VampiricGift: import("tsondb/schema/def").EnumCaseDecl<import("tsondb/schema/def").ReferenceIdentifierType>;
|
|
1068
|
+
Vision: import("tsondb/schema/def").EnumCaseDecl<import("tsondb/schema/def").ReferenceIdentifierType>;
|
|
1069
|
+
WandEnchantment: import("tsondb/schema/def").EnumCaseDecl<import("tsondb/schema/def").ReferenceIdentifierType>;
|
|
1070
|
+
WeaponEnchantment: import("tsondb/schema/def").EnumCaseDecl<import("tsondb/schema/def").ReferenceIdentifierType>;
|
|
1071
|
+
}, []>>, true>;
|
|
1072
|
+
active: import("tsondb/schema/def").MemberDecl<IncludeIdentifier<[], import("tsondb/schema/def").TypeAliasDecl<"AdventurePointsSingleValue", import("tsondb/schema/def").IntegerType, []>>, true>;
|
|
1073
|
+
inactive: import("tsondb/schema/def").MemberDecl<IncludeIdentifier<[], import("tsondb/schema/def").TypeAliasDecl<"AdventurePointsSingleValue", import("tsondb/schema/def").IntegerType, []>>, true>;
|
|
1074
|
+
}>, []>>>;
|
|
940
1075
|
DependingOnActiveInstances: import("tsondb/schema/def").EnumCaseDecl<IncludeIdentifier<[], import("tsondb/schema/def").EnumDecl<"AdventurePointsDependingOnActiveInstances", {
|
|
941
1076
|
Threshold: import("tsondb/schema/def").EnumCaseDecl<IncludeIdentifier<[], import("tsondb/schema/def").TypeAliasDecl<"AdventurePointsDependingOnActiveInstancesThreshold", Object<{
|
|
942
1077
|
normal: import("tsondb/schema/def").MemberDecl<import("tsondb/schema/def").IntegerType, true>;
|
package/lib/types/Advantage.js
CHANGED
|
@@ -1,5 +1,9 @@
|
|
|
1
1
|
import { Boolean, Entity, IncludeIdentifier, Object, Optional, Required } from "tsondb/schema/def";
|
|
2
|
-
import {
|
|
2
|
+
import { input, levels, maximum, name, name_in_library, range_l10n, rules } from "./_Activatable.js";
|
|
3
|
+
import { ap_value, ap_value_append, ap_value_l10n } from "./_ActivatableAdventurePointsValue.js";
|
|
4
|
+
import { automatic_entries } from "./_ActivatableAutomatic.js";
|
|
5
|
+
import { explicit_select_options, select_options } from "./_ActivatableSelectOptions.js";
|
|
6
|
+
import { skill_applications, skill_uses } from "./_ActivatableSkillApplicationsAndUses.js";
|
|
3
7
|
import { AdvantageDisadvantagePrerequisites } from "./_Prerequisite.js";
|
|
4
8
|
import { NestedTranslationMap } from "./Locale.js";
|
|
5
9
|
import { Errata } from "./source/_Erratum.js";
|
|
@@ -14,6 +18,7 @@ export const Advantage = Entity(import.meta.url, {
|
|
|
14
18
|
skill_applications,
|
|
15
19
|
skill_uses,
|
|
16
20
|
maximum,
|
|
21
|
+
automatic_entries,
|
|
17
22
|
prerequisites: Optional({
|
|
18
23
|
type: IncludeIdentifier(AdvantageDisadvantagePrerequisites),
|
|
19
24
|
}),
|
|
@@ -931,12 +931,77 @@ export declare const Disadvantage: Entity<"Disadvantage", {
|
|
|
931
931
|
}>, [T: import("tsondb/schema/def").TypeParameter<"T", import("tsondb/schema/def").Type>]>>>, [T: import("tsondb/schema/def").TypeParameter<"T", import("tsondb/schema/def").Type>]>>, []>>, false>;
|
|
932
932
|
ap_value: import("tsondb/schema/def").MemberDecl<IncludeIdentifier<[], import("tsondb/schema/def").EnumDecl<"AdventurePointsValue", {
|
|
933
933
|
Fixed: import("tsondb/schema/def").EnumCaseDecl<IncludeIdentifier<[], import("tsondb/schema/def").TypeAliasDecl<"FixedAdventurePointsValue", IncludeIdentifier<[], import("tsondb/schema/def").TypeAliasDecl<"AdventurePointsSingleValue", import("tsondb/schema/def").IntegerType, []>>, []>>>;
|
|
934
|
-
ByLevel: import("tsondb/schema/def").EnumCaseDecl<IncludeIdentifier<[], import("tsondb/schema/def").TypeAliasDecl<"AdventurePointsValueByLevel",
|
|
934
|
+
ByLevel: import("tsondb/schema/def").EnumCaseDecl<IncludeIdentifier<[], import("tsondb/schema/def").TypeAliasDecl<"AdventurePointsValueByLevel", Object<{
|
|
935
|
+
list: import("tsondb/schema/def").MemberDecl<import("tsondb/schema/def").ArrayType<IncludeIdentifier<[], import("tsondb/schema/def").TypeAliasDecl<"AdventurePointsSingleValue", import("tsondb/schema/def").IntegerType, []>>>, true>;
|
|
936
|
+
additionalBySizeCategory: import("tsondb/schema/def").MemberDecl<IncludeIdentifier<import("tsondb/schema/def").TypeParameter<string, import("tsondb/schema/def").Type>[], import("tsondb/schema/def").TypeAliasDecl<"BySizeCategory", Object<{
|
|
937
|
+
tiny: import("tsondb/schema/def").MemberDecl<import("tsondb/schema/def").TypeArgumentType<import("tsondb/schema/def").TypeParameter<"T", import("tsondb/schema/def").Type>>, true>;
|
|
938
|
+
small: import("tsondb/schema/def").MemberDecl<import("tsondb/schema/def").TypeArgumentType<import("tsondb/schema/def").TypeParameter<"T", import("tsondb/schema/def").Type>>, true>;
|
|
939
|
+
medium: import("tsondb/schema/def").MemberDecl<import("tsondb/schema/def").TypeArgumentType<import("tsondb/schema/def").TypeParameter<"T", import("tsondb/schema/def").Type>>, true>;
|
|
940
|
+
large: import("tsondb/schema/def").MemberDecl<import("tsondb/schema/def").TypeArgumentType<import("tsondb/schema/def").TypeParameter<"T", import("tsondb/schema/def").Type>>, true>;
|
|
941
|
+
huge: import("tsondb/schema/def").MemberDecl<import("tsondb/schema/def").TypeArgumentType<import("tsondb/schema/def").TypeParameter<"T", import("tsondb/schema/def").Type>>, true>;
|
|
942
|
+
}>, [T: import("tsondb/schema/def").TypeParameter<"T", import("tsondb/schema/def").Type>]>>, false>;
|
|
943
|
+
}>, []>>>;
|
|
935
944
|
DerivedFromSelection: import("tsondb/schema/def").EnumCaseDecl<IncludeIdentifier<[], import("tsondb/schema/def").TypeAliasDecl<"AdventurePointsDerivedFromSelection", Object<{
|
|
936
945
|
translations: import("tsondb/schema/def").MemberDecl<import("tsondb/schema/def").NestedEntityMapType<"AdventurePointsDerivedFromSelectionTranslation", {
|
|
937
946
|
replacement: import("tsondb/schema/def").MemberDecl<String, false>;
|
|
938
947
|
}>, false>;
|
|
939
948
|
}>, []>>>;
|
|
949
|
+
DependingOnActive: import("tsondb/schema/def").EnumCaseDecl<IncludeIdentifier<[], import("tsondb/schema/def").TypeAliasDecl<"AdventurePointsDependingOnActive", Object<{
|
|
950
|
+
id: import("tsondb/schema/def").MemberDecl<IncludeIdentifier<[], import("tsondb/schema/def").EnumDecl<"ActivatableIdentifier", {
|
|
951
|
+
Advantage: import("tsondb/schema/def").EnumCaseDecl<import("tsondb/schema/def").ReferenceIdentifierType>;
|
|
952
|
+
Disadvantage: import("tsondb/schema/def").EnumCaseDecl<import("tsondb/schema/def").ReferenceIdentifierType>;
|
|
953
|
+
AdvancedCombatSpecialAbility: import("tsondb/schema/def").EnumCaseDecl<import("tsondb/schema/def").ReferenceIdentifierType>;
|
|
954
|
+
AdvancedKarmaSpecialAbility: import("tsondb/schema/def").EnumCaseDecl<import("tsondb/schema/def").ReferenceIdentifierType>;
|
|
955
|
+
AdvancedMagicalSpecialAbility: import("tsondb/schema/def").EnumCaseDecl<import("tsondb/schema/def").ReferenceIdentifierType>;
|
|
956
|
+
AdvancedSkillSpecialAbility: import("tsondb/schema/def").EnumCaseDecl<import("tsondb/schema/def").ReferenceIdentifierType>;
|
|
957
|
+
AncestorGlyph: import("tsondb/schema/def").EnumCaseDecl<import("tsondb/schema/def").ReferenceIdentifierType>;
|
|
958
|
+
ArcaneOrbEnchantment: import("tsondb/schema/def").EnumCaseDecl<import("tsondb/schema/def").ReferenceIdentifierType>;
|
|
959
|
+
AttireEnchantment: import("tsondb/schema/def").EnumCaseDecl<import("tsondb/schema/def").ReferenceIdentifierType>;
|
|
960
|
+
BlessedTradition: import("tsondb/schema/def").EnumCaseDecl<import("tsondb/schema/def").ReferenceIdentifierType>;
|
|
961
|
+
BowlEnchantment: import("tsondb/schema/def").EnumCaseDecl<import("tsondb/schema/def").ReferenceIdentifierType>;
|
|
962
|
+
BrawlingSpecialAbility: import("tsondb/schema/def").EnumCaseDecl<import("tsondb/schema/def").ReferenceIdentifierType>;
|
|
963
|
+
CauldronEnchantment: import("tsondb/schema/def").EnumCaseDecl<import("tsondb/schema/def").ReferenceIdentifierType>;
|
|
964
|
+
CeremonialItemSpecialAbility: import("tsondb/schema/def").EnumCaseDecl<import("tsondb/schema/def").ReferenceIdentifierType>;
|
|
965
|
+
ChronicleEnchantment: import("tsondb/schema/def").EnumCaseDecl<import("tsondb/schema/def").ReferenceIdentifierType>;
|
|
966
|
+
CombatSpecialAbility: import("tsondb/schema/def").EnumCaseDecl<import("tsondb/schema/def").ReferenceIdentifierType>;
|
|
967
|
+
CombatStyleSpecialAbility: import("tsondb/schema/def").EnumCaseDecl<import("tsondb/schema/def").ReferenceIdentifierType>;
|
|
968
|
+
CommandSpecialAbility: import("tsondb/schema/def").EnumCaseDecl<import("tsondb/schema/def").ReferenceIdentifierType>;
|
|
969
|
+
DaggerRitual: import("tsondb/schema/def").EnumCaseDecl<import("tsondb/schema/def").ReferenceIdentifierType>;
|
|
970
|
+
FamiliarSpecialAbility: import("tsondb/schema/def").EnumCaseDecl<import("tsondb/schema/def").ReferenceIdentifierType>;
|
|
971
|
+
FatePointSexSpecialAbility: import("tsondb/schema/def").EnumCaseDecl<import("tsondb/schema/def").ReferenceIdentifierType>;
|
|
972
|
+
FatePointSpecialAbility: import("tsondb/schema/def").EnumCaseDecl<import("tsondb/schema/def").ReferenceIdentifierType>;
|
|
973
|
+
FoolsHatEnchantment: import("tsondb/schema/def").EnumCaseDecl<import("tsondb/schema/def").ReferenceIdentifierType>;
|
|
974
|
+
GeneralSpecialAbility: import("tsondb/schema/def").EnumCaseDecl<import("tsondb/schema/def").ReferenceIdentifierType>;
|
|
975
|
+
InstrumentEnchantment: import("tsondb/schema/def").EnumCaseDecl<import("tsondb/schema/def").ReferenceIdentifierType>;
|
|
976
|
+
KarmaSpecialAbility: import("tsondb/schema/def").EnumCaseDecl<import("tsondb/schema/def").ReferenceIdentifierType>;
|
|
977
|
+
Krallenkettenzauber: import("tsondb/schema/def").EnumCaseDecl<import("tsondb/schema/def").ReferenceIdentifierType>;
|
|
978
|
+
LiturgicalStyleSpecialAbility: import("tsondb/schema/def").EnumCaseDecl<import("tsondb/schema/def").ReferenceIdentifierType>;
|
|
979
|
+
LycantropicGift: import("tsondb/schema/def").EnumCaseDecl<import("tsondb/schema/def").ReferenceIdentifierType>;
|
|
980
|
+
MagicalSign: import("tsondb/schema/def").EnumCaseDecl<import("tsondb/schema/def").ReferenceIdentifierType>;
|
|
981
|
+
MagicalSpecialAbility: import("tsondb/schema/def").EnumCaseDecl<import("tsondb/schema/def").ReferenceIdentifierType>;
|
|
982
|
+
MagicalTradition: import("tsondb/schema/def").EnumCaseDecl<import("tsondb/schema/def").ReferenceIdentifierType>;
|
|
983
|
+
MagicStyleSpecialAbility: import("tsondb/schema/def").EnumCaseDecl<import("tsondb/schema/def").ReferenceIdentifierType>;
|
|
984
|
+
OrbEnchantment: import("tsondb/schema/def").EnumCaseDecl<import("tsondb/schema/def").ReferenceIdentifierType>;
|
|
985
|
+
PactGift: import("tsondb/schema/def").EnumCaseDecl<import("tsondb/schema/def").ReferenceIdentifierType>;
|
|
986
|
+
ProtectiveWardingCircleSpecialAbility: import("tsondb/schema/def").EnumCaseDecl<import("tsondb/schema/def").ReferenceIdentifierType>;
|
|
987
|
+
RingEnchantment: import("tsondb/schema/def").EnumCaseDecl<import("tsondb/schema/def").ReferenceIdentifierType>;
|
|
988
|
+
Sermon: import("tsondb/schema/def").EnumCaseDecl<import("tsondb/schema/def").ReferenceIdentifierType>;
|
|
989
|
+
SexSpecialAbility: import("tsondb/schema/def").EnumCaseDecl<import("tsondb/schema/def").ReferenceIdentifierType>;
|
|
990
|
+
SickleRitual: import("tsondb/schema/def").EnumCaseDecl<import("tsondb/schema/def").ReferenceIdentifierType>;
|
|
991
|
+
SikaryanDrainSpecialAbility: import("tsondb/schema/def").EnumCaseDecl<import("tsondb/schema/def").ReferenceIdentifierType>;
|
|
992
|
+
SkillStyleSpecialAbility: import("tsondb/schema/def").EnumCaseDecl<import("tsondb/schema/def").ReferenceIdentifierType>;
|
|
993
|
+
SpellSwordEnchantment: import("tsondb/schema/def").EnumCaseDecl<import("tsondb/schema/def").ReferenceIdentifierType>;
|
|
994
|
+
StaffEnchantment: import("tsondb/schema/def").EnumCaseDecl<import("tsondb/schema/def").ReferenceIdentifierType>;
|
|
995
|
+
ToyEnchantment: import("tsondb/schema/def").EnumCaseDecl<import("tsondb/schema/def").ReferenceIdentifierType>;
|
|
996
|
+
Trinkhornzauber: import("tsondb/schema/def").EnumCaseDecl<import("tsondb/schema/def").ReferenceIdentifierType>;
|
|
997
|
+
VampiricGift: import("tsondb/schema/def").EnumCaseDecl<import("tsondb/schema/def").ReferenceIdentifierType>;
|
|
998
|
+
Vision: import("tsondb/schema/def").EnumCaseDecl<import("tsondb/schema/def").ReferenceIdentifierType>;
|
|
999
|
+
WandEnchantment: import("tsondb/schema/def").EnumCaseDecl<import("tsondb/schema/def").ReferenceIdentifierType>;
|
|
1000
|
+
WeaponEnchantment: import("tsondb/schema/def").EnumCaseDecl<import("tsondb/schema/def").ReferenceIdentifierType>;
|
|
1001
|
+
}, []>>, true>;
|
|
1002
|
+
active: import("tsondb/schema/def").MemberDecl<IncludeIdentifier<[], import("tsondb/schema/def").TypeAliasDecl<"AdventurePointsSingleValue", import("tsondb/schema/def").IntegerType, []>>, true>;
|
|
1003
|
+
inactive: import("tsondb/schema/def").MemberDecl<IncludeIdentifier<[], import("tsondb/schema/def").TypeAliasDecl<"AdventurePointsSingleValue", import("tsondb/schema/def").IntegerType, []>>, true>;
|
|
1004
|
+
}>, []>>>;
|
|
940
1005
|
DependingOnActiveInstances: import("tsondb/schema/def").EnumCaseDecl<IncludeIdentifier<[], import("tsondb/schema/def").EnumDecl<"AdventurePointsDependingOnActiveInstances", {
|
|
941
1006
|
Threshold: import("tsondb/schema/def").EnumCaseDecl<IncludeIdentifier<[], import("tsondb/schema/def").TypeAliasDecl<"AdventurePointsDependingOnActiveInstancesThreshold", Object<{
|
|
942
1007
|
normal: import("tsondb/schema/def").MemberDecl<import("tsondb/schema/def").IntegerType, true>;
|
|
@@ -1,5 +1,8 @@
|
|
|
1
1
|
import { Boolean, Entity, IncludeIdentifier, Object, Optional, Required, String, } from "tsondb/schema/def";
|
|
2
|
-
import {
|
|
2
|
+
import { input, levels, maximum, name, name_in_library, rules } from "./_Activatable.js";
|
|
3
|
+
import { ap_value, ap_value_append, ap_value_l10n } from "./_ActivatableAdventurePointsValue.js";
|
|
4
|
+
import { explicit_select_options, select_options } from "./_ActivatableSelectOptions.js";
|
|
5
|
+
import { skill_applications, skill_uses } from "./_ActivatableSkillApplicationsAndUses.js";
|
|
3
6
|
import { AdvantageDisadvantagePrerequisites } from "./_Prerequisite.js";
|
|
4
7
|
import { NestedTranslationMap } from "./Locale.js";
|
|
5
8
|
import { Errata } from "./source/_Erratum.js";
|