optolith-database-schema 0.12.0 → 0.13.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 +33 -0
- package/lib/cache/newApplicationsAndUses.d.ts +17 -0
- package/lib/cache/newApplicationsAndUses.js +67 -0
- package/lib/cacheConfig.d.ts +4 -0
- package/lib/cacheConfig.js +1 -0
- package/lib/config/cache.d.ts +7 -0
- package/lib/config/cache.js +4 -0
- package/lib/main.d.ts +42 -0
- package/lib/main.js +44 -0
- package/lib/typeConfig.d.ts +2 -0
- package/lib/types/Advantage.js +4 -2
- package/lib/types/AnimalDisease.js +4 -2
- package/lib/types/AnimalType.js +4 -2
- package/lib/types/ArcaneBardTradition.js +4 -2
- package/lib/types/ArcaneDancerTradition.js +4 -2
- package/lib/types/Aspect.js +4 -2
- package/lib/types/Attribute.js +5 -3
- package/lib/types/Blessing.js +4 -2
- package/lib/types/Cantrip.js +4 -2
- package/lib/types/Ceremony.js +4 -2
- package/lib/types/CombatTechnique_Close.js +4 -2
- package/lib/types/CombatTechnique_Ranged.js +4 -2
- package/lib/types/Condition.js +4 -2
- package/lib/types/Continent.js +4 -2
- package/lib/types/Culture.d.ts +4 -17
- package/lib/types/Culture.js +4 -40
- package/lib/types/DerivedCharacteristic.js +4 -2
- package/lib/types/Disadvantage.js +4 -2
- package/lib/types/Disease.js +4 -2
- package/lib/types/Element.js +4 -2
- package/lib/types/ExperienceLevel.js +4 -2
- package/lib/types/EyeColor.js +4 -2
- package/lib/types/FamiliarsTrick.js +4 -2
- package/lib/types/HairColor.js +4 -2
- package/lib/types/Kirchenpraegung.js +4 -2
- package/lib/types/Lessons_Curriculum.js +4 -2
- package/lib/types/Lessons_Guideline.js +4 -2
- package/lib/types/LiturgicalChant.js +4 -2
- package/lib/types/Locale.js +3 -1
- package/lib/types/MetaCondition.js +4 -2
- package/lib/types/PactCategory.js +4 -2
- package/lib/types/Patron.d.ts +2 -12
- package/lib/types/Patron.js +4 -22
- package/lib/types/PatronCategory.js +4 -2
- package/lib/types/PersonalityTrait.js +4 -2
- package/lib/types/Profession.d.ts +1 -5
- package/lib/types/Profession.js +4 -8
- package/lib/types/Property.js +4 -2
- package/lib/types/Race.d.ts +68 -134
- package/lib/types/Race.js +4 -13
- package/lib/types/Region.js +4 -2
- package/lib/types/Ritual.js +4 -2
- package/lib/types/Service.d.ts +1 -4
- package/lib/types/Service.js +4 -7
- package/lib/types/SexPractice.js +4 -2
- package/lib/types/Skill.d.ts +2 -10
- package/lib/types/Skill.js +4 -21
- package/lib/types/SkillGroup.js +4 -2
- package/lib/types/SkillModificationLevel.d.ts +1 -4
- package/lib/types/SkillModificationLevel.js +4 -7
- package/lib/types/SocialStatus.js +4 -2
- package/lib/types/Spell.js +4 -2
- package/lib/types/State.js +4 -2
- package/lib/types/Talisman.d.ts +1 -7
- package/lib/types/Talisman.js +4 -10
- package/lib/types/TargetCategory.js +4 -2
- package/lib/types/UI.d.ts +171 -128
- package/lib/types/UI.js +2 -0
- package/lib/types/_Activatable.d.ts +5 -19
- package/lib/types/_Activatable.js +1 -40
- package/lib/types/_ActivatableSelectOptionCategory.d.ts +1 -4
- package/lib/types/_ActivatableSelectOptionCategory.js +1 -8
- package/lib/types/_ActivatableSkillCastingTime.d.ts +1 -4
- package/lib/types/_ActivatableSkillCastingTime.js +1 -5
- package/lib/types/_ActivatableSkillCheckResultBased.d.ts +2 -8
- package/lib/types/_ActivatableSkillCheckResultBased.js +1 -16
- package/lib/types/_ActivatableSkillDuration.d.ts +1 -12
- package/lib/types/_ActivatableSkillDuration.js +1 -13
- package/lib/types/_ActivatableSkillRange.d.ts +1 -4
- package/lib/types/_ActivatableSkillRange.js +1 -5
- package/lib/types/_Dice.d.ts +1 -5
- package/lib/types/_Dice.js +1 -9
- package/lib/types/_DiseasePoison.d.ts +2 -6
- package/lib/types/_DiseasePoison.js +1 -11
- package/lib/types/_ImprovementCost.d.ts +1 -6
- package/lib/types/_ImprovementCost.js +1 -10
- package/lib/types/_Sex.d.ts +1 -4
- package/lib/types/_Sex.js +1 -8
- package/lib/types/_SkillCheck.d.ts +1 -8
- package/lib/types/_SkillCheck.js +1 -13
- package/lib/types/equipment/EquipmentPackage.js +4 -2
- package/lib/types/equipment/item/Alchemicum.js +4 -2
- package/lib/types/equipment/item/Ammunition.js +4 -2
- package/lib/types/equipment/item/Animal.js +4 -2
- package/lib/types/equipment/item/AnimalCare.js +4 -2
- package/lib/types/equipment/item/Armor.js +4 -2
- package/lib/types/equipment/item/BandageOrRemedy.js +4 -2
- package/lib/types/equipment/item/Book.js +4 -2
- package/lib/types/equipment/item/CeremonialItem.js +4 -2
- package/lib/types/equipment/item/Clothes.js +4 -2
- package/lib/types/equipment/item/Container.js +4 -2
- package/lib/types/equipment/item/Elixir.js +4 -2
- package/lib/types/equipment/item/EquipmentOfBlessedOnes.js +4 -2
- package/lib/types/equipment/item/GemOrPreciousStone.js +4 -2
- package/lib/types/equipment/item/IlluminationLightSource.d.ts +1 -3
- package/lib/types/equipment/item/IlluminationLightSource.js +4 -6
- package/lib/types/equipment/item/IlluminationRefillsOrSupplies.js +4 -2
- package/lib/types/equipment/item/Jewelry.js +4 -2
- package/lib/types/equipment/item/Liebesspielzeug.js +4 -2
- package/lib/types/equipment/item/LuxuryGood.js +4 -2
- package/lib/types/equipment/item/MagicalArtifact.js +4 -2
- package/lib/types/equipment/item/MusicalInstrument.js +4 -2
- package/lib/types/equipment/item/OrienteeringAid.js +4 -2
- package/lib/types/equipment/item/Poison.d.ts +3 -15
- package/lib/types/equipment/item/Poison.js +4 -20
- package/lib/types/equipment/item/RopeOrChain.js +4 -2
- package/lib/types/equipment/item/Stationary.js +4 -2
- package/lib/types/equipment/item/ThievesTool.js +4 -2
- package/lib/types/equipment/item/ToolOfTheTrade.js +4 -2
- package/lib/types/equipment/item/TravelGearOrTool.js +4 -2
- package/lib/types/equipment/item/Vehicle.js +4 -2
- package/lib/types/equipment/item/Weapon.js +4 -2
- package/lib/types/equipment/item/WeaponAccessory.js +4 -2
- package/lib/types/equipment/item/_Herbary.d.ts +2 -14
- package/lib/types/equipment/item/_Herbary.js +1 -19
- package/lib/types/equipment/item/sub/ArmorType.js +4 -2
- package/lib/types/equipment/item/sub/Reach.js +4 -2
- package/lib/types/magicalActions/AnimistPower.js +4 -2
- package/lib/types/magicalActions/AnimistPower_Tribe.js +4 -2
- package/lib/types/magicalActions/Curse.js +4 -2
- package/lib/types/magicalActions/DominationRitual.js +4 -2
- package/lib/types/magicalActions/ElvenMagicalSong.js +4 -2
- package/lib/types/magicalActions/GeodeRitual.js +4 -2
- package/lib/types/magicalActions/JesterTrick.js +4 -2
- package/lib/types/magicalActions/MagicalDance.js +4 -2
- package/lib/types/magicalActions/MagicalMelody.js +4 -2
- package/lib/types/magicalActions/MagicalRune.js +4 -2
- package/lib/types/magicalActions/ZibiljaRitual.js +4 -2
- package/lib/types/magicalActions/_MusicTradition.d.ts +2 -8
- package/lib/types/magicalActions/_MusicTradition.js +1 -10
- package/lib/types/magicalActions/_SkillReference.d.ts +1 -4
- package/lib/types/magicalActions/_SkillReference.js +1 -5
- package/lib/types/prerequisites/single/PrimaryAttributePrerequisite.d.ts +1 -4
- package/lib/types/prerequisites/single/PrimaryAttributePrerequisite.js +1 -5
- package/lib/types/prerequisites/single/RatedMinimumNumberPrerequisite.d.ts +1 -5
- package/lib/types/prerequisites/single/RatedMinimumNumberPrerequisite.js +1 -6
- package/lib/types/prerequisites/single/SexualCharacteristicPrerequisite.d.ts +1 -4
- package/lib/types/prerequisites/single/SexualCharacteristicPrerequisite.js +1 -5
- package/lib/types/prerequisites/single/TextPrerequisite.d.ts +2 -8
- package/lib/types/prerequisites/single/TextPrerequisite.js +1 -10
- package/lib/types/prerequisites/single/TraditionPrerequisite.d.ts +2 -8
- package/lib/types/prerequisites/single/TraditionPrerequisite.js +1 -18
- package/lib/types/rule/CoreRule.d.ts +1 -4
- package/lib/types/rule/CoreRule.js +4 -7
- package/lib/types/rule/FocusRule.js +4 -2
- package/lib/types/rule/FocusRule_Subject.js +4 -2
- package/lib/types/rule/OptionalRule.js +4 -2
- package/lib/types/source/Publication.d.ts +1 -6
- package/lib/types/source/Publication.js +4 -12
- package/lib/types/specialAbility/AdvancedCombatSpecialAbility.js +4 -2
- package/lib/types/specialAbility/AdvancedKarmaSpecialAbility.js +4 -2
- package/lib/types/specialAbility/AdvancedMagicalSpecialAbility.js +4 -2
- package/lib/types/specialAbility/AdvancedSkillSpecialAbility.js +4 -2
- package/lib/types/specialAbility/AncestorGlyph.js +4 -2
- package/lib/types/specialAbility/BlessedTradition.js +4 -2
- package/lib/types/specialAbility/BrawlingSpecialAbility.js +4 -2
- package/lib/types/specialAbility/CeremonialItemSpecialAbility.js +4 -2
- package/lib/types/specialAbility/CombatSpecialAbility.js +4 -2
- package/lib/types/specialAbility/CombatStyleSpecialAbility.js +4 -2
- package/lib/types/specialAbility/CommandSpecialAbility.js +4 -2
- package/lib/types/specialAbility/FamiliarSpecialAbility.js +4 -2
- package/lib/types/specialAbility/FatePointSexSpecialAbility.js +4 -2
- package/lib/types/specialAbility/FatePointSpecialAbility.js +4 -2
- package/lib/types/specialAbility/GeneralSpecialAbility.js +4 -2
- package/lib/types/specialAbility/KarmaSpecialAbility.js +4 -2
- package/lib/types/specialAbility/LiturgicalStyleSpecialAbility.js +4 -2
- package/lib/types/specialAbility/LycantropicGift.js +4 -2
- package/lib/types/specialAbility/MagicStyleSpecialAbility.js +4 -2
- package/lib/types/specialAbility/MagicalSign.js +4 -2
- package/lib/types/specialAbility/MagicalSpecialAbility.js +4 -2
- package/lib/types/specialAbility/MagicalTradition.js +4 -2
- package/lib/types/specialAbility/PactGift.d.ts +2 -8
- package/lib/types/specialAbility/PactGift.js +4 -12
- package/lib/types/specialAbility/ProtectiveWardingCircleSpecialAbility.js +4 -2
- package/lib/types/specialAbility/Sermon.js +4 -2
- package/lib/types/specialAbility/SexSpecialAbility.js +4 -2
- package/lib/types/specialAbility/SikaryanDrainSpecialAbility.js +4 -2
- package/lib/types/specialAbility/SkillStyleSpecialAbility.js +4 -2
- package/lib/types/specialAbility/VampiricGift.js +4 -2
- package/lib/types/specialAbility/Vision.js +4 -2
- package/lib/types/specialAbility/sub/Language.js +4 -2
- package/lib/types/specialAbility/sub/Script.js +4 -2
- package/lib/types/specialAbility/sub/TradeSecret.js +4 -2
- package/lib/types/traditionArtifacts/ArcaneOrbEnchantment.js +4 -2
- package/lib/types/traditionArtifacts/AttireEnchantment.js +4 -2
- package/lib/types/traditionArtifacts/BowlEnchantment.js +4 -2
- package/lib/types/traditionArtifacts/CauldronEnchantment.js +4 -2
- package/lib/types/traditionArtifacts/ChronicleEnchantment.js +4 -2
- package/lib/types/traditionArtifacts/DaggerRitual.js +4 -2
- package/lib/types/traditionArtifacts/FoolsHatEnchantment.js +4 -2
- package/lib/types/traditionArtifacts/InstrumentEnchantment.js +4 -2
- package/lib/types/traditionArtifacts/Krallenkettenzauber.js +4 -2
- package/lib/types/traditionArtifacts/OrbEnchantment.js +4 -2
- package/lib/types/traditionArtifacts/RingEnchantment.js +4 -2
- package/lib/types/traditionArtifacts/SickleRitual.js +4 -2
- package/lib/types/traditionArtifacts/SpellSwordEnchantment.js +4 -2
- package/lib/types/traditionArtifacts/StaffEnchantment.js +4 -2
- package/lib/types/traditionArtifacts/ToyEnchantment.js +4 -2
- package/lib/types/traditionArtifacts/Trinkhornzauber.js +4 -2
- package/lib/types/traditionArtifacts/WandEnchantment.js +4 -2
- package/lib/types/traditionArtifacts/WeaponEnchantment.js +4 -2
- package/lib/types/traditionArtifacts/sub/AnimalShape.js +4 -2
- package/lib/types/traditionArtifacts/sub/AnimalShapePath.js +4 -2
- package/lib/types/traditionArtifacts/sub/AnimalShapeSize.js +4 -2
- package/lib/types/traditionArtifacts/sub/Brew.js +4 -2
- package/lib/validation/builders/naming.d.ts +3 -1
- package/lib/validation/builders/naming.js +9 -6
- package/lib/validation/filename.d.ts +1 -1
- package/lib/validation/filename.js +1 -1
- package/lib/validation/raw.d.ts +1 -1
- package/lib/validation/raw.js +3 -4
- package/package.json +2 -2
- package/schema/Culture.schema.json +31 -13
- package/schema/Patron.schema.json +26 -10
- package/schema/Profession.schema.json +10 -4
- package/schema/Race.schema.json +79 -208
- package/schema/Service.schema.json +7 -3
- package/schema/Skill.schema.json +20 -8
- package/schema/SkillModificationLevel.schema.json +7 -3
- package/schema/Talisman.schema.json +16 -6
- package/schema/UI.schema.json +502 -304
- package/schema/_Activatable.schema.json +32 -14
- package/schema/_ActivatableSelectOptionCategory.schema.json +7 -3
- package/schema/_ActivatableSkillCastingTime.schema.json +7 -3
- package/schema/_ActivatableSkillCheckResultBased.schema.json +14 -6
- package/schema/_ActivatableSkillDuration.schema.json +31 -11
- package/schema/_ActivatableSkillRange.schema.json +7 -3
- package/schema/_Dice.schema.json +10 -4
- package/schema/_DiseasePoison.schema.json +10 -4
- package/schema/_ImprovementCost.schema.json +13 -5
- package/schema/_Sex.schema.json +7 -3
- package/schema/_SkillCheck.schema.json +19 -7
- package/schema/equipment/item/IlluminationLightSource.schema.json +4 -2
- package/schema/equipment/item/Poison.schema.json +30 -12
- package/schema/equipment/item/_Herbary.schema.json +32 -12
- package/schema/magicalActions/_MusicTradition.schema.json +14 -6
- package/schema/magicalActions/_SkillReference.schema.json +7 -3
- package/schema/prerequisites/single/PrimaryAttributePrerequisite.schema.json +7 -3
- package/schema/prerequisites/single/RatedMinimumNumberPrerequisite.schema.json +10 -4
- package/schema/prerequisites/single/SexualCharacteristicPrerequisite.schema.json +7 -3
- package/schema/prerequisites/single/TextPrerequisite.schema.json +14 -6
- package/schema/prerequisites/single/TraditionPrerequisite.schema.json +14 -6
- package/schema/rule/CoreRule.schema.json +7 -3
- package/schema/source/Publication.schema.json +13 -5
- package/schema/specialAbility/PactGift.schema.json +14 -6
|
@@ -309,17 +309,27 @@
|
|
|
309
309
|
},
|
|
310
310
|
"CombatSpecialAbilityUsageType": {
|
|
311
311
|
"description": "The definition of how the combat special ability can be used in combat.",
|
|
312
|
-
"
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
312
|
+
"oneOf": [
|
|
313
|
+
{
|
|
314
|
+
"const": "Passive"
|
|
315
|
+
},
|
|
316
|
+
{
|
|
317
|
+
"const": "BasicManeuver"
|
|
318
|
+
},
|
|
319
|
+
{
|
|
320
|
+
"const": "SpecialManeuver"
|
|
321
|
+
}
|
|
316
322
|
]
|
|
317
323
|
},
|
|
318
324
|
"CombatSpecialAbilityType": {
|
|
319
325
|
"description": "The definition of if the combat special ability can be used when armed or\nwhen unarmed.",
|
|
320
|
-
"
|
|
321
|
-
|
|
322
|
-
|
|
326
|
+
"oneOf": [
|
|
327
|
+
{
|
|
328
|
+
"const": "Armed"
|
|
329
|
+
},
|
|
330
|
+
{
|
|
331
|
+
"const": "Unarmed"
|
|
332
|
+
}
|
|
323
333
|
]
|
|
324
334
|
},
|
|
325
335
|
"SkillApplications": {
|
|
@@ -901,8 +911,10 @@
|
|
|
901
911
|
},
|
|
902
912
|
"PenaltyByAttackReplacement": {
|
|
903
913
|
"description": "Set if a predefined different word should be used instead of the word\n`attack` for display purposes.",
|
|
904
|
-
"
|
|
905
|
-
|
|
914
|
+
"oneOf": [
|
|
915
|
+
{
|
|
916
|
+
"const": "Throw"
|
|
917
|
+
}
|
|
906
918
|
]
|
|
907
919
|
},
|
|
908
920
|
"EnchantmentCost": {
|
|
@@ -1100,9 +1112,13 @@
|
|
|
1100
1112
|
},
|
|
1101
1113
|
"FixedArcaneEnergyCostPerLevel": {
|
|
1102
1114
|
"description": "The AE cost are per level of the enchantment. It may either be displayed\nin a compressed way (e.g. `1 AE per level`) or in a verbose way (e.g. `1\nAE for level I; 2 AE for level II`).",
|
|
1103
|
-
"
|
|
1104
|
-
|
|
1105
|
-
|
|
1115
|
+
"oneOf": [
|
|
1116
|
+
{
|
|
1117
|
+
"const": "Compressed"
|
|
1118
|
+
},
|
|
1119
|
+
{
|
|
1120
|
+
"const": "Verbose"
|
|
1121
|
+
}
|
|
1106
1122
|
]
|
|
1107
1123
|
},
|
|
1108
1124
|
"FixedArcaneEnergyCostTranslation": {
|
|
@@ -1248,8 +1264,10 @@
|
|
|
1248
1264
|
"additionalProperties": false
|
|
1249
1265
|
},
|
|
1250
1266
|
"IndefiniteArcaneEnergyCostModifierArithmetic": {
|
|
1251
|
-
"
|
|
1252
|
-
|
|
1267
|
+
"oneOf": [
|
|
1268
|
+
{
|
|
1269
|
+
"const": "Add"
|
|
1270
|
+
}
|
|
1253
1271
|
]
|
|
1254
1272
|
},
|
|
1255
1273
|
"IndefiniteArcaneEnergyCostTranslation": {
|
|
@@ -1176,9 +1176,13 @@
|
|
|
1176
1176
|
},
|
|
1177
1177
|
"SpecificFromSkillSelectOptionCategoryCategoryOperation": {
|
|
1178
1178
|
"description": "Only include (`Intersection`) or exclude (`Difference`) specific entries.",
|
|
1179
|
-
"
|
|
1180
|
-
|
|
1181
|
-
|
|
1179
|
+
"oneOf": [
|
|
1180
|
+
{
|
|
1181
|
+
"const": "Intersection"
|
|
1182
|
+
},
|
|
1183
|
+
{
|
|
1184
|
+
"const": "Difference"
|
|
1185
|
+
}
|
|
1182
1186
|
]
|
|
1183
1187
|
},
|
|
1184
1188
|
"SkillSelectOptionCategoryPrerequisite": {
|
|
@@ -38,9 +38,13 @@
|
|
|
38
38
|
"additionalProperties": false
|
|
39
39
|
},
|
|
40
40
|
"CastingTimeDuringLovemakingUnit": {
|
|
41
|
-
"
|
|
42
|
-
|
|
43
|
-
|
|
41
|
+
"oneOf": [
|
|
42
|
+
{
|
|
43
|
+
"const": "SeductionActions"
|
|
44
|
+
},
|
|
45
|
+
{
|
|
46
|
+
"const": "Rounds"
|
|
47
|
+
}
|
|
44
48
|
]
|
|
45
49
|
},
|
|
46
50
|
"FastSkillNonModifiableCastingTime": {
|
|
@@ -4,16 +4,24 @@
|
|
|
4
4
|
"$defs": {
|
|
5
5
|
"CheckResultValue": {
|
|
6
6
|
"description": "Defines the derived (unitless) value.",
|
|
7
|
-
"
|
|
8
|
-
|
|
9
|
-
|
|
7
|
+
"oneOf": [
|
|
8
|
+
{
|
|
9
|
+
"const": "QualityLevels"
|
|
10
|
+
},
|
|
11
|
+
{
|
|
12
|
+
"const": "SkillPoints"
|
|
13
|
+
}
|
|
10
14
|
]
|
|
11
15
|
},
|
|
12
16
|
"CheckResultArithmetic": {
|
|
13
17
|
"description": "Defines how the the `value` is set off against the check result.",
|
|
14
|
-
"
|
|
15
|
-
|
|
16
|
-
|
|
18
|
+
"oneOf": [
|
|
19
|
+
{
|
|
20
|
+
"const": "Multiply"
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
"const": "Divide"
|
|
24
|
+
}
|
|
17
25
|
]
|
|
18
26
|
},
|
|
19
27
|
"CheckResultBasedModifier": {
|
|
@@ -297,17 +297,37 @@
|
|
|
297
297
|
"additionalProperties": false
|
|
298
298
|
},
|
|
299
299
|
"DurationUnit": {
|
|
300
|
-
"
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
300
|
+
"oneOf": [
|
|
301
|
+
{
|
|
302
|
+
"const": "Seconds"
|
|
303
|
+
},
|
|
304
|
+
{
|
|
305
|
+
"const": "Minutes"
|
|
306
|
+
},
|
|
307
|
+
{
|
|
308
|
+
"const": "Hours"
|
|
309
|
+
},
|
|
310
|
+
{
|
|
311
|
+
"const": "Days"
|
|
312
|
+
},
|
|
313
|
+
{
|
|
314
|
+
"const": "Weeks"
|
|
315
|
+
},
|
|
316
|
+
{
|
|
317
|
+
"const": "Months"
|
|
318
|
+
},
|
|
319
|
+
{
|
|
320
|
+
"const": "Years"
|
|
321
|
+
},
|
|
322
|
+
{
|
|
323
|
+
"const": "Centuries"
|
|
324
|
+
},
|
|
325
|
+
{
|
|
326
|
+
"const": "Actions"
|
|
327
|
+
},
|
|
328
|
+
{
|
|
329
|
+
"const": "CombatRounds"
|
|
330
|
+
}
|
|
311
331
|
]
|
|
312
332
|
},
|
|
313
333
|
"DurationUnitValue": {
|
package/schema/_Dice.schema.json
CHANGED
|
@@ -4,10 +4,16 @@
|
|
|
4
4
|
"$defs": {
|
|
5
5
|
"Resistance": {
|
|
6
6
|
"description": "Depending on the disease, apply Spirit or Toughness as a penalty to the\ndisease roll. It may also happen that the lower of both is applied as a\npenalty.",
|
|
7
|
-
"
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
7
|
+
"oneOf": [
|
|
8
|
+
{
|
|
9
|
+
"const": "Spirit"
|
|
10
|
+
},
|
|
11
|
+
{
|
|
12
|
+
"const": "Toughness"
|
|
13
|
+
},
|
|
14
|
+
{
|
|
15
|
+
"const": "LowerOfSpiritAndToughness"
|
|
16
|
+
}
|
|
11
17
|
]
|
|
12
18
|
},
|
|
13
19
|
"Cause": {
|
|
@@ -4,11 +4,19 @@
|
|
|
4
4
|
"$defs": {
|
|
5
5
|
"ImprovementCost": {
|
|
6
6
|
"title": "Improvement Cost",
|
|
7
|
-
"
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
7
|
+
"oneOf": [
|
|
8
|
+
{
|
|
9
|
+
"const": "A"
|
|
10
|
+
},
|
|
11
|
+
{
|
|
12
|
+
"const": "B"
|
|
13
|
+
},
|
|
14
|
+
{
|
|
15
|
+
"const": "C"
|
|
16
|
+
},
|
|
17
|
+
{
|
|
18
|
+
"const": "D"
|
|
19
|
+
}
|
|
12
20
|
]
|
|
13
21
|
}
|
|
14
22
|
}
|
package/schema/_Sex.schema.json
CHANGED
|
@@ -24,13 +24,25 @@
|
|
|
24
24
|
"SkillCheckPenalty": {
|
|
25
25
|
"title": "Skill Check Penalty",
|
|
26
26
|
"description": "A specific value that represents a penalty for the associated skill check.",
|
|
27
|
-
"
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
27
|
+
"oneOf": [
|
|
28
|
+
{
|
|
29
|
+
"const": "Spirit"
|
|
30
|
+
},
|
|
31
|
+
{
|
|
32
|
+
"const": "HalfOfSpirit"
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
"const": "Toughness"
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
"const": "HigherOfSpiritAndToughness"
|
|
39
|
+
},
|
|
40
|
+
{
|
|
41
|
+
"const": "SummoningDifficulty"
|
|
42
|
+
},
|
|
43
|
+
{
|
|
44
|
+
"const": "CreationDifficulty"
|
|
45
|
+
}
|
|
34
46
|
]
|
|
35
47
|
}
|
|
36
48
|
}
|
|
@@ -89,11 +89,19 @@
|
|
|
89
89
|
"additionalProperties": false
|
|
90
90
|
},
|
|
91
91
|
"PoisonApplicationType": {
|
|
92
|
-
"
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
92
|
+
"oneOf": [
|
|
93
|
+
{
|
|
94
|
+
"const": "Weapon"
|
|
95
|
+
},
|
|
96
|
+
{
|
|
97
|
+
"const": "Ingestion"
|
|
98
|
+
},
|
|
99
|
+
{
|
|
100
|
+
"const": "Inhalation"
|
|
101
|
+
},
|
|
102
|
+
{
|
|
103
|
+
"const": "Contact"
|
|
104
|
+
}
|
|
97
105
|
]
|
|
98
106
|
},
|
|
99
107
|
"PoisonStart": {
|
|
@@ -236,11 +244,19 @@
|
|
|
236
244
|
"additionalProperties": false
|
|
237
245
|
},
|
|
238
246
|
"PoisonTimeUnit": {
|
|
239
|
-
"
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
247
|
+
"oneOf": [
|
|
248
|
+
{
|
|
249
|
+
"const": "CombatRounds"
|
|
250
|
+
},
|
|
251
|
+
{
|
|
252
|
+
"const": "Minutes"
|
|
253
|
+
},
|
|
254
|
+
{
|
|
255
|
+
"const": "Hours"
|
|
256
|
+
},
|
|
257
|
+
{
|
|
258
|
+
"const": "Days"
|
|
259
|
+
}
|
|
244
260
|
]
|
|
245
261
|
},
|
|
246
262
|
"IndefinitePoisonTime": {
|
|
@@ -572,8 +588,10 @@
|
|
|
572
588
|
"additionalProperties": false
|
|
573
589
|
},
|
|
574
590
|
"QualityLevelDemonicPoisonLevelSource": {
|
|
575
|
-
"
|
|
576
|
-
|
|
591
|
+
"oneOf": [
|
|
592
|
+
{
|
|
593
|
+
"const": "Spellwork"
|
|
594
|
+
}
|
|
577
595
|
]
|
|
578
596
|
},
|
|
579
597
|
"ConstantDemonicPoisonLevel": {
|
|
@@ -4,21 +4,41 @@
|
|
|
4
4
|
"$defs": {
|
|
5
5
|
"EffectType": {
|
|
6
6
|
"description": "Effect type categories of a plant or recipe.",
|
|
7
|
-
"
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
7
|
+
"oneOf": [
|
|
8
|
+
{
|
|
9
|
+
"const": "Healing"
|
|
10
|
+
},
|
|
11
|
+
{
|
|
12
|
+
"const": "Poison"
|
|
13
|
+
},
|
|
14
|
+
{
|
|
15
|
+
"const": "PhysicalEffect"
|
|
16
|
+
},
|
|
17
|
+
{
|
|
18
|
+
"const": "PsychicEffect"
|
|
19
|
+
},
|
|
20
|
+
{
|
|
21
|
+
"const": "Beneficial"
|
|
22
|
+
},
|
|
23
|
+
{
|
|
24
|
+
"const": "Defensive"
|
|
25
|
+
},
|
|
26
|
+
{
|
|
27
|
+
"const": "Supernatural"
|
|
28
|
+
}
|
|
15
29
|
]
|
|
16
30
|
},
|
|
17
31
|
"LaboratoryLevel": {
|
|
18
|
-
"
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
32
|
+
"oneOf": [
|
|
33
|
+
{
|
|
34
|
+
"const": "ArchaicLaboratory"
|
|
35
|
+
},
|
|
36
|
+
{
|
|
37
|
+
"const": "WitchKitchen"
|
|
38
|
+
},
|
|
39
|
+
{
|
|
40
|
+
"const": "AlchemistsLaboratory"
|
|
41
|
+
}
|
|
22
42
|
]
|
|
23
43
|
},
|
|
24
44
|
"RecipeTradeSecret": {
|
|
@@ -59,15 +59,23 @@
|
|
|
59
59
|
"additionalProperties": false
|
|
60
60
|
},
|
|
61
61
|
"MusicLength": {
|
|
62
|
-
"
|
|
63
|
-
|
|
64
|
-
|
|
62
|
+
"oneOf": [
|
|
63
|
+
{
|
|
64
|
+
"const": "Long"
|
|
65
|
+
},
|
|
66
|
+
{
|
|
67
|
+
"const": "Short"
|
|
68
|
+
}
|
|
65
69
|
]
|
|
66
70
|
},
|
|
67
71
|
"MusicReusability": {
|
|
68
|
-
"
|
|
69
|
-
|
|
70
|
-
|
|
72
|
+
"oneOf": [
|
|
73
|
+
{
|
|
74
|
+
"const": "OneTime"
|
|
75
|
+
},
|
|
76
|
+
{
|
|
77
|
+
"const": "Sustainable"
|
|
78
|
+
}
|
|
71
79
|
]
|
|
72
80
|
}
|
|
73
81
|
}
|
|
@@ -130,10 +130,16 @@
|
|
|
130
130
|
"additionalProperties": false
|
|
131
131
|
},
|
|
132
132
|
"CombatTechniquesTargetGroup": {
|
|
133
|
-
"
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
133
|
+
"oneOf": [
|
|
134
|
+
{
|
|
135
|
+
"const": "All"
|
|
136
|
+
},
|
|
137
|
+
{
|
|
138
|
+
"const": "Close"
|
|
139
|
+
},
|
|
140
|
+
{
|
|
141
|
+
"const": "Ranged"
|
|
142
|
+
}
|
|
137
143
|
]
|
|
138
144
|
},
|
|
139
145
|
"RatedMinimumNumberPrerequisiteSpellworksTarget": {
|
|
@@ -38,15 +38,23 @@
|
|
|
38
38
|
"additionalProperties": false
|
|
39
39
|
},
|
|
40
40
|
"TextVerificationRule": {
|
|
41
|
-
"
|
|
42
|
-
|
|
43
|
-
|
|
41
|
+
"oneOf": [
|
|
42
|
+
{
|
|
43
|
+
"const": "Pass"
|
|
44
|
+
},
|
|
45
|
+
{
|
|
46
|
+
"const": "Deny"
|
|
47
|
+
}
|
|
44
48
|
]
|
|
45
49
|
},
|
|
46
50
|
"SentenceType": {
|
|
47
|
-
"
|
|
48
|
-
|
|
49
|
-
|
|
51
|
+
"oneOf": [
|
|
52
|
+
{
|
|
53
|
+
"const": "Standalone"
|
|
54
|
+
},
|
|
55
|
+
{
|
|
56
|
+
"const": "Connected"
|
|
57
|
+
}
|
|
50
58
|
]
|
|
51
59
|
},
|
|
52
60
|
"TextPrerequisiteTranslation": {
|
|
@@ -19,9 +19,13 @@
|
|
|
19
19
|
},
|
|
20
20
|
"BlessedTraditionPrerequisiteRestriction": {
|
|
21
21
|
"description": "The blessed tradition prerequisite may only be satified if the blessed\ntradition is either church or shamanistic.",
|
|
22
|
-
"
|
|
23
|
-
|
|
24
|
-
|
|
22
|
+
"oneOf": [
|
|
23
|
+
{
|
|
24
|
+
"const": "Church"
|
|
25
|
+
},
|
|
26
|
+
{
|
|
27
|
+
"const": "Shamanistic"
|
|
28
|
+
}
|
|
25
29
|
]
|
|
26
30
|
},
|
|
27
31
|
"MagicalTraditionPrerequisite": {
|
|
@@ -41,9 +45,13 @@
|
|
|
41
45
|
},
|
|
42
46
|
"MagicalTraditionPrerequisiteRestriction": {
|
|
43
47
|
"description": "The magical tradition prerequisite may only be satified if the magical\ntradition can learn rituals or can bind familiars.",
|
|
44
|
-
"
|
|
45
|
-
|
|
46
|
-
|
|
48
|
+
"oneOf": [
|
|
49
|
+
{
|
|
50
|
+
"const": "CanLearnRituals"
|
|
51
|
+
},
|
|
52
|
+
{
|
|
53
|
+
"const": "CanBindFamiliars"
|
|
54
|
+
}
|
|
47
55
|
]
|
|
48
56
|
}
|
|
49
57
|
}
|
|
@@ -1364,9 +1364,13 @@
|
|
|
1364
1364
|
"additionalProperties": false
|
|
1365
1365
|
},
|
|
1366
1366
|
"ReferenceListNodeImprovementCostSourceTarget": {
|
|
1367
|
-
"
|
|
1368
|
-
|
|
1369
|
-
|
|
1367
|
+
"oneOf": [
|
|
1368
|
+
{
|
|
1369
|
+
"const": "Attributes"
|
|
1370
|
+
},
|
|
1371
|
+
{
|
|
1372
|
+
"const": "Skills"
|
|
1373
|
+
}
|
|
1370
1374
|
]
|
|
1371
1375
|
},
|
|
1372
1376
|
"ReferenceListNodeTranslation": {
|