optolith-database-schema 0.11.9 → 0.12.1
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/lib/main.d.ts +15 -0
- package/lib/main.js +11 -0
- package/lib/typeConfig.d.ts +2 -0
- package/lib/types/Advantage.js +2 -0
- package/lib/types/AnimalDisease.js +2 -0
- package/lib/types/AnimalType.js +2 -0
- package/lib/types/ArcaneBardTradition.js +2 -0
- package/lib/types/ArcaneDancerTradition.js +2 -0
- package/lib/types/Aspect.js +2 -0
- package/lib/types/Attribute.js +2 -0
- package/lib/types/Blessing.js +2 -0
- package/lib/types/Cantrip.js +2 -0
- package/lib/types/Ceremony.js +2 -0
- package/lib/types/CombatTechnique_Close.js +2 -0
- package/lib/types/CombatTechnique_Ranged.js +2 -0
- package/lib/types/Condition.js +2 -0
- package/lib/types/Continent.js +2 -0
- package/lib/types/Culture.js +2 -0
- package/lib/types/DerivedCharacteristic.js +2 -0
- package/lib/types/Disadvantage.js +2 -0
- package/lib/types/Disease.js +2 -0
- package/lib/types/Element.js +2 -0
- package/lib/types/ExperienceLevel.js +2 -0
- package/lib/types/EyeColor.js +2 -0
- package/lib/types/FamiliarsTrick.js +2 -0
- package/lib/types/HairColor.js +2 -0
- package/lib/types/Kirchenpraegung.js +2 -0
- package/lib/types/Lessons_Curriculum.js +2 -0
- package/lib/types/Lessons_Guideline.js +2 -0
- package/lib/types/LiturgicalChant.js +2 -0
- package/lib/types/Locale.js +3 -1
- package/lib/types/MetaCondition.js +2 -0
- package/lib/types/PactCategory.js +2 -0
- package/lib/types/Patron.js +2 -0
- package/lib/types/PatronCategory.js +2 -0
- package/lib/types/PersonalityTrait.js +2 -0
- package/lib/types/Profession.js +2 -0
- package/lib/types/Property.js +2 -0
- package/lib/types/Race.js +2 -0
- package/lib/types/Region.js +2 -0
- package/lib/types/Ritual.js +2 -0
- package/lib/types/Service.js +2 -0
- package/lib/types/SexPractice.js +2 -0
- package/lib/types/Skill.js +2 -0
- package/lib/types/SkillGroup.js +2 -0
- package/lib/types/SkillModificationLevel.js +2 -0
- package/lib/types/SocialStatus.js +2 -0
- package/lib/types/Spell.js +2 -0
- package/lib/types/State.js +2 -0
- package/lib/types/Talisman.js +2 -0
- package/lib/types/TargetCategory.js +2 -0
- package/lib/types/UI.d.ts +34 -32
- package/lib/types/UI.js +2 -0
- package/lib/types/equipment/EquipmentPackage.js +2 -0
- package/lib/types/equipment/item/Alchemicum.js +2 -0
- package/lib/types/equipment/item/Ammunition.js +2 -0
- package/lib/types/equipment/item/Animal.js +2 -0
- package/lib/types/equipment/item/AnimalCare.js +2 -0
- package/lib/types/equipment/item/Armor.js +2 -0
- package/lib/types/equipment/item/BandageOrRemedy.js +2 -0
- package/lib/types/equipment/item/Book.js +2 -0
- package/lib/types/equipment/item/CeremonialItem.js +2 -0
- package/lib/types/equipment/item/Clothes.js +2 -0
- package/lib/types/equipment/item/Container.js +2 -0
- package/lib/types/equipment/item/Elixir.js +2 -0
- package/lib/types/equipment/item/EquipmentOfBlessedOnes.js +2 -0
- package/lib/types/equipment/item/GemOrPreciousStone.js +2 -0
- package/lib/types/equipment/item/IlluminationLightSource.js +2 -0
- package/lib/types/equipment/item/IlluminationRefillsOrSupplies.js +2 -0
- package/lib/types/equipment/item/Jewelry.js +2 -0
- package/lib/types/equipment/item/Liebesspielzeug.js +2 -0
- package/lib/types/equipment/item/LuxuryGood.js +2 -0
- package/lib/types/equipment/item/MagicalArtifact.js +2 -0
- package/lib/types/equipment/item/MusicalInstrument.js +2 -0
- package/lib/types/equipment/item/OrienteeringAid.js +2 -0
- package/lib/types/equipment/item/Poison.js +2 -0
- package/lib/types/equipment/item/RopeOrChain.js +2 -0
- package/lib/types/equipment/item/Stationary.js +2 -0
- package/lib/types/equipment/item/ThievesTool.js +2 -0
- package/lib/types/equipment/item/ToolOfTheTrade.js +2 -0
- package/lib/types/equipment/item/TravelGearOrTool.js +2 -0
- package/lib/types/equipment/item/Vehicle.js +2 -0
- package/lib/types/equipment/item/Weapon.js +2 -0
- package/lib/types/equipment/item/WeaponAccessory.js +2 -0
- package/lib/types/equipment/item/sub/ArmorType.js +2 -0
- package/lib/types/equipment/item/sub/Reach.js +2 -0
- package/lib/types/magicalActions/AnimistPower.js +2 -0
- package/lib/types/magicalActions/AnimistPower_Tribe.js +2 -0
- package/lib/types/magicalActions/Curse.js +2 -0
- package/lib/types/magicalActions/DominationRitual.js +2 -0
- package/lib/types/magicalActions/ElvenMagicalSong.js +2 -0
- package/lib/types/magicalActions/GeodeRitual.js +2 -0
- package/lib/types/magicalActions/JesterTrick.js +2 -0
- package/lib/types/magicalActions/MagicalDance.js +2 -0
- package/lib/types/magicalActions/MagicalMelody.js +2 -0
- package/lib/types/magicalActions/MagicalRune.js +2 -0
- package/lib/types/magicalActions/ZibiljaRitual.js +2 -0
- package/lib/types/rule/CoreRule.js +2 -0
- package/lib/types/rule/FocusRule.js +2 -0
- package/lib/types/rule/FocusRule_Subject.js +2 -0
- package/lib/types/rule/OptionalRule.js +2 -0
- package/lib/types/source/Publication.js +2 -0
- package/lib/types/specialAbility/AdvancedCombatSpecialAbility.js +2 -0
- package/lib/types/specialAbility/AdvancedKarmaSpecialAbility.js +2 -0
- package/lib/types/specialAbility/AdvancedMagicalSpecialAbility.js +2 -0
- package/lib/types/specialAbility/AdvancedSkillSpecialAbility.js +2 -0
- package/lib/types/specialAbility/AncestorGlyph.js +2 -0
- package/lib/types/specialAbility/BlessedTradition.js +2 -0
- package/lib/types/specialAbility/BrawlingSpecialAbility.js +2 -0
- package/lib/types/specialAbility/CeremonialItemSpecialAbility.js +2 -0
- package/lib/types/specialAbility/CombatSpecialAbility.js +2 -0
- package/lib/types/specialAbility/CombatStyleSpecialAbility.js +2 -0
- package/lib/types/specialAbility/CommandSpecialAbility.js +2 -0
- package/lib/types/specialAbility/FamiliarSpecialAbility.js +2 -0
- package/lib/types/specialAbility/FatePointSexSpecialAbility.js +2 -0
- package/lib/types/specialAbility/FatePointSpecialAbility.js +2 -0
- package/lib/types/specialAbility/GeneralSpecialAbility.js +2 -0
- package/lib/types/specialAbility/KarmaSpecialAbility.js +2 -0
- package/lib/types/specialAbility/LiturgicalStyleSpecialAbility.js +2 -0
- package/lib/types/specialAbility/LycantropicGift.js +2 -0
- package/lib/types/specialAbility/MagicStyleSpecialAbility.js +2 -0
- package/lib/types/specialAbility/MagicalSign.js +2 -0
- package/lib/types/specialAbility/MagicalSpecialAbility.js +2 -0
- package/lib/types/specialAbility/MagicalTradition.js +2 -0
- package/lib/types/specialAbility/PactGift.js +2 -0
- package/lib/types/specialAbility/ProtectiveWardingCircleSpecialAbility.js +2 -0
- package/lib/types/specialAbility/Sermon.js +2 -0
- package/lib/types/specialAbility/SexSpecialAbility.js +2 -0
- package/lib/types/specialAbility/SikaryanDrainSpecialAbility.js +2 -0
- package/lib/types/specialAbility/SkillStyleSpecialAbility.js +2 -0
- package/lib/types/specialAbility/VampiricGift.js +2 -0
- package/lib/types/specialAbility/Vision.js +2 -0
- package/lib/types/specialAbility/sub/Language.js +2 -0
- package/lib/types/specialAbility/sub/Script.js +2 -0
- package/lib/types/specialAbility/sub/TradeSecret.js +2 -0
- package/lib/types/traditionArtifacts/ArcaneOrbEnchantment.js +2 -0
- package/lib/types/traditionArtifacts/AttireEnchantment.js +2 -0
- package/lib/types/traditionArtifacts/BowlEnchantment.js +2 -0
- package/lib/types/traditionArtifacts/CauldronEnchantment.js +2 -0
- package/lib/types/traditionArtifacts/ChronicleEnchantment.js +2 -0
- package/lib/types/traditionArtifacts/DaggerRitual.js +2 -0
- package/lib/types/traditionArtifacts/FoolsHatEnchantment.js +2 -0
- package/lib/types/traditionArtifacts/InstrumentEnchantment.js +2 -0
- package/lib/types/traditionArtifacts/Krallenkettenzauber.js +2 -0
- package/lib/types/traditionArtifacts/OrbEnchantment.js +2 -0
- package/lib/types/traditionArtifacts/RingEnchantment.js +2 -0
- package/lib/types/traditionArtifacts/SickleRitual.js +2 -0
- package/lib/types/traditionArtifacts/SpellSwordEnchantment.js +2 -0
- package/lib/types/traditionArtifacts/StaffEnchantment.js +2 -0
- package/lib/types/traditionArtifacts/ToyEnchantment.js +2 -0
- package/lib/types/traditionArtifacts/Trinkhornzauber.js +2 -0
- package/lib/types/traditionArtifacts/WandEnchantment.js +2 -0
- package/lib/types/traditionArtifacts/WeaponEnchantment.js +2 -0
- package/lib/types/traditionArtifacts/sub/AnimalShape.js +2 -0
- package/lib/types/traditionArtifacts/sub/AnimalShapePath.js +2 -0
- package/lib/types/traditionArtifacts/sub/AnimalShapeSize.js +2 -0
- package/lib/types/traditionArtifacts/sub/Brew.js +2 -0
- package/lib/validation/builders/naming.d.ts +3 -1
- package/lib/validation/builders/naming.js +9 -6
- package/lib/validation/raw.d.ts +1 -1
- package/lib/validation/raw.js +3 -4
- package/package.json +1 -1
- package/schema/UI.schema.json +72 -64
package/schema/UI.schema.json
CHANGED
|
@@ -26,100 +26,100 @@
|
|
|
26
26
|
"initialization.loadtableserror": {
|
|
27
27
|
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
28
28
|
},
|
|
29
|
-
"
|
|
29
|
+
"Characters": {
|
|
30
30
|
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
31
31
|
},
|
|
32
|
-
"
|
|
32
|
+
"Groups": {
|
|
33
33
|
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
34
34
|
},
|
|
35
|
-
"
|
|
35
|
+
"Library": {
|
|
36
36
|
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
37
37
|
},
|
|
38
|
-
"
|
|
38
|
+
"FAQ": {
|
|
39
39
|
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
40
40
|
},
|
|
41
|
-
"
|
|
41
|
+
"About": {
|
|
42
42
|
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
43
43
|
},
|
|
44
|
-
"
|
|
44
|
+
"Imprint": {
|
|
45
45
|
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
46
46
|
},
|
|
47
|
-
"
|
|
47
|
+
"Third-Party Licenses": {
|
|
48
48
|
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
49
49
|
},
|
|
50
|
-
"
|
|
50
|
+
"Last Changes": {
|
|
51
51
|
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
52
52
|
},
|
|
53
|
-
"
|
|
53
|
+
"Profile": {
|
|
54
54
|
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
55
55
|
},
|
|
56
|
-
"
|
|
56
|
+
"Overview": {
|
|
57
57
|
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
58
58
|
},
|
|
59
|
-
"
|
|
59
|
+
"Personal Data": {
|
|
60
60
|
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
61
61
|
},
|
|
62
|
-
"
|
|
62
|
+
"Character Sheet": {
|
|
63
63
|
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
64
64
|
},
|
|
65
|
-
"
|
|
65
|
+
"Pact": {
|
|
66
66
|
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
67
67
|
},
|
|
68
|
-
"
|
|
68
|
+
"Rules": {
|
|
69
69
|
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
70
70
|
},
|
|
71
|
-
"
|
|
71
|
+
"Race, Culture & Profession": {
|
|
72
72
|
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
73
73
|
},
|
|
74
|
-
"
|
|
74
|
+
"Race": {
|
|
75
75
|
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
76
76
|
},
|
|
77
|
-
"
|
|
77
|
+
"Culture": {
|
|
78
78
|
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
79
79
|
},
|
|
80
|
-
"
|
|
80
|
+
"Profession": {
|
|
81
81
|
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
82
82
|
},
|
|
83
|
-
"
|
|
83
|
+
"Attributes": {
|
|
84
84
|
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
85
85
|
},
|
|
86
|
-
"
|
|
86
|
+
"Advantages & Disadvantages": {
|
|
87
87
|
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
88
88
|
},
|
|
89
|
-
"
|
|
89
|
+
"Advantages": {
|
|
90
90
|
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
91
91
|
},
|
|
92
|
-
"
|
|
92
|
+
"Disadvantages": {
|
|
93
93
|
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
94
94
|
},
|
|
95
|
-
"
|
|
95
|
+
"Abilities": {
|
|
96
96
|
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
97
97
|
},
|
|
98
|
-
"
|
|
98
|
+
"Skills": {
|
|
99
99
|
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
100
100
|
},
|
|
101
|
-
"
|
|
101
|
+
"Combat Techniques": {
|
|
102
102
|
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
103
103
|
},
|
|
104
|
-
"
|
|
104
|
+
"Special Abilities": {
|
|
105
105
|
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
106
106
|
},
|
|
107
|
-
"
|
|
107
|
+
"Spells": {
|
|
108
108
|
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
109
109
|
},
|
|
110
|
-
"
|
|
110
|
+
"Liturgical Chants": {
|
|
111
111
|
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
112
112
|
},
|
|
113
|
-
"
|
|
113
|
+
"Belongings": {
|
|
114
114
|
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
115
115
|
},
|
|
116
|
-
"
|
|
116
|
+
"Equipment": {
|
|
117
117
|
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
118
118
|
},
|
|
119
|
-
"
|
|
119
|
+
"Hit Zone Armor": {
|
|
120
120
|
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
121
121
|
},
|
|
122
|
-
"
|
|
122
|
+
"Pets": {
|
|
123
123
|
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
124
124
|
},
|
|
125
125
|
"header.apleft": {
|
|
@@ -129,6 +129,12 @@
|
|
|
129
129
|
"header.savebtn": {
|
|
130
130
|
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
131
131
|
},
|
|
132
|
+
"Show Settings": {
|
|
133
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
134
|
+
},
|
|
135
|
+
"Toggle DevTools": {
|
|
136
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
137
|
+
},
|
|
132
138
|
"header.aptooltip.title": {
|
|
133
139
|
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
134
140
|
},
|
|
@@ -2557,40 +2563,42 @@
|
|
|
2557
2563
|
"macosmenubar.edit",
|
|
2558
2564
|
"macosmenubar.view",
|
|
2559
2565
|
"initialization.loadtableserror",
|
|
2560
|
-
"
|
|
2561
|
-
"
|
|
2562
|
-
"
|
|
2563
|
-
"
|
|
2564
|
-
"
|
|
2565
|
-
"
|
|
2566
|
-
"
|
|
2567
|
-
"
|
|
2568
|
-
"
|
|
2569
|
-
"
|
|
2570
|
-
"
|
|
2571
|
-
"
|
|
2572
|
-
"
|
|
2573
|
-
"
|
|
2574
|
-
"
|
|
2575
|
-
"
|
|
2576
|
-
"
|
|
2577
|
-
"
|
|
2578
|
-
"
|
|
2579
|
-
"
|
|
2580
|
-
"
|
|
2581
|
-
"
|
|
2582
|
-
"
|
|
2583
|
-
"
|
|
2584
|
-
"
|
|
2585
|
-
"
|
|
2586
|
-
"
|
|
2587
|
-
"
|
|
2588
|
-
"
|
|
2589
|
-
"
|
|
2590
|
-
"
|
|
2591
|
-
"
|
|
2566
|
+
"Characters",
|
|
2567
|
+
"Groups",
|
|
2568
|
+
"Library",
|
|
2569
|
+
"FAQ",
|
|
2570
|
+
"About",
|
|
2571
|
+
"Imprint",
|
|
2572
|
+
"Third-Party Licenses",
|
|
2573
|
+
"Last Changes",
|
|
2574
|
+
"Profile",
|
|
2575
|
+
"Overview",
|
|
2576
|
+
"Personal Data",
|
|
2577
|
+
"Character Sheet",
|
|
2578
|
+
"Pact",
|
|
2579
|
+
"Rules",
|
|
2580
|
+
"Race, Culture & Profession",
|
|
2581
|
+
"Race",
|
|
2582
|
+
"Culture",
|
|
2583
|
+
"Profession",
|
|
2584
|
+
"Attributes",
|
|
2585
|
+
"Advantages & Disadvantages",
|
|
2586
|
+
"Advantages",
|
|
2587
|
+
"Disadvantages",
|
|
2588
|
+
"Abilities",
|
|
2589
|
+
"Skills",
|
|
2590
|
+
"Combat Techniques",
|
|
2591
|
+
"Special Abilities",
|
|
2592
|
+
"Spells",
|
|
2593
|
+
"Liturgical Chants",
|
|
2594
|
+
"Belongings",
|
|
2595
|
+
"Equipment",
|
|
2596
|
+
"Hit Zone Armor",
|
|
2597
|
+
"Pets",
|
|
2592
2598
|
"header.apleft",
|
|
2593
2599
|
"header.savebtn",
|
|
2600
|
+
"Show Settings",
|
|
2601
|
+
"Toggle DevTools",
|
|
2594
2602
|
"header.aptooltip.title",
|
|
2595
2603
|
"header.aptooltip.total",
|
|
2596
2604
|
"header.aptooltip.spent",
|