optolith-database-schema 0.24.2 → 0.25.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 +24 -0
- package/gen/types.d.ts +23 -1
- package/lib/test.d.ts +1 -1
- package/lib/test.js +10 -1
- package/lib/types/Advantage.js +7 -0
- package/lib/types/AnimalDisease.js +6 -0
- package/lib/types/AnimalType.js +6 -0
- package/lib/types/ArcaneBardTradition.js +6 -0
- package/lib/types/ArcaneDancerTradition.js +6 -0
- package/lib/types/Aspect.js +6 -0
- package/lib/types/Attribute.js +10 -0
- package/lib/types/Blessing.js +6 -0
- package/lib/types/Cantrip.js +6 -0
- package/lib/types/Ceremony.js +6 -0
- package/lib/types/CombatTechnique.js +12 -0
- package/lib/types/Condition.js +6 -0
- package/lib/types/Continent.js +6 -0
- package/lib/types/Culture.js +6 -0
- package/lib/types/DerivedCharacteristic.js +10 -0
- package/lib/types/Disadvantage.js +7 -0
- package/lib/types/Disease.js +6 -0
- package/lib/types/Element.js +6 -0
- package/lib/types/ExperienceLevel.js +6 -0
- package/lib/types/EyeColor.js +6 -0
- package/lib/types/FamiliarsTrick.js +6 -0
- package/lib/types/HairColor.js +6 -0
- package/lib/types/Lessons.js +12 -0
- package/lib/types/LiturgicalChant.js +6 -0
- package/lib/types/Locale.js +10 -0
- package/lib/types/MetaCondition.js +6 -0
- package/lib/types/PactCategory.js +36 -0
- package/lib/types/Patron.js +6 -0
- package/lib/types/PatronCategory.js +6 -0
- package/lib/types/PersonalityTrait.js +6 -0
- package/lib/types/Profession.d.ts +3 -3
- package/lib/types/Profession.js +1 -1
- package/lib/types/Property.js +6 -0
- package/lib/types/Race.js +17 -0
- package/lib/types/Region.js +6 -0
- package/lib/types/Ritual.js +6 -0
- package/lib/types/Service.js +6 -0
- package/lib/types/SexPractice.js +6 -0
- package/lib/types/Skill.js +15 -0
- package/lib/types/SkillGroup.js +6 -0
- package/lib/types/SkillModificationLevel.js +8 -0
- package/lib/types/SocialStatus.js +7 -0
- package/lib/types/Spell.js +6 -0
- package/lib/types/State.js +6 -0
- package/lib/types/Talisman.js +6 -0
- package/lib/types/TargetCategory.js +6 -0
- package/lib/types/_ActivatableSelectOptions.js +11 -0
- package/lib/types/_Enhancements.js +11 -0
- package/lib/types/_Influence.js +6 -0
- package/lib/types/equipment/EquipmentPackage.js +6 -0
- package/lib/types/equipment/item/Ammunition.js +6 -0
- package/lib/types/equipment/item/Animal.js +6 -0
- package/lib/types/equipment/item/AnimalCare.js +6 -0
- package/lib/types/equipment/item/Armor.js +6 -0
- package/lib/types/equipment/item/BandageOrRemedy.js +6 -0
- package/lib/types/equipment/item/Book.js +6 -0
- package/lib/types/equipment/item/CeremonialItem.js +6 -0
- package/lib/types/equipment/item/Clothes.js +6 -0
- package/lib/types/equipment/item/Container.js +6 -0
- package/lib/types/equipment/item/Elixir.d.ts +1 -0
- package/lib/types/equipment/item/Elixir.js +10 -0
- package/lib/types/equipment/item/EquipmentOfBlessedOnes.js +6 -0
- package/lib/types/equipment/item/GemOrPreciousStone.js +6 -0
- package/lib/types/equipment/item/IlluminationLightSource.js +6 -0
- package/lib/types/equipment/item/IlluminationRefillOrSupply.js +6 -0
- package/lib/types/equipment/item/Jewelry.js +6 -0
- package/lib/types/equipment/item/Laboratory.js +6 -0
- package/lib/types/equipment/item/Liebesspielzeug.js +6 -0
- package/lib/types/equipment/item/LuxuryGood.js +6 -0
- package/lib/types/equipment/item/MagicalArtifact.js +6 -0
- package/lib/types/equipment/item/MusicalInstrument.js +6 -0
- package/lib/types/equipment/item/Newspaper.js +6 -0
- package/lib/types/equipment/item/Poison.js +6 -0
- package/lib/types/equipment/item/ToolOfTheTrade.js +6 -0
- package/lib/types/equipment/item/TravelGearOrTool.js +6 -0
- package/lib/types/equipment/item/Vehicle.js +6 -0
- package/lib/types/equipment/item/Weapon.js +6 -0
- package/lib/types/equipment/item/WeaponAccessory.js +6 -0
- package/lib/types/equipment/item/_Item.js +6 -0
- package/lib/types/equipment/item/sub/ArmorType.js +6 -0
- package/lib/types/equipment/item/sub/Reach.js +6 -0
- package/lib/types/magicalActions/AnimistPower.js +6 -0
- package/lib/types/magicalActions/AnimistPower_Tribe.js +6 -0
- package/lib/types/magicalActions/Curse.js +6 -0
- package/lib/types/magicalActions/DominationRitual.js +6 -0
- package/lib/types/magicalActions/ElvenMagicalSong.js +6 -0
- package/lib/types/magicalActions/GeodeRitual.js +6 -0
- package/lib/types/magicalActions/JesterTrick.js +6 -0
- package/lib/types/magicalActions/MagicalDance.js +6 -0
- package/lib/types/magicalActions/MagicalMelody.js +6 -0
- package/lib/types/magicalActions/MagicalRune.js +6 -0
- package/lib/types/magicalActions/ZibiljaRitual.js +6 -0
- package/lib/types/rule/AlternativeRule.js +6 -0
- package/lib/types/rule/CoreRule.js +6 -0
- package/lib/types/rule/FocusRule.js +6 -0
- package/lib/types/rule/FocusRule_Subject.js +6 -0
- package/lib/types/rule/OptionalRule.js +6 -0
- package/lib/types/source/Publication.js +6 -0
- package/lib/types/specialAbility/AdvancedCombatSpecialAbility.js +7 -0
- package/lib/types/specialAbility/AdvancedKarmaSpecialAbility.js +7 -0
- package/lib/types/specialAbility/AdvancedMagicalSpecialAbility.js +7 -0
- package/lib/types/specialAbility/AdvancedSkillSpecialAbility.js +7 -0
- package/lib/types/specialAbility/AncestorGlyph.js +7 -0
- package/lib/types/specialAbility/BlessedTradition.js +7 -0
- package/lib/types/specialAbility/BrawlingSpecialAbility.js +7 -0
- package/lib/types/specialAbility/CeremonialItemSpecialAbility.js +12 -0
- package/lib/types/specialAbility/CombatSpecialAbility.js +7 -0
- package/lib/types/specialAbility/CombatStyleSpecialAbility.js +7 -0
- package/lib/types/specialAbility/CommandSpecialAbility.js +7 -0
- package/lib/types/specialAbility/FamiliarSpecialAbility.js +7 -0
- package/lib/types/specialAbility/FatePointSexSpecialAbility.js +7 -0
- package/lib/types/specialAbility/FatePointSpecialAbility.js +7 -0
- package/lib/types/specialAbility/GeneralSpecialAbility.js +7 -0
- package/lib/types/specialAbility/KarmaSpecialAbility.js +7 -0
- package/lib/types/specialAbility/LiturgicalStyleSpecialAbility.js +7 -0
- package/lib/types/specialAbility/LycantropicGift.js +7 -0
- package/lib/types/specialAbility/MagicStyleSpecialAbility.js +7 -0
- package/lib/types/specialAbility/MagicalSign.js +7 -0
- package/lib/types/specialAbility/MagicalSpecialAbility.js +7 -0
- package/lib/types/specialAbility/MagicalTradition.js +7 -0
- package/lib/types/specialAbility/PactGift.js +7 -0
- package/lib/types/specialAbility/ProtectiveWardingCircleSpecialAbility.js +7 -0
- package/lib/types/specialAbility/Sermon.js +7 -0
- package/lib/types/specialAbility/SexSpecialAbility.js +7 -0
- package/lib/types/specialAbility/SikaryanDrainSpecialAbility.js +7 -0
- package/lib/types/specialAbility/SkillStyleSpecialAbility.js +7 -0
- package/lib/types/specialAbility/VampiricGift.js +7 -0
- package/lib/types/specialAbility/Vision.js +7 -0
- package/lib/types/specialAbility/sub/Language.js +6 -0
- package/lib/types/specialAbility/sub/Script.js +6 -0
- package/lib/types/specialAbility/sub/TradeSecret.js +6 -0
- package/lib/types/traditionArtifacts/ArcaneOrbEnchantment.js +7 -0
- package/lib/types/traditionArtifacts/AttireEnchantment.js +7 -0
- package/lib/types/traditionArtifacts/Beutelzauber.js +7 -0
- package/lib/types/traditionArtifacts/BowlEnchantment.js +7 -0
- package/lib/types/traditionArtifacts/CauldronEnchantment.js +7 -0
- package/lib/types/traditionArtifacts/ChronicleEnchantment.js +7 -0
- package/lib/types/traditionArtifacts/DaggerRitual.js +7 -0
- package/lib/types/traditionArtifacts/FoolsHatEnchantment.js +7 -0
- package/lib/types/traditionArtifacts/Haubenzauber.js +7 -0
- package/lib/types/traditionArtifacts/InstrumentEnchantment.js +7 -0
- package/lib/types/traditionArtifacts/Krallenkettenzauber.js +7 -0
- package/lib/types/traditionArtifacts/Kristallkugelzauber.js +7 -0
- package/lib/types/traditionArtifacts/OrbEnchantment.js +7 -0
- package/lib/types/traditionArtifacts/RingEnchantment.js +7 -0
- package/lib/types/traditionArtifacts/SickleRitual.js +7 -0
- package/lib/types/traditionArtifacts/SpellSwordEnchantment.js +7 -0
- package/lib/types/traditionArtifacts/StaffEnchantment.js +7 -0
- package/lib/types/traditionArtifacts/ToyEnchantment.js +7 -0
- package/lib/types/traditionArtifacts/Trinkhornzauber.js +7 -0
- package/lib/types/traditionArtifacts/WandEnchantment.js +7 -0
- package/lib/types/traditionArtifacts/WeaponEnchantment.js +7 -0
- package/package.json +2 -2
package/lib/types/Service.js
CHANGED
|
@@ -29,6 +29,12 @@ export const Service = Entity(import.meta.url, {
|
|
|
29
29
|
})),
|
|
30
30
|
}),
|
|
31
31
|
displayName: {},
|
|
32
|
+
uniqueConstraints: [
|
|
33
|
+
{
|
|
34
|
+
entityMapKeyPath: "translations",
|
|
35
|
+
keyPathInEntityMap: "name",
|
|
36
|
+
},
|
|
37
|
+
],
|
|
32
38
|
});
|
|
33
39
|
const ServiceAvailability = Enum(import.meta.url, {
|
|
34
40
|
name: "ServiceAvailability",
|
package/lib/types/SexPractice.js
CHANGED
package/lib/types/Skill.js
CHANGED
|
@@ -72,6 +72,12 @@ export const Skill = Entity(import.meta.url, {
|
|
|
72
72
|
})),
|
|
73
73
|
}),
|
|
74
74
|
displayName: {},
|
|
75
|
+
uniqueConstraints: [
|
|
76
|
+
{
|
|
77
|
+
entityMapKeyPath: "translations",
|
|
78
|
+
keyPathInEntityMap: "name",
|
|
79
|
+
},
|
|
80
|
+
],
|
|
75
81
|
});
|
|
76
82
|
export const Applications = TypeAlias(import.meta.url, {
|
|
77
83
|
name: "Applications",
|
|
@@ -112,6 +118,15 @@ export const SkillApplication = Entity(import.meta.url, {
|
|
|
112
118
|
}),
|
|
113
119
|
parentReferenceKey: "parent",
|
|
114
120
|
displayName: {},
|
|
121
|
+
uniqueConstraints: [
|
|
122
|
+
[
|
|
123
|
+
{ keyPath: "parent" },
|
|
124
|
+
{
|
|
125
|
+
entityMapKeyPath: "translations",
|
|
126
|
+
keyPathInEntityMap: "name",
|
|
127
|
+
},
|
|
128
|
+
],
|
|
129
|
+
],
|
|
115
130
|
});
|
|
116
131
|
export const EncumbranceInfluence = Enum(import.meta.url, {
|
|
117
132
|
name: "EncumbranceInfluence",
|
package/lib/types/SkillGroup.js
CHANGED
|
@@ -39,6 +39,14 @@ export const SkillModificationLevel = Entity(import.meta.url, {
|
|
|
39
39
|
localeId: locales[0],
|
|
40
40
|
};
|
|
41
41
|
},
|
|
42
|
+
uniqueConstraints: [
|
|
43
|
+
{ keyPath: ["fast", "casting_time"] },
|
|
44
|
+
{ keyPath: ["fast", "range"] },
|
|
45
|
+
{ keyPath: ["fast", "cost"] },
|
|
46
|
+
{ keyPath: ["slow", "casting_time"] },
|
|
47
|
+
{ keyPath: ["slow", "range"] },
|
|
48
|
+
{ keyPath: ["slow", "cost"] },
|
|
49
|
+
],
|
|
42
50
|
});
|
|
43
51
|
const FastSkillModificationLevelConfig = TypeAlias(import.meta.url, {
|
|
44
52
|
name: "FastSkillModificationLevelConfig",
|
package/lib/types/Spell.js
CHANGED
package/lib/types/State.js
CHANGED
package/lib/types/Talisman.js
CHANGED
|
@@ -39,6 +39,12 @@ export const Talisman = Entity(import.meta.url, {
|
|
|
39
39
|
})),
|
|
40
40
|
}),
|
|
41
41
|
displayName: {},
|
|
42
|
+
uniqueConstraints: [
|
|
43
|
+
{
|
|
44
|
+
entityMapKeyPath: "translations",
|
|
45
|
+
keyPathInEntityMap: "name",
|
|
46
|
+
},
|
|
47
|
+
],
|
|
42
48
|
});
|
|
43
49
|
const TalismanType = Enum(import.meta.url, {
|
|
44
50
|
name: "TalismanType",
|
|
@@ -92,6 +92,17 @@ export const GeneralSelectOption = Entity(import.meta.url, {
|
|
|
92
92
|
: (getDisplayNameForInstanceId(getAnyEnumCaseValue(instance.parent))?.name ?? "")} — ${instanceDisplayName}`,
|
|
93
93
|
localeId: instanceDisplayNameLocaleId,
|
|
94
94
|
}),
|
|
95
|
+
uniqueConstraints: [
|
|
96
|
+
[
|
|
97
|
+
{
|
|
98
|
+
keyPath: "parent",
|
|
99
|
+
},
|
|
100
|
+
{
|
|
101
|
+
entityMapKeyPath: "translations",
|
|
102
|
+
keyPathInEntityMap: "name",
|
|
103
|
+
},
|
|
104
|
+
],
|
|
105
|
+
],
|
|
95
106
|
});
|
|
96
107
|
export const explicit_select_options = Required({
|
|
97
108
|
comment: `Explicit definitions for possible options for the activatable entry.
|
|
@@ -66,4 +66,15 @@ export const Enhancement = Entity(import.meta.url, {
|
|
|
66
66
|
name: `${getDisplayNameForInstanceId(getAnyEnumCaseValue(instance.parent))?.name ?? ""} — ${instanceDisplayName}`,
|
|
67
67
|
localeId: instanceDisplayNameLocaleId,
|
|
68
68
|
}),
|
|
69
|
+
uniqueConstraints: [
|
|
70
|
+
[
|
|
71
|
+
{
|
|
72
|
+
keyPath: "parent",
|
|
73
|
+
},
|
|
74
|
+
{
|
|
75
|
+
entityMapKeyPath: "translations",
|
|
76
|
+
keyPathInEntityMap: "name",
|
|
77
|
+
},
|
|
78
|
+
],
|
|
79
|
+
],
|
|
69
80
|
});
|
package/lib/types/_Influence.js
CHANGED
|
@@ -26,6 +26,12 @@ export const Influence = Entity(import.meta.url, {
|
|
|
26
26
|
})),
|
|
27
27
|
}),
|
|
28
28
|
displayName: {},
|
|
29
|
+
uniqueConstraints: [
|
|
30
|
+
{
|
|
31
|
+
entityMapKeyPath: "translations",
|
|
32
|
+
keyPathInEntityMap: "name",
|
|
33
|
+
},
|
|
34
|
+
],
|
|
29
35
|
});
|
|
30
36
|
const InfluenceEffect = TypeAlias(import.meta.url, {
|
|
31
37
|
name: "InfluenceEffect",
|
|
@@ -19,6 +19,12 @@ export const EquipmentPackage = Entity(import.meta.url, {
|
|
|
19
19
|
})),
|
|
20
20
|
}),
|
|
21
21
|
displayName: {},
|
|
22
|
+
uniqueConstraints: [
|
|
23
|
+
{
|
|
24
|
+
entityMapKeyPath: "translations",
|
|
25
|
+
keyPathInEntityMap: "name",
|
|
26
|
+
},
|
|
27
|
+
],
|
|
22
28
|
});
|
|
23
29
|
const EquipmentPackageItem = TypeAlias(import.meta.url, {
|
|
24
30
|
name: "EquipmentPackageItem",
|
|
@@ -13,6 +13,12 @@ export const AnimalCare = Entity(import.meta.url, {
|
|
|
13
13
|
translations: DefaultItemTranslations("AnimalCare"),
|
|
14
14
|
}),
|
|
15
15
|
displayName: {},
|
|
16
|
+
uniqueConstraints: [
|
|
17
|
+
{
|
|
18
|
+
entityMapKeyPath: "translations",
|
|
19
|
+
keyPathInEntityMap: "name",
|
|
20
|
+
},
|
|
21
|
+
],
|
|
16
22
|
});
|
|
17
23
|
const AnimalCareType = Enum(import.meta.url, {
|
|
18
24
|
name: "AnimalCareType",
|
|
@@ -76,6 +76,12 @@ export const Armor = Entity(import.meta.url, {
|
|
|
76
76
|
})),
|
|
77
77
|
}),
|
|
78
78
|
displayName: {},
|
|
79
|
+
uniqueConstraints: [
|
|
80
|
+
{
|
|
81
|
+
entityMapKeyPath: "translations",
|
|
82
|
+
keyPathInEntityMap: "name",
|
|
83
|
+
},
|
|
84
|
+
],
|
|
79
85
|
});
|
|
80
86
|
export const SecondaryArmor = TypeAlias(import.meta.url, {
|
|
81
87
|
name: "SecondaryArmor",
|
|
@@ -29,4 +29,10 @@ export const BandageOrRemedy = Entity(import.meta.url, {
|
|
|
29
29
|
translations: DefaultItemTranslations("BandageOrRemedy"),
|
|
30
30
|
}),
|
|
31
31
|
displayName: {},
|
|
32
|
+
uniqueConstraints: [
|
|
33
|
+
{
|
|
34
|
+
entityMapKeyPath: "translations",
|
|
35
|
+
keyPathInEntityMap: "name",
|
|
36
|
+
},
|
|
37
|
+
],
|
|
32
38
|
});
|
|
@@ -60,6 +60,12 @@ export const Book = Entity(import.meta.url, {
|
|
|
60
60
|
})),
|
|
61
61
|
}),
|
|
62
62
|
displayName: {},
|
|
63
|
+
uniqueConstraints: [
|
|
64
|
+
{
|
|
65
|
+
entityMapKeyPath: "translations",
|
|
66
|
+
keyPathInEntityMap: "name",
|
|
67
|
+
},
|
|
68
|
+
],
|
|
63
69
|
});
|
|
64
70
|
const BookType = Enum(import.meta.url, {
|
|
65
71
|
name: "BookType",
|
|
@@ -34,4 +34,10 @@ export const CeremonialItem = Entity(import.meta.url, {
|
|
|
34
34
|
translations: DefaultItemTranslations("CeremonialItem"),
|
|
35
35
|
}),
|
|
36
36
|
displayName: {},
|
|
37
|
+
uniqueConstraints: [
|
|
38
|
+
{
|
|
39
|
+
entityMapKeyPath: "translations",
|
|
40
|
+
keyPathInEntityMap: "name",
|
|
41
|
+
},
|
|
42
|
+
],
|
|
37
43
|
});
|
|
@@ -9,6 +9,7 @@ export declare const Elixir: Entity<"Elixir", {
|
|
|
9
9
|
Defensive: import("tsondb/schema/def").EnumCaseDecl<null>;
|
|
10
10
|
Supernatural: import("tsondb/schema/def").EnumCaseDecl<null>;
|
|
11
11
|
}, []>>>, false>;
|
|
12
|
+
value: import("tsondb/schema/def").MemberDecl<Integer, false>;
|
|
12
13
|
cost_per_ingredient_level: import("tsondb/schema/def").MemberDecl<Integer, true>;
|
|
13
14
|
laboratory: import("tsondb/schema/def").MemberDecl<IncludeIdentifier<[], import("tsondb/schema/def").EnumDecl<"LaboratoryLevel", {
|
|
14
15
|
ArchaicLaboratory: import("tsondb/schema/def").EnumCaseDecl<null>;
|
|
@@ -12,6 +12,10 @@ export const Elixir = Entity(import.meta.url, {
|
|
|
12
12
|
comment: "Effect type(s) of an alchemical poison.",
|
|
13
13
|
type: Array(IncludeIdentifier(EffectType), { minItems: 1, uniqueItems: true }),
|
|
14
14
|
}),
|
|
15
|
+
value: Optional({
|
|
16
|
+
comment: "The raw (ingredients) value per level, in silverthalers.",
|
|
17
|
+
type: Integer({ minimum: 1 }),
|
|
18
|
+
}),
|
|
15
19
|
cost_per_ingredient_level: Required({
|
|
16
20
|
comment: "The cost per ingredient level in silverthalers.",
|
|
17
21
|
type: Integer({ minimum: 1 }),
|
|
@@ -64,4 +68,10 @@ export const Elixir = Entity(import.meta.url, {
|
|
|
64
68
|
})),
|
|
65
69
|
}),
|
|
66
70
|
displayName: {},
|
|
71
|
+
uniqueConstraints: [
|
|
72
|
+
{
|
|
73
|
+
entityMapKeyPath: "translations",
|
|
74
|
+
keyPathInEntityMap: "name",
|
|
75
|
+
},
|
|
76
|
+
],
|
|
67
77
|
});
|
|
@@ -25,4 +25,10 @@ export const EquipmentOfBlessedOnes = Entity(import.meta.url, {
|
|
|
25
25
|
translations: DefaultItemTranslations("EquipmentOfBlessedOnes"),
|
|
26
26
|
}),
|
|
27
27
|
displayName: {},
|
|
28
|
+
uniqueConstraints: [
|
|
29
|
+
{
|
|
30
|
+
entityMapKeyPath: "translations",
|
|
31
|
+
keyPathInEntityMap: "name",
|
|
32
|
+
},
|
|
33
|
+
],
|
|
28
34
|
});
|
|
@@ -33,6 +33,12 @@ export const IlluminationLightSource = Entity(import.meta.url, {
|
|
|
33
33
|
translations: DefaultItemTranslations("IlluminationLightSource"),
|
|
34
34
|
}),
|
|
35
35
|
displayName: {},
|
|
36
|
+
uniqueConstraints: [
|
|
37
|
+
{
|
|
38
|
+
entityMapKeyPath: "translations",
|
|
39
|
+
keyPathInEntityMap: "name",
|
|
40
|
+
},
|
|
41
|
+
],
|
|
36
42
|
});
|
|
37
43
|
const BurningTime = Enum(import.meta.url, {
|
|
38
44
|
name: "BurningTime",
|
|
@@ -29,4 +29,10 @@ export const IlluminationRefillOrSupply = Entity(import.meta.url, {
|
|
|
29
29
|
translations: DefaultItemTranslations("IlluminationRefillOrSupply"),
|
|
30
30
|
}),
|
|
31
31
|
displayName: {},
|
|
32
|
+
uniqueConstraints: [
|
|
33
|
+
{
|
|
34
|
+
entityMapKeyPath: "translations",
|
|
35
|
+
keyPathInEntityMap: "name",
|
|
36
|
+
},
|
|
37
|
+
],
|
|
32
38
|
});
|
|
@@ -25,6 +25,12 @@ export const Jewelry = Entity(import.meta.url, {
|
|
|
25
25
|
translations: DefaultItemTranslations("Jewelry"),
|
|
26
26
|
}),
|
|
27
27
|
displayName: {},
|
|
28
|
+
uniqueConstraints: [
|
|
29
|
+
{
|
|
30
|
+
entityMapKeyPath: "translations",
|
|
31
|
+
keyPathInEntityMap: "name",
|
|
32
|
+
},
|
|
33
|
+
],
|
|
28
34
|
});
|
|
29
35
|
const JewelryMaterialDifference = GenTypeAlias(import.meta.url, {
|
|
30
36
|
name: "JewelryMaterialDifference",
|
|
@@ -29,4 +29,10 @@ export const Liebesspielzeug = Entity(import.meta.url, {
|
|
|
29
29
|
translations: DefaultItemTranslations("Liebesspielzeug"),
|
|
30
30
|
}),
|
|
31
31
|
displayName: {},
|
|
32
|
+
uniqueConstraints: [
|
|
33
|
+
{
|
|
34
|
+
entityMapKeyPath: "translations",
|
|
35
|
+
keyPathInEntityMap: "name",
|
|
36
|
+
},
|
|
37
|
+
],
|
|
32
38
|
});
|
|
@@ -29,4 +29,10 @@ export const MusicalInstrument = Entity(import.meta.url, {
|
|
|
29
29
|
translations: DefaultItemTranslations("MusicalInstrument"),
|
|
30
30
|
}),
|
|
31
31
|
displayName: {},
|
|
32
|
+
uniqueConstraints: [
|
|
33
|
+
{
|
|
34
|
+
entityMapKeyPath: "translations",
|
|
35
|
+
keyPathInEntityMap: "name",
|
|
36
|
+
},
|
|
37
|
+
],
|
|
32
38
|
});
|
|
@@ -63,6 +63,12 @@ export const Poison = Entity(import.meta.url, {
|
|
|
63
63
|
})),
|
|
64
64
|
}),
|
|
65
65
|
displayName: {},
|
|
66
|
+
uniqueConstraints: [
|
|
67
|
+
{
|
|
68
|
+
entityMapKeyPath: "translations",
|
|
69
|
+
keyPathInEntityMap: "name",
|
|
70
|
+
},
|
|
71
|
+
],
|
|
66
72
|
});
|
|
67
73
|
const PoisonApplicationType = Enum(import.meta.url, {
|
|
68
74
|
name: "PoisonApplicationType",
|
|
@@ -25,4 +25,10 @@ export const ToolOfTheTrade = Entity(import.meta.url, {
|
|
|
25
25
|
translations: DefaultItemTranslations("ToolOfTheTrade"),
|
|
26
26
|
}),
|
|
27
27
|
displayName: {},
|
|
28
|
+
uniqueConstraints: [
|
|
29
|
+
{
|
|
30
|
+
entityMapKeyPath: "translations",
|
|
31
|
+
keyPathInEntityMap: "name",
|
|
32
|
+
},
|
|
33
|
+
],
|
|
28
34
|
});
|
|
@@ -29,4 +29,10 @@ export const TravelGearOrTool = Entity(import.meta.url, {
|
|
|
29
29
|
translations: DefaultItemTranslations("TravelGearOrTool"),
|
|
30
30
|
}),
|
|
31
31
|
displayName: {},
|
|
32
|
+
uniqueConstraints: [
|
|
33
|
+
{
|
|
34
|
+
entityMapKeyPath: "translations",
|
|
35
|
+
keyPathInEntityMap: "name",
|
|
36
|
+
},
|
|
37
|
+
],
|
|
32
38
|
});
|
|
@@ -80,6 +80,12 @@ export const Weapon = Entity(import.meta.url, {
|
|
|
80
80
|
})),
|
|
81
81
|
}),
|
|
82
82
|
displayName: {},
|
|
83
|
+
uniqueConstraints: [
|
|
84
|
+
{
|
|
85
|
+
entityMapKeyPath: "translations",
|
|
86
|
+
keyPathInEntityMap: "name",
|
|
87
|
+
},
|
|
88
|
+
],
|
|
83
89
|
});
|
|
84
90
|
export const ImprovisedWeapon = TypeAlias(import.meta.url, {
|
|
85
91
|
name: "ImprovisedWeapon",
|
|
@@ -29,4 +29,10 @@ export const WeaponAccessory = Entity(import.meta.url, {
|
|
|
29
29
|
translations: DefaultItemTranslations("WeaponAccessory"),
|
|
30
30
|
}),
|
|
31
31
|
displayName: {},
|
|
32
|
+
uniqueConstraints: [
|
|
33
|
+
{
|
|
34
|
+
entityMapKeyPath: "translations",
|
|
35
|
+
keyPathInEntityMap: "name",
|
|
36
|
+
},
|
|
37
|
+
],
|
|
32
38
|
});
|
|
@@ -33,6 +33,12 @@ export const DefaultItem = (sourceUrl, singularName, pluralName) => Entity(sourc
|
|
|
33
33
|
translations: DefaultItemTranslations(singularName),
|
|
34
34
|
}),
|
|
35
35
|
displayName: {},
|
|
36
|
+
uniqueConstraints: [
|
|
37
|
+
{
|
|
38
|
+
entityMapKeyPath: "translations",
|
|
39
|
+
keyPathInEntityMap: "name",
|
|
40
|
+
},
|
|
41
|
+
],
|
|
36
42
|
});
|
|
37
43
|
export const DefaultItemTranslations = (singularName) => NestedTranslationMap(Required, singularName, Object({
|
|
38
44
|
name: Required({
|
|
@@ -74,6 +74,12 @@ If no tribe tradition is given, the animist power is generally available to all
|
|
|
74
74
|
})),
|
|
75
75
|
}),
|
|
76
76
|
displayName: {},
|
|
77
|
+
uniqueConstraints: [
|
|
78
|
+
{
|
|
79
|
+
entityMapKeyPath: "translations",
|
|
80
|
+
keyPathInEntityMap: "name",
|
|
81
|
+
},
|
|
82
|
+
],
|
|
77
83
|
});
|
|
78
84
|
const AnimistPowerLevel = TypeAlias(import.meta.url, {
|
|
79
85
|
name: "AnimistPowerLevel",
|
|
@@ -53,6 +53,12 @@ export const Curse = Entity(import.meta.url, {
|
|
|
53
53
|
})),
|
|
54
54
|
}),
|
|
55
55
|
displayName: {},
|
|
56
|
+
uniqueConstraints: [
|
|
57
|
+
{
|
|
58
|
+
entityMapKeyPath: "translations",
|
|
59
|
+
keyPathInEntityMap: "name",
|
|
60
|
+
},
|
|
61
|
+
],
|
|
56
62
|
});
|
|
57
63
|
const CursePerformanceParameters = TypeAlias(import.meta.url, {
|
|
58
64
|
name: "CursePerformanceParameters",
|
|
@@ -52,6 +52,12 @@ export const DominationRitual = Entity(import.meta.url, {
|
|
|
52
52
|
})),
|
|
53
53
|
}),
|
|
54
54
|
displayName: {},
|
|
55
|
+
uniqueConstraints: [
|
|
56
|
+
{
|
|
57
|
+
entityMapKeyPath: "translations",
|
|
58
|
+
keyPathInEntityMap: "name",
|
|
59
|
+
},
|
|
60
|
+
],
|
|
55
61
|
});
|
|
56
62
|
const DominationRitualPerformanceParameters = TypeAlias(import.meta.url, {
|
|
57
63
|
name: "DominationRitualPerformanceParameters",
|