optolith-database-schema 0.9.0 → 0.10.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 +22 -0
- package/lib/config.d.ts +1 -1
- package/lib/main.d.ts +3 -3
- package/lib/main.js +8 -3
- package/lib/types/Advantage.d.ts +15 -4
- package/lib/types/AnimalDisease.d.ts +1 -1
- package/lib/types/AnimalType.d.ts +2 -2
- package/lib/types/ArcaneBardTradition.d.ts +1 -1
- package/lib/types/ArcaneDancerTradition.d.ts +1 -1
- package/lib/types/Aspect.d.ts +2 -2
- package/lib/types/Attribute.d.ts +2 -2
- package/lib/types/Blessing.d.ts +8 -8
- package/lib/types/Cantrip.d.ts +14 -14
- package/lib/types/Ceremony.d.ts +2 -2
- package/lib/types/CombatTechnique_Close.d.ts +3 -3
- package/lib/types/CombatTechnique_Ranged.d.ts +3 -3
- package/lib/types/Condition.d.ts +2 -2
- package/lib/types/Continent.d.ts +2 -2
- package/lib/types/Culture.d.ts +21 -21
- package/lib/types/DerivedCharacteristic.d.ts +3 -3
- package/lib/types/Disadvantage.d.ts +14 -4
- package/lib/types/Disease.d.ts +1 -1
- package/lib/types/Element.d.ts +2 -2
- package/lib/types/ExperienceLevel.d.ts +2 -2
- package/lib/types/EyeColor.d.ts +2 -2
- package/lib/types/FamiliarsTrick.d.ts +22 -22
- package/lib/types/HairColor.d.ts +2 -2
- package/lib/types/Kirchenpraegung.d.ts +1 -1
- package/lib/types/Lessons_Curriculum.d.ts +18 -18
- package/lib/types/Lessons_Guideline.d.ts +2 -2
- package/lib/types/LiturgicalChant.d.ts +2 -2
- package/lib/types/Locale.d.ts +2 -2
- package/lib/types/MetaCondition.d.ts +2 -2
- package/lib/types/PactCategory.d.ts +6 -6
- package/lib/types/Patron.d.ts +13 -13
- package/lib/types/PatronCategory.d.ts +2 -2
- package/lib/types/PersonalityTrait.d.ts +3 -3
- package/lib/types/Profession.d.ts +53 -43
- package/lib/types/Property.d.ts +2 -2
- package/lib/types/Race.d.ts +14 -14
- package/lib/types/Region.d.ts +2 -2
- package/lib/types/Ritual.d.ts +2 -2
- package/lib/types/Service.d.ts +2 -2
- package/lib/types/SexPractice.d.ts +2 -2
- package/lib/types/Skill.d.ts +6 -6
- package/lib/types/SkillGroup.d.ts +2 -2
- package/lib/types/SkillModificationLevel.d.ts +6 -6
- package/lib/types/SocialStatus.d.ts +2 -2
- package/lib/types/Spell.d.ts +2 -2
- package/lib/types/State.d.ts +2 -2
- package/lib/types/Talisman.d.ts +9 -9
- package/lib/types/TargetCategory.d.ts +3 -3
- package/lib/types/UI.d.ts +1 -1
- package/lib/types/_Activatable.d.ts +211 -103
- package/lib/types/_Activatable.js +4 -35
- package/lib/types/_ActivatableSelectOptionCategory.d.ts +55 -25
- package/lib/types/_ActivatableSkill.d.ts +8 -8
- package/lib/types/_ActivatableSkillCastingTime.d.ts +8 -8
- package/lib/types/_ActivatableSkillCheckResultBased.d.ts +2 -2
- package/lib/types/_ActivatableSkillCost.d.ts +20 -20
- package/lib/types/_ActivatableSkillDuration.d.ts +13 -13
- package/lib/types/_ActivatableSkillEffect.d.ts +4 -4
- package/lib/types/_ActivatableSkillRange.d.ts +6 -6
- package/lib/types/_ActivatableSkillTargetCategory.d.ts +4 -4
- package/lib/types/_AlternativeNames.d.ts +1 -1
- package/lib/types/_ArcaneTradition.d.ts +2 -2
- package/lib/types/_Blessed.d.ts +2 -2
- package/lib/types/_CommonnessRatedAdvantageDisadvantage.d.ts +1 -1
- package/lib/types/_Dice.d.ts +1 -1
- package/lib/types/_DiseasePoison.d.ts +4 -4
- package/lib/types/_Enhancements.d.ts +3 -3
- package/lib/types/_I18n.d.ts +1 -1
- package/lib/types/_Identifier.d.ts +132 -132
- package/lib/types/_IdentifierGroup.d.ts +20 -20
- package/lib/types/_Influence.d.ts +3 -3
- package/lib/types/_LocaleMap.d.ts +1 -1
- package/lib/types/_NonEmptyString.d.ts +2 -2
- package/lib/types/_Prerequisite.d.ts +21 -21
- package/lib/types/_ResponsiveText.d.ts +3 -3
- package/lib/types/_SimpleReferences.d.ts +44 -44
- package/lib/types/_SkillCheck.d.ts +1 -1
- package/lib/types/_Spellwork.d.ts +2 -2
- package/lib/types/equipment/EquipmentPackage.d.ts +3 -3
- package/lib/types/equipment/item/Alchemicum.d.ts +1 -1
- package/lib/types/equipment/item/Ammunition.d.ts +2 -2
- package/lib/types/equipment/item/Animal.d.ts +1 -1
- package/lib/types/equipment/item/AnimalCare.d.ts +5 -5
- package/lib/types/equipment/item/Armor.d.ts +11 -11
- package/lib/types/equipment/item/BandageOrRemedy.d.ts +1 -1
- package/lib/types/equipment/item/Book.d.ts +2 -2
- package/lib/types/equipment/item/CeremonialItem.d.ts +1 -1
- package/lib/types/equipment/item/Clothes.d.ts +1 -1
- package/lib/types/equipment/item/Container.d.ts +1 -1
- package/lib/types/equipment/item/Elixir.d.ts +2 -2
- package/lib/types/equipment/item/EquipmentOfBlessedOnes.d.ts +1 -1
- package/lib/types/equipment/item/GemOrPreciousStone.d.ts +2 -2
- package/lib/types/equipment/item/IlluminationLightSource.d.ts +3 -3
- package/lib/types/equipment/item/IlluminationRefillsOrSupplies.d.ts +1 -1
- package/lib/types/equipment/item/Jewelry.d.ts +3 -3
- package/lib/types/equipment/item/Liebesspielzeug.d.ts +1 -1
- package/lib/types/equipment/item/LuxuryGood.d.ts +1 -1
- package/lib/types/equipment/item/MagicalArtifact.d.ts +2 -2
- package/lib/types/equipment/item/MusicalInstrument.d.ts +1 -1
- package/lib/types/equipment/item/OrienteeringAid.d.ts +1 -1
- package/lib/types/equipment/item/Poison.d.ts +45 -25
- package/lib/types/equipment/item/Poison.js +1 -0
- package/lib/types/equipment/item/RopeOrChain.d.ts +1 -1
- package/lib/types/equipment/item/Stationary.d.ts +1 -1
- package/lib/types/equipment/item/ThievesTool.d.ts +1 -1
- package/lib/types/equipment/item/ToolOfTheTrade.d.ts +3 -3
- package/lib/types/equipment/item/TravelGearOrTool.d.ts +1 -1
- package/lib/types/equipment/item/Vehicle.d.ts +1 -1
- package/lib/types/equipment/item/Weapon.d.ts +12 -11
- package/lib/types/equipment/item/WeaponAccessory.d.ts +1 -1
- package/lib/types/equipment/item/_Herbary.d.ts +1 -1
- package/lib/types/equipment/item/_Item.d.ts +12 -12
- package/lib/types/equipment/item/_MeleeWeapon.d.ts +7 -7
- package/lib/types/equipment/item/_RangedWeapon.d.ts +6 -6
- package/lib/types/equipment/item/_Weapon.d.ts +5 -5
- package/lib/types/equipment/item/sub/ArmorType.d.ts +5 -5
- package/lib/types/equipment/item/sub/Reach.d.ts +2 -2
- package/lib/types/magicalActions/AnimistPower.d.ts +16 -16
- package/lib/types/magicalActions/AnimistPower_Tribe.d.ts +2 -2
- package/lib/types/magicalActions/Curse.d.ts +10 -10
- package/lib/types/magicalActions/DominationRitual.d.ts +9 -9
- package/lib/types/magicalActions/ElvenMagicalSong.d.ts +7 -7
- package/lib/types/magicalActions/GeodeRitual.d.ts +10 -10
- package/lib/types/magicalActions/JesterTrick.d.ts +9 -9
- package/lib/types/magicalActions/MagicalDance.d.ts +6 -6
- package/lib/types/magicalActions/MagicalMelody.d.ts +6 -6
- package/lib/types/magicalActions/MagicalRune.d.ts +22 -22
- package/lib/types/magicalActions/ZibiljaRitual.d.ts +3 -3
- package/lib/types/magicalActions/_MusicTradition.d.ts +3 -3
- package/lib/types/magicalActions/_SkillReference.d.ts +1 -1
- package/lib/types/prerequisites/ConditionalPrerequisites.d.ts +1 -1
- package/lib/types/prerequisites/DisplayOption.d.ts +16 -2
- package/lib/types/prerequisites/PrerequisiteGroups.d.ts +38 -16
- package/lib/types/prerequisites/single/ActivatablePrerequisite.d.ts +1 -1
- package/lib/types/prerequisites/single/AncestorBloodPrerequisite.d.ts +5 -0
- package/lib/types/prerequisites/single/AncestorBloodPrerequisite.js +1 -0
- package/lib/types/prerequisites/single/AnimistPowerPrerequisite.d.ts +1 -1
- package/lib/types/prerequisites/single/CulturePrerequisite.d.ts +1 -1
- package/lib/types/prerequisites/single/EnhancementPrerequisite.d.ts +4 -4
- package/lib/types/prerequisites/single/InfluencePrerequisite.d.ts +1 -1
- package/lib/types/prerequisites/single/PactPrerequisite.d.ts +1 -1
- package/lib/types/prerequisites/single/PrimaryAttributePrerequisite.d.ts +1 -1
- package/lib/types/prerequisites/single/PublicationPrerequisite.d.ts +1 -1
- package/lib/types/prerequisites/single/RacePrerequisite.d.ts +1 -1
- package/lib/types/prerequisites/single/RatedMinimumNumberPrerequisite.d.ts +67 -0
- package/lib/types/prerequisites/single/RatedMinimumNumberPrerequisite.js +6 -0
- package/lib/types/prerequisites/single/RatedPrerequisite.d.ts +1 -56
- package/lib/types/prerequisites/single/RatedSumPrerequisite.d.ts +19 -0
- package/lib/types/prerequisites/single/RatedSumPrerequisite.js +1 -0
- package/lib/types/prerequisites/single/RulePrerequisite.d.ts +1 -1
- package/lib/types/prerequisites/single/SexPrerequisite.d.ts +1 -1
- package/lib/types/prerequisites/single/SexualCharacteristicPrerequisite.d.ts +11 -0
- package/lib/types/prerequisites/single/SexualCharacteristicPrerequisite.js +5 -0
- package/lib/types/prerequisites/single/SocialStatusPrerequisite.d.ts +1 -1
- package/lib/types/prerequisites/single/StatePrerequisite.d.ts +1 -1
- package/lib/types/prerequisites/single/TextPrerequisite.d.ts +31 -2
- package/lib/types/prerequisites/single/TextPrerequisite.js +5 -0
- package/lib/types/prerequisites/single/TraditionPrerequisite.d.ts +2 -2
- package/lib/types/rule/CoreRule.d.ts +11 -11
- package/lib/types/rule/FocusRule.d.ts +2 -2
- package/lib/types/rule/FocusRule_Subject.d.ts +2 -2
- package/lib/types/rule/OptionalRule.d.ts +2 -2
- package/lib/types/source/Publication.d.ts +2 -2
- package/lib/types/source/_Erratum.d.ts +2 -2
- package/lib/types/source/_PublicationRef.d.ts +13 -13
- package/lib/types/specialAbility/AdvancedCombatSpecialAbility.d.ts +13 -2
- package/lib/types/specialAbility/AdvancedKarmaSpecialAbility.d.ts +2 -2
- package/lib/types/specialAbility/AdvancedMagicalSpecialAbility.d.ts +2 -2
- package/lib/types/specialAbility/AdvancedSkillSpecialAbility.d.ts +2 -2
- package/lib/types/specialAbility/AncestorGlyph.d.ts +2 -2
- package/lib/types/specialAbility/BlessedTradition.d.ts +8 -8
- package/lib/types/specialAbility/BrawlingSpecialAbility.d.ts +2 -2
- package/lib/types/specialAbility/CeremonialItemSpecialAbility.d.ts +9 -4
- package/lib/types/specialAbility/CombatSpecialAbility.d.ts +8 -4
- package/lib/types/specialAbility/CombatStyleSpecialAbility.d.ts +2 -2
- package/lib/types/specialAbility/CommandSpecialAbility.d.ts +1 -1
- package/lib/types/specialAbility/FamiliarSpecialAbility.d.ts +2 -2
- package/lib/types/specialAbility/FatePointSexSpecialAbility.d.ts +2 -2
- package/lib/types/specialAbility/FatePointSpecialAbility.d.ts +7 -2
- package/lib/types/specialAbility/GeneralSpecialAbility.d.ts +14 -4
- package/lib/types/specialAbility/KarmaSpecialAbility.d.ts +9 -4
- package/lib/types/specialAbility/LiturgicalStyleSpecialAbility.d.ts +2 -2
- package/lib/types/specialAbility/LycantropicGift.d.ts +2 -2
- package/lib/types/specialAbility/MagicStyleSpecialAbility.d.ts +2 -2
- package/lib/types/specialAbility/MagicalSign.d.ts +2 -2
- package/lib/types/specialAbility/MagicalSpecialAbility.d.ts +13 -4
- package/lib/types/specialAbility/MagicalTradition.d.ts +3 -3
- package/lib/types/specialAbility/PactGift.d.ts +9 -9
- package/lib/types/specialAbility/ProtectiveWardingCircleSpecialAbility.d.ts +2 -2
- package/lib/types/specialAbility/Sermon.d.ts +2 -2
- package/lib/types/specialAbility/SexSpecialAbility.d.ts +2 -2
- package/lib/types/specialAbility/SikaryanDrainSpecialAbility.d.ts +7 -2
- package/lib/types/specialAbility/SkillStyleSpecialAbility.d.ts +2 -2
- package/lib/types/specialAbility/VampiricGift.d.ts +9 -4
- package/lib/types/specialAbility/Vision.d.ts +2 -2
- package/lib/types/specialAbility/_Tradition.d.ts +1 -1
- package/lib/types/specialAbility/sub/Language.d.ts +8 -8
- package/lib/types/specialAbility/sub/Script.d.ts +2 -2
- package/lib/types/specialAbility/sub/TradeSecret.d.ts +2 -2
- package/lib/types/specialAbility/sub/_LanguageScript.d.ts +1 -1
- package/lib/types/traditionArtifacts/ArcaneOrbEnchantment.d.ts +4 -4
- package/lib/types/traditionArtifacts/AttireEnchantment.d.ts +4 -4
- package/lib/types/traditionArtifacts/BowlEnchantment.d.ts +4 -4
- package/lib/types/traditionArtifacts/CauldronEnchantment.d.ts +5 -5
- package/lib/types/traditionArtifacts/ChronicleEnchantment.d.ts +4 -4
- package/lib/types/traditionArtifacts/DaggerRitual.d.ts +8 -8
- package/lib/types/traditionArtifacts/FoolsHatEnchantment.d.ts +4 -4
- package/lib/types/traditionArtifacts/InstrumentEnchantment.d.ts +4 -4
- package/lib/types/traditionArtifacts/Krallenkettenzauber.d.ts +4 -4
- package/lib/types/traditionArtifacts/OrbEnchantment.d.ts +4 -4
- package/lib/types/traditionArtifacts/RingEnchantment.d.ts +4 -4
- package/lib/types/traditionArtifacts/SickleRitual.d.ts +4 -4
- package/lib/types/traditionArtifacts/SpellSwordEnchantment.d.ts +9 -4
- package/lib/types/traditionArtifacts/StaffEnchantment.d.ts +14 -4
- package/lib/types/traditionArtifacts/ToyEnchantment.d.ts +4 -4
- package/lib/types/traditionArtifacts/Trinkhornzauber.d.ts +4 -4
- package/lib/types/traditionArtifacts/WandEnchantment.d.ts +4 -4
- package/lib/types/traditionArtifacts/WeaponEnchantment.d.ts +4 -4
- package/lib/types/traditionArtifacts/sub/AnimalShape.d.ts +4 -4
- package/lib/types/traditionArtifacts/sub/AnimalShapePath.d.ts +2 -2
- package/lib/types/traditionArtifacts/sub/AnimalShapeSize.d.ts +2 -2
- package/lib/types/traditionArtifacts/sub/Brew.d.ts +2 -2
- package/lib/validation/schema.d.ts +5 -5
- package/lib/validation/schema.js +2 -2
- package/package.json +5 -5
- package/schema/Advantage.schema.json +11 -0
- package/schema/Disadvantage.schema.json +8 -0
- package/schema/Profession.schema.json +8 -0
- package/schema/Talisman.schema.json +2 -4
- package/schema/_Activatable.schema.json +166 -0
- package/schema/_ActivatableSelectOptionCategory.schema.json +141 -0
- package/schema/equipment/item/Poison.schema.json +55 -1
- package/schema/equipment/item/Weapon.schema.json +5 -1
- package/schema/equipment/item/sub/ArmorType.schema.json +1 -2
- package/schema/prerequisites/DisplayOption.schema.json +4 -0
- package/schema/prerequisites/PrerequisiteGroups.schema.json +98 -2
- package/schema/prerequisites/single/AncestorBloodPrerequisite.schema.json +14 -0
- package/schema/prerequisites/single/RatedMinimumNumberPrerequisite.schema.json +166 -0
- package/schema/prerequisites/single/RatedPrerequisite.schema.json +0 -125
- package/schema/prerequisites/single/RatedSumPrerequisite.schema.json +33 -0
- package/schema/prerequisites/single/SexualCharacteristicPrerequisite.schema.json +26 -0
- package/schema/prerequisites/single/TextPrerequisite.schema.json +14 -0
- package/schema/specialAbility/AdvancedCombatSpecialAbility.schema.json +8 -0
- package/schema/specialAbility/CeremonialItemSpecialAbility.schema.json +4 -0
- package/schema/specialAbility/CombatSpecialAbility.schema.json +4 -0
- package/schema/specialAbility/FatePointSpecialAbility.schema.json +4 -0
- package/schema/specialAbility/GeneralSpecialAbility.schema.json +8 -0
- package/schema/specialAbility/KarmaSpecialAbility.schema.json +4 -0
- package/schema/specialAbility/MagicalSpecialAbility.schema.json +8 -0
- package/schema/specialAbility/SikaryanDrainSpecialAbility.schema.json +4 -0
- package/schema/specialAbility/VampiricGift.schema.json +4 -0
- package/schema/traditionArtifacts/SpellSwordEnchantment.schema.json +4 -0
- package/schema/traditionArtifacts/StaffEnchantment.schema.json +8 -0
|
@@ -123,6 +123,11 @@
|
|
|
123
123
|
"prerequisites": {
|
|
124
124
|
"$ref": "./_Prerequisite.schema.json#/$defs/GeneralPrerequisites"
|
|
125
125
|
},
|
|
126
|
+
"binding_cost": {
|
|
127
|
+
"description": "Specific binding cost for the select option. Only has an effect if the\nassociated entry supports binding costs.",
|
|
128
|
+
"type": "integer",
|
|
129
|
+
"minimum": 0
|
|
130
|
+
},
|
|
126
131
|
"ap_value": {
|
|
127
132
|
"description": "Specific AP cost for the select option.",
|
|
128
133
|
"type": "integer",
|
|
@@ -202,6 +207,11 @@
|
|
|
202
207
|
"prerequisites": {
|
|
203
208
|
"$ref": "./_Prerequisite.schema.json#/$defs/GeneralPrerequisites"
|
|
204
209
|
},
|
|
210
|
+
"binding_cost": {
|
|
211
|
+
"description": "Specific binding cost for the select option. Only has an effect if the\nassociated entry supports binding costs.",
|
|
212
|
+
"type": "integer",
|
|
213
|
+
"minimum": 0
|
|
214
|
+
},
|
|
205
215
|
"ap_value": {
|
|
206
216
|
"description": "Specific AP cost for the select option.",
|
|
207
217
|
"type": "integer",
|
|
@@ -248,6 +258,11 @@
|
|
|
248
258
|
"prerequisites": {
|
|
249
259
|
"$ref": "./_Prerequisite.schema.json#/$defs/GeneralPrerequisites"
|
|
250
260
|
},
|
|
261
|
+
"binding_cost": {
|
|
262
|
+
"description": "Specific binding cost for the select option. Only has an effect if the\nassociated entry supports binding costs.",
|
|
263
|
+
"type": "integer",
|
|
264
|
+
"minimum": 0
|
|
265
|
+
},
|
|
251
266
|
"ap_value": {
|
|
252
267
|
"description": "Specific AP cost for the select option.",
|
|
253
268
|
"type": "integer",
|
|
@@ -1192,6 +1207,10 @@
|
|
|
1192
1207
|
"IndefiniteArcaneEnergyCost": {
|
|
1193
1208
|
"type": "object",
|
|
1194
1209
|
"properties": {
|
|
1210
|
+
"modifier": {
|
|
1211
|
+
"description": "Specified if the indefinite AP cost description needs to be modified by a\ncertain value.",
|
|
1212
|
+
"$ref": "#/$defs/IndefiniteArcaneEnergyCostModifier"
|
|
1213
|
+
},
|
|
1195
1214
|
"translations": {
|
|
1196
1215
|
"description": "All translations for the entry, identified by IETF language tag (BCP47).",
|
|
1197
1216
|
"type": "object",
|
|
@@ -1209,6 +1228,30 @@
|
|
|
1209
1228
|
],
|
|
1210
1229
|
"additionalProperties": false
|
|
1211
1230
|
},
|
|
1231
|
+
"IndefiniteArcaneEnergyCostModifier": {
|
|
1232
|
+
"type": "object",
|
|
1233
|
+
"properties": {
|
|
1234
|
+
"arithmetic": {
|
|
1235
|
+
"description": "The arithmetic how to apply the `value` to the `base`.",
|
|
1236
|
+
"$ref": "#/$defs/IndefiniteArcaneEnergyCostModifierArithmetic"
|
|
1237
|
+
},
|
|
1238
|
+
"value": {
|
|
1239
|
+
"description": "The value that is applied to the `base` using the defined `arithmetic`.",
|
|
1240
|
+
"type": "integer",
|
|
1241
|
+
"minimum": 1
|
|
1242
|
+
}
|
|
1243
|
+
},
|
|
1244
|
+
"required": [
|
|
1245
|
+
"arithmetic",
|
|
1246
|
+
"value"
|
|
1247
|
+
],
|
|
1248
|
+
"additionalProperties": false
|
|
1249
|
+
},
|
|
1250
|
+
"IndefiniteArcaneEnergyCostModifierArithmetic": {
|
|
1251
|
+
"enum": [
|
|
1252
|
+
"Add"
|
|
1253
|
+
]
|
|
1254
|
+
},
|
|
1212
1255
|
"IndefiniteArcaneEnergyCostTranslation": {
|
|
1213
1256
|
"type": "object",
|
|
1214
1257
|
"properties": {
|
|
@@ -1399,6 +1442,22 @@
|
|
|
1399
1442
|
"map"
|
|
1400
1443
|
],
|
|
1401
1444
|
"additionalProperties": false
|
|
1445
|
+
},
|
|
1446
|
+
{
|
|
1447
|
+
"type": "object",
|
|
1448
|
+
"properties": {
|
|
1449
|
+
"tag": {
|
|
1450
|
+
"const": "DerivedFromSelection"
|
|
1451
|
+
},
|
|
1452
|
+
"derived_from_selection": {
|
|
1453
|
+
"$ref": "#/$defs/VolumeDerivedFromSelection"
|
|
1454
|
+
}
|
|
1455
|
+
},
|
|
1456
|
+
"required": [
|
|
1457
|
+
"tag",
|
|
1458
|
+
"derived_from_selection"
|
|
1459
|
+
],
|
|
1460
|
+
"additionalProperties": false
|
|
1402
1461
|
}
|
|
1403
1462
|
]
|
|
1404
1463
|
},
|
|
@@ -1573,6 +1632,20 @@
|
|
|
1573
1632
|
],
|
|
1574
1633
|
"additionalProperties": false
|
|
1575
1634
|
},
|
|
1635
|
+
"VolumeDerivedFromSelection": {
|
|
1636
|
+
"type": "object",
|
|
1637
|
+
"properties": {
|
|
1638
|
+
"fallback": {
|
|
1639
|
+
"description": "The volume for the selection if it does not define a specific one.",
|
|
1640
|
+
"type": "integer",
|
|
1641
|
+
"minimum": 0
|
|
1642
|
+
}
|
|
1643
|
+
},
|
|
1644
|
+
"required": [
|
|
1645
|
+
"fallback"
|
|
1646
|
+
],
|
|
1647
|
+
"additionalProperties": false
|
|
1648
|
+
},
|
|
1576
1649
|
"BindingCost": {
|
|
1577
1650
|
"description": "The binding cost for an enchantment.",
|
|
1578
1651
|
"oneOf": [
|
|
@@ -1623,6 +1696,22 @@
|
|
|
1623
1696
|
"map"
|
|
1624
1697
|
],
|
|
1625
1698
|
"additionalProperties": false
|
|
1699
|
+
},
|
|
1700
|
+
{
|
|
1701
|
+
"type": "object",
|
|
1702
|
+
"properties": {
|
|
1703
|
+
"tag": {
|
|
1704
|
+
"const": "DerivedFromSelection"
|
|
1705
|
+
},
|
|
1706
|
+
"derived_from_selection": {
|
|
1707
|
+
"$ref": "#/$defs/BindingCostDerivedFromSelection"
|
|
1708
|
+
}
|
|
1709
|
+
},
|
|
1710
|
+
"required": [
|
|
1711
|
+
"tag",
|
|
1712
|
+
"derived_from_selection"
|
|
1713
|
+
],
|
|
1714
|
+
"additionalProperties": false
|
|
1626
1715
|
}
|
|
1627
1716
|
]
|
|
1628
1717
|
},
|
|
@@ -1745,6 +1834,20 @@
|
|
|
1745
1834
|
],
|
|
1746
1835
|
"additionalProperties": false
|
|
1747
1836
|
},
|
|
1837
|
+
"BindingCostDerivedFromSelection": {
|
|
1838
|
+
"type": "object",
|
|
1839
|
+
"properties": {
|
|
1840
|
+
"fallback": {
|
|
1841
|
+
"description": "The binding cost for the selection if it does not define a specific one.",
|
|
1842
|
+
"type": "integer",
|
|
1843
|
+
"minimum": 0
|
|
1844
|
+
}
|
|
1845
|
+
},
|
|
1846
|
+
"required": [
|
|
1847
|
+
"fallback"
|
|
1848
|
+
],
|
|
1849
|
+
"additionalProperties": false
|
|
1850
|
+
},
|
|
1748
1851
|
"Property": {
|
|
1749
1852
|
"description": "The magic property's identifier. `DependingOnProperty` can only be used if\nthe special ability has an option to select a property.",
|
|
1750
1853
|
"oneOf": [
|
|
@@ -1795,6 +1898,10 @@
|
|
|
1795
1898
|
"AdvancedSpecialAbilityDerivedExternalEntryOptionId": {
|
|
1796
1899
|
"$ref": "./_Identifier.schema.json#/$defs/PatronIdentifier"
|
|
1797
1900
|
},
|
|
1901
|
+
"PrerequisitesReplacement": {
|
|
1902
|
+
"description": "The prerequisites text. It is only used if the text cannot be generated from\nthe given information.",
|
|
1903
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyMarkdown"
|
|
1904
|
+
},
|
|
1798
1905
|
"ApplicableCombatTechniques": {
|
|
1799
1906
|
"oneOf": [
|
|
1800
1907
|
{
|
|
@@ -2537,6 +2644,22 @@
|
|
|
2537
2644
|
],
|
|
2538
2645
|
"additionalProperties": false
|
|
2539
2646
|
},
|
|
2647
|
+
{
|
|
2648
|
+
"type": "object",
|
|
2649
|
+
"properties": {
|
|
2650
|
+
"tag": {
|
|
2651
|
+
"const": "DerivedFromSelection"
|
|
2652
|
+
},
|
|
2653
|
+
"derived_from_selection": {
|
|
2654
|
+
"$ref": "#/$defs/AdventurePointsDerivedFromSelection"
|
|
2655
|
+
}
|
|
2656
|
+
},
|
|
2657
|
+
"required": [
|
|
2658
|
+
"tag",
|
|
2659
|
+
"derived_from_selection"
|
|
2660
|
+
],
|
|
2661
|
+
"additionalProperties": false
|
|
2662
|
+
},
|
|
2540
2663
|
{
|
|
2541
2664
|
"type": "object",
|
|
2542
2665
|
"properties": {
|
|
@@ -2570,10 +2693,53 @@
|
|
|
2570
2693
|
},
|
|
2571
2694
|
"minItems": 2
|
|
2572
2695
|
},
|
|
2696
|
+
"AdventurePointsDerivedFromSelection": {
|
|
2697
|
+
"description": "The adventure points value is derived from the selection of the special\nability. Its display value may be able to be derived from the given\ninformation for the select options. If that is not the case or the generated\ntext would not match the original one, a replacement text can be provided.",
|
|
2698
|
+
"type": "object",
|
|
2699
|
+
"properties": {
|
|
2700
|
+
"translations": {
|
|
2701
|
+
"description": "All translations for the entry, identified by IETF language tag (BCP47).",
|
|
2702
|
+
"type": "object",
|
|
2703
|
+
"patternProperties": {
|
|
2704
|
+
"^[a-z]{2}-[A-Z]{2}$": {
|
|
2705
|
+
"$ref": "#/$defs/AdventurePointsDerivedFromSelectionTranslation"
|
|
2706
|
+
}
|
|
2707
|
+
},
|
|
2708
|
+
"minProperties": 1,
|
|
2709
|
+
"additionalProperties": false
|
|
2710
|
+
}
|
|
2711
|
+
},
|
|
2712
|
+
"required": [],
|
|
2713
|
+
"additionalProperties": false
|
|
2714
|
+
},
|
|
2715
|
+
"AdventurePointsDerivedFromSelectionTranslation": {
|
|
2716
|
+
"type": "object",
|
|
2717
|
+
"properties": {
|
|
2718
|
+
"replacement": {
|
|
2719
|
+
"description": "A replacement for the generated text if it would not match the original\none.",
|
|
2720
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyMarkdown"
|
|
2721
|
+
}
|
|
2722
|
+
},
|
|
2723
|
+
"required": [],
|
|
2724
|
+
"minProperties": 1,
|
|
2725
|
+
"additionalProperties": false
|
|
2726
|
+
},
|
|
2573
2727
|
"AdventurePointsSingleValue": {
|
|
2574
2728
|
"description": "A single adventure points value.",
|
|
2575
2729
|
"type": "integer",
|
|
2576
2730
|
"minimum": 0
|
|
2731
|
+
},
|
|
2732
|
+
"Input": {
|
|
2733
|
+
"description": "A string that is used as a label for an input field.",
|
|
2734
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
|
2735
|
+
},
|
|
2736
|
+
"AdventurePointsValueReplacement": {
|
|
2737
|
+
"description": "The AP value. It is only used if the text cannot be generated from the given\ninformation.",
|
|
2738
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyMarkdown"
|
|
2739
|
+
},
|
|
2740
|
+
"AdventurePointsValueAppend": {
|
|
2741
|
+
"description": "A string that gets appended to the default AP Value text with a preceding\nspace. This always happens if present, even if the generated AP Value text is\nreplaced.",
|
|
2742
|
+
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyMarkdown"
|
|
2577
2743
|
}
|
|
2578
2744
|
}
|
|
2579
2745
|
}
|
|
@@ -194,6 +194,25 @@
|
|
|
194
194
|
],
|
|
195
195
|
"additionalProperties": false
|
|
196
196
|
},
|
|
197
|
+
{
|
|
198
|
+
"type": "object",
|
|
199
|
+
"properties": {
|
|
200
|
+
"tag": {
|
|
201
|
+
"const": "RacesAndCultures"
|
|
202
|
+
},
|
|
203
|
+
"races_and_cultures": {
|
|
204
|
+
"type": "object",
|
|
205
|
+
"properties": {},
|
|
206
|
+
"required": [],
|
|
207
|
+
"additionalProperties": false
|
|
208
|
+
}
|
|
209
|
+
},
|
|
210
|
+
"required": [
|
|
211
|
+
"tag",
|
|
212
|
+
"races_and_cultures"
|
|
213
|
+
],
|
|
214
|
+
"additionalProperties": false
|
|
215
|
+
},
|
|
197
216
|
{
|
|
198
217
|
"type": "object",
|
|
199
218
|
"properties": {
|
|
@@ -337,6 +356,22 @@
|
|
|
337
356
|
"combat_techniques"
|
|
338
357
|
],
|
|
339
358
|
"additionalProperties": false
|
|
359
|
+
},
|
|
360
|
+
{
|
|
361
|
+
"type": "object",
|
|
362
|
+
"properties": {
|
|
363
|
+
"tag": {
|
|
364
|
+
"const": "TargetCategories"
|
|
365
|
+
},
|
|
366
|
+
"target_categories": {
|
|
367
|
+
"$ref": "#/$defs/TargetCategoriesSelectOptionCategory"
|
|
368
|
+
}
|
|
369
|
+
},
|
|
370
|
+
"required": [
|
|
371
|
+
"tag",
|
|
372
|
+
"target_categories"
|
|
373
|
+
],
|
|
374
|
+
"additionalProperties": false
|
|
340
375
|
}
|
|
341
376
|
]
|
|
342
377
|
},
|
|
@@ -832,6 +867,77 @@
|
|
|
832
867
|
"$ref": "#/$defs/SkillSelectOptionCategoryPrerequisite"
|
|
833
868
|
},
|
|
834
869
|
"minItems": 1
|
|
870
|
+
},
|
|
871
|
+
"ap_value": {
|
|
872
|
+
"description": "Generate AP values for each entry.",
|
|
873
|
+
"oneOf": [
|
|
874
|
+
{
|
|
875
|
+
"type": "object",
|
|
876
|
+
"properties": {
|
|
877
|
+
"tag": {
|
|
878
|
+
"const": "DerivedFromImprovementCost"
|
|
879
|
+
},
|
|
880
|
+
"derived_from_improvement_cost": {
|
|
881
|
+
"$ref": "#/$defs/DeriveAdventurePointsValueFromImprovementCost"
|
|
882
|
+
}
|
|
883
|
+
},
|
|
884
|
+
"required": [
|
|
885
|
+
"tag",
|
|
886
|
+
"derived_from_improvement_cost"
|
|
887
|
+
],
|
|
888
|
+
"additionalProperties": false
|
|
889
|
+
},
|
|
890
|
+
{
|
|
891
|
+
"type": "object",
|
|
892
|
+
"properties": {
|
|
893
|
+
"tag": {
|
|
894
|
+
"const": "Fixed"
|
|
895
|
+
},
|
|
896
|
+
"fixed": {
|
|
897
|
+
"type": "object",
|
|
898
|
+
"properties": {
|
|
899
|
+
"map": {
|
|
900
|
+
"description": "A mapping of skill identifiers to their specific AP values.",
|
|
901
|
+
"type": "array",
|
|
902
|
+
"items": {
|
|
903
|
+
"type": "object",
|
|
904
|
+
"properties": {
|
|
905
|
+
"id": {
|
|
906
|
+
"$ref": "./_IdentifierGroup.schema.json#/$defs/CombatTechniqueIdentifier"
|
|
907
|
+
},
|
|
908
|
+
"ap_value": {
|
|
909
|
+
"description": "The AP value for the specified entry.",
|
|
910
|
+
"type": "integer",
|
|
911
|
+
"minimum": 1
|
|
912
|
+
}
|
|
913
|
+
},
|
|
914
|
+
"required": [
|
|
915
|
+
"id",
|
|
916
|
+
"ap_value"
|
|
917
|
+
],
|
|
918
|
+
"additionalProperties": false
|
|
919
|
+
}
|
|
920
|
+
},
|
|
921
|
+
"default": {
|
|
922
|
+
"description": "The default value of an entry. Used as a fallback if no value is\nfound in `list`.",
|
|
923
|
+
"type": "integer",
|
|
924
|
+
"minimum": 1
|
|
925
|
+
}
|
|
926
|
+
},
|
|
927
|
+
"required": [
|
|
928
|
+
"map",
|
|
929
|
+
"default"
|
|
930
|
+
],
|
|
931
|
+
"additionalProperties": false
|
|
932
|
+
}
|
|
933
|
+
},
|
|
934
|
+
"required": [
|
|
935
|
+
"tag",
|
|
936
|
+
"fixed"
|
|
937
|
+
],
|
|
938
|
+
"additionalProperties": false
|
|
939
|
+
}
|
|
940
|
+
]
|
|
835
941
|
}
|
|
836
942
|
},
|
|
837
943
|
"required": [],
|
|
@@ -1167,6 +1273,41 @@
|
|
|
1167
1273
|
},
|
|
1168
1274
|
"required": [],
|
|
1169
1275
|
"additionalProperties": false
|
|
1276
|
+
},
|
|
1277
|
+
"TargetCategoriesSelectOptionCategory": {
|
|
1278
|
+
"type": "object",
|
|
1279
|
+
"properties": {
|
|
1280
|
+
"list": {
|
|
1281
|
+
"description": "A list of combat technique categories.",
|
|
1282
|
+
"type": "array",
|
|
1283
|
+
"items": {
|
|
1284
|
+
"$ref": "#/$defs/SpecificTargetCategory"
|
|
1285
|
+
},
|
|
1286
|
+
"minItems": 1
|
|
1287
|
+
}
|
|
1288
|
+
},
|
|
1289
|
+
"required": [
|
|
1290
|
+
"list"
|
|
1291
|
+
],
|
|
1292
|
+
"additionalProperties": false
|
|
1293
|
+
},
|
|
1294
|
+
"SpecificTargetCategory": {
|
|
1295
|
+
"type": "object",
|
|
1296
|
+
"properties": {
|
|
1297
|
+
"id": {
|
|
1298
|
+
"description": "The target category’s identifier.",
|
|
1299
|
+
"$ref": "./_Identifier.schema.json#/$defs/TargetCategoryIdentifier"
|
|
1300
|
+
},
|
|
1301
|
+
"volume": {
|
|
1302
|
+
"description": "The volume for this specific selection.",
|
|
1303
|
+
"type": "integer",
|
|
1304
|
+
"minimum": 0
|
|
1305
|
+
}
|
|
1306
|
+
},
|
|
1307
|
+
"required": [
|
|
1308
|
+
"id"
|
|
1309
|
+
],
|
|
1310
|
+
"additionalProperties": false
|
|
1170
1311
|
}
|
|
1171
1312
|
}
|
|
1172
1313
|
}
|
|
@@ -184,6 +184,22 @@
|
|
|
184
184
|
"dice_based"
|
|
185
185
|
],
|
|
186
186
|
"additionalProperties": false
|
|
187
|
+
},
|
|
188
|
+
{
|
|
189
|
+
"type": "object",
|
|
190
|
+
"properties": {
|
|
191
|
+
"tag": {
|
|
192
|
+
"const": "Indefinite"
|
|
193
|
+
},
|
|
194
|
+
"indefinite": {
|
|
195
|
+
"$ref": "#/$defs/IndefinitePoisonTime"
|
|
196
|
+
}
|
|
197
|
+
},
|
|
198
|
+
"required": [
|
|
199
|
+
"tag",
|
|
200
|
+
"indefinite"
|
|
201
|
+
],
|
|
202
|
+
"additionalProperties": false
|
|
187
203
|
}
|
|
188
204
|
]
|
|
189
205
|
},
|
|
@@ -223,9 +239,43 @@
|
|
|
223
239
|
"enum": [
|
|
224
240
|
"CombatRounds",
|
|
225
241
|
"Minutes",
|
|
226
|
-
"Hours"
|
|
242
|
+
"Hours",
|
|
243
|
+
"Days"
|
|
227
244
|
]
|
|
228
245
|
},
|
|
246
|
+
"IndefinitePoisonTime": {
|
|
247
|
+
"type": "object",
|
|
248
|
+
"properties": {
|
|
249
|
+
"translations": {
|
|
250
|
+
"description": "All translations for the entry, identified by IETF language tag (BCP47).",
|
|
251
|
+
"type": "object",
|
|
252
|
+
"patternProperties": {
|
|
253
|
+
"^[a-z]{2}-[A-Z]{2}$": {
|
|
254
|
+
"$ref": "#/$defs/IndefinitePoisonTimeTranslation"
|
|
255
|
+
}
|
|
256
|
+
},
|
|
257
|
+
"minProperties": 1,
|
|
258
|
+
"additionalProperties": false
|
|
259
|
+
}
|
|
260
|
+
},
|
|
261
|
+
"required": [
|
|
262
|
+
"translations"
|
|
263
|
+
],
|
|
264
|
+
"additionalProperties": false
|
|
265
|
+
},
|
|
266
|
+
"IndefinitePoisonTimeTranslation": {
|
|
267
|
+
"type": "object",
|
|
268
|
+
"properties": {
|
|
269
|
+
"description": {
|
|
270
|
+
"description": "A description of the duration.",
|
|
271
|
+
"$ref": "../../_NonEmptyString.schema.json#/$defs/NonEmptyMarkdown"
|
|
272
|
+
}
|
|
273
|
+
},
|
|
274
|
+
"required": [
|
|
275
|
+
"description"
|
|
276
|
+
],
|
|
277
|
+
"additionalProperties": false
|
|
278
|
+
},
|
|
229
279
|
"PoisonSourceType": {
|
|
230
280
|
"oneOf": [
|
|
231
281
|
{
|
|
@@ -318,6 +368,10 @@
|
|
|
318
368
|
"type": "integer",
|
|
319
369
|
"maximum": 6,
|
|
320
370
|
"minimum": 1
|
|
371
|
+
},
|
|
372
|
+
"is_extractable": {
|
|
373
|
+
"description": "If `false`, the poison cannot be extracted.",
|
|
374
|
+
"const": false
|
|
321
375
|
}
|
|
322
376
|
},
|
|
323
377
|
"required": [
|
|
@@ -223,7 +223,11 @@
|
|
|
223
223
|
},
|
|
224
224
|
"SanctifiedBy": {
|
|
225
225
|
"description": "If the weapon is sanctified by a god and thus restricted to it's Blessed\nOnes.",
|
|
226
|
-
"
|
|
226
|
+
"type": "array",
|
|
227
|
+
"items": {
|
|
228
|
+
"$ref": "../../_SimpleReferences.schema.json#/$defs/BlessedTraditionReference"
|
|
229
|
+
},
|
|
230
|
+
"minItems": 1
|
|
227
231
|
},
|
|
228
232
|
"RestrictedToCultures": {
|
|
229
233
|
"description": "Define if during character creation this weapon can only be bought by\ncharacters of a specific race or culture.",
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
"minimum": 1
|
|
14
14
|
},
|
|
15
15
|
"sturdiness_rating": {
|
|
16
|
-
"description": "
|
|
16
|
+
"description": "An armor type can have a *sturdiness rating*. The higher the rating, the\nmore durable the armor. Rolling higher than this rating during a sturdiness\ncheck means the armor receives one level of the new condition *Wear*.",
|
|
17
17
|
"type": "integer",
|
|
18
18
|
"minimum": 1
|
|
19
19
|
},
|
|
@@ -31,7 +31,6 @@
|
|
|
31
31
|
},
|
|
32
32
|
"required": [
|
|
33
33
|
"id",
|
|
34
|
-
"sturdiness_rating",
|
|
35
34
|
"translations"
|
|
36
35
|
],
|
|
37
36
|
"additionalProperties": false
|
|
@@ -45,6 +45,10 @@
|
|
|
45
45
|
"ReplacementDisplayOption": {
|
|
46
46
|
"type": "object",
|
|
47
47
|
"properties": {
|
|
48
|
+
"sentence_type": {
|
|
49
|
+
"description": "If the replacement text is a sentence or sentence-like fragment, this\nproperty ensures it is integrated into the prerequisite string correctly.\n\nA standalone sentence is connected to the previous prerequisite string with\na period and a period is also added at the end of the sentence\nautomatically, if it is not present. A connected sentence is connected to\nthe previous prerequisite string with a semicolon and a period is not added\nto the end of the sentence. In this case, if there are prerequisites after\nthis one, they will be connected using a semicolon again, unless a\ndifferent punctuation mark is present at the end of the given text.",
|
|
50
|
+
"$ref": "./single/TextPrerequisite.schema.json#/$defs/SentenceType"
|
|
51
|
+
},
|
|
48
52
|
"translations": {
|
|
49
53
|
"description": "All translations for the entry, identified by IETF language tag (BCP47).",
|
|
50
54
|
"type": "object",
|
|
@@ -243,7 +243,7 @@
|
|
|
243
243
|
"const": "RatedMinimumNumber"
|
|
244
244
|
},
|
|
245
245
|
"rated_minimum_number": {
|
|
246
|
-
"$ref": "./single/
|
|
246
|
+
"$ref": "./single/RatedMinimumNumberPrerequisite.schema.json#/$defs/RatedMinimumNumberPrerequisite"
|
|
247
247
|
}
|
|
248
248
|
},
|
|
249
249
|
"required": [
|
|
@@ -252,6 +252,22 @@
|
|
|
252
252
|
],
|
|
253
253
|
"additionalProperties": false
|
|
254
254
|
},
|
|
255
|
+
{
|
|
256
|
+
"type": "object",
|
|
257
|
+
"properties": {
|
|
258
|
+
"tag": {
|
|
259
|
+
"const": "RatedSum"
|
|
260
|
+
},
|
|
261
|
+
"rated_sum": {
|
|
262
|
+
"$ref": "./single/RatedSumPrerequisite.schema.json#/$defs/RatedSumPrerequisite"
|
|
263
|
+
}
|
|
264
|
+
},
|
|
265
|
+
"required": [
|
|
266
|
+
"tag",
|
|
267
|
+
"rated_sum"
|
|
268
|
+
],
|
|
269
|
+
"additionalProperties": false
|
|
270
|
+
},
|
|
255
271
|
{
|
|
256
272
|
"type": "object",
|
|
257
273
|
"properties": {
|
|
@@ -283,6 +299,22 @@
|
|
|
283
299
|
"text"
|
|
284
300
|
],
|
|
285
301
|
"additionalProperties": false
|
|
302
|
+
},
|
|
303
|
+
{
|
|
304
|
+
"type": "object",
|
|
305
|
+
"properties": {
|
|
306
|
+
"tag": {
|
|
307
|
+
"const": "SexualCharacteristic"
|
|
308
|
+
},
|
|
309
|
+
"sexual_characteristic": {
|
|
310
|
+
"$ref": "./single/SexualCharacteristicPrerequisite.schema.json#/$defs/SexualCharacteristicPrerequisite"
|
|
311
|
+
}
|
|
312
|
+
},
|
|
313
|
+
"required": [
|
|
314
|
+
"tag",
|
|
315
|
+
"sexual_characteristic"
|
|
316
|
+
],
|
|
317
|
+
"additionalProperties": false
|
|
286
318
|
}
|
|
287
319
|
]
|
|
288
320
|
},
|
|
@@ -590,7 +622,7 @@
|
|
|
590
622
|
"const": "RatedMinimumNumber"
|
|
591
623
|
},
|
|
592
624
|
"rated_minimum_number": {
|
|
593
|
-
"$ref": "./single/
|
|
625
|
+
"$ref": "./single/RatedMinimumNumberPrerequisite.schema.json#/$defs/RatedMinimumNumberPrerequisite"
|
|
594
626
|
}
|
|
595
627
|
},
|
|
596
628
|
"required": [
|
|
@@ -599,6 +631,22 @@
|
|
|
599
631
|
],
|
|
600
632
|
"additionalProperties": false
|
|
601
633
|
},
|
|
634
|
+
{
|
|
635
|
+
"type": "object",
|
|
636
|
+
"properties": {
|
|
637
|
+
"tag": {
|
|
638
|
+
"const": "RatedSum"
|
|
639
|
+
},
|
|
640
|
+
"rated_sum": {
|
|
641
|
+
"$ref": "./single/RatedSumPrerequisite.schema.json#/$defs/RatedSumPrerequisite"
|
|
642
|
+
}
|
|
643
|
+
},
|
|
644
|
+
"required": [
|
|
645
|
+
"tag",
|
|
646
|
+
"rated_sum"
|
|
647
|
+
],
|
|
648
|
+
"additionalProperties": false
|
|
649
|
+
},
|
|
602
650
|
{
|
|
603
651
|
"type": "object",
|
|
604
652
|
"properties": {
|
|
@@ -630,6 +678,38 @@
|
|
|
630
678
|
"text"
|
|
631
679
|
],
|
|
632
680
|
"additionalProperties": false
|
|
681
|
+
},
|
|
682
|
+
{
|
|
683
|
+
"type": "object",
|
|
684
|
+
"properties": {
|
|
685
|
+
"tag": {
|
|
686
|
+
"const": "NoOtherAncestorBloodAdvantage"
|
|
687
|
+
},
|
|
688
|
+
"no_other_ancestor_blood_advantage": {
|
|
689
|
+
"$ref": "./single/AncestorBloodPrerequisite.schema.json#/$defs/AncestorBloodPrerequisite"
|
|
690
|
+
}
|
|
691
|
+
},
|
|
692
|
+
"required": [
|
|
693
|
+
"tag",
|
|
694
|
+
"no_other_ancestor_blood_advantage"
|
|
695
|
+
],
|
|
696
|
+
"additionalProperties": false
|
|
697
|
+
},
|
|
698
|
+
{
|
|
699
|
+
"type": "object",
|
|
700
|
+
"properties": {
|
|
701
|
+
"tag": {
|
|
702
|
+
"const": "SexualCharacteristic"
|
|
703
|
+
},
|
|
704
|
+
"sexual_characteristic": {
|
|
705
|
+
"$ref": "./single/SexualCharacteristicPrerequisite.schema.json#/$defs/SexualCharacteristicPrerequisite"
|
|
706
|
+
}
|
|
707
|
+
},
|
|
708
|
+
"required": [
|
|
709
|
+
"tag",
|
|
710
|
+
"sexual_characteristic"
|
|
711
|
+
],
|
|
712
|
+
"additionalProperties": false
|
|
633
713
|
}
|
|
634
714
|
]
|
|
635
715
|
},
|
|
@@ -926,6 +1006,22 @@
|
|
|
926
1006
|
"publication"
|
|
927
1007
|
],
|
|
928
1008
|
"additionalProperties": false
|
|
1009
|
+
},
|
|
1010
|
+
{
|
|
1011
|
+
"type": "object",
|
|
1012
|
+
"properties": {
|
|
1013
|
+
"tag": {
|
|
1014
|
+
"const": "SexualCharacteristic"
|
|
1015
|
+
},
|
|
1016
|
+
"sexual_characteristic": {
|
|
1017
|
+
"$ref": "./single/SexualCharacteristicPrerequisite.schema.json#/$defs/SexualCharacteristicPrerequisite"
|
|
1018
|
+
}
|
|
1019
|
+
},
|
|
1020
|
+
"required": [
|
|
1021
|
+
"tag",
|
|
1022
|
+
"sexual_characteristic"
|
|
1023
|
+
],
|
|
1024
|
+
"additionalProperties": false
|
|
929
1025
|
}
|
|
930
1026
|
]
|
|
931
1027
|
}
|