optolith-database-schema 0.40.0 → 0.42.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 +59 -0
- package/README.md +1 -1
- package/gen/types.d.ts +1705 -1582
- package/lib/types/Ceremony.d.ts +3 -0
- package/lib/types/DerivedCharacteristic.d.ts +23 -14
- package/lib/types/DerivedCharacteristic.js +58 -21
- package/lib/types/Disease.d.ts +2 -0
- package/lib/types/Disease.js +8 -0
- package/lib/types/FamiliarsTrick.d.ts +1 -0
- package/lib/types/FamiliarsTrick.js +8 -2
- package/lib/types/LiturgicalChant.d.ts +3 -0
- package/lib/types/Locale.d.ts +10 -6
- package/lib/types/Locale.js +10 -6
- package/lib/types/Profession.d.ts +31 -14
- package/lib/types/Profession.js +12 -2
- package/lib/types/Race.d.ts +28 -19
- package/lib/types/Race.js +36 -22
- package/lib/types/Ritual.d.ts +3 -0
- package/lib/types/Spell.d.ts +3 -0
- package/lib/types/Talisman.d.ts +32 -6
- package/lib/types/Talisman.js +51 -11
- package/lib/types/_ActivatableSkill.d.ts +8 -0
- package/lib/types/_ActivatableSkillCheckResultBased.d.ts +2 -0
- package/lib/types/_ActivatableSkillCheckResultBased.js +1 -0
- package/lib/types/_ActivatableSkillDuration.d.ts +2 -0
- package/lib/types/_ActivatableSkillRange.d.ts +1 -0
- package/lib/types/_Identifier.d.ts +1 -0
- package/lib/types/_Identifier.js +2 -0
- package/lib/types/_IdentifierGroup.d.ts +58 -0
- package/lib/types/_IdentifierGroup.js +15 -1
- package/lib/types/equipment/item/BandageOrRemedy.d.ts +5 -2
- package/lib/types/equipment/item/CeremonialItem.d.ts +6 -3
- package/lib/types/equipment/item/CeremonialItem.js +1 -1
- package/lib/types/equipment/item/Clothes.d.ts +5 -2
- package/lib/types/equipment/item/Container.d.ts +5 -2
- package/lib/types/equipment/item/Elixir.d.ts +16 -1
- package/lib/types/equipment/item/Elixir.js +35 -5
- package/lib/types/equipment/item/EquipmentOfBlessedOnes.d.ts +5 -2
- package/lib/types/equipment/item/IlluminationLightSource.d.ts +5 -2
- package/lib/types/equipment/item/IlluminationRefillOrSupply.d.ts +5 -2
- package/lib/types/equipment/item/Liebesspielzeug.d.ts +5 -2
- package/lib/types/equipment/item/LuxuryGood.d.ts +5 -2
- package/lib/types/equipment/item/MagicalArtifact.d.ts +5 -2
- package/lib/types/equipment/item/MusicalInstrument.d.ts +5 -2
- package/lib/types/equipment/item/OrienteeringAid.d.ts +5 -2
- package/lib/types/equipment/item/Poison.d.ts +64 -91
- package/lib/types/equipment/item/Poison.js +5 -34
- package/lib/types/equipment/item/RopeOrChain.d.ts +5 -2
- package/lib/types/equipment/item/Stationery.d.ts +5 -2
- package/lib/types/equipment/item/ThievesTool.d.ts +5 -2
- package/lib/types/equipment/item/TravelGearOrTool.d.ts +5 -2
- package/lib/types/equipment/item/Weapon.d.ts +10 -4
- package/lib/types/equipment/item/WeaponAccessory.d.ts +5 -2
- package/lib/types/equipment/item/_Herbary.d.ts +31 -0
- package/lib/types/equipment/item/_Herbary.js +9 -0
- package/lib/types/equipment/item/_Item.d.ts +10 -4
- package/lib/types/equipment/item/_MeleeWeapon.d.ts +2 -2
- package/lib/types/equipment/item/_MeleeWeapon.js +1 -1
- package/lib/types/equipment/item/_RangedWeapon.d.ts +8 -2
- package/lib/types/equipment/item/_RangedWeapon.js +2 -2
- package/lib/types/equipment/item/sub/Reach.d.ts +1 -0
- package/lib/types/equipment/item/sub/Reach.js +7 -0
- package/lib/types/magicalActions/AnimistPower.d.ts +1 -0
- package/lib/types/magicalActions/Curse.d.ts +2 -0
- package/lib/types/magicalActions/DominationRitual.d.ts +2 -0
- package/lib/types/magicalActions/GeodeRitual.d.ts +1 -0
- package/lib/types/magicalActions/JesterTrick.d.ts +3 -0
- package/lib/types/magicalActions/MagicalMelody.d.ts +15 -0
- package/lib/types/magicalActions/MagicalMelody.js +5 -0
- package/lib/types/magicalActions/MagicalRune.d.ts +2 -0
- package/lib/types/magicalActions/ZibiljaRitual.d.ts +2 -0
- package/lib/types/prerequisites/PrerequisiteGroups.d.ts +132 -0
- package/lib/types/prerequisites/PrerequisiteGroups.js +1 -0
- package/package.json +7 -7
- package/schema/Advantage.schema.json +0 -108
- package/schema/AnimalDisease.schema.json +0 -74
- package/schema/AnimalType.schema.json +0 -47
- package/schema/ArcaneBardTradition.schema.json +0 -11
- package/schema/ArcaneDancerTradition.schema.json +0 -11
- package/schema/Aspect.schema.json +0 -51
- package/schema/Attribute.schema.json +0 -57
- package/schema/Blessing.schema.json +0 -265
- package/schema/Cantrip.schema.json +0 -443
- package/schema/Ceremony.schema.json +0 -122
- package/schema/CombatTechnique_Close.schema.json +0 -116
- package/schema/CombatTechnique_Ranged.schema.json +0 -99
- package/schema/Condition.schema.json +0 -68
- package/schema/Continent.schema.json +0 -49
- package/schema/Culture.schema.json +0 -781
- package/schema/DerivedCharacteristic.schema.json +0 -90
- package/schema/Disadvantage.schema.json +0 -97
- package/schema/Disease.schema.json +0 -58
- package/schema/Element.schema.json +0 -48
- package/schema/ExperienceLevel.schema.json +0 -84
- package/schema/EyeColor.schema.json +0 -47
- package/schema/FamiliarsTrick.schema.json +0 -576
- package/schema/HairColor.schema.json +0 -47
- package/schema/Kirchenpraegung.schema.json +0 -11
- package/schema/Lessons_Curriculum.schema.json +0 -499
- package/schema/Lessons_Guideline.schema.json +0 -53
- package/schema/LiturgicalChant.schema.json +0 -122
- package/schema/Locale.schema.json +0 -38
- package/schema/MetaCondition.schema.json +0 -69
- package/schema/PactCategory.schema.json +0 -150
- package/schema/Patron.schema.json +0 -352
- package/schema/PatronCategory.schema.json +0 -57
- package/schema/PersonalityTrait.schema.json +0 -100
- package/schema/Profession.schema.json +0 -1424
- package/schema/Property.schema.json +0 -51
- package/schema/Race.schema.json +0 -534
- package/schema/Region.schema.json +0 -47
- package/schema/Ritual.schema.json +0 -120
- package/schema/Service.schema.json +0 -79
- package/schema/SexPractice.schema.json +0 -70
- package/schema/Skill.schema.json +0 -223
- package/schema/SkillGroup.schema.json +0 -57
- package/schema/SkillModificationLevel.schema.json +0 -153
- package/schema/SocialStatus.schema.json +0 -47
- package/schema/Spell.schema.json +0 -119
- package/schema/State.schema.json +0 -59
- package/schema/Talisman.schema.json +0 -120
- package/schema/TargetCategory.schema.json +0 -65
- package/schema/UI.schema.json +0 -4441
- package/schema/_Activatable.schema.json +0 -2755
- package/schema/_ActivatableSelectOptionCategory.schema.json +0 -1313
- package/schema/_ActivatableSkill.schema.json +0 -188
- package/schema/_ActivatableSkillCastingTime.schema.json +0 -181
- package/schema/_ActivatableSkillCheckResultBased.schema.json +0 -65
- package/schema/_ActivatableSkillCost.schema.json +0 -513
- package/schema/_ActivatableSkillDuration.schema.json +0 -353
- package/schema/_ActivatableSkillEffect.schema.json +0 -122
- package/schema/_ActivatableSkillRange.schema.json +0 -264
- package/schema/_ActivatableSkillTargetCategory.schema.json +0 -145
- package/schema/_AlternativeNames.schema.json +0 -23
- package/schema/_ArcaneTradition.schema.json +0 -51
- package/schema/_Blessed.schema.json +0 -64
- package/schema/_Dice.schema.json +0 -40
- package/schema/_DiseasePoison.schema.json +0 -152
- package/schema/_Enhancements.schema.json +0 -85
- package/schema/_I18n.schema.json +0 -55
- package/schema/_Identifier.schema.json +0 -2577
- package/schema/_IdentifierGroup.schema.json +0 -753
- package/schema/_ImprovementCost.schema.json +0 -23
- package/schema/_Influence.schema.json +0 -84
- package/schema/_NonEmptyString.schema.json +0 -14
- package/schema/_Prerequisite.schema.json +0 -1518
- package/schema/_ResponsiveText.schema.json +0 -66
- package/schema/_Sex.schema.json +0 -18
- package/schema/_SimpleReferences.schema.json +0 -522
- package/schema/_SkillCheck.schema.json +0 -38
- package/schema/_Spellwork.schema.json +0 -54
- package/schema/equipment/EquipmentPackage.schema.json +0 -79
- package/schema/equipment/item/Ammunition.schema.json +0 -56
- package/schema/equipment/item/Animal.schema.json +0 -36
- package/schema/equipment/item/AnimalCare.schema.json +0 -124
- package/schema/equipment/item/Armor.schema.json +0 -309
- package/schema/equipment/item/BandageOrRemedy.schema.json +0 -53
- package/schema/equipment/item/Book.schema.json +0 -89
- package/schema/equipment/item/CeremonialItem.schema.json +0 -59
- package/schema/equipment/item/Clothes.schema.json +0 -10
- package/schema/equipment/item/Container.schema.json +0 -10
- package/schema/equipment/item/Elixir.schema.json +0 -103
- package/schema/equipment/item/EquipmentOfBlessedOnes.schema.json +0 -49
- package/schema/equipment/item/GemOrPreciousStone.schema.json +0 -69
- package/schema/equipment/item/IlluminationLightSource.schema.json +0 -120
- package/schema/equipment/item/IlluminationRefillsOrSupplies.schema.json +0 -10
- package/schema/equipment/item/Jewelry.schema.json +0 -113
- package/schema/equipment/item/Liebesspielzeug.schema.json +0 -10
- package/schema/equipment/item/LuxuryGood.schema.json +0 -53
- package/schema/equipment/item/MagicalArtifact.schema.json +0 -64
- package/schema/equipment/item/MusicalInstrument.schema.json +0 -49
- package/schema/equipment/item/OrienteeringAid.schema.json +0 -10
- package/schema/equipment/item/Poison.schema.json +0 -835
- package/schema/equipment/item/RopeOrChain.schema.json +0 -10
- package/schema/equipment/item/Stationary.schema.json +0 -10
- package/schema/equipment/item/ThievesTool.schema.json +0 -10
- package/schema/equipment/item/ToolOfTheTrade.schema.json +0 -93
- package/schema/equipment/item/TravelGearOrTool.schema.json +0 -10
- package/schema/equipment/item/Vehicle.schema.json +0 -36
- package/schema/equipment/item/Weapon.schema.json +0 -285
- package/schema/equipment/item/WeaponAccessory.schema.json +0 -10
- package/schema/equipment/item/_Herbary.schema.json +0 -62
- package/schema/equipment/item/_Item.schema.json +0 -384
- package/schema/equipment/item/_MeleeWeapon.schema.json +0 -164
- package/schema/equipment/item/_RangedWeapon.schema.json +0 -185
- package/schema/equipment/item/_Weapon.schema.json +0 -99
- package/schema/equipment/item/sub/ArmorType.schema.json +0 -52
- package/schema/equipment/item/sub/Reach.schema.json +0 -47
- package/schema/magicalActions/AnimistPower.schema.json +0 -488
- package/schema/magicalActions/AnimistPower_Tribe.schema.json +0 -47
- package/schema/magicalActions/Curse.schema.json +0 -332
- package/schema/magicalActions/DominationRitual.schema.json +0 -275
- package/schema/magicalActions/ElvenMagicalSong.schema.json +0 -196
- package/schema/magicalActions/GeodeRitual.schema.json +0 -327
- package/schema/magicalActions/JesterTrick.schema.json +0 -311
- package/schema/magicalActions/MagicalDance.schema.json +0 -198
- package/schema/magicalActions/MagicalMelody.schema.json +0 -193
- package/schema/magicalActions/MagicalRune.schema.json +0 -578
- package/schema/magicalActions/ZibiljaRitual.schema.json +0 -165
- package/schema/magicalActions/_MusicTradition.schema.json +0 -82
- package/schema/magicalActions/_SkillReference.schema.json +0 -20
- package/schema/prerequisites/ConditionalPrerequisites.schema.json +0 -15
- package/schema/prerequisites/DisplayOption.schema.json +0 -70
- package/schema/prerequisites/PrerequisiteGroups.schema.json +0 -1029
- package/schema/prerequisites/single/ActivatablePrerequisite.schema.json +0 -45
- package/schema/prerequisites/single/AncestorBloodPrerequisite.schema.json +0 -14
- package/schema/prerequisites/single/AnimistPowerPrerequisite.schema.json +0 -36
- package/schema/prerequisites/single/CulturePrerequisite.schema.json +0 -24
- package/schema/prerequisites/single/EnhancementPrerequisite.schema.json +0 -61
- package/schema/prerequisites/single/InfluencePrerequisite.schema.json +0 -28
- package/schema/prerequisites/single/PactPrerequisite.schema.json +0 -36
- package/schema/prerequisites/single/PrimaryAttributePrerequisite.schema.json +0 -39
- package/schema/prerequisites/single/PublicationPrerequisite.schema.json +0 -22
- package/schema/prerequisites/single/RacePrerequisite.schema.json +0 -28
- package/schema/prerequisites/single/RatedMinimumNumberPrerequisite.schema.json +0 -172
- package/schema/prerequisites/single/RatedPrerequisite.schema.json +0 -29
- package/schema/prerequisites/single/RatedSumPrerequisite.schema.json +0 -33
- package/schema/prerequisites/single/RulePrerequisite.schema.json +0 -22
- package/schema/prerequisites/single/SexPrerequisite.schema.json +0 -23
- package/schema/prerequisites/single/SexualCharacteristicPrerequisite.schema.json +0 -30
- package/schema/prerequisites/single/SocialStatusPrerequisite.schema.json +0 -24
- package/schema/prerequisites/single/StatePrerequisite.schema.json +0 -23
- package/schema/prerequisites/single/TextPrerequisite.schema.json +0 -64
- package/schema/prerequisites/single/TraditionPrerequisite.schema.json +0 -58
- package/schema/rule/CoreRule.schema.json +0 -1403
- package/schema/rule/FocusRule.schema.json +0 -76
- package/schema/rule/FocusRule_Subject.schema.json +0 -48
- package/schema/rule/OptionalRule.schema.json +0 -64
- package/schema/source/Publication.schema.json +0 -103
- package/schema/source/_Erratum.schema.json +0 -36
- package/schema/source/_PublicationRef.schema.json +0 -285
- package/schema/specialAbility/AdvancedCombatSpecialAbility.schema.json +0 -102
- package/schema/specialAbility/AdvancedKarmaSpecialAbility.schema.json +0 -80
- package/schema/specialAbility/AdvancedMagicalSpecialAbility.schema.json +0 -80
- package/schema/specialAbility/AdvancedSkillSpecialAbility.schema.json +0 -80
- package/schema/specialAbility/AncestorGlyph.schema.json +0 -80
- package/schema/specialAbility/BlessedTradition.schema.json +0 -354
- package/schema/specialAbility/BrawlingSpecialAbility.schema.json +0 -82
- package/schema/specialAbility/CeremonialItemSpecialAbility.schema.json +0 -87
- package/schema/specialAbility/CombatSpecialAbility.schema.json +0 -98
- package/schema/specialAbility/CombatStyleSpecialAbility.schema.json +0 -273
- package/schema/specialAbility/CommandSpecialAbility.schema.json +0 -82
- package/schema/specialAbility/FamiliarSpecialAbility.schema.json +0 -74
- package/schema/specialAbility/FatePointSexSpecialAbility.schema.json +0 -74
- package/schema/specialAbility/FatePointSpecialAbility.schema.json +0 -84
- package/schema/specialAbility/GeneralSpecialAbility.schema.json +0 -88
- package/schema/specialAbility/KarmaSpecialAbility.schema.json +0 -78
- package/schema/specialAbility/LiturgicalStyleSpecialAbility.schema.json +0 -260
- package/schema/specialAbility/LycantropicGift.schema.json +0 -74
- package/schema/specialAbility/MagicStyleSpecialAbility.schema.json +0 -260
- package/schema/specialAbility/MagicalSign.schema.json +0 -72
- package/schema/specialAbility/MagicalSpecialAbility.schema.json +0 -88
- package/schema/specialAbility/MagicalTradition.schema.json +0 -163
- package/schema/specialAbility/PactGift.schema.json +0 -254
- package/schema/specialAbility/ProtectiveWardingCircleSpecialAbility.schema.json +0 -86
- package/schema/specialAbility/Sermon.schema.json +0 -74
- package/schema/specialAbility/SexSpecialAbility.schema.json +0 -80
- package/schema/specialAbility/SikaryanDrainSpecialAbility.schema.json +0 -78
- package/schema/specialAbility/SkillStyleSpecialAbility.schema.json +0 -254
- package/schema/specialAbility/VampiricGift.schema.json +0 -78
- package/schema/specialAbility/Vision.schema.json +0 -74
- package/schema/specialAbility/_Tradition.schema.json +0 -23
- package/schema/specialAbility/sub/Language.schema.json +0 -222
- package/schema/specialAbility/sub/Script.schema.json +0 -90
- package/schema/specialAbility/sub/TradeSecret.schema.json +0 -72
- package/schema/specialAbility/sub/_LanguageScript.schema.json +0 -24
- package/schema/traditionArtifacts/ArcaneOrbEnchantment.schema.json +0 -95
- package/schema/traditionArtifacts/AttireEnchantment.schema.json +0 -95
- package/schema/traditionArtifacts/BowlEnchantment.schema.json +0 -95
- package/schema/traditionArtifacts/CauldronEnchantment.schema.json +0 -115
- package/schema/traditionArtifacts/ChronicleEnchantment.schema.json +0 -95
- package/schema/traditionArtifacts/DaggerRitual.schema.json +0 -176
- package/schema/traditionArtifacts/FoolsHatEnchantment.schema.json +0 -95
- package/schema/traditionArtifacts/InstrumentEnchantment.schema.json +0 -95
- package/schema/traditionArtifacts/Krallenkettenzauber.schema.json +0 -95
- package/schema/traditionArtifacts/OrbEnchantment.schema.json +0 -95
- package/schema/traditionArtifacts/RingEnchantment.schema.json +0 -95
- package/schema/traditionArtifacts/SickleRitual.schema.json +0 -95
- package/schema/traditionArtifacts/SpellSwordEnchantment.schema.json +0 -99
- package/schema/traditionArtifacts/StaffEnchantment.schema.json +0 -103
- package/schema/traditionArtifacts/ToyEnchantment.schema.json +0 -95
- package/schema/traditionArtifacts/Trinkhornzauber.schema.json +0 -95
- package/schema/traditionArtifacts/WandEnchantment.schema.json +0 -87
- package/schema/traditionArtifacts/WeaponEnchantment.schema.json +0 -95
- package/schema/traditionArtifacts/sub/AnimalShape.schema.json +0 -85
- package/schema/traditionArtifacts/sub/AnimalShapePath.schema.json +0 -47
- package/schema/traditionArtifacts/sub/AnimalShapeSize.schema.json +0 -59
- package/schema/traditionArtifacts/sub/Brew.schema.json +0 -47
|
@@ -1831,6 +1831,138 @@ export declare const TribePrerequisiteGroup: DB.Enum<"TribePrerequisiteGroup", {
|
|
|
1831
1831
|
}>, []>>>;
|
|
1832
1832
|
}, []>;
|
|
1833
1833
|
export declare const GeodeRitualPrerequisiteGroup: DB.Enum<"GeodeRitualPrerequisiteGroup", {
|
|
1834
|
+
Activatable: DB.EnumCase<DB.IncludeIdentifier<[], DB.TypeAlias<"ActivatablePrerequisite", DB.Object<{
|
|
1835
|
+
id: DB.MemberDecl<DB.IncludeIdentifier<[], DB.Enum<"ActivatableIdentifier", {
|
|
1836
|
+
AdvancedCombatSpecialAbility: DB.EnumCase<DB.ReferenceIdentifier>;
|
|
1837
|
+
AdvancedKarmaSpecialAbility: DB.EnumCase<DB.ReferenceIdentifier>;
|
|
1838
|
+
AdvancedMagicalSpecialAbility: DB.EnumCase<DB.ReferenceIdentifier>;
|
|
1839
|
+
AdvancedSkillSpecialAbility: DB.EnumCase<DB.ReferenceIdentifier>;
|
|
1840
|
+
AncestorGlyph: DB.EnumCase<DB.ReferenceIdentifier>;
|
|
1841
|
+
ArcaneOrbEnchantment: DB.EnumCase<DB.ReferenceIdentifier>;
|
|
1842
|
+
AttireEnchantment: DB.EnumCase<DB.ReferenceIdentifier>;
|
|
1843
|
+
Beutelzauber: DB.EnumCase<DB.ReferenceIdentifier>;
|
|
1844
|
+
BlessedTradition: DB.EnumCase<DB.ReferenceIdentifier>;
|
|
1845
|
+
BowlEnchantment: DB.EnumCase<DB.ReferenceIdentifier>;
|
|
1846
|
+
BrawlingSpecialAbility: DB.EnumCase<DB.ReferenceIdentifier>;
|
|
1847
|
+
CauldronEnchantment: DB.EnumCase<DB.ReferenceIdentifier>;
|
|
1848
|
+
CeremonialItemSpecialAbility: DB.EnumCase<DB.ReferenceIdentifier>;
|
|
1849
|
+
ChronicleEnchantment: DB.EnumCase<DB.ReferenceIdentifier>;
|
|
1850
|
+
CombatSpecialAbility: DB.EnumCase<DB.ReferenceIdentifier>;
|
|
1851
|
+
CombatStyleSpecialAbility: DB.EnumCase<DB.ReferenceIdentifier>;
|
|
1852
|
+
CommandSpecialAbility: DB.EnumCase<DB.ReferenceIdentifier>;
|
|
1853
|
+
DaggerRitual: DB.EnumCase<DB.ReferenceIdentifier>;
|
|
1854
|
+
FamiliarSpecialAbility: DB.EnumCase<DB.ReferenceIdentifier>;
|
|
1855
|
+
FatePointSexSpecialAbility: DB.EnumCase<DB.ReferenceIdentifier>;
|
|
1856
|
+
FatePointSpecialAbility: DB.EnumCase<DB.ReferenceIdentifier>;
|
|
1857
|
+
FoolsHatEnchantment: DB.EnumCase<DB.ReferenceIdentifier>;
|
|
1858
|
+
GeneralSpecialAbility: DB.EnumCase<DB.ReferenceIdentifier>;
|
|
1859
|
+
Haubenzauber: DB.EnumCase<DB.ReferenceIdentifier>;
|
|
1860
|
+
InstrumentEnchantment: DB.EnumCase<DB.ReferenceIdentifier>;
|
|
1861
|
+
KarmaSpecialAbility: DB.EnumCase<DB.ReferenceIdentifier>;
|
|
1862
|
+
Krallenkettenzauber: DB.EnumCase<DB.ReferenceIdentifier>;
|
|
1863
|
+
Kristallkugelzauber: DB.EnumCase<DB.ReferenceIdentifier>;
|
|
1864
|
+
LiturgicalStyleSpecialAbility: DB.EnumCase<DB.ReferenceIdentifier>;
|
|
1865
|
+
LycantropicGift: DB.EnumCase<DB.ReferenceIdentifier>;
|
|
1866
|
+
MagicalSign: DB.EnumCase<DB.ReferenceIdentifier>;
|
|
1867
|
+
MagicalSpecialAbility: DB.EnumCase<DB.ReferenceIdentifier>;
|
|
1868
|
+
MagicalTradition: DB.EnumCase<DB.ReferenceIdentifier>;
|
|
1869
|
+
MagicStyleSpecialAbility: DB.EnumCase<DB.ReferenceIdentifier>;
|
|
1870
|
+
OrbEnchantment: DB.EnumCase<DB.ReferenceIdentifier>;
|
|
1871
|
+
PactGift: DB.EnumCase<DB.ReferenceIdentifier>;
|
|
1872
|
+
ProtectiveWardingCircleSpecialAbility: DB.EnumCase<DB.ReferenceIdentifier>;
|
|
1873
|
+
RingEnchantment: DB.EnumCase<DB.ReferenceIdentifier>;
|
|
1874
|
+
Sermon: DB.EnumCase<DB.ReferenceIdentifier>;
|
|
1875
|
+
SexSpecialAbility: DB.EnumCase<DB.ReferenceIdentifier>;
|
|
1876
|
+
SickleRitual: DB.EnumCase<DB.ReferenceIdentifier>;
|
|
1877
|
+
SikaryanDrainSpecialAbility: DB.EnumCase<DB.ReferenceIdentifier>;
|
|
1878
|
+
SkillStyleSpecialAbility: DB.EnumCase<DB.ReferenceIdentifier>;
|
|
1879
|
+
SpellSwordEnchantment: DB.EnumCase<DB.ReferenceIdentifier>;
|
|
1880
|
+
StaffEnchantment: DB.EnumCase<DB.ReferenceIdentifier>;
|
|
1881
|
+
ToyEnchantment: DB.EnumCase<DB.ReferenceIdentifier>;
|
|
1882
|
+
Trinkhornzauber: DB.EnumCase<DB.ReferenceIdentifier>;
|
|
1883
|
+
VampiricGift: DB.EnumCase<DB.ReferenceIdentifier>;
|
|
1884
|
+
Vision: DB.EnumCase<DB.ReferenceIdentifier>;
|
|
1885
|
+
WandEnchantment: DB.EnumCase<DB.ReferenceIdentifier>;
|
|
1886
|
+
WeaponEnchantment: DB.EnumCase<DB.ReferenceIdentifier>;
|
|
1887
|
+
Advantage: DB.EnumCase<DB.ReferenceIdentifier>;
|
|
1888
|
+
Disadvantage: DB.EnumCase<DB.ReferenceIdentifier>;
|
|
1889
|
+
}, []>>, true>;
|
|
1890
|
+
active: DB.MemberDecl<DB.Boolean, true>;
|
|
1891
|
+
level: DB.MemberDecl<DB.Integer, false>;
|
|
1892
|
+
options: DB.MemberDecl<DB.Array<DB.IncludeIdentifier<[], DB.Enum<"RequirableSelectOptionIdentifier", {
|
|
1893
|
+
General: DB.EnumCase<DB.ReferenceIdentifier>;
|
|
1894
|
+
Race: DB.EnumCase<DB.ReferenceIdentifier>;
|
|
1895
|
+
Skill: DB.EnumCase<DB.ReferenceIdentifier>;
|
|
1896
|
+
SkillApplication: DB.EnumCase<DB.ReferenceIdentifier>;
|
|
1897
|
+
CloseCombatTechnique: DB.EnumCase<DB.ReferenceIdentifier>;
|
|
1898
|
+
RangedCombatTechnique: DB.EnumCase<DB.ReferenceIdentifier>;
|
|
1899
|
+
Property: DB.EnumCase<DB.ReferenceIdentifier>;
|
|
1900
|
+
Aspect: DB.EnumCase<DB.ReferenceIdentifier>;
|
|
1901
|
+
Language: DB.EnumCase<DB.ReferenceIdentifier>;
|
|
1902
|
+
AnimalShape: DB.EnumCase<DB.ReferenceIdentifier>;
|
|
1903
|
+
LiturgicalChant: DB.EnumCase<DB.ReferenceIdentifier>;
|
|
1904
|
+
Ceremony: DB.EnumCase<DB.ReferenceIdentifier>;
|
|
1905
|
+
Spell: DB.EnumCase<DB.ReferenceIdentifier>;
|
|
1906
|
+
Ritual: DB.EnumCase<DB.ReferenceIdentifier>;
|
|
1907
|
+
TradeSecret: DB.EnumCase<DB.ReferenceIdentifier>;
|
|
1908
|
+
ArcaneBardTradition: DB.EnumCase<DB.ReferenceIdentifier>;
|
|
1909
|
+
ArcaneDancerTradition: DB.EnumCase<DB.ReferenceIdentifier>;
|
|
1910
|
+
Element: DB.EnumCase<DB.ReferenceIdentifier>;
|
|
1911
|
+
}, []>>>, false>;
|
|
1912
|
+
display_option: DB.MemberDecl<DB.IncludeIdentifier<[], DB.Enum<"DisplayOption", {
|
|
1913
|
+
Hide: DB.EnumCase<null>;
|
|
1914
|
+
ReplaceWith: DB.EnumCase<DB.IncludeIdentifier<[], DB.TypeAlias<"ReplacementDisplayOption", DB.Object<{
|
|
1915
|
+
sentence_type: DB.MemberDecl<DB.IncludeIdentifier<[], DB.Enum<"SentenceType", {
|
|
1916
|
+
Standalone: DB.EnumCase<null>;
|
|
1917
|
+
Connected: DB.EnumCase<null>;
|
|
1918
|
+
}, []>>, false>;
|
|
1919
|
+
translations: DB.MemberDecl<DB.NestedEntityMap<"ReplacementDisplayOptionTranslation", {
|
|
1920
|
+
replacement: DB.MemberDecl<DB.String, true>;
|
|
1921
|
+
}>, true>;
|
|
1922
|
+
}>, []>>>;
|
|
1923
|
+
}, []>>, false>;
|
|
1924
|
+
when: DB.MemberDecl<DB.IncludeIdentifier<[], DB.TypeAlias<"Preconditions", DB.Array<DB.IncludeIdentifier<[], DB.Enum<"PreconditionGroup", {
|
|
1925
|
+
Publication: DB.EnumCase<DB.IncludeIdentifier<[], DB.TypeAlias<"PublicationPrerequisite", DB.Object<{
|
|
1926
|
+
id: DB.MemberDecl<DB.ReferenceIdentifier, true>;
|
|
1927
|
+
display_option: DB.MemberDecl<DB.IncludeIdentifier<[], DB.Enum<"DisplayOption", {
|
|
1928
|
+
Hide: DB.EnumCase<null>;
|
|
1929
|
+
ReplaceWith: DB.EnumCase<DB.IncludeIdentifier<[], DB.TypeAlias<"ReplacementDisplayOption", DB.Object<{
|
|
1930
|
+
sentence_type: DB.MemberDecl<DB.IncludeIdentifier<[], DB.Enum<"SentenceType", {
|
|
1931
|
+
Standalone: DB.EnumCase<null>;
|
|
1932
|
+
Connected: DB.EnumCase<null>;
|
|
1933
|
+
}, []>>, false>;
|
|
1934
|
+
translations: DB.MemberDecl<DB.NestedEntityMap<"ReplacementDisplayOptionTranslation", {
|
|
1935
|
+
replacement: DB.MemberDecl<DB.String, true>;
|
|
1936
|
+
}>, true>;
|
|
1937
|
+
}>, []>>>;
|
|
1938
|
+
}, []>>, false>;
|
|
1939
|
+
}>, []>>>;
|
|
1940
|
+
Rule: DB.EnumCase<DB.IncludeIdentifier<[], DB.TypeAlias<"RulePrerequisite", DB.Object<{
|
|
1941
|
+
id: DB.MemberDecl<DB.IncludeIdentifier<[], DB.Enum<"ExtensionRuleIdentifier", {
|
|
1942
|
+
FocusRule: DB.EnumCase<DB.ReferenceIdentifier>;
|
|
1943
|
+
OptionalRule: DB.EnumCase<DB.ReferenceIdentifier>;
|
|
1944
|
+
}, []>>, true>;
|
|
1945
|
+
display_option: DB.MemberDecl<DB.IncludeIdentifier<[], DB.Enum<"DisplayOption", {
|
|
1946
|
+
Hide: DB.EnumCase<null>;
|
|
1947
|
+
ReplaceWith: DB.EnumCase<DB.IncludeIdentifier<[], DB.TypeAlias<"ReplacementDisplayOption", DB.Object<{
|
|
1948
|
+
sentence_type: DB.MemberDecl<DB.IncludeIdentifier<[], DB.Enum<"SentenceType", {
|
|
1949
|
+
Standalone: DB.EnumCase<null>;
|
|
1950
|
+
Connected: DB.EnumCase<null>;
|
|
1951
|
+
}, []>>, false>;
|
|
1952
|
+
translations: DB.MemberDecl<DB.NestedEntityMap<"ReplacementDisplayOptionTranslation", {
|
|
1953
|
+
replacement: DB.MemberDecl<DB.String, true>;
|
|
1954
|
+
}>, true>;
|
|
1955
|
+
}>, []>>>;
|
|
1956
|
+
}, []>>, false>;
|
|
1957
|
+
}>, []>>>;
|
|
1958
|
+
SexualCharacteristic: DB.EnumCase<DB.IncludeIdentifier<[], DB.TypeAlias<"SexualCharacteristicPrerequisite", DB.Object<{
|
|
1959
|
+
id: DB.MemberDecl<DB.IncludeIdentifier<[], DB.Enum<"SexualCharacteristic", {
|
|
1960
|
+
Penis: DB.EnumCase<null>;
|
|
1961
|
+
Vagina: DB.EnumCase<null>;
|
|
1962
|
+
}, []>>, true>;
|
|
1963
|
+
}>, []>>>;
|
|
1964
|
+
}, []>>>, []>>, false>;
|
|
1965
|
+
}>, []>>>;
|
|
1834
1966
|
Influence: DB.EnumCase<DB.IncludeIdentifier<[], DB.TypeAlias<"InfluencePrerequisite", DB.Object<{
|
|
1835
1967
|
id: DB.MemberDecl<DB.ReferenceIdentifier, true>;
|
|
1836
1968
|
active: DB.MemberDecl<DB.Boolean, true>;
|
|
@@ -157,6 +157,7 @@ export const TribePrerequisiteGroup = DB.Enum(import.meta.url, {
|
|
|
157
157
|
export const GeodeRitualPrerequisiteGroup = DB.Enum(import.meta.url, {
|
|
158
158
|
name: "GeodeRitualPrerequisiteGroup",
|
|
159
159
|
values: () => ({
|
|
160
|
+
Activatable: DB.EnumCase({ type: DB.IncludeIdentifier(ActivatablePrerequisite) }),
|
|
160
161
|
Influence: DB.EnumCase({ type: DB.IncludeIdentifier(InfluencePrerequisite) }),
|
|
161
162
|
}),
|
|
162
163
|
});
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "optolith-database-schema",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.42.0",
|
|
4
4
|
"description": "Definitions and utilities for the flat-file database of Optolith, a character creation tool for the Pen and Paper RPG “The Dark Eye 5”, and its external integrations into other software.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"tde",
|
|
@@ -38,20 +38,20 @@
|
|
|
38
38
|
"author": "Lukas Obermann",
|
|
39
39
|
"license": "MPL-2.0",
|
|
40
40
|
"dependencies": {
|
|
41
|
-
"@elyukai/utils": "^0.3.
|
|
42
|
-
"tsondb": "^0.20.
|
|
41
|
+
"@elyukai/utils": "^0.3.3",
|
|
42
|
+
"tsondb": "^0.20.3",
|
|
43
43
|
"yaml": "^2.8.2"
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
46
|
"@eslint/js": "^10.0.1",
|
|
47
|
-
"@types/node": "^25.
|
|
48
|
-
"commit-and-tag-version": "^12.
|
|
49
|
-
"eslint": "^10.0
|
|
47
|
+
"@types/node": "^25.5.0",
|
|
48
|
+
"commit-and-tag-version": "^12.7.1",
|
|
49
|
+
"eslint": "^10.1.0",
|
|
50
50
|
"globals": "^17.4.0",
|
|
51
51
|
"nodemon": "^3.1.14",
|
|
52
52
|
"prettier": "^3.8.1",
|
|
53
53
|
"typescript": "^5.9.3",
|
|
54
|
-
"typescript-eslint": "^8.57.
|
|
54
|
+
"typescript-eslint": "^8.57.1"
|
|
55
55
|
},
|
|
56
56
|
"repository": "github:elyukai/optolith-database-schema",
|
|
57
57
|
"bugs": {
|
|
@@ -1,108 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"$schema": "https://json-schema.org/draft/2019-09/schema",
|
|
3
|
-
"$id": "/Advantage.schema.json",
|
|
4
|
-
"$ref": "#/$defs/Advantage",
|
|
5
|
-
"$defs": {
|
|
6
|
-
"Advantage": {
|
|
7
|
-
"title": "Advantage",
|
|
8
|
-
"type": "object",
|
|
9
|
-
"properties": {
|
|
10
|
-
"id": {
|
|
11
|
-
"$ref": "./_Activatable.schema.json#/$defs/Id"
|
|
12
|
-
},
|
|
13
|
-
"levels": {
|
|
14
|
-
"$ref": "./_Activatable.schema.json#/$defs/Levels"
|
|
15
|
-
},
|
|
16
|
-
"select_options": {
|
|
17
|
-
"$ref": "./_Activatable.schema.json#/$defs/SelectOptions"
|
|
18
|
-
},
|
|
19
|
-
"skill_applications": {
|
|
20
|
-
"$ref": "./_Activatable.schema.json#/$defs/SkillApplications"
|
|
21
|
-
},
|
|
22
|
-
"skill_uses": {
|
|
23
|
-
"$ref": "./_Activatable.schema.json#/$defs/SkillUses"
|
|
24
|
-
},
|
|
25
|
-
"maximum": {
|
|
26
|
-
"$ref": "./_Activatable.schema.json#/$defs/Maximum"
|
|
27
|
-
},
|
|
28
|
-
"prerequisites": {
|
|
29
|
-
"$ref": "./_Prerequisite.schema.json#/$defs/AdvantageDisadvantagePrerequisites"
|
|
30
|
-
},
|
|
31
|
-
"ap_value": {
|
|
32
|
-
"$ref": "./_Activatable.schema.json#/$defs/AdventurePointsValue"
|
|
33
|
-
},
|
|
34
|
-
"has_maximum_spent_influence": {
|
|
35
|
-
"description": "Does this advantage count towards the maximum of AP to be spent on advantages?",
|
|
36
|
-
"type": "boolean",
|
|
37
|
-
"default": true
|
|
38
|
-
},
|
|
39
|
-
"is_exclusive_to_arcane_spellworks": {
|
|
40
|
-
"description": "Does this advantage exclusively applies to arcane spellworks and not to magical actions and magical applications?",
|
|
41
|
-
"type": "boolean",
|
|
42
|
-
"default": false
|
|
43
|
-
},
|
|
44
|
-
"src": {
|
|
45
|
-
"$ref": "./source/_PublicationRef.schema.json#/$defs/PublicationRefs"
|
|
46
|
-
},
|
|
47
|
-
"translations": {
|
|
48
|
-
"description": "All translations for the entry, identified by IETF language tag (BCP47).",
|
|
49
|
-
"type": "object",
|
|
50
|
-
"patternProperties": {
|
|
51
|
-
"^[a-z]{2}-[A-Z]{2}$": {
|
|
52
|
-
"$ref": "#/$defs/AdvantageTranslation"
|
|
53
|
-
}
|
|
54
|
-
},
|
|
55
|
-
"minProperties": 1,
|
|
56
|
-
"additionalProperties": false
|
|
57
|
-
}
|
|
58
|
-
},
|
|
59
|
-
"required": [
|
|
60
|
-
"id",
|
|
61
|
-
"ap_value",
|
|
62
|
-
"has_maximum_spent_influence",
|
|
63
|
-
"is_exclusive_to_arcane_spellworks",
|
|
64
|
-
"src",
|
|
65
|
-
"translations"
|
|
66
|
-
],
|
|
67
|
-
"additionalProperties": false
|
|
68
|
-
},
|
|
69
|
-
"AdvantageTranslation": {
|
|
70
|
-
"type": "object",
|
|
71
|
-
"properties": {
|
|
72
|
-
"name": {
|
|
73
|
-
"$ref": "./_Activatable.schema.json#/$defs/Name"
|
|
74
|
-
},
|
|
75
|
-
"name_in_library": {
|
|
76
|
-
"$ref": "./_Activatable.schema.json#/$defs/NameInLibrary"
|
|
77
|
-
},
|
|
78
|
-
"input": {
|
|
79
|
-
"description": "A string that is used as a label for an input field.",
|
|
80
|
-
"$ref": "./_Activatable.schema.json#/$defs/Input"
|
|
81
|
-
},
|
|
82
|
-
"rules": {
|
|
83
|
-
"$ref": "./_Activatable.schema.json#/$defs/Rules"
|
|
84
|
-
},
|
|
85
|
-
"range": {
|
|
86
|
-
"description": "The range.",
|
|
87
|
-
"type": "string",
|
|
88
|
-
"minLength": 1
|
|
89
|
-
},
|
|
90
|
-
"ap_value": {
|
|
91
|
-
"$ref": "./_Activatable.schema.json#/$defs/AdventurePointsValueReplacement"
|
|
92
|
-
},
|
|
93
|
-
"ap_value_append": {
|
|
94
|
-
"description": "A string that gets appended to the default AP Value text with a preceding space. This always happens if present, even if the generated AP Value text is replaced.",
|
|
95
|
-
"$ref": "./_Activatable.schema.json#/$defs/AdventurePointsValueAppend"
|
|
96
|
-
},
|
|
97
|
-
"errata": {
|
|
98
|
-
"$ref": "./source/_Erratum.schema.json#/$defs/Errata"
|
|
99
|
-
}
|
|
100
|
-
},
|
|
101
|
-
"required": [
|
|
102
|
-
"name",
|
|
103
|
-
"rules"
|
|
104
|
-
],
|
|
105
|
-
"additionalProperties": false
|
|
106
|
-
}
|
|
107
|
-
}
|
|
108
|
-
}
|
|
@@ -1,74 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"$schema": "https://json-schema.org/draft/2019-09/schema",
|
|
3
|
-
"$id": "/AnimalDisease.schema.json",
|
|
4
|
-
"$ref": "#/$defs/AnimalDisease",
|
|
5
|
-
"$defs": {
|
|
6
|
-
"AnimalDisease": {
|
|
7
|
-
"title": "Animal Disease",
|
|
8
|
-
"type": "object",
|
|
9
|
-
"properties": {
|
|
10
|
-
"id": {
|
|
11
|
-
"description": "The animal disease's identifier. An unique, increasing integer.",
|
|
12
|
-
"type": "integer",
|
|
13
|
-
"minimum": 1
|
|
14
|
-
},
|
|
15
|
-
"level": {
|
|
16
|
-
"description": "The animal disease's level.",
|
|
17
|
-
"type": "integer",
|
|
18
|
-
"minimum": 1
|
|
19
|
-
},
|
|
20
|
-
"resistance": {
|
|
21
|
-
"description": "Depending on the disease, apply Spirit or Toughness as a penalty to the disease roll. It may also happen that the lower of both is applied as a penalty.",
|
|
22
|
-
"$ref": "./_DiseasePoison.schema.json#/$defs/Resistance"
|
|
23
|
-
},
|
|
24
|
-
"cause": {
|
|
25
|
-
"description": "What causes the disease? The GM rolls 1D20 to see if a character gets infected. If the infection check succeeds, the GM makes a disease check to determine the severity of the infection.",
|
|
26
|
-
"type": "array",
|
|
27
|
-
"items": {
|
|
28
|
-
"$ref": "./_DiseasePoison.schema.json#/$defs/Cause"
|
|
29
|
-
},
|
|
30
|
-
"minItems": 1
|
|
31
|
-
},
|
|
32
|
-
"animal_types": {
|
|
33
|
-
"description": "The animal types this disease applies to.\n\nIf no animal types are given, the animal disease applies to all animal types.",
|
|
34
|
-
"type": "array",
|
|
35
|
-
"items": {
|
|
36
|
-
"$ref": "./_SimpleReferences.schema.json#/$defs/AnimalTypeReference"
|
|
37
|
-
}
|
|
38
|
-
},
|
|
39
|
-
"communicability_to_intelligent_creatures": {
|
|
40
|
-
"description": "If and at which chance the disease can be communicated to intelligent creatures.\n\nIf no causes are given, the disease is not communicable to intelligent creatures.",
|
|
41
|
-
"type": "array",
|
|
42
|
-
"items": {
|
|
43
|
-
"$ref": "./_DiseasePoison.schema.json#/$defs/Cause"
|
|
44
|
-
}
|
|
45
|
-
},
|
|
46
|
-
"src": {
|
|
47
|
-
"$ref": "./source/_PublicationRef.schema.json#/$defs/PublicationRefs"
|
|
48
|
-
},
|
|
49
|
-
"translations": {
|
|
50
|
-
"description": "All translations for the entry, identified by IETF language tag (BCP47).",
|
|
51
|
-
"type": "object",
|
|
52
|
-
"patternProperties": {
|
|
53
|
-
"^[a-z]{2}-[A-Z]{2}$": {
|
|
54
|
-
"$ref": "./_DiseasePoison.schema.json#/$defs/DiseaseTranslation"
|
|
55
|
-
}
|
|
56
|
-
},
|
|
57
|
-
"minProperties": 1,
|
|
58
|
-
"additionalProperties": false
|
|
59
|
-
}
|
|
60
|
-
},
|
|
61
|
-
"required": [
|
|
62
|
-
"id",
|
|
63
|
-
"level",
|
|
64
|
-
"resistance",
|
|
65
|
-
"cause",
|
|
66
|
-
"animal_types",
|
|
67
|
-
"communicability_to_intelligent_creatures",
|
|
68
|
-
"src",
|
|
69
|
-
"translations"
|
|
70
|
-
],
|
|
71
|
-
"additionalProperties": false
|
|
72
|
-
}
|
|
73
|
-
}
|
|
74
|
-
}
|
|
@@ -1,47 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"$schema": "https://json-schema.org/draft/2019-09/schema",
|
|
3
|
-
"$id": "/AnimalType.schema.json",
|
|
4
|
-
"$ref": "#/$defs/AnimalType",
|
|
5
|
-
"$defs": {
|
|
6
|
-
"AnimalType": {
|
|
7
|
-
"title": "Animal Type",
|
|
8
|
-
"type": "object",
|
|
9
|
-
"properties": {
|
|
10
|
-
"id": {
|
|
11
|
-
"description": "The animal type's identifier. An unique, increasing integer.",
|
|
12
|
-
"type": "integer",
|
|
13
|
-
"minimum": 1
|
|
14
|
-
},
|
|
15
|
-
"translations": {
|
|
16
|
-
"description": "All translations for the entry, identified by IETF language tag (BCP47).",
|
|
17
|
-
"type": "object",
|
|
18
|
-
"patternProperties": {
|
|
19
|
-
"^[a-z]{2}-[A-Z]{2}$": {
|
|
20
|
-
"$ref": "#/$defs/AnimalTypeTranslation"
|
|
21
|
-
}
|
|
22
|
-
},
|
|
23
|
-
"minProperties": 1,
|
|
24
|
-
"additionalProperties": false
|
|
25
|
-
}
|
|
26
|
-
},
|
|
27
|
-
"required": [
|
|
28
|
-
"id",
|
|
29
|
-
"translations"
|
|
30
|
-
],
|
|
31
|
-
"additionalProperties": false
|
|
32
|
-
},
|
|
33
|
-
"AnimalTypeTranslation": {
|
|
34
|
-
"type": "object",
|
|
35
|
-
"properties": {
|
|
36
|
-
"name": {
|
|
37
|
-
"description": "The animal type name.",
|
|
38
|
-
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
39
|
-
}
|
|
40
|
-
},
|
|
41
|
-
"required": [
|
|
42
|
-
"name"
|
|
43
|
-
],
|
|
44
|
-
"additionalProperties": false
|
|
45
|
-
}
|
|
46
|
-
}
|
|
47
|
-
}
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"$schema": "https://json-schema.org/draft/2019-09/schema",
|
|
3
|
-
"$id": "/ArcaneBardTradition.schema.json",
|
|
4
|
-
"$ref": "#/$defs/ArcaneBardTradition",
|
|
5
|
-
"$defs": {
|
|
6
|
-
"ArcaneBardTradition": {
|
|
7
|
-
"title": "Arcane Bard Tradition",
|
|
8
|
-
"$ref": "./_ArcaneTradition.schema.json#/$defs/ArcaneTradition"
|
|
9
|
-
}
|
|
10
|
-
}
|
|
11
|
-
}
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"$schema": "https://json-schema.org/draft/2019-09/schema",
|
|
3
|
-
"$id": "/ArcaneDancerTradition.schema.json",
|
|
4
|
-
"$ref": "#/$defs/ArcaneDancerTradition",
|
|
5
|
-
"$defs": {
|
|
6
|
-
"ArcaneDancerTradition": {
|
|
7
|
-
"title": "Arcane Dancer Tradition",
|
|
8
|
-
"$ref": "./_ArcaneTradition.schema.json#/$defs/ArcaneTradition"
|
|
9
|
-
}
|
|
10
|
-
}
|
|
11
|
-
}
|
|
@@ -1,51 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"$schema": "https://json-schema.org/draft/2019-09/schema",
|
|
3
|
-
"$id": "/Aspect.schema.json",
|
|
4
|
-
"$ref": "#/$defs/Aspect",
|
|
5
|
-
"$defs": {
|
|
6
|
-
"Aspect": {
|
|
7
|
-
"title": "Aspect",
|
|
8
|
-
"type": "object",
|
|
9
|
-
"properties": {
|
|
10
|
-
"id": {
|
|
11
|
-
"description": "The aspect's identifier. An unique, increasing integer.",
|
|
12
|
-
"type": "integer",
|
|
13
|
-
"minimum": 1
|
|
14
|
-
},
|
|
15
|
-
"translations": {
|
|
16
|
-
"description": "All translations for the entry, identified by IETF language tag (BCP47).",
|
|
17
|
-
"type": "object",
|
|
18
|
-
"patternProperties": {
|
|
19
|
-
"^[a-z]{2}-[A-Z]{2}$": {
|
|
20
|
-
"$ref": "#/$defs/AspectTranslation"
|
|
21
|
-
}
|
|
22
|
-
},
|
|
23
|
-
"minProperties": 1,
|
|
24
|
-
"additionalProperties": false
|
|
25
|
-
}
|
|
26
|
-
},
|
|
27
|
-
"required": [
|
|
28
|
-
"id",
|
|
29
|
-
"translations"
|
|
30
|
-
],
|
|
31
|
-
"additionalProperties": false
|
|
32
|
-
},
|
|
33
|
-
"AspectTranslation": {
|
|
34
|
-
"type": "object",
|
|
35
|
-
"properties": {
|
|
36
|
-
"name": {
|
|
37
|
-
"description": "The aspect name.",
|
|
38
|
-
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
39
|
-
},
|
|
40
|
-
"master_of_aspect_suffix": {
|
|
41
|
-
"description": "The aspect's name appended to the simple name (not `name_in_library`) of the special ability *Master of (Aspect)*.",
|
|
42
|
-
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
43
|
-
}
|
|
44
|
-
},
|
|
45
|
-
"required": [
|
|
46
|
-
"name"
|
|
47
|
-
],
|
|
48
|
-
"additionalProperties": false
|
|
49
|
-
}
|
|
50
|
-
}
|
|
51
|
-
}
|
|
@@ -1,57 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"$schema": "https://json-schema.org/draft/2019-09/schema",
|
|
3
|
-
"$id": "/Attribute.schema.json",
|
|
4
|
-
"$ref": "#/$defs/Attribute",
|
|
5
|
-
"$defs": {
|
|
6
|
-
"Attribute": {
|
|
7
|
-
"title": "Attribute",
|
|
8
|
-
"type": "object",
|
|
9
|
-
"properties": {
|
|
10
|
-
"id": {
|
|
11
|
-
"description": "The attribute's identifier. An unique, increasing integer.",
|
|
12
|
-
"type": "integer",
|
|
13
|
-
"minimum": 1
|
|
14
|
-
},
|
|
15
|
-
"translations": {
|
|
16
|
-
"description": "All translations for the entry, identified by IETF language tag (BCP47).",
|
|
17
|
-
"type": "object",
|
|
18
|
-
"patternProperties": {
|
|
19
|
-
"^[a-z]{2}-[A-Z]{2}$": {
|
|
20
|
-
"$ref": "#/$defs/AttributeTranslation"
|
|
21
|
-
}
|
|
22
|
-
},
|
|
23
|
-
"minProperties": 1,
|
|
24
|
-
"additionalProperties": false
|
|
25
|
-
}
|
|
26
|
-
},
|
|
27
|
-
"required": [
|
|
28
|
-
"id",
|
|
29
|
-
"translations"
|
|
30
|
-
],
|
|
31
|
-
"additionalProperties": false
|
|
32
|
-
},
|
|
33
|
-
"AttributeTranslation": {
|
|
34
|
-
"type": "object",
|
|
35
|
-
"properties": {
|
|
36
|
-
"name": {
|
|
37
|
-
"description": "The attribute's name.",
|
|
38
|
-
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
39
|
-
},
|
|
40
|
-
"abbreviation": {
|
|
41
|
-
"description": "The abbreviation of the attribute's name.",
|
|
42
|
-
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
43
|
-
},
|
|
44
|
-
"description": {
|
|
45
|
-
"description": "The description of the attribute.",
|
|
46
|
-
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
47
|
-
}
|
|
48
|
-
},
|
|
49
|
-
"required": [
|
|
50
|
-
"name",
|
|
51
|
-
"abbreviation",
|
|
52
|
-
"description"
|
|
53
|
-
],
|
|
54
|
-
"additionalProperties": false
|
|
55
|
-
}
|
|
56
|
-
}
|
|
57
|
-
}
|