optolith-database-schema 0.24.3 → 0.26.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 +25 -0
- package/gen/types.d.ts +49 -6
- package/lib/main.d.ts +7 -0
- 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.d.ts +79 -55
- package/lib/types/CombatTechnique.js +37 -7
- 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 +25 -0
- package/lib/types/Profession.js +16 -0
- 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 +16 -0
- package/lib/types/equipment/item/Book.js +6 -0
- package/lib/types/equipment/item/CeremonialItem.js +16 -0
- package/lib/types/equipment/item/Clothes.js +16 -0
- package/lib/types/equipment/item/Container.js +16 -0
- package/lib/types/equipment/item/Elixir.js +6 -0
- package/lib/types/equipment/item/EquipmentOfBlessedOnes.js +16 -0
- package/lib/types/equipment/item/GemOrPreciousStone.js +6 -0
- package/lib/types/equipment/item/IlluminationLightSource.js +16 -0
- package/lib/types/equipment/item/IlluminationRefillOrSupply.js +16 -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 +16 -0
- package/lib/types/equipment/item/LuxuryGood.js +16 -0
- package/lib/types/equipment/item/MagicalArtifact.js +16 -0
- package/lib/types/equipment/item/MusicalInstrument.js +16 -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 +16 -0
- package/lib/types/equipment/item/Vehicle.js +6 -0
- package/lib/types/equipment/item/Weapon.d.ts +45 -45
- package/lib/types/equipment/item/Weapon.js +13 -5
- package/lib/types/equipment/item/WeaponAccessory.js +16 -0
- package/lib/types/equipment/item/_Item.js +19 -1
- package/lib/types/equipment/item/_Weapon.d.ts +13 -4
- package/lib/types/equipment/item/_Weapon.js +32 -4
- 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
|
@@ -70,6 +70,12 @@ export const MagicalMelody = Entity(import.meta.url, {
|
|
|
70
70
|
})),
|
|
71
71
|
}),
|
|
72
72
|
displayName: {},
|
|
73
|
+
uniqueConstraints: [
|
|
74
|
+
{
|
|
75
|
+
entityMapKeyPath: "translations",
|
|
76
|
+
keyPathInEntityMap: "name",
|
|
77
|
+
},
|
|
78
|
+
],
|
|
73
79
|
});
|
|
74
80
|
const MagicalMelodyPerformanceParameters = TypeAlias(import.meta.url, {
|
|
75
81
|
name: "MagicalMelodyPerformanceParameters",
|
|
@@ -76,6 +76,12 @@ If the rune has an option, the option’s name will/should not be included in th
|
|
|
76
76
|
})),
|
|
77
77
|
}),
|
|
78
78
|
displayName: {},
|
|
79
|
+
uniqueConstraints: [
|
|
80
|
+
{
|
|
81
|
+
entityMapKeyPath: "translations",
|
|
82
|
+
keyPathInEntityMap: "name",
|
|
83
|
+
},
|
|
84
|
+
],
|
|
79
85
|
});
|
|
80
86
|
const OldParameterBySpeed = TypeAlias(import.meta.url, {
|
|
81
87
|
name: "OldParameterBySpeed",
|
|
@@ -73,6 +73,12 @@ export const ZibiljaRitual = Entity(import.meta.url, {
|
|
|
73
73
|
})),
|
|
74
74
|
}),
|
|
75
75
|
displayName: {},
|
|
76
|
+
uniqueConstraints: [
|
|
77
|
+
{
|
|
78
|
+
entityMapKeyPath: "translations",
|
|
79
|
+
keyPathInEntityMap: "name",
|
|
80
|
+
},
|
|
81
|
+
],
|
|
76
82
|
});
|
|
77
83
|
const ZibiljaRitualPerformanceParameters = TypeAlias(import.meta.url, {
|
|
78
84
|
name: "ZibiljaRitualPerformanceParameters",
|
|
@@ -23,6 +23,12 @@ export const CoreRule = Entity(import.meta.url, {
|
|
|
23
23
|
})),
|
|
24
24
|
}),
|
|
25
25
|
displayName: {},
|
|
26
|
+
uniqueConstraints: [
|
|
27
|
+
{
|
|
28
|
+
entityMapKeyPath: "translations",
|
|
29
|
+
keyPathInEntityMap: "name",
|
|
30
|
+
},
|
|
31
|
+
],
|
|
26
32
|
});
|
|
27
33
|
const ContentNode = Enum(import.meta.url, {
|
|
28
34
|
name: "ContentNode",
|
|
@@ -45,6 +45,12 @@ export const Publication = Entity(import.meta.url, {
|
|
|
45
45
|
})),
|
|
46
46
|
}),
|
|
47
47
|
displayName: {},
|
|
48
|
+
uniqueConstraints: [
|
|
49
|
+
{
|
|
50
|
+
entityMapKeyPath: "translations",
|
|
51
|
+
keyPathInEntityMap: "name",
|
|
52
|
+
},
|
|
53
|
+
],
|
|
48
54
|
});
|
|
49
55
|
export const PublicationCategory = Enum(import.meta.url, {
|
|
50
56
|
name: "PublicationCategory",
|
|
@@ -40,4 +40,11 @@ export const AdvancedCombatSpecialAbility = Entity(import.meta.url, {
|
|
|
40
40
|
})),
|
|
41
41
|
}),
|
|
42
42
|
displayName: {},
|
|
43
|
+
uniqueConstraints: [
|
|
44
|
+
{
|
|
45
|
+
entityMapKeyPath: "translations",
|
|
46
|
+
keyPathInEntityMap: "name_in_library",
|
|
47
|
+
keyPathInEntityMapFallback: "name",
|
|
48
|
+
},
|
|
49
|
+
],
|
|
43
50
|
});
|
|
@@ -35,4 +35,11 @@ export const AdvancedKarmaSpecialAbility = Entity(import.meta.url, {
|
|
|
35
35
|
})),
|
|
36
36
|
}),
|
|
37
37
|
displayName: {},
|
|
38
|
+
uniqueConstraints: [
|
|
39
|
+
{
|
|
40
|
+
entityMapKeyPath: "translations",
|
|
41
|
+
keyPathInEntityMap: "name_in_library",
|
|
42
|
+
keyPathInEntityMapFallback: "name",
|
|
43
|
+
},
|
|
44
|
+
],
|
|
38
45
|
});
|
|
@@ -35,4 +35,11 @@ export const AdvancedMagicalSpecialAbility = Entity(import.meta.url, {
|
|
|
35
35
|
})),
|
|
36
36
|
}),
|
|
37
37
|
displayName: {},
|
|
38
|
+
uniqueConstraints: [
|
|
39
|
+
{
|
|
40
|
+
entityMapKeyPath: "translations",
|
|
41
|
+
keyPathInEntityMap: "name_in_library",
|
|
42
|
+
keyPathInEntityMapFallback: "name",
|
|
43
|
+
},
|
|
44
|
+
],
|
|
38
45
|
});
|
|
@@ -35,4 +35,11 @@ export const AdvancedSkillSpecialAbility = Entity(import.meta.url, {
|
|
|
35
35
|
})),
|
|
36
36
|
}),
|
|
37
37
|
displayName: {},
|
|
38
|
+
uniqueConstraints: [
|
|
39
|
+
{
|
|
40
|
+
entityMapKeyPath: "translations",
|
|
41
|
+
keyPathInEntityMap: "name_in_library",
|
|
42
|
+
keyPathInEntityMapFallback: "name",
|
|
43
|
+
},
|
|
44
|
+
],
|
|
38
45
|
});
|
|
@@ -36,4 +36,11 @@ export const AncestorGlyph = Entity(import.meta.url, {
|
|
|
36
36
|
})),
|
|
37
37
|
}),
|
|
38
38
|
displayName: {},
|
|
39
|
+
uniqueConstraints: [
|
|
40
|
+
{
|
|
41
|
+
entityMapKeyPath: "translations",
|
|
42
|
+
keyPathInEntityMap: "name_in_library",
|
|
43
|
+
keyPathInEntityMapFallback: "name",
|
|
44
|
+
},
|
|
45
|
+
],
|
|
39
46
|
});
|
|
@@ -74,6 +74,13 @@ export const BlessedTradition = Entity(import.meta.url, {
|
|
|
74
74
|
})),
|
|
75
75
|
}),
|
|
76
76
|
displayName: {},
|
|
77
|
+
uniqueConstraints: [
|
|
78
|
+
{
|
|
79
|
+
entityMapKeyPath: "translations",
|
|
80
|
+
keyPathInEntityMap: "name_in_library",
|
|
81
|
+
keyPathInEntityMapFallback: "name",
|
|
82
|
+
},
|
|
83
|
+
],
|
|
77
84
|
});
|
|
78
85
|
const RestrictedBlessings = Enum(import.meta.url, {
|
|
79
86
|
name: "RestrictedBlessings",
|
|
@@ -34,4 +34,11 @@ export const BrawlingSpecialAbility = Entity(import.meta.url, {
|
|
|
34
34
|
})),
|
|
35
35
|
}),
|
|
36
36
|
displayName: {},
|
|
37
|
+
uniqueConstraints: [
|
|
38
|
+
{
|
|
39
|
+
entityMapKeyPath: "translations",
|
|
40
|
+
keyPathInEntityMap: "name_in_library",
|
|
41
|
+
keyPathInEntityMapFallback: "name",
|
|
42
|
+
},
|
|
43
|
+
],
|
|
37
44
|
});
|
|
@@ -36,4 +36,16 @@ export const CeremonialItemSpecialAbility = Entity(import.meta.url, {
|
|
|
36
36
|
})),
|
|
37
37
|
}),
|
|
38
38
|
displayName: {},
|
|
39
|
+
uniqueConstraints: [
|
|
40
|
+
[
|
|
41
|
+
{
|
|
42
|
+
keyPath: "aspect",
|
|
43
|
+
},
|
|
44
|
+
{
|
|
45
|
+
entityMapKeyPath: "translations",
|
|
46
|
+
keyPathInEntityMap: "name_in_library",
|
|
47
|
+
keyPathInEntityMapFallback: "name",
|
|
48
|
+
},
|
|
49
|
+
],
|
|
50
|
+
],
|
|
39
51
|
});
|
|
@@ -40,4 +40,11 @@ export const CombatSpecialAbility = Entity(import.meta.url, {
|
|
|
40
40
|
})),
|
|
41
41
|
}),
|
|
42
42
|
displayName: {},
|
|
43
|
+
uniqueConstraints: [
|
|
44
|
+
{
|
|
45
|
+
entityMapKeyPath: "translations",
|
|
46
|
+
keyPathInEntityMap: "name_in_library",
|
|
47
|
+
keyPathInEntityMapFallback: "name",
|
|
48
|
+
},
|
|
49
|
+
],
|
|
43
50
|
});
|
|
@@ -42,4 +42,11 @@ export const CombatStyleSpecialAbility = Entity(import.meta.url, {
|
|
|
42
42
|
})),
|
|
43
43
|
}),
|
|
44
44
|
displayName: {},
|
|
45
|
+
uniqueConstraints: [
|
|
46
|
+
{
|
|
47
|
+
entityMapKeyPath: "translations",
|
|
48
|
+
keyPathInEntityMap: "name_in_library",
|
|
49
|
+
keyPathInEntityMapFallback: "name",
|
|
50
|
+
},
|
|
51
|
+
],
|
|
45
52
|
});
|
|
@@ -34,4 +34,11 @@ export const CommandSpecialAbility = Entity(import.meta.url, {
|
|
|
34
34
|
})),
|
|
35
35
|
}),
|
|
36
36
|
displayName: {},
|
|
37
|
+
uniqueConstraints: [
|
|
38
|
+
{
|
|
39
|
+
entityMapKeyPath: "translations",
|
|
40
|
+
keyPathInEntityMap: "name_in_library",
|
|
41
|
+
keyPathInEntityMapFallback: "name",
|
|
42
|
+
},
|
|
43
|
+
],
|
|
37
44
|
});
|
|
@@ -31,4 +31,11 @@ export const FamiliarSpecialAbility = Entity(import.meta.url, {
|
|
|
31
31
|
})),
|
|
32
32
|
}),
|
|
33
33
|
displayName: {},
|
|
34
|
+
uniqueConstraints: [
|
|
35
|
+
{
|
|
36
|
+
entityMapKeyPath: "translations",
|
|
37
|
+
keyPathInEntityMap: "name_in_library",
|
|
38
|
+
keyPathInEntityMapFallback: "name",
|
|
39
|
+
},
|
|
40
|
+
],
|
|
34
41
|
});
|
|
@@ -31,4 +31,11 @@ export const FatePointSexSpecialAbility = Entity(import.meta.url, {
|
|
|
31
31
|
})),
|
|
32
32
|
}),
|
|
33
33
|
displayName: {},
|
|
34
|
+
uniqueConstraints: [
|
|
35
|
+
{
|
|
36
|
+
entityMapKeyPath: "translations",
|
|
37
|
+
keyPathInEntityMap: "name_in_library",
|
|
38
|
+
keyPathInEntityMapFallback: "name",
|
|
39
|
+
},
|
|
40
|
+
],
|
|
34
41
|
});
|
|
@@ -34,4 +34,11 @@ export const FatePointSpecialAbility = Entity(import.meta.url, {
|
|
|
34
34
|
})),
|
|
35
35
|
}),
|
|
36
36
|
displayName: {},
|
|
37
|
+
uniqueConstraints: [
|
|
38
|
+
{
|
|
39
|
+
entityMapKeyPath: "translations",
|
|
40
|
+
keyPathInEntityMap: "name_in_library",
|
|
41
|
+
keyPathInEntityMapFallback: "name",
|
|
42
|
+
},
|
|
43
|
+
],
|
|
37
44
|
});
|
|
@@ -35,4 +35,11 @@ export const GeneralSpecialAbility = Entity(import.meta.url, {
|
|
|
35
35
|
})),
|
|
36
36
|
}),
|
|
37
37
|
displayName: {},
|
|
38
|
+
uniqueConstraints: [
|
|
39
|
+
{
|
|
40
|
+
entityMapKeyPath: "translations",
|
|
41
|
+
keyPathInEntityMap: "name_in_library",
|
|
42
|
+
keyPathInEntityMapFallback: "name",
|
|
43
|
+
},
|
|
44
|
+
],
|
|
38
45
|
});
|
|
@@ -31,4 +31,11 @@ export const KarmaSpecialAbility = Entity(import.meta.url, {
|
|
|
31
31
|
})),
|
|
32
32
|
}),
|
|
33
33
|
displayName: {},
|
|
34
|
+
uniqueConstraints: [
|
|
35
|
+
{
|
|
36
|
+
entityMapKeyPath: "translations",
|
|
37
|
+
keyPathInEntityMap: "name_in_library",
|
|
38
|
+
keyPathInEntityMapFallback: "name",
|
|
39
|
+
},
|
|
40
|
+
],
|
|
34
41
|
});
|
|
@@ -37,4 +37,11 @@ export const LiturgicalStyleSpecialAbility = Entity(import.meta.url, {
|
|
|
37
37
|
})),
|
|
38
38
|
}),
|
|
39
39
|
displayName: {},
|
|
40
|
+
uniqueConstraints: [
|
|
41
|
+
{
|
|
42
|
+
entityMapKeyPath: "translations",
|
|
43
|
+
keyPathInEntityMap: "name_in_library",
|
|
44
|
+
keyPathInEntityMapFallback: "name",
|
|
45
|
+
},
|
|
46
|
+
],
|
|
40
47
|
});
|
|
@@ -31,4 +31,11 @@ export const LycantropicGift = Entity(import.meta.url, {
|
|
|
31
31
|
})),
|
|
32
32
|
}),
|
|
33
33
|
displayName: {},
|
|
34
|
+
uniqueConstraints: [
|
|
35
|
+
{
|
|
36
|
+
entityMapKeyPath: "translations",
|
|
37
|
+
keyPathInEntityMap: "name_in_library",
|
|
38
|
+
keyPathInEntityMapFallback: "name",
|
|
39
|
+
},
|
|
40
|
+
],
|
|
34
41
|
});
|
|
@@ -37,4 +37,11 @@ export const MagicStyleSpecialAbility = Entity(import.meta.url, {
|
|
|
37
37
|
})),
|
|
38
38
|
}),
|
|
39
39
|
displayName: {},
|
|
40
|
+
uniqueConstraints: [
|
|
41
|
+
{
|
|
42
|
+
entityMapKeyPath: "translations",
|
|
43
|
+
keyPathInEntityMap: "name_in_library",
|
|
44
|
+
keyPathInEntityMapFallback: "name",
|
|
45
|
+
},
|
|
46
|
+
],
|
|
40
47
|
});
|
|
@@ -36,6 +36,13 @@ export const MagicalSign = Entity(import.meta.url, {
|
|
|
36
36
|
})),
|
|
37
37
|
}),
|
|
38
38
|
displayName: {},
|
|
39
|
+
uniqueConstraints: [
|
|
40
|
+
{
|
|
41
|
+
entityMapKeyPath: "translations",
|
|
42
|
+
keyPathInEntityMap: "name_in_library",
|
|
43
|
+
keyPathInEntityMapFallback: "name",
|
|
44
|
+
},
|
|
45
|
+
],
|
|
39
46
|
});
|
|
40
47
|
const MagicalSignCost = Enum(import.meta.url, {
|
|
41
48
|
name: "MagicalSignCost",
|
|
@@ -35,4 +35,11 @@ export const MagicalSpecialAbility = Entity(import.meta.url, {
|
|
|
35
35
|
})),
|
|
36
36
|
}),
|
|
37
37
|
displayName: {},
|
|
38
|
+
uniqueConstraints: [
|
|
39
|
+
{
|
|
40
|
+
entityMapKeyPath: "translations",
|
|
41
|
+
keyPathInEntityMap: "name_in_library",
|
|
42
|
+
keyPathInEntityMapFallback: "name",
|
|
43
|
+
},
|
|
44
|
+
],
|
|
38
45
|
});
|
|
@@ -90,6 +90,13 @@ export const MagicalTradition = Entity(import.meta.url, {
|
|
|
90
90
|
})),
|
|
91
91
|
}),
|
|
92
92
|
displayName: {},
|
|
93
|
+
uniqueConstraints: [
|
|
94
|
+
{
|
|
95
|
+
entityMapKeyPath: "translations",
|
|
96
|
+
keyPathInEntityMap: "name_in_library",
|
|
97
|
+
keyPathInEntityMapFallback: "name",
|
|
98
|
+
},
|
|
99
|
+
],
|
|
93
100
|
});
|
|
94
101
|
export const PrimaryAttribute = TypeAlias(import.meta.url, {
|
|
95
102
|
name: "PrimaryAttribute",
|
|
@@ -37,6 +37,13 @@ export const PactGift = Entity(import.meta.url, {
|
|
|
37
37
|
})),
|
|
38
38
|
}),
|
|
39
39
|
displayName: {},
|
|
40
|
+
uniqueConstraints: [
|
|
41
|
+
{
|
|
42
|
+
entityMapKeyPath: "translations",
|
|
43
|
+
keyPathInEntityMap: "name_in_library",
|
|
44
|
+
keyPathInEntityMapFallback: "name",
|
|
45
|
+
},
|
|
46
|
+
],
|
|
40
47
|
});
|
|
41
48
|
const PactGiftPermanentDemonicConsumption = Enum(import.meta.url, {
|
|
42
49
|
name: "PactGiftPermanentDemonicConsumption",
|
|
@@ -42,4 +42,11 @@ export const ProtectiveWardingCircleSpecialAbility = Entity(import.meta.url, {
|
|
|
42
42
|
})),
|
|
43
43
|
}),
|
|
44
44
|
displayName: {},
|
|
45
|
+
uniqueConstraints: [
|
|
46
|
+
{
|
|
47
|
+
entityMapKeyPath: "translations",
|
|
48
|
+
keyPathInEntityMap: "name_in_library",
|
|
49
|
+
keyPathInEntityMapFallback: "name",
|
|
50
|
+
},
|
|
51
|
+
],
|
|
45
52
|
});
|
|
@@ -34,4 +34,11 @@ export const SexSpecialAbility = Entity(import.meta.url, {
|
|
|
34
34
|
})),
|
|
35
35
|
}),
|
|
36
36
|
displayName: {},
|
|
37
|
+
uniqueConstraints: [
|
|
38
|
+
{
|
|
39
|
+
entityMapKeyPath: "translations",
|
|
40
|
+
keyPathInEntityMap: "name_in_library",
|
|
41
|
+
keyPathInEntityMapFallback: "name",
|
|
42
|
+
},
|
|
43
|
+
],
|
|
37
44
|
});
|
|
@@ -31,4 +31,11 @@ export const SikaryanDrainSpecialAbility = Entity(import.meta.url, {
|
|
|
31
31
|
})),
|
|
32
32
|
}),
|
|
33
33
|
displayName: {},
|
|
34
|
+
uniqueConstraints: [
|
|
35
|
+
{
|
|
36
|
+
entityMapKeyPath: "translations",
|
|
37
|
+
keyPathInEntityMap: "name_in_library",
|
|
38
|
+
keyPathInEntityMapFallback: "name",
|
|
39
|
+
},
|
|
40
|
+
],
|
|
34
41
|
});
|
|
@@ -34,4 +34,11 @@ export const SkillStyleSpecialAbility = Entity(import.meta.url, {
|
|
|
34
34
|
})),
|
|
35
35
|
}),
|
|
36
36
|
displayName: {},
|
|
37
|
+
uniqueConstraints: [
|
|
38
|
+
{
|
|
39
|
+
entityMapKeyPath: "translations",
|
|
40
|
+
keyPathInEntityMap: "name_in_library",
|
|
41
|
+
keyPathInEntityMapFallback: "name",
|
|
42
|
+
},
|
|
43
|
+
],
|
|
37
44
|
});
|
|
@@ -48,6 +48,12 @@ export const Language = Entity(import.meta.url, {
|
|
|
48
48
|
})),
|
|
49
49
|
}),
|
|
50
50
|
displayName: {},
|
|
51
|
+
uniqueConstraints: [
|
|
52
|
+
{
|
|
53
|
+
entityMapKeyPath: "translations",
|
|
54
|
+
keyPathInEntityMap: "name",
|
|
55
|
+
},
|
|
56
|
+
],
|
|
51
57
|
});
|
|
52
58
|
export const LanguageSpecialization = Entity(import.meta.url, {
|
|
53
59
|
name: "LanguageSpecialization",
|
|
@@ -42,6 +42,12 @@ export const TradeSecret = Entity(import.meta.url, {
|
|
|
42
42
|
})),
|
|
43
43
|
}),
|
|
44
44
|
displayName: {},
|
|
45
|
+
uniqueConstraints: [
|
|
46
|
+
{
|
|
47
|
+
entityMapKeyPath: "translations",
|
|
48
|
+
keyPathInEntityMap: "name",
|
|
49
|
+
},
|
|
50
|
+
],
|
|
45
51
|
});
|
|
46
52
|
const TradeSecretSelectOptions = TypeAlias(import.meta.url, {
|
|
47
53
|
name: "TradeSecretSelectOptions",
|
|
@@ -38,4 +38,11 @@ export const ArcaneOrbEnchantment = Entity(import.meta.url, {
|
|
|
38
38
|
})),
|
|
39
39
|
}),
|
|
40
40
|
displayName: {},
|
|
41
|
+
uniqueConstraints: [
|
|
42
|
+
{
|
|
43
|
+
entityMapKeyPath: "translations",
|
|
44
|
+
keyPathInEntityMap: "name_in_library",
|
|
45
|
+
keyPathInEntityMapFallback: "name",
|
|
46
|
+
},
|
|
47
|
+
],
|
|
41
48
|
});
|
|
@@ -38,4 +38,11 @@ export const AttireEnchantment = Entity(import.meta.url, {
|
|
|
38
38
|
})),
|
|
39
39
|
}),
|
|
40
40
|
displayName: {},
|
|
41
|
+
uniqueConstraints: [
|
|
42
|
+
{
|
|
43
|
+
entityMapKeyPath: "translations",
|
|
44
|
+
keyPathInEntityMap: "name_in_library",
|
|
45
|
+
keyPathInEntityMapFallback: "name",
|
|
46
|
+
},
|
|
47
|
+
],
|
|
41
48
|
});
|
|
@@ -38,4 +38,11 @@ export const BowlEnchantment = Entity(import.meta.url, {
|
|
|
38
38
|
})),
|
|
39
39
|
}),
|
|
40
40
|
displayName: {},
|
|
41
|
+
uniqueConstraints: [
|
|
42
|
+
{
|
|
43
|
+
entityMapKeyPath: "translations",
|
|
44
|
+
keyPathInEntityMap: "name_in_library",
|
|
45
|
+
keyPathInEntityMapFallback: "name",
|
|
46
|
+
},
|
|
47
|
+
],
|
|
41
48
|
});
|
|
@@ -43,4 +43,11 @@ export const CauldronEnchantment = Entity(import.meta.url, {
|
|
|
43
43
|
})),
|
|
44
44
|
}),
|
|
45
45
|
displayName: {},
|
|
46
|
+
uniqueConstraints: [
|
|
47
|
+
{
|
|
48
|
+
entityMapKeyPath: "translations",
|
|
49
|
+
keyPathInEntityMap: "name_in_library",
|
|
50
|
+
keyPathInEntityMapFallback: "name",
|
|
51
|
+
},
|
|
52
|
+
],
|
|
46
53
|
});
|
|
@@ -38,4 +38,11 @@ export const ChronicleEnchantment = Entity(import.meta.url, {
|
|
|
38
38
|
})),
|
|
39
39
|
}),
|
|
40
40
|
displayName: {},
|
|
41
|
+
uniqueConstraints: [
|
|
42
|
+
{
|
|
43
|
+
entityMapKeyPath: "translations",
|
|
44
|
+
keyPathInEntityMap: "name_in_library",
|
|
45
|
+
keyPathInEntityMapFallback: "name",
|
|
46
|
+
},
|
|
47
|
+
],
|
|
41
48
|
});
|
|
@@ -40,6 +40,13 @@ export const DaggerRitual = Entity(import.meta.url, {
|
|
|
40
40
|
})),
|
|
41
41
|
}),
|
|
42
42
|
displayName: {},
|
|
43
|
+
uniqueConstraints: [
|
|
44
|
+
{
|
|
45
|
+
entityMapKeyPath: "translations",
|
|
46
|
+
keyPathInEntityMap: "name_in_library",
|
|
47
|
+
keyPathInEntityMapFallback: "name",
|
|
48
|
+
},
|
|
49
|
+
],
|
|
43
50
|
});
|
|
44
51
|
const DaggerRitualCost = Enum(import.meta.url, {
|
|
45
52
|
name: "DaggerRitualCost",
|