optolith-database-schema 0.24.1 → 0.24.2
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 +17 -0
- package/gen/types.d.ts +478 -48
- package/lib/main.js +13 -10
- package/lib/types/Advantage.d.ts +33 -0
- package/lib/types/Disadvantage.d.ts +30 -0
- package/lib/types/Profession.d.ts +42 -0
- package/lib/types/SkillModificationLevel.js +12 -6
- package/lib/types/_ActivatableAdventurePointsValue.d.ts +6 -0
- package/lib/types/_ActivatableAutomatic.d.ts +3 -0
- package/lib/types/_ActivatableCombat.d.ts +1 -0
- package/lib/types/_ActivatableCombat.js +1 -0
- package/lib/types/_ActivatableSelectOptionCategory.d.ts +24 -0
- package/lib/types/_ActivatableSelectOptions.d.ts +30 -0
- package/lib/types/_Identifier.d.ts +3 -0
- package/lib/types/_Identifier.js +6 -0
- package/lib/types/_IdentifierGroup.d.ts +9 -0
- package/lib/types/_IdentifierGroup.js +10 -1
- package/lib/types/equipment/item/GemOrPreciousStone.d.ts +1 -0
- package/lib/types/equipment/item/GemOrPreciousStone.js +5 -1
- package/lib/types/index.d.ts +3 -0
- package/lib/types/index.js +3 -0
- package/lib/types/prerequisites/PrerequisiteGroups.d.ts +28 -0
- package/lib/types/prerequisites/PrerequisiteGroups.js +2 -0
- package/lib/types/prerequisites/single/ActivatablePrerequisite.d.ts +3 -0
- package/lib/types/prerequisites/single/PersonalityTraitPrerequisite.d.ts +17 -0
- package/lib/types/prerequisites/single/PersonalityTraitPrerequisite.js +19 -0
- package/lib/types/specialAbility/AdvancedCombatSpecialAbility.d.ts +32 -0
- package/lib/types/specialAbility/AdvancedCombatSpecialAbility.js +2 -1
- package/lib/types/specialAbility/AdvancedKarmaSpecialAbility.d.ts +30 -0
- package/lib/types/specialAbility/AdvancedMagicalSpecialAbility.d.ts +30 -0
- package/lib/types/specialAbility/AdvancedSkillSpecialAbility.d.ts +30 -0
- package/lib/types/specialAbility/AncestorGlyph.d.ts +30 -0
- package/lib/types/specialAbility/BlessedTradition.d.ts +30 -0
- package/lib/types/specialAbility/BrawlingSpecialAbility.d.ts +31 -0
- package/lib/types/specialAbility/CeremonialItemSpecialAbility.d.ts +30 -0
- package/lib/types/specialAbility/CombatSpecialAbility.d.ts +31 -0
- package/lib/types/specialAbility/CombatStyleSpecialAbility.d.ts +31 -0
- package/lib/types/specialAbility/CommandSpecialAbility.d.ts +31 -0
- package/lib/types/specialAbility/FamiliarSpecialAbility.d.ts +30 -0
- package/lib/types/specialAbility/FatePointSexSpecialAbility.d.ts +30 -0
- package/lib/types/specialAbility/FatePointSpecialAbility.d.ts +30 -0
- package/lib/types/specialAbility/GeneralSpecialAbility.d.ts +30 -0
- package/lib/types/specialAbility/KarmaSpecialAbility.d.ts +30 -0
- package/lib/types/specialAbility/LiturgicalStyleSpecialAbility.d.ts +30 -0
- package/lib/types/specialAbility/LycantropicGift.d.ts +30 -0
- package/lib/types/specialAbility/MagicStyleSpecialAbility.d.ts +30 -0
- package/lib/types/specialAbility/MagicalSpecialAbility.d.ts +30 -0
- package/lib/types/specialAbility/MagicalTradition.d.ts +30 -0
- package/lib/types/specialAbility/PactGift.d.ts +33 -0
- package/lib/types/specialAbility/ProtectiveWardingCircleSpecialAbility.d.ts +30 -0
- package/lib/types/specialAbility/Sermon.d.ts +30 -0
- package/lib/types/specialAbility/SexSpecialAbility.d.ts +30 -0
- package/lib/types/specialAbility/SikaryanDrainSpecialAbility.d.ts +30 -0
- package/lib/types/specialAbility/SkillStyleSpecialAbility.d.ts +30 -0
- package/lib/types/specialAbility/VampiricGift.d.ts +30 -0
- package/lib/types/specialAbility/Vision.d.ts +30 -0
- package/lib/types/traditionArtifacts/ArcaneOrbEnchantment.d.ts +30 -0
- package/lib/types/traditionArtifacts/AttireEnchantment.d.ts +30 -0
- package/lib/types/traditionArtifacts/Beutelzauber.d.ts +1268 -0
- package/lib/types/traditionArtifacts/Beutelzauber.js +41 -0
- package/lib/types/traditionArtifacts/BowlEnchantment.d.ts +30 -0
- package/lib/types/traditionArtifacts/CauldronEnchantment.d.ts +30 -0
- package/lib/types/traditionArtifacts/ChronicleEnchantment.d.ts +30 -0
- package/lib/types/traditionArtifacts/DaggerRitual.d.ts +30 -0
- package/lib/types/traditionArtifacts/FoolsHatEnchantment.d.ts +30 -0
- package/lib/types/traditionArtifacts/Haubenzauber.d.ts +1268 -0
- package/lib/types/traditionArtifacts/Haubenzauber.js +41 -0
- package/lib/types/traditionArtifacts/InstrumentEnchantment.d.ts +30 -0
- package/lib/types/traditionArtifacts/Krallenkettenzauber.d.ts +30 -0
- package/lib/types/traditionArtifacts/Kristallkugelzauber.d.ts +1268 -0
- package/lib/types/traditionArtifacts/Kristallkugelzauber.js +41 -0
- package/lib/types/traditionArtifacts/OrbEnchantment.d.ts +30 -0
- package/lib/types/traditionArtifacts/RingEnchantment.d.ts +30 -0
- package/lib/types/traditionArtifacts/SickleRitual.d.ts +30 -0
- package/lib/types/traditionArtifacts/SpellSwordEnchantment.d.ts +30 -0
- package/lib/types/traditionArtifacts/StaffEnchantment.d.ts +30 -0
- package/lib/types/traditionArtifacts/ToyEnchantment.d.ts +30 -0
- package/lib/types/traditionArtifacts/Trinkhornzauber.d.ts +30 -0
- package/lib/types/traditionArtifacts/WandEnchantment.d.ts +30 -0
- package/lib/types/traditionArtifacts/WeaponEnchantment.d.ts +30 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,23 @@
|
|
|
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.24.2](https://github.com/elyukai/optolith-database-schema/compare/v0.24.1...v0.24.2) (2025-12-09)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### Features
|
|
9
|
+
|
|
10
|
+
* add input option to advanced combat special abilities ([254f683](https://github.com/elyukai/optolith-database-schema/commit/254f683dd219ba8dfefffb30568e7898cbebb974)), closes [#80](https://github.com/elyukai/optolith-database-schema/issues/80)
|
|
11
|
+
* add one blunt side as an option for specific combat techniques ([18e2059](https://github.com/elyukai/optolith-database-schema/commit/18e2059118f1f1ba8af443d5d40636a6e4ceafab)), closes [#79](https://github.com/elyukai/optolith-database-schema/issues/79)
|
|
12
|
+
* add personality trait prerequisite to personality traits ([5f521c1](https://github.com/elyukai/optolith-database-schema/commit/5f521c113d0ae1932062d086747dd4cf21b37124)), closes [#83](https://github.com/elyukai/optolith-database-schema/issues/83)
|
|
13
|
+
* add tradition artifact entities for achaz ([b071ac9](https://github.com/elyukai/optolith-database-schema/commit/b071ac927a28bd1aee38a354406145a4e86bbb03)), closes [#81](https://github.com/elyukai/optolith-database-schema/issues/81)
|
|
14
|
+
* modification level translation in display name ([6995b8c](https://github.com/elyukai/optolith-database-schema/commit/6995b8cebd943be4742e545c93e54208362f2e9c))
|
|
15
|
+
* optional weight for gems and precious stones ([7e93d95](https://github.com/elyukai/optolith-database-schema/commit/7e93d95232efc17b005edf3100788287e42bdc62)), closes [#78](https://github.com/elyukai/optolith-database-schema/issues/78)
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
### Bug Fixes
|
|
19
|
+
|
|
20
|
+
* achaz enchantments as select option parent ([71f9d59](https://github.com/elyukai/optolith-database-schema/commit/71f9d5981bd566189713dc2c46b32bdcb0f272d1))
|
|
21
|
+
|
|
5
22
|
## [0.24.1](https://github.com/elyukai/optolith-database-schema/compare/v0.24.0...v0.24.1) (2025-12-08)
|
|
6
23
|
|
|
7
24
|
|
package/gen/types.d.ts
CHANGED
|
@@ -26,6 +26,7 @@ export type EntityMap = {
|
|
|
26
26
|
AttireEnchantment: AttireEnchantment
|
|
27
27
|
Attribute: Attribute
|
|
28
28
|
BandageOrRemedy: BandageOrRemedy
|
|
29
|
+
Beutelzauber: Beutelzauber
|
|
29
30
|
BlessedTradition: BlessedTradition
|
|
30
31
|
Blessing: Blessing
|
|
31
32
|
Book: Book
|
|
@@ -76,6 +77,7 @@ export type EntityMap = {
|
|
|
76
77
|
GeodeRitual: GeodeRitual
|
|
77
78
|
Guideline: Guideline
|
|
78
79
|
HairColor: HairColor
|
|
80
|
+
Haubenzauber: Haubenzauber
|
|
79
81
|
IlluminationLightSource: IlluminationLightSource
|
|
80
82
|
IlluminationRefillOrSupply: IlluminationRefillOrSupply
|
|
81
83
|
Influence: Influence
|
|
@@ -84,6 +86,7 @@ export type EntityMap = {
|
|
|
84
86
|
Jewelry: Jewelry
|
|
85
87
|
KarmaSpecialAbility: KarmaSpecialAbility
|
|
86
88
|
Krallenkettenzauber: Krallenkettenzauber
|
|
89
|
+
Kristallkugelzauber: Kristallkugelzauber
|
|
87
90
|
Laboratory: Laboratory
|
|
88
91
|
Language: Language
|
|
89
92
|
LanguageSpecialization: LanguageSpecialization
|
|
@@ -272,6 +275,11 @@ export interface AdvancedCombatSpecialAbilityTranslation {
|
|
|
272
275
|
*/
|
|
273
276
|
name_in_library?: string
|
|
274
277
|
|
|
278
|
+
/**
|
|
279
|
+
* A string that is used as a label for an input field.
|
|
280
|
+
*/
|
|
281
|
+
input?: string
|
|
282
|
+
|
|
275
283
|
/**
|
|
276
284
|
* The rule text.
|
|
277
285
|
*/
|
|
@@ -1654,6 +1662,10 @@ export type ActivatableIdentifier =
|
|
|
1654
1662
|
kind: "AttireEnchantment"
|
|
1655
1663
|
AttireEnchantment: AttireEnchantment_ID
|
|
1656
1664
|
}
|
|
1665
|
+
| {
|
|
1666
|
+
kind: "Beutelzauber"
|
|
1667
|
+
Beutelzauber: Beutelzauber_ID
|
|
1668
|
+
}
|
|
1657
1669
|
| {
|
|
1658
1670
|
kind: "BlessedTradition"
|
|
1659
1671
|
BlessedTradition: BlessedTradition_ID
|
|
@@ -1714,6 +1726,10 @@ export type ActivatableIdentifier =
|
|
|
1714
1726
|
kind: "GeneralSpecialAbility"
|
|
1715
1727
|
GeneralSpecialAbility: GeneralSpecialAbility_ID
|
|
1716
1728
|
}
|
|
1729
|
+
| {
|
|
1730
|
+
kind: "Haubenzauber"
|
|
1731
|
+
Haubenzauber: Haubenzauber_ID
|
|
1732
|
+
}
|
|
1717
1733
|
| {
|
|
1718
1734
|
kind: "InstrumentEnchantment"
|
|
1719
1735
|
InstrumentEnchantment: InstrumentEnchantment_ID
|
|
@@ -1726,6 +1742,10 @@ export type ActivatableIdentifier =
|
|
|
1726
1742
|
kind: "Krallenkettenzauber"
|
|
1727
1743
|
Krallenkettenzauber: Krallenkettenzauber_ID
|
|
1728
1744
|
}
|
|
1745
|
+
| {
|
|
1746
|
+
kind: "Kristallkugelzauber"
|
|
1747
|
+
Kristallkugelzauber: Kristallkugelzauber_ID
|
|
1748
|
+
}
|
|
1729
1749
|
| {
|
|
1730
1750
|
kind: "LiturgicalStyleSpecialAbility"
|
|
1731
1751
|
LiturgicalStyleSpecialAbility: LiturgicalStyleSpecialAbility_ID
|
|
@@ -2052,6 +2072,10 @@ export type SelectOptionParentIdentifier =
|
|
|
2052
2072
|
kind: "AttireEnchantment"
|
|
2053
2073
|
AttireEnchantment: AttireEnchantment_ID
|
|
2054
2074
|
}
|
|
2075
|
+
| {
|
|
2076
|
+
kind: "Beutelzauber"
|
|
2077
|
+
Beutelzauber: Beutelzauber_ID
|
|
2078
|
+
}
|
|
2055
2079
|
| {
|
|
2056
2080
|
kind: "BlessedTradition"
|
|
2057
2081
|
BlessedTradition: BlessedTradition_ID
|
|
@@ -2112,6 +2136,10 @@ export type SelectOptionParentIdentifier =
|
|
|
2112
2136
|
kind: "GeneralSpecialAbility"
|
|
2113
2137
|
GeneralSpecialAbility: GeneralSpecialAbility_ID
|
|
2114
2138
|
}
|
|
2139
|
+
| {
|
|
2140
|
+
kind: "Haubenzauber"
|
|
2141
|
+
Haubenzauber: Haubenzauber_ID
|
|
2142
|
+
}
|
|
2115
2143
|
| {
|
|
2116
2144
|
kind: "InstrumentEnchantment"
|
|
2117
2145
|
InstrumentEnchantment: InstrumentEnchantment_ID
|
|
@@ -2124,6 +2152,10 @@ export type SelectOptionParentIdentifier =
|
|
|
2124
2152
|
kind: "Krallenkettenzauber"
|
|
2125
2153
|
Krallenkettenzauber: Krallenkettenzauber_ID
|
|
2126
2154
|
}
|
|
2155
|
+
| {
|
|
2156
|
+
kind: "Kristallkugelzauber"
|
|
2157
|
+
Kristallkugelzauber: Kristallkugelzauber_ID
|
|
2158
|
+
}
|
|
2127
2159
|
| {
|
|
2128
2160
|
kind: "LiturgicalStyleSpecialAbility"
|
|
2129
2161
|
LiturgicalStyleSpecialAbility: LiturgicalStyleSpecialAbility_ID
|
|
@@ -8050,6 +8082,10 @@ export type SpecialAbilityIdentifier =
|
|
|
8050
8082
|
kind: "AttireEnchantment"
|
|
8051
8083
|
AttireEnchantment: AttireEnchantment_ID
|
|
8052
8084
|
}
|
|
8085
|
+
| {
|
|
8086
|
+
kind: "Beutelzauber"
|
|
8087
|
+
Beutelzauber: Beutelzauber_ID
|
|
8088
|
+
}
|
|
8053
8089
|
| {
|
|
8054
8090
|
kind: "BlessedTradition"
|
|
8055
8091
|
BlessedTradition: BlessedTradition_ID
|
|
@@ -8110,6 +8146,10 @@ export type SpecialAbilityIdentifier =
|
|
|
8110
8146
|
kind: "GeneralSpecialAbility"
|
|
8111
8147
|
GeneralSpecialAbility: GeneralSpecialAbility_ID
|
|
8112
8148
|
}
|
|
8149
|
+
| {
|
|
8150
|
+
kind: "Haubenzauber"
|
|
8151
|
+
Haubenzauber: Haubenzauber_ID
|
|
8152
|
+
}
|
|
8113
8153
|
| {
|
|
8114
8154
|
kind: "InstrumentEnchantment"
|
|
8115
8155
|
InstrumentEnchantment: InstrumentEnchantment_ID
|
|
@@ -8122,6 +8162,10 @@ export type SpecialAbilityIdentifier =
|
|
|
8122
8162
|
kind: "Krallenkettenzauber"
|
|
8123
8163
|
Krallenkettenzauber: Krallenkettenzauber_ID
|
|
8124
8164
|
}
|
|
8165
|
+
| {
|
|
8166
|
+
kind: "Kristallkugelzauber"
|
|
8167
|
+
Kristallkugelzauber: Kristallkugelzauber_ID
|
|
8168
|
+
}
|
|
8125
8169
|
| {
|
|
8126
8170
|
kind: "LiturgicalStyleSpecialAbility"
|
|
8127
8171
|
LiturgicalStyleSpecialAbility: LiturgicalStyleSpecialAbility_ID
|
|
@@ -9300,6 +9344,126 @@ export interface AttireEnchantmentTranslation {
|
|
|
9300
9344
|
errata?: Errata
|
|
9301
9345
|
}
|
|
9302
9346
|
|
|
9347
|
+
export interface Beutelzauber {
|
|
9348
|
+
/**
|
|
9349
|
+
* Number of available levels.
|
|
9350
|
+
*/
|
|
9351
|
+
levels?: number
|
|
9352
|
+
|
|
9353
|
+
/**
|
|
9354
|
+
* Definitions for possible options for the activatable entry, derived from entry categories.
|
|
9355
|
+
*
|
|
9356
|
+
* Note that this is only a full definition of options for simple logic that can be made explicit using the more detailed configuration for both derived categories and explicit options. There are quite a few entries whose option logic cannot be fully represented here, so that it needs to be implemented manually.
|
|
9357
|
+
*/
|
|
9358
|
+
select_options?: SelectOptions
|
|
9359
|
+
|
|
9360
|
+
/**
|
|
9361
|
+
* Explicit definitions for possible options for the activatable entry.
|
|
9362
|
+
*
|
|
9363
|
+
* Note that this is only a full definition of options for simple logic that can be made explicit using the more detailed configuration for both derived categories and explicit options. There are quite a few entries whose option logic cannot be fully represented here, so that it needs to be implemented manually.
|
|
9364
|
+
*/
|
|
9365
|
+
explicit_select_options: GeneralSelectOption_ID[]
|
|
9366
|
+
|
|
9367
|
+
/**
|
|
9368
|
+
* The number stating how often you can buy the entry. The **default** depends on the entry type:
|
|
9369
|
+
*
|
|
9370
|
+
* - **Advantage:** `1` in all cases (as specified in the **Core Rules**)
|
|
9371
|
+
* - **Disadvantage:** `1` in all cases (as specified in the **Core Rules**)
|
|
9372
|
+
* - **Special Abilities:** `1` if no options can be selected, otherwise the number of possible options
|
|
9373
|
+
*
|
|
9374
|
+
* The maximum is only set if it differs from the defaults specified above.
|
|
9375
|
+
*/
|
|
9376
|
+
maximum?: number
|
|
9377
|
+
|
|
9378
|
+
prerequisites?: GeneralPrerequisites
|
|
9379
|
+
|
|
9380
|
+
/**
|
|
9381
|
+
* The volume points the enchantment needs.
|
|
9382
|
+
*/
|
|
9383
|
+
volume: Volume
|
|
9384
|
+
|
|
9385
|
+
/**
|
|
9386
|
+
* The cost when casting the entry.
|
|
9387
|
+
*/
|
|
9388
|
+
cost?: EnchantmentCost
|
|
9389
|
+
|
|
9390
|
+
/**
|
|
9391
|
+
* The magic property’s identifier. `DependingOnProperty` can only be used if the special ability has an option to select a property.
|
|
9392
|
+
*/
|
|
9393
|
+
property: PropertyDeclaration
|
|
9394
|
+
|
|
9395
|
+
/**
|
|
9396
|
+
* The adventure points value.
|
|
9397
|
+
*/
|
|
9398
|
+
ap_value: AdventurePointsValue
|
|
9399
|
+
|
|
9400
|
+
/**
|
|
9401
|
+
* All translations for the entry, identified by IETF language tag (BCP47).
|
|
9402
|
+
*/
|
|
9403
|
+
src: PublicationRefs
|
|
9404
|
+
|
|
9405
|
+
/**
|
|
9406
|
+
* All translations for the entry, identified by IETF language tag (BCP47).
|
|
9407
|
+
*/
|
|
9408
|
+
translations: {
|
|
9409
|
+
[localeId: string]: BeutelzauberTranslation
|
|
9410
|
+
}
|
|
9411
|
+
}
|
|
9412
|
+
|
|
9413
|
+
/**
|
|
9414
|
+
* The entity’s identifier. A UUID or a locale code if it is registered as the locale entity.
|
|
9415
|
+
*/
|
|
9416
|
+
export type Beutelzauber_ID = string
|
|
9417
|
+
|
|
9418
|
+
export interface BeutelzauberTranslation {
|
|
9419
|
+
/**
|
|
9420
|
+
* Name of the activatable entry.
|
|
9421
|
+
*/
|
|
9422
|
+
name: string
|
|
9423
|
+
|
|
9424
|
+
/**
|
|
9425
|
+
* The full name of the entry as stated in the sources. Only use when `name` needs to be different from full name for text generation purposes.
|
|
9426
|
+
*/
|
|
9427
|
+
name_in_library?: string
|
|
9428
|
+
|
|
9429
|
+
/**
|
|
9430
|
+
* The effect description.
|
|
9431
|
+
*/
|
|
9432
|
+
effect: string
|
|
9433
|
+
|
|
9434
|
+
/**
|
|
9435
|
+
* The binding cost for an enchantment.
|
|
9436
|
+
* @deprecated
|
|
9437
|
+
*/
|
|
9438
|
+
bindingCost?: string
|
|
9439
|
+
|
|
9440
|
+
/**
|
|
9441
|
+
* The AE cost.
|
|
9442
|
+
* @deprecated
|
|
9443
|
+
*/
|
|
9444
|
+
aeCost?: string
|
|
9445
|
+
|
|
9446
|
+
/**
|
|
9447
|
+
* The volume points the enchantment needs.
|
|
9448
|
+
* @deprecated
|
|
9449
|
+
*/
|
|
9450
|
+
volume?: string
|
|
9451
|
+
|
|
9452
|
+
/**
|
|
9453
|
+
* The string to append to the generated AP value text.
|
|
9454
|
+
* @deprecated
|
|
9455
|
+
*/
|
|
9456
|
+
ap_value_append?: string
|
|
9457
|
+
|
|
9458
|
+
/**
|
|
9459
|
+
* The adventure points value.
|
|
9460
|
+
* @deprecated
|
|
9461
|
+
*/
|
|
9462
|
+
ap_value?: string
|
|
9463
|
+
|
|
9464
|
+
errata?: Errata
|
|
9465
|
+
}
|
|
9466
|
+
|
|
9303
9467
|
export interface BowlEnchantment {
|
|
9304
9468
|
/**
|
|
9305
9469
|
* Number of available levels.
|
|
@@ -9662,6 +9826,9 @@ export type ApplicableSpecificCombatTechniquesRestriction =
|
|
|
9662
9826
|
kind: "Weapons"
|
|
9663
9827
|
Weapons: ApplicableCombatTechniquesWeaponRestriction
|
|
9664
9828
|
}
|
|
9829
|
+
| {
|
|
9830
|
+
kind: "OneBluntSide"
|
|
9831
|
+
}
|
|
9665
9832
|
|
|
9666
9833
|
export interface ApplicableCombatTechniquesLevelRestriction {
|
|
9667
9834
|
/**
|
|
@@ -12207,6 +12374,126 @@ export interface GeneralSpecialAbilityTranslation {
|
|
|
12207
12374
|
errata?: Errata
|
|
12208
12375
|
}
|
|
12209
12376
|
|
|
12377
|
+
export interface Haubenzauber {
|
|
12378
|
+
/**
|
|
12379
|
+
* Number of available levels.
|
|
12380
|
+
*/
|
|
12381
|
+
levels?: number
|
|
12382
|
+
|
|
12383
|
+
/**
|
|
12384
|
+
* Definitions for possible options for the activatable entry, derived from entry categories.
|
|
12385
|
+
*
|
|
12386
|
+
* Note that this is only a full definition of options for simple logic that can be made explicit using the more detailed configuration for both derived categories and explicit options. There are quite a few entries whose option logic cannot be fully represented here, so that it needs to be implemented manually.
|
|
12387
|
+
*/
|
|
12388
|
+
select_options?: SelectOptions
|
|
12389
|
+
|
|
12390
|
+
/**
|
|
12391
|
+
* Explicit definitions for possible options for the activatable entry.
|
|
12392
|
+
*
|
|
12393
|
+
* Note that this is only a full definition of options for simple logic that can be made explicit using the more detailed configuration for both derived categories and explicit options. There are quite a few entries whose option logic cannot be fully represented here, so that it needs to be implemented manually.
|
|
12394
|
+
*/
|
|
12395
|
+
explicit_select_options: GeneralSelectOption_ID[]
|
|
12396
|
+
|
|
12397
|
+
/**
|
|
12398
|
+
* The number stating how often you can buy the entry. The **default** depends on the entry type:
|
|
12399
|
+
*
|
|
12400
|
+
* - **Advantage:** `1` in all cases (as specified in the **Core Rules**)
|
|
12401
|
+
* - **Disadvantage:** `1` in all cases (as specified in the **Core Rules**)
|
|
12402
|
+
* - **Special Abilities:** `1` if no options can be selected, otherwise the number of possible options
|
|
12403
|
+
*
|
|
12404
|
+
* The maximum is only set if it differs from the defaults specified above.
|
|
12405
|
+
*/
|
|
12406
|
+
maximum?: number
|
|
12407
|
+
|
|
12408
|
+
prerequisites?: GeneralPrerequisites
|
|
12409
|
+
|
|
12410
|
+
/**
|
|
12411
|
+
* The volume points the enchantment needs.
|
|
12412
|
+
*/
|
|
12413
|
+
volume: Volume
|
|
12414
|
+
|
|
12415
|
+
/**
|
|
12416
|
+
* The cost when casting the entry.
|
|
12417
|
+
*/
|
|
12418
|
+
cost?: EnchantmentCost
|
|
12419
|
+
|
|
12420
|
+
/**
|
|
12421
|
+
* The magic property’s identifier. `DependingOnProperty` can only be used if the special ability has an option to select a property.
|
|
12422
|
+
*/
|
|
12423
|
+
property: PropertyDeclaration
|
|
12424
|
+
|
|
12425
|
+
/**
|
|
12426
|
+
* The adventure points value.
|
|
12427
|
+
*/
|
|
12428
|
+
ap_value: AdventurePointsValue
|
|
12429
|
+
|
|
12430
|
+
/**
|
|
12431
|
+
* All translations for the entry, identified by IETF language tag (BCP47).
|
|
12432
|
+
*/
|
|
12433
|
+
src: PublicationRefs
|
|
12434
|
+
|
|
12435
|
+
/**
|
|
12436
|
+
* All translations for the entry, identified by IETF language tag (BCP47).
|
|
12437
|
+
*/
|
|
12438
|
+
translations: {
|
|
12439
|
+
[localeId: string]: HaubenzauberTranslation
|
|
12440
|
+
}
|
|
12441
|
+
}
|
|
12442
|
+
|
|
12443
|
+
/**
|
|
12444
|
+
* The entity’s identifier. A UUID or a locale code if it is registered as the locale entity.
|
|
12445
|
+
*/
|
|
12446
|
+
export type Haubenzauber_ID = string
|
|
12447
|
+
|
|
12448
|
+
export interface HaubenzauberTranslation {
|
|
12449
|
+
/**
|
|
12450
|
+
* Name of the activatable entry.
|
|
12451
|
+
*/
|
|
12452
|
+
name: string
|
|
12453
|
+
|
|
12454
|
+
/**
|
|
12455
|
+
* The full name of the entry as stated in the sources. Only use when `name` needs to be different from full name for text generation purposes.
|
|
12456
|
+
*/
|
|
12457
|
+
name_in_library?: string
|
|
12458
|
+
|
|
12459
|
+
/**
|
|
12460
|
+
* The effect description.
|
|
12461
|
+
*/
|
|
12462
|
+
effect: string
|
|
12463
|
+
|
|
12464
|
+
/**
|
|
12465
|
+
* The binding cost for an enchantment.
|
|
12466
|
+
* @deprecated
|
|
12467
|
+
*/
|
|
12468
|
+
bindingCost?: string
|
|
12469
|
+
|
|
12470
|
+
/**
|
|
12471
|
+
* The AE cost.
|
|
12472
|
+
* @deprecated
|
|
12473
|
+
*/
|
|
12474
|
+
aeCost?: string
|
|
12475
|
+
|
|
12476
|
+
/**
|
|
12477
|
+
* The volume points the enchantment needs.
|
|
12478
|
+
* @deprecated
|
|
12479
|
+
*/
|
|
12480
|
+
volume?: string
|
|
12481
|
+
|
|
12482
|
+
/**
|
|
12483
|
+
* The string to append to the generated AP value text.
|
|
12484
|
+
* @deprecated
|
|
12485
|
+
*/
|
|
12486
|
+
ap_value_append?: string
|
|
12487
|
+
|
|
12488
|
+
/**
|
|
12489
|
+
* The adventure points value.
|
|
12490
|
+
* @deprecated
|
|
12491
|
+
*/
|
|
12492
|
+
ap_value?: string
|
|
12493
|
+
|
|
12494
|
+
errata?: Errata
|
|
12495
|
+
}
|
|
12496
|
+
|
|
12210
12497
|
export interface InstrumentEnchantment {
|
|
12211
12498
|
/**
|
|
12212
12499
|
* Number of available levels.
|
|
@@ -12534,6 +12821,126 @@ export interface KrallenkettenzauberTranslation {
|
|
|
12534
12821
|
errata?: Errata
|
|
12535
12822
|
}
|
|
12536
12823
|
|
|
12824
|
+
export interface Kristallkugelzauber {
|
|
12825
|
+
/**
|
|
12826
|
+
* Number of available levels.
|
|
12827
|
+
*/
|
|
12828
|
+
levels?: number
|
|
12829
|
+
|
|
12830
|
+
/**
|
|
12831
|
+
* Definitions for possible options for the activatable entry, derived from entry categories.
|
|
12832
|
+
*
|
|
12833
|
+
* Note that this is only a full definition of options for simple logic that can be made explicit using the more detailed configuration for both derived categories and explicit options. There are quite a few entries whose option logic cannot be fully represented here, so that it needs to be implemented manually.
|
|
12834
|
+
*/
|
|
12835
|
+
select_options?: SelectOptions
|
|
12836
|
+
|
|
12837
|
+
/**
|
|
12838
|
+
* Explicit definitions for possible options for the activatable entry.
|
|
12839
|
+
*
|
|
12840
|
+
* Note that this is only a full definition of options for simple logic that can be made explicit using the more detailed configuration for both derived categories and explicit options. There are quite a few entries whose option logic cannot be fully represented here, so that it needs to be implemented manually.
|
|
12841
|
+
*/
|
|
12842
|
+
explicit_select_options: GeneralSelectOption_ID[]
|
|
12843
|
+
|
|
12844
|
+
/**
|
|
12845
|
+
* The number stating how often you can buy the entry. The **default** depends on the entry type:
|
|
12846
|
+
*
|
|
12847
|
+
* - **Advantage:** `1` in all cases (as specified in the **Core Rules**)
|
|
12848
|
+
* - **Disadvantage:** `1` in all cases (as specified in the **Core Rules**)
|
|
12849
|
+
* - **Special Abilities:** `1` if no options can be selected, otherwise the number of possible options
|
|
12850
|
+
*
|
|
12851
|
+
* The maximum is only set if it differs from the defaults specified above.
|
|
12852
|
+
*/
|
|
12853
|
+
maximum?: number
|
|
12854
|
+
|
|
12855
|
+
prerequisites?: GeneralPrerequisites
|
|
12856
|
+
|
|
12857
|
+
/**
|
|
12858
|
+
* The volume points the enchantment needs.
|
|
12859
|
+
*/
|
|
12860
|
+
volume: Volume
|
|
12861
|
+
|
|
12862
|
+
/**
|
|
12863
|
+
* The cost when casting the entry.
|
|
12864
|
+
*/
|
|
12865
|
+
cost?: EnchantmentCost
|
|
12866
|
+
|
|
12867
|
+
/**
|
|
12868
|
+
* The magic property’s identifier. `DependingOnProperty` can only be used if the special ability has an option to select a property.
|
|
12869
|
+
*/
|
|
12870
|
+
property: PropertyDeclaration
|
|
12871
|
+
|
|
12872
|
+
/**
|
|
12873
|
+
* The adventure points value.
|
|
12874
|
+
*/
|
|
12875
|
+
ap_value: AdventurePointsValue
|
|
12876
|
+
|
|
12877
|
+
/**
|
|
12878
|
+
* All translations for the entry, identified by IETF language tag (BCP47).
|
|
12879
|
+
*/
|
|
12880
|
+
src: PublicationRefs
|
|
12881
|
+
|
|
12882
|
+
/**
|
|
12883
|
+
* All translations for the entry, identified by IETF language tag (BCP47).
|
|
12884
|
+
*/
|
|
12885
|
+
translations: {
|
|
12886
|
+
[localeId: string]: KristallkugelzauberTranslation
|
|
12887
|
+
}
|
|
12888
|
+
}
|
|
12889
|
+
|
|
12890
|
+
/**
|
|
12891
|
+
* The entity’s identifier. A UUID or a locale code if it is registered as the locale entity.
|
|
12892
|
+
*/
|
|
12893
|
+
export type Kristallkugelzauber_ID = string
|
|
12894
|
+
|
|
12895
|
+
export interface KristallkugelzauberTranslation {
|
|
12896
|
+
/**
|
|
12897
|
+
* Name of the activatable entry.
|
|
12898
|
+
*/
|
|
12899
|
+
name: string
|
|
12900
|
+
|
|
12901
|
+
/**
|
|
12902
|
+
* The full name of the entry as stated in the sources. Only use when `name` needs to be different from full name for text generation purposes.
|
|
12903
|
+
*/
|
|
12904
|
+
name_in_library?: string
|
|
12905
|
+
|
|
12906
|
+
/**
|
|
12907
|
+
* The effect description.
|
|
12908
|
+
*/
|
|
12909
|
+
effect: string
|
|
12910
|
+
|
|
12911
|
+
/**
|
|
12912
|
+
* The binding cost for an enchantment.
|
|
12913
|
+
* @deprecated
|
|
12914
|
+
*/
|
|
12915
|
+
bindingCost?: string
|
|
12916
|
+
|
|
12917
|
+
/**
|
|
12918
|
+
* The AE cost.
|
|
12919
|
+
* @deprecated
|
|
12920
|
+
*/
|
|
12921
|
+
aeCost?: string
|
|
12922
|
+
|
|
12923
|
+
/**
|
|
12924
|
+
* The volume points the enchantment needs.
|
|
12925
|
+
* @deprecated
|
|
12926
|
+
*/
|
|
12927
|
+
volume?: string
|
|
12928
|
+
|
|
12929
|
+
/**
|
|
12930
|
+
* The string to append to the generated AP value text.
|
|
12931
|
+
* @deprecated
|
|
12932
|
+
*/
|
|
12933
|
+
ap_value_append?: string
|
|
12934
|
+
|
|
12935
|
+
/**
|
|
12936
|
+
* The adventure points value.
|
|
12937
|
+
* @deprecated
|
|
12938
|
+
*/
|
|
12939
|
+
ap_value?: string
|
|
12940
|
+
|
|
12941
|
+
errata?: Errata
|
|
12942
|
+
}
|
|
12943
|
+
|
|
12537
12944
|
export interface LiturgicalStyleSpecialAbility {
|
|
12538
12945
|
/**
|
|
12539
12946
|
* Number of available levels.
|
|
@@ -17833,6 +18240,54 @@ export interface PlayerTypeTranslation {
|
|
|
17833
18240
|
name: string
|
|
17834
18241
|
}
|
|
17835
18242
|
|
|
18243
|
+
export interface Animal {
|
|
18244
|
+
/**
|
|
18245
|
+
* The cost in silverthalers.
|
|
18246
|
+
*/
|
|
18247
|
+
cost: Cost
|
|
18248
|
+
|
|
18249
|
+
/**
|
|
18250
|
+
* All translations for the entry, identified by IETF language tag (BCP47).
|
|
18251
|
+
*/
|
|
18252
|
+
src: PublicationRefs
|
|
18253
|
+
|
|
18254
|
+
/**
|
|
18255
|
+
* All translations for the entry, identified by IETF language tag (BCP47).
|
|
18256
|
+
*/
|
|
18257
|
+
translations: {
|
|
18258
|
+
[localeId: string]: AnimalTranslation
|
|
18259
|
+
}
|
|
18260
|
+
}
|
|
18261
|
+
|
|
18262
|
+
/**
|
|
18263
|
+
* The entity’s identifier. A UUID or a locale code if it is registered as the locale entity.
|
|
18264
|
+
*/
|
|
18265
|
+
export type Animal_ID = string
|
|
18266
|
+
|
|
18267
|
+
export interface AnimalTranslation {
|
|
18268
|
+
/**
|
|
18269
|
+
* The item’s name.
|
|
18270
|
+
*/
|
|
18271
|
+
name: string
|
|
18272
|
+
|
|
18273
|
+
/**
|
|
18274
|
+
* An auxiliary name or label of the item, if available.
|
|
18275
|
+
*/
|
|
18276
|
+
secondary_name?: string
|
|
18277
|
+
|
|
18278
|
+
/**
|
|
18279
|
+
* Note text.
|
|
18280
|
+
*/
|
|
18281
|
+
note?: string
|
|
18282
|
+
|
|
18283
|
+
/**
|
|
18284
|
+
* Special rules text.
|
|
18285
|
+
*/
|
|
18286
|
+
rules?: string
|
|
18287
|
+
|
|
18288
|
+
errata?: Errata
|
|
18289
|
+
}
|
|
18290
|
+
|
|
17836
18291
|
export interface AnimalCare {
|
|
17837
18292
|
/**
|
|
17838
18293
|
* Values depending on whether the animal care is feed.
|
|
@@ -18102,54 +18557,6 @@ export interface Reduceable<Content> {
|
|
|
18102
18557
|
reduced?: Content
|
|
18103
18558
|
}
|
|
18104
18559
|
|
|
18105
|
-
export interface Animal {
|
|
18106
|
-
/**
|
|
18107
|
-
* The cost in silverthalers.
|
|
18108
|
-
*/
|
|
18109
|
-
cost: Cost
|
|
18110
|
-
|
|
18111
|
-
/**
|
|
18112
|
-
* All translations for the entry, identified by IETF language tag (BCP47).
|
|
18113
|
-
*/
|
|
18114
|
-
src: PublicationRefs
|
|
18115
|
-
|
|
18116
|
-
/**
|
|
18117
|
-
* All translations for the entry, identified by IETF language tag (BCP47).
|
|
18118
|
-
*/
|
|
18119
|
-
translations: {
|
|
18120
|
-
[localeId: string]: AnimalTranslation
|
|
18121
|
-
}
|
|
18122
|
-
}
|
|
18123
|
-
|
|
18124
|
-
/**
|
|
18125
|
-
* The entity’s identifier. A UUID or a locale code if it is registered as the locale entity.
|
|
18126
|
-
*/
|
|
18127
|
-
export type Animal_ID = string
|
|
18128
|
-
|
|
18129
|
-
export interface AnimalTranslation {
|
|
18130
|
-
/**
|
|
18131
|
-
* The item’s name.
|
|
18132
|
-
*/
|
|
18133
|
-
name: string
|
|
18134
|
-
|
|
18135
|
-
/**
|
|
18136
|
-
* An auxiliary name or label of the item, if available.
|
|
18137
|
-
*/
|
|
18138
|
-
secondary_name?: string
|
|
18139
|
-
|
|
18140
|
-
/**
|
|
18141
|
-
* Note text.
|
|
18142
|
-
*/
|
|
18143
|
-
note?: string
|
|
18144
|
-
|
|
18145
|
-
/**
|
|
18146
|
-
* Special rules text.
|
|
18147
|
-
*/
|
|
18148
|
-
rules?: string
|
|
18149
|
-
|
|
18150
|
-
errata?: Errata
|
|
18151
|
-
}
|
|
18152
|
-
|
|
18153
18560
|
export interface Armor {
|
|
18154
18561
|
/**
|
|
18155
18562
|
* The cost in silverthalers.
|
|
@@ -19844,6 +20251,11 @@ export interface GemOrPreciousStone {
|
|
|
19844
20251
|
*/
|
|
19845
20252
|
cost: Cost
|
|
19846
20253
|
|
|
20254
|
+
/**
|
|
20255
|
+
* The weight in kg.
|
|
20256
|
+
*/
|
|
20257
|
+
weight?: Weight
|
|
20258
|
+
|
|
19847
20259
|
/**
|
|
19848
20260
|
* All translations for the entry, identified by IETF language tag (BCP47).
|
|
19849
20261
|
*/
|
|
@@ -21905,11 +22317,29 @@ export type PersonalityTraitPrerequisiteGroup =
|
|
|
21905
22317
|
kind: "Culture"
|
|
21906
22318
|
Culture: CulturePrerequisite
|
|
21907
22319
|
}
|
|
22320
|
+
| {
|
|
22321
|
+
kind: "PersonalityTrait"
|
|
22322
|
+
PersonalityTrait: PersonalityTraitPrerequisite
|
|
22323
|
+
}
|
|
21908
22324
|
| {
|
|
21909
22325
|
kind: "Text"
|
|
21910
22326
|
Text: TextPrerequisite
|
|
21911
22327
|
}
|
|
21912
22328
|
|
|
22329
|
+
export interface PersonalityTraitPrerequisite {
|
|
22330
|
+
/**
|
|
22331
|
+
* The personality trait’s identifier.
|
|
22332
|
+
*/
|
|
22333
|
+
id: PersonalityTrait_ID
|
|
22334
|
+
|
|
22335
|
+
/**
|
|
22336
|
+
* If checked, the prerequisite **must** be present. If not checked, prerequisite **must not** be present.
|
|
22337
|
+
*/
|
|
22338
|
+
active: boolean
|
|
22339
|
+
|
|
22340
|
+
display_option?: DisplayOption
|
|
22341
|
+
}
|
|
22342
|
+
|
|
21913
22343
|
export interface PersonalityTraitEffect {
|
|
21914
22344
|
/**
|
|
21915
22345
|
* A label that is displayed and placed before the actual text.
|