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.
Files changed (288) hide show
  1. package/CHANGELOG.md +59 -0
  2. package/README.md +1 -1
  3. package/gen/types.d.ts +1705 -1582
  4. package/lib/types/Ceremony.d.ts +3 -0
  5. package/lib/types/DerivedCharacteristic.d.ts +23 -14
  6. package/lib/types/DerivedCharacteristic.js +58 -21
  7. package/lib/types/Disease.d.ts +2 -0
  8. package/lib/types/Disease.js +8 -0
  9. package/lib/types/FamiliarsTrick.d.ts +1 -0
  10. package/lib/types/FamiliarsTrick.js +8 -2
  11. package/lib/types/LiturgicalChant.d.ts +3 -0
  12. package/lib/types/Locale.d.ts +10 -6
  13. package/lib/types/Locale.js +10 -6
  14. package/lib/types/Profession.d.ts +31 -14
  15. package/lib/types/Profession.js +12 -2
  16. package/lib/types/Race.d.ts +28 -19
  17. package/lib/types/Race.js +36 -22
  18. package/lib/types/Ritual.d.ts +3 -0
  19. package/lib/types/Spell.d.ts +3 -0
  20. package/lib/types/Talisman.d.ts +32 -6
  21. package/lib/types/Talisman.js +51 -11
  22. package/lib/types/_ActivatableSkill.d.ts +8 -0
  23. package/lib/types/_ActivatableSkillCheckResultBased.d.ts +2 -0
  24. package/lib/types/_ActivatableSkillCheckResultBased.js +1 -0
  25. package/lib/types/_ActivatableSkillDuration.d.ts +2 -0
  26. package/lib/types/_ActivatableSkillRange.d.ts +1 -0
  27. package/lib/types/_Identifier.d.ts +1 -0
  28. package/lib/types/_Identifier.js +2 -0
  29. package/lib/types/_IdentifierGroup.d.ts +58 -0
  30. package/lib/types/_IdentifierGroup.js +15 -1
  31. package/lib/types/equipment/item/BandageOrRemedy.d.ts +5 -2
  32. package/lib/types/equipment/item/CeremonialItem.d.ts +6 -3
  33. package/lib/types/equipment/item/CeremonialItem.js +1 -1
  34. package/lib/types/equipment/item/Clothes.d.ts +5 -2
  35. package/lib/types/equipment/item/Container.d.ts +5 -2
  36. package/lib/types/equipment/item/Elixir.d.ts +16 -1
  37. package/lib/types/equipment/item/Elixir.js +35 -5
  38. package/lib/types/equipment/item/EquipmentOfBlessedOnes.d.ts +5 -2
  39. package/lib/types/equipment/item/IlluminationLightSource.d.ts +5 -2
  40. package/lib/types/equipment/item/IlluminationRefillOrSupply.d.ts +5 -2
  41. package/lib/types/equipment/item/Liebesspielzeug.d.ts +5 -2
  42. package/lib/types/equipment/item/LuxuryGood.d.ts +5 -2
  43. package/lib/types/equipment/item/MagicalArtifact.d.ts +5 -2
  44. package/lib/types/equipment/item/MusicalInstrument.d.ts +5 -2
  45. package/lib/types/equipment/item/OrienteeringAid.d.ts +5 -2
  46. package/lib/types/equipment/item/Poison.d.ts +64 -91
  47. package/lib/types/equipment/item/Poison.js +5 -34
  48. package/lib/types/equipment/item/RopeOrChain.d.ts +5 -2
  49. package/lib/types/equipment/item/Stationery.d.ts +5 -2
  50. package/lib/types/equipment/item/ThievesTool.d.ts +5 -2
  51. package/lib/types/equipment/item/TravelGearOrTool.d.ts +5 -2
  52. package/lib/types/equipment/item/Weapon.d.ts +10 -4
  53. package/lib/types/equipment/item/WeaponAccessory.d.ts +5 -2
  54. package/lib/types/equipment/item/_Herbary.d.ts +31 -0
  55. package/lib/types/equipment/item/_Herbary.js +9 -0
  56. package/lib/types/equipment/item/_Item.d.ts +10 -4
  57. package/lib/types/equipment/item/_MeleeWeapon.d.ts +2 -2
  58. package/lib/types/equipment/item/_MeleeWeapon.js +1 -1
  59. package/lib/types/equipment/item/_RangedWeapon.d.ts +8 -2
  60. package/lib/types/equipment/item/_RangedWeapon.js +2 -2
  61. package/lib/types/equipment/item/sub/Reach.d.ts +1 -0
  62. package/lib/types/equipment/item/sub/Reach.js +7 -0
  63. package/lib/types/magicalActions/AnimistPower.d.ts +1 -0
  64. package/lib/types/magicalActions/Curse.d.ts +2 -0
  65. package/lib/types/magicalActions/DominationRitual.d.ts +2 -0
  66. package/lib/types/magicalActions/GeodeRitual.d.ts +1 -0
  67. package/lib/types/magicalActions/JesterTrick.d.ts +3 -0
  68. package/lib/types/magicalActions/MagicalMelody.d.ts +15 -0
  69. package/lib/types/magicalActions/MagicalMelody.js +5 -0
  70. package/lib/types/magicalActions/MagicalRune.d.ts +2 -0
  71. package/lib/types/magicalActions/ZibiljaRitual.d.ts +2 -0
  72. package/lib/types/prerequisites/PrerequisiteGroups.d.ts +132 -0
  73. package/lib/types/prerequisites/PrerequisiteGroups.js +1 -0
  74. package/package.json +7 -7
  75. package/schema/Advantage.schema.json +0 -108
  76. package/schema/AnimalDisease.schema.json +0 -74
  77. package/schema/AnimalType.schema.json +0 -47
  78. package/schema/ArcaneBardTradition.schema.json +0 -11
  79. package/schema/ArcaneDancerTradition.schema.json +0 -11
  80. package/schema/Aspect.schema.json +0 -51
  81. package/schema/Attribute.schema.json +0 -57
  82. package/schema/Blessing.schema.json +0 -265
  83. package/schema/Cantrip.schema.json +0 -443
  84. package/schema/Ceremony.schema.json +0 -122
  85. package/schema/CombatTechnique_Close.schema.json +0 -116
  86. package/schema/CombatTechnique_Ranged.schema.json +0 -99
  87. package/schema/Condition.schema.json +0 -68
  88. package/schema/Continent.schema.json +0 -49
  89. package/schema/Culture.schema.json +0 -781
  90. package/schema/DerivedCharacteristic.schema.json +0 -90
  91. package/schema/Disadvantage.schema.json +0 -97
  92. package/schema/Disease.schema.json +0 -58
  93. package/schema/Element.schema.json +0 -48
  94. package/schema/ExperienceLevel.schema.json +0 -84
  95. package/schema/EyeColor.schema.json +0 -47
  96. package/schema/FamiliarsTrick.schema.json +0 -576
  97. package/schema/HairColor.schema.json +0 -47
  98. package/schema/Kirchenpraegung.schema.json +0 -11
  99. package/schema/Lessons_Curriculum.schema.json +0 -499
  100. package/schema/Lessons_Guideline.schema.json +0 -53
  101. package/schema/LiturgicalChant.schema.json +0 -122
  102. package/schema/Locale.schema.json +0 -38
  103. package/schema/MetaCondition.schema.json +0 -69
  104. package/schema/PactCategory.schema.json +0 -150
  105. package/schema/Patron.schema.json +0 -352
  106. package/schema/PatronCategory.schema.json +0 -57
  107. package/schema/PersonalityTrait.schema.json +0 -100
  108. package/schema/Profession.schema.json +0 -1424
  109. package/schema/Property.schema.json +0 -51
  110. package/schema/Race.schema.json +0 -534
  111. package/schema/Region.schema.json +0 -47
  112. package/schema/Ritual.schema.json +0 -120
  113. package/schema/Service.schema.json +0 -79
  114. package/schema/SexPractice.schema.json +0 -70
  115. package/schema/Skill.schema.json +0 -223
  116. package/schema/SkillGroup.schema.json +0 -57
  117. package/schema/SkillModificationLevel.schema.json +0 -153
  118. package/schema/SocialStatus.schema.json +0 -47
  119. package/schema/Spell.schema.json +0 -119
  120. package/schema/State.schema.json +0 -59
  121. package/schema/Talisman.schema.json +0 -120
  122. package/schema/TargetCategory.schema.json +0 -65
  123. package/schema/UI.schema.json +0 -4441
  124. package/schema/_Activatable.schema.json +0 -2755
  125. package/schema/_ActivatableSelectOptionCategory.schema.json +0 -1313
  126. package/schema/_ActivatableSkill.schema.json +0 -188
  127. package/schema/_ActivatableSkillCastingTime.schema.json +0 -181
  128. package/schema/_ActivatableSkillCheckResultBased.schema.json +0 -65
  129. package/schema/_ActivatableSkillCost.schema.json +0 -513
  130. package/schema/_ActivatableSkillDuration.schema.json +0 -353
  131. package/schema/_ActivatableSkillEffect.schema.json +0 -122
  132. package/schema/_ActivatableSkillRange.schema.json +0 -264
  133. package/schema/_ActivatableSkillTargetCategory.schema.json +0 -145
  134. package/schema/_AlternativeNames.schema.json +0 -23
  135. package/schema/_ArcaneTradition.schema.json +0 -51
  136. package/schema/_Blessed.schema.json +0 -64
  137. package/schema/_Dice.schema.json +0 -40
  138. package/schema/_DiseasePoison.schema.json +0 -152
  139. package/schema/_Enhancements.schema.json +0 -85
  140. package/schema/_I18n.schema.json +0 -55
  141. package/schema/_Identifier.schema.json +0 -2577
  142. package/schema/_IdentifierGroup.schema.json +0 -753
  143. package/schema/_ImprovementCost.schema.json +0 -23
  144. package/schema/_Influence.schema.json +0 -84
  145. package/schema/_NonEmptyString.schema.json +0 -14
  146. package/schema/_Prerequisite.schema.json +0 -1518
  147. package/schema/_ResponsiveText.schema.json +0 -66
  148. package/schema/_Sex.schema.json +0 -18
  149. package/schema/_SimpleReferences.schema.json +0 -522
  150. package/schema/_SkillCheck.schema.json +0 -38
  151. package/schema/_Spellwork.schema.json +0 -54
  152. package/schema/equipment/EquipmentPackage.schema.json +0 -79
  153. package/schema/equipment/item/Ammunition.schema.json +0 -56
  154. package/schema/equipment/item/Animal.schema.json +0 -36
  155. package/schema/equipment/item/AnimalCare.schema.json +0 -124
  156. package/schema/equipment/item/Armor.schema.json +0 -309
  157. package/schema/equipment/item/BandageOrRemedy.schema.json +0 -53
  158. package/schema/equipment/item/Book.schema.json +0 -89
  159. package/schema/equipment/item/CeremonialItem.schema.json +0 -59
  160. package/schema/equipment/item/Clothes.schema.json +0 -10
  161. package/schema/equipment/item/Container.schema.json +0 -10
  162. package/schema/equipment/item/Elixir.schema.json +0 -103
  163. package/schema/equipment/item/EquipmentOfBlessedOnes.schema.json +0 -49
  164. package/schema/equipment/item/GemOrPreciousStone.schema.json +0 -69
  165. package/schema/equipment/item/IlluminationLightSource.schema.json +0 -120
  166. package/schema/equipment/item/IlluminationRefillsOrSupplies.schema.json +0 -10
  167. package/schema/equipment/item/Jewelry.schema.json +0 -113
  168. package/schema/equipment/item/Liebesspielzeug.schema.json +0 -10
  169. package/schema/equipment/item/LuxuryGood.schema.json +0 -53
  170. package/schema/equipment/item/MagicalArtifact.schema.json +0 -64
  171. package/schema/equipment/item/MusicalInstrument.schema.json +0 -49
  172. package/schema/equipment/item/OrienteeringAid.schema.json +0 -10
  173. package/schema/equipment/item/Poison.schema.json +0 -835
  174. package/schema/equipment/item/RopeOrChain.schema.json +0 -10
  175. package/schema/equipment/item/Stationary.schema.json +0 -10
  176. package/schema/equipment/item/ThievesTool.schema.json +0 -10
  177. package/schema/equipment/item/ToolOfTheTrade.schema.json +0 -93
  178. package/schema/equipment/item/TravelGearOrTool.schema.json +0 -10
  179. package/schema/equipment/item/Vehicle.schema.json +0 -36
  180. package/schema/equipment/item/Weapon.schema.json +0 -285
  181. package/schema/equipment/item/WeaponAccessory.schema.json +0 -10
  182. package/schema/equipment/item/_Herbary.schema.json +0 -62
  183. package/schema/equipment/item/_Item.schema.json +0 -384
  184. package/schema/equipment/item/_MeleeWeapon.schema.json +0 -164
  185. package/schema/equipment/item/_RangedWeapon.schema.json +0 -185
  186. package/schema/equipment/item/_Weapon.schema.json +0 -99
  187. package/schema/equipment/item/sub/ArmorType.schema.json +0 -52
  188. package/schema/equipment/item/sub/Reach.schema.json +0 -47
  189. package/schema/magicalActions/AnimistPower.schema.json +0 -488
  190. package/schema/magicalActions/AnimistPower_Tribe.schema.json +0 -47
  191. package/schema/magicalActions/Curse.schema.json +0 -332
  192. package/schema/magicalActions/DominationRitual.schema.json +0 -275
  193. package/schema/magicalActions/ElvenMagicalSong.schema.json +0 -196
  194. package/schema/magicalActions/GeodeRitual.schema.json +0 -327
  195. package/schema/magicalActions/JesterTrick.schema.json +0 -311
  196. package/schema/magicalActions/MagicalDance.schema.json +0 -198
  197. package/schema/magicalActions/MagicalMelody.schema.json +0 -193
  198. package/schema/magicalActions/MagicalRune.schema.json +0 -578
  199. package/schema/magicalActions/ZibiljaRitual.schema.json +0 -165
  200. package/schema/magicalActions/_MusicTradition.schema.json +0 -82
  201. package/schema/magicalActions/_SkillReference.schema.json +0 -20
  202. package/schema/prerequisites/ConditionalPrerequisites.schema.json +0 -15
  203. package/schema/prerequisites/DisplayOption.schema.json +0 -70
  204. package/schema/prerequisites/PrerequisiteGroups.schema.json +0 -1029
  205. package/schema/prerequisites/single/ActivatablePrerequisite.schema.json +0 -45
  206. package/schema/prerequisites/single/AncestorBloodPrerequisite.schema.json +0 -14
  207. package/schema/prerequisites/single/AnimistPowerPrerequisite.schema.json +0 -36
  208. package/schema/prerequisites/single/CulturePrerequisite.schema.json +0 -24
  209. package/schema/prerequisites/single/EnhancementPrerequisite.schema.json +0 -61
  210. package/schema/prerequisites/single/InfluencePrerequisite.schema.json +0 -28
  211. package/schema/prerequisites/single/PactPrerequisite.schema.json +0 -36
  212. package/schema/prerequisites/single/PrimaryAttributePrerequisite.schema.json +0 -39
  213. package/schema/prerequisites/single/PublicationPrerequisite.schema.json +0 -22
  214. package/schema/prerequisites/single/RacePrerequisite.schema.json +0 -28
  215. package/schema/prerequisites/single/RatedMinimumNumberPrerequisite.schema.json +0 -172
  216. package/schema/prerequisites/single/RatedPrerequisite.schema.json +0 -29
  217. package/schema/prerequisites/single/RatedSumPrerequisite.schema.json +0 -33
  218. package/schema/prerequisites/single/RulePrerequisite.schema.json +0 -22
  219. package/schema/prerequisites/single/SexPrerequisite.schema.json +0 -23
  220. package/schema/prerequisites/single/SexualCharacteristicPrerequisite.schema.json +0 -30
  221. package/schema/prerequisites/single/SocialStatusPrerequisite.schema.json +0 -24
  222. package/schema/prerequisites/single/StatePrerequisite.schema.json +0 -23
  223. package/schema/prerequisites/single/TextPrerequisite.schema.json +0 -64
  224. package/schema/prerequisites/single/TraditionPrerequisite.schema.json +0 -58
  225. package/schema/rule/CoreRule.schema.json +0 -1403
  226. package/schema/rule/FocusRule.schema.json +0 -76
  227. package/schema/rule/FocusRule_Subject.schema.json +0 -48
  228. package/schema/rule/OptionalRule.schema.json +0 -64
  229. package/schema/source/Publication.schema.json +0 -103
  230. package/schema/source/_Erratum.schema.json +0 -36
  231. package/schema/source/_PublicationRef.schema.json +0 -285
  232. package/schema/specialAbility/AdvancedCombatSpecialAbility.schema.json +0 -102
  233. package/schema/specialAbility/AdvancedKarmaSpecialAbility.schema.json +0 -80
  234. package/schema/specialAbility/AdvancedMagicalSpecialAbility.schema.json +0 -80
  235. package/schema/specialAbility/AdvancedSkillSpecialAbility.schema.json +0 -80
  236. package/schema/specialAbility/AncestorGlyph.schema.json +0 -80
  237. package/schema/specialAbility/BlessedTradition.schema.json +0 -354
  238. package/schema/specialAbility/BrawlingSpecialAbility.schema.json +0 -82
  239. package/schema/specialAbility/CeremonialItemSpecialAbility.schema.json +0 -87
  240. package/schema/specialAbility/CombatSpecialAbility.schema.json +0 -98
  241. package/schema/specialAbility/CombatStyleSpecialAbility.schema.json +0 -273
  242. package/schema/specialAbility/CommandSpecialAbility.schema.json +0 -82
  243. package/schema/specialAbility/FamiliarSpecialAbility.schema.json +0 -74
  244. package/schema/specialAbility/FatePointSexSpecialAbility.schema.json +0 -74
  245. package/schema/specialAbility/FatePointSpecialAbility.schema.json +0 -84
  246. package/schema/specialAbility/GeneralSpecialAbility.schema.json +0 -88
  247. package/schema/specialAbility/KarmaSpecialAbility.schema.json +0 -78
  248. package/schema/specialAbility/LiturgicalStyleSpecialAbility.schema.json +0 -260
  249. package/schema/specialAbility/LycantropicGift.schema.json +0 -74
  250. package/schema/specialAbility/MagicStyleSpecialAbility.schema.json +0 -260
  251. package/schema/specialAbility/MagicalSign.schema.json +0 -72
  252. package/schema/specialAbility/MagicalSpecialAbility.schema.json +0 -88
  253. package/schema/specialAbility/MagicalTradition.schema.json +0 -163
  254. package/schema/specialAbility/PactGift.schema.json +0 -254
  255. package/schema/specialAbility/ProtectiveWardingCircleSpecialAbility.schema.json +0 -86
  256. package/schema/specialAbility/Sermon.schema.json +0 -74
  257. package/schema/specialAbility/SexSpecialAbility.schema.json +0 -80
  258. package/schema/specialAbility/SikaryanDrainSpecialAbility.schema.json +0 -78
  259. package/schema/specialAbility/SkillStyleSpecialAbility.schema.json +0 -254
  260. package/schema/specialAbility/VampiricGift.schema.json +0 -78
  261. package/schema/specialAbility/Vision.schema.json +0 -74
  262. package/schema/specialAbility/_Tradition.schema.json +0 -23
  263. package/schema/specialAbility/sub/Language.schema.json +0 -222
  264. package/schema/specialAbility/sub/Script.schema.json +0 -90
  265. package/schema/specialAbility/sub/TradeSecret.schema.json +0 -72
  266. package/schema/specialAbility/sub/_LanguageScript.schema.json +0 -24
  267. package/schema/traditionArtifacts/ArcaneOrbEnchantment.schema.json +0 -95
  268. package/schema/traditionArtifacts/AttireEnchantment.schema.json +0 -95
  269. package/schema/traditionArtifacts/BowlEnchantment.schema.json +0 -95
  270. package/schema/traditionArtifacts/CauldronEnchantment.schema.json +0 -115
  271. package/schema/traditionArtifacts/ChronicleEnchantment.schema.json +0 -95
  272. package/schema/traditionArtifacts/DaggerRitual.schema.json +0 -176
  273. package/schema/traditionArtifacts/FoolsHatEnchantment.schema.json +0 -95
  274. package/schema/traditionArtifacts/InstrumentEnchantment.schema.json +0 -95
  275. package/schema/traditionArtifacts/Krallenkettenzauber.schema.json +0 -95
  276. package/schema/traditionArtifacts/OrbEnchantment.schema.json +0 -95
  277. package/schema/traditionArtifacts/RingEnchantment.schema.json +0 -95
  278. package/schema/traditionArtifacts/SickleRitual.schema.json +0 -95
  279. package/schema/traditionArtifacts/SpellSwordEnchantment.schema.json +0 -99
  280. package/schema/traditionArtifacts/StaffEnchantment.schema.json +0 -103
  281. package/schema/traditionArtifacts/ToyEnchantment.schema.json +0 -95
  282. package/schema/traditionArtifacts/Trinkhornzauber.schema.json +0 -95
  283. package/schema/traditionArtifacts/WandEnchantment.schema.json +0 -87
  284. package/schema/traditionArtifacts/WeaponEnchantment.schema.json +0 -95
  285. package/schema/traditionArtifacts/sub/AnimalShape.schema.json +0 -85
  286. package/schema/traditionArtifacts/sub/AnimalShapePath.schema.json +0 -47
  287. package/schema/traditionArtifacts/sub/AnimalShapeSize.schema.json +0 -59
  288. package/schema/traditionArtifacts/sub/Brew.schema.json +0 -47
@@ -1,1029 +0,0 @@
1
- {
2
- "$schema": "https://json-schema.org/draft/2019-09/schema",
3
- "$id": "/prerequisites/PrerequisiteGroups.schema.json",
4
- "$defs": {
5
- "DerivedCharacteristicPrerequisiteGroup": {
6
- "oneOf": [
7
- {
8
- "type": "object",
9
- "properties": {
10
- "tag": {
11
- "const": "Rule"
12
- },
13
- "rule": {
14
- "$ref": "./single/RulePrerequisite.schema.json#/$defs/RulePrerequisite"
15
- }
16
- },
17
- "required": [
18
- "tag",
19
- "rule"
20
- ],
21
- "additionalProperties": false
22
- }
23
- ]
24
- },
25
- "PublicationPrerequisiteGroup": {
26
- "oneOf": [
27
- {
28
- "type": "object",
29
- "properties": {
30
- "tag": {
31
- "const": "Publication"
32
- },
33
- "publication": {
34
- "$ref": "./single/PublicationPrerequisite.schema.json#/$defs/PublicationPrerequisite"
35
- }
36
- },
37
- "required": [
38
- "tag",
39
- "publication"
40
- ],
41
- "additionalProperties": false
42
- }
43
- ]
44
- },
45
- "GeneralPrerequisiteGroup": {
46
- "oneOf": [
47
- {
48
- "type": "object",
49
- "properties": {
50
- "tag": {
51
- "const": "Sex"
52
- },
53
- "sex": {
54
- "$ref": "./single/SexPrerequisite.schema.json#/$defs/SexPrerequisite"
55
- }
56
- },
57
- "required": [
58
- "tag",
59
- "sex"
60
- ],
61
- "additionalProperties": false
62
- },
63
- {
64
- "type": "object",
65
- "properties": {
66
- "tag": {
67
- "const": "Race"
68
- },
69
- "race": {
70
- "$ref": "./single/RacePrerequisite.schema.json#/$defs/RacePrerequisite"
71
- }
72
- },
73
- "required": [
74
- "tag",
75
- "race"
76
- ],
77
- "additionalProperties": false
78
- },
79
- {
80
- "type": "object",
81
- "properties": {
82
- "tag": {
83
- "const": "Culture"
84
- },
85
- "culture": {
86
- "$ref": "./single/CulturePrerequisite.schema.json#/$defs/CulturePrerequisite"
87
- }
88
- },
89
- "required": [
90
- "tag",
91
- "culture"
92
- ],
93
- "additionalProperties": false
94
- },
95
- {
96
- "type": "object",
97
- "properties": {
98
- "tag": {
99
- "const": "Pact"
100
- },
101
- "pact": {
102
- "$ref": "./single/PactPrerequisite.schema.json#/$defs/PactPrerequisite"
103
- }
104
- },
105
- "required": [
106
- "tag",
107
- "pact"
108
- ],
109
- "additionalProperties": false
110
- },
111
- {
112
- "type": "object",
113
- "properties": {
114
- "tag": {
115
- "const": "SocialStatus"
116
- },
117
- "social_status": {
118
- "$ref": "./single/SocialStatusPrerequisite.schema.json#/$defs/SocialStatusPrerequisite"
119
- }
120
- },
121
- "required": [
122
- "tag",
123
- "social_status"
124
- ],
125
- "additionalProperties": false
126
- },
127
- {
128
- "type": "object",
129
- "properties": {
130
- "tag": {
131
- "const": "State"
132
- },
133
- "state": {
134
- "$ref": "./single/StatePrerequisite.schema.json#/$defs/StatePrerequisite"
135
- }
136
- },
137
- "required": [
138
- "tag",
139
- "state"
140
- ],
141
- "additionalProperties": false
142
- },
143
- {
144
- "type": "object",
145
- "properties": {
146
- "tag": {
147
- "const": "Rule"
148
- },
149
- "rule": {
150
- "$ref": "./single/RulePrerequisite.schema.json#/$defs/RulePrerequisite"
151
- }
152
- },
153
- "required": [
154
- "tag",
155
- "rule"
156
- ],
157
- "additionalProperties": false
158
- },
159
- {
160
- "type": "object",
161
- "properties": {
162
- "tag": {
163
- "const": "PrimaryAttribute"
164
- },
165
- "primary_attribute": {
166
- "$ref": "./single/PrimaryAttributePrerequisite.schema.json#/$defs/PrimaryAttributePrerequisite"
167
- }
168
- },
169
- "required": [
170
- "tag",
171
- "primary_attribute"
172
- ],
173
- "additionalProperties": false
174
- },
175
- {
176
- "type": "object",
177
- "properties": {
178
- "tag": {
179
- "const": "Activatable"
180
- },
181
- "activatable": {
182
- "$ref": "./single/ActivatablePrerequisite.schema.json#/$defs/ActivatablePrerequisite"
183
- }
184
- },
185
- "required": [
186
- "tag",
187
- "activatable"
188
- ],
189
- "additionalProperties": false
190
- },
191
- {
192
- "type": "object",
193
- "properties": {
194
- "tag": {
195
- "const": "BlessedTradition"
196
- },
197
- "blessed_tradition": {
198
- "$ref": "./single/TraditionPrerequisite.schema.json#/$defs/BlessedTraditionPrerequisite"
199
- }
200
- },
201
- "required": [
202
- "tag",
203
- "blessed_tradition"
204
- ],
205
- "additionalProperties": false
206
- },
207
- {
208
- "type": "object",
209
- "properties": {
210
- "tag": {
211
- "const": "MagicalTradition"
212
- },
213
- "magical_tradition": {
214
- "$ref": "./single/TraditionPrerequisite.schema.json#/$defs/MagicalTraditionPrerequisite"
215
- }
216
- },
217
- "required": [
218
- "tag",
219
- "magical_tradition"
220
- ],
221
- "additionalProperties": false
222
- },
223
- {
224
- "type": "object",
225
- "properties": {
226
- "tag": {
227
- "const": "Rated"
228
- },
229
- "rated": {
230
- "$ref": "./single/RatedPrerequisite.schema.json#/$defs/RatedPrerequisite"
231
- }
232
- },
233
- "required": [
234
- "tag",
235
- "rated"
236
- ],
237
- "additionalProperties": false
238
- },
239
- {
240
- "type": "object",
241
- "properties": {
242
- "tag": {
243
- "const": "RatedMinimumNumber"
244
- },
245
- "rated_minimum_number": {
246
- "$ref": "./single/RatedMinimumNumberPrerequisite.schema.json#/$defs/RatedMinimumNumberPrerequisite"
247
- }
248
- },
249
- "required": [
250
- "tag",
251
- "rated_minimum_number"
252
- ],
253
- "additionalProperties": false
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
- },
271
- {
272
- "type": "object",
273
- "properties": {
274
- "tag": {
275
- "const": "ExternalEnhancement"
276
- },
277
- "external_enhancement": {
278
- "$ref": "./single/EnhancementPrerequisite.schema.json#/$defs/ExternalEnhancementPrerequisite"
279
- }
280
- },
281
- "required": [
282
- "tag",
283
- "external_enhancement"
284
- ],
285
- "additionalProperties": false
286
- },
287
- {
288
- "type": "object",
289
- "properties": {
290
- "tag": {
291
- "const": "Text"
292
- },
293
- "text": {
294
- "$ref": "./single/TextPrerequisite.schema.json#/$defs/TextPrerequisite"
295
- }
296
- },
297
- "required": [
298
- "tag",
299
- "text"
300
- ],
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
318
- }
319
- ]
320
- },
321
- "ProfessionPrerequisiteGroup": {
322
- "oneOf": [
323
- {
324
- "type": "object",
325
- "properties": {
326
- "tag": {
327
- "const": "Sex"
328
- },
329
- "sex": {
330
- "$ref": "./single/SexPrerequisite.schema.json#/$defs/SexPrerequisite"
331
- }
332
- },
333
- "required": [
334
- "tag",
335
- "sex"
336
- ],
337
- "additionalProperties": false
338
- },
339
- {
340
- "type": "object",
341
- "properties": {
342
- "tag": {
343
- "const": "Race"
344
- },
345
- "race": {
346
- "$ref": "./single/RacePrerequisite.schema.json#/$defs/RacePrerequisite"
347
- }
348
- },
349
- "required": [
350
- "tag",
351
- "race"
352
- ],
353
- "additionalProperties": false
354
- },
355
- {
356
- "type": "object",
357
- "properties": {
358
- "tag": {
359
- "const": "Culture"
360
- },
361
- "culture": {
362
- "$ref": "./single/CulturePrerequisite.schema.json#/$defs/CulturePrerequisite"
363
- }
364
- },
365
- "required": [
366
- "tag",
367
- "culture"
368
- ],
369
- "additionalProperties": false
370
- },
371
- {
372
- "type": "object",
373
- "properties": {
374
- "tag": {
375
- "const": "Activatable"
376
- },
377
- "activatable": {
378
- "$ref": "./single/ActivatablePrerequisite.schema.json#/$defs/ActivatablePrerequisite"
379
- }
380
- },
381
- "required": [
382
- "tag",
383
- "activatable"
384
- ],
385
- "additionalProperties": false
386
- },
387
- {
388
- "type": "object",
389
- "properties": {
390
- "tag": {
391
- "const": "Rated"
392
- },
393
- "rated": {
394
- "$ref": "./single/RatedPrerequisite.schema.json#/$defs/RatedPrerequisite"
395
- }
396
- },
397
- "required": [
398
- "tag",
399
- "rated"
400
- ],
401
- "additionalProperties": false
402
- }
403
- ]
404
- },
405
- "AdvantageDisadvantagePrerequisiteGroup": {
406
- "oneOf": [
407
- {
408
- "type": "object",
409
- "properties": {
410
- "tag": {
411
- "const": "CommonSuggestedByRCP"
412
- },
413
- "common_suggested_by_rcp": {
414
- "type": "object",
415
- "properties": {},
416
- "required": [],
417
- "additionalProperties": false
418
- }
419
- },
420
- "required": [
421
- "tag",
422
- "common_suggested_by_rcp"
423
- ],
424
- "additionalProperties": false
425
- },
426
- {
427
- "type": "object",
428
- "properties": {
429
- "tag": {
430
- "const": "Sex"
431
- },
432
- "sex": {
433
- "$ref": "./single/SexPrerequisite.schema.json#/$defs/SexPrerequisite"
434
- }
435
- },
436
- "required": [
437
- "tag",
438
- "sex"
439
- ],
440
- "additionalProperties": false
441
- },
442
- {
443
- "type": "object",
444
- "properties": {
445
- "tag": {
446
- "const": "Race"
447
- },
448
- "race": {
449
- "$ref": "./single/RacePrerequisite.schema.json#/$defs/RacePrerequisite"
450
- }
451
- },
452
- "required": [
453
- "tag",
454
- "race"
455
- ],
456
- "additionalProperties": false
457
- },
458
- {
459
- "type": "object",
460
- "properties": {
461
- "tag": {
462
- "const": "Culture"
463
- },
464
- "culture": {
465
- "$ref": "./single/CulturePrerequisite.schema.json#/$defs/CulturePrerequisite"
466
- }
467
- },
468
- "required": [
469
- "tag",
470
- "culture"
471
- ],
472
- "additionalProperties": false
473
- },
474
- {
475
- "type": "object",
476
- "properties": {
477
- "tag": {
478
- "const": "Pact"
479
- },
480
- "pact": {
481
- "$ref": "./single/PactPrerequisite.schema.json#/$defs/PactPrerequisite"
482
- }
483
- },
484
- "required": [
485
- "tag",
486
- "pact"
487
- ],
488
- "additionalProperties": false
489
- },
490
- {
491
- "type": "object",
492
- "properties": {
493
- "tag": {
494
- "const": "SocialStatus"
495
- },
496
- "social_status": {
497
- "$ref": "./single/SocialStatusPrerequisite.schema.json#/$defs/SocialStatusPrerequisite"
498
- }
499
- },
500
- "required": [
501
- "tag",
502
- "social_status"
503
- ],
504
- "additionalProperties": false
505
- },
506
- {
507
- "type": "object",
508
- "properties": {
509
- "tag": {
510
- "const": "State"
511
- },
512
- "state": {
513
- "$ref": "./single/StatePrerequisite.schema.json#/$defs/StatePrerequisite"
514
- }
515
- },
516
- "required": [
517
- "tag",
518
- "state"
519
- ],
520
- "additionalProperties": false
521
- },
522
- {
523
- "type": "object",
524
- "properties": {
525
- "tag": {
526
- "const": "Rule"
527
- },
528
- "rule": {
529
- "$ref": "./single/RulePrerequisite.schema.json#/$defs/RulePrerequisite"
530
- }
531
- },
532
- "required": [
533
- "tag",
534
- "rule"
535
- ],
536
- "additionalProperties": false
537
- },
538
- {
539
- "type": "object",
540
- "properties": {
541
- "tag": {
542
- "const": "PrimaryAttribute"
543
- },
544
- "primary_attribute": {
545
- "$ref": "./single/PrimaryAttributePrerequisite.schema.json#/$defs/PrimaryAttributePrerequisite"
546
- }
547
- },
548
- "required": [
549
- "tag",
550
- "primary_attribute"
551
- ],
552
- "additionalProperties": false
553
- },
554
- {
555
- "type": "object",
556
- "properties": {
557
- "tag": {
558
- "const": "Activatable"
559
- },
560
- "activatable": {
561
- "$ref": "./single/ActivatablePrerequisite.schema.json#/$defs/ActivatablePrerequisite"
562
- }
563
- },
564
- "required": [
565
- "tag",
566
- "activatable"
567
- ],
568
- "additionalProperties": false
569
- },
570
- {
571
- "type": "object",
572
- "properties": {
573
- "tag": {
574
- "const": "BlessedTradition"
575
- },
576
- "blessed_tradition": {
577
- "$ref": "./single/TraditionPrerequisite.schema.json#/$defs/BlessedTraditionPrerequisite"
578
- }
579
- },
580
- "required": [
581
- "tag",
582
- "blessed_tradition"
583
- ],
584
- "additionalProperties": false
585
- },
586
- {
587
- "type": "object",
588
- "properties": {
589
- "tag": {
590
- "const": "MagicalTradition"
591
- },
592
- "magical_tradition": {
593
- "$ref": "./single/TraditionPrerequisite.schema.json#/$defs/MagicalTraditionPrerequisite"
594
- }
595
- },
596
- "required": [
597
- "tag",
598
- "magical_tradition"
599
- ],
600
- "additionalProperties": false
601
- },
602
- {
603
- "type": "object",
604
- "properties": {
605
- "tag": {
606
- "const": "Rated"
607
- },
608
- "rated": {
609
- "$ref": "./single/RatedPrerequisite.schema.json#/$defs/RatedPrerequisite"
610
- }
611
- },
612
- "required": [
613
- "tag",
614
- "rated"
615
- ],
616
- "additionalProperties": false
617
- },
618
- {
619
- "type": "object",
620
- "properties": {
621
- "tag": {
622
- "const": "RatedMinimumNumber"
623
- },
624
- "rated_minimum_number": {
625
- "$ref": "./single/RatedMinimumNumberPrerequisite.schema.json#/$defs/RatedMinimumNumberPrerequisite"
626
- }
627
- },
628
- "required": [
629
- "tag",
630
- "rated_minimum_number"
631
- ],
632
- "additionalProperties": false
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
- },
650
- {
651
- "type": "object",
652
- "properties": {
653
- "tag": {
654
- "const": "ExternalEnhancement"
655
- },
656
- "external_enhancement": {
657
- "$ref": "./single/EnhancementPrerequisite.schema.json#/$defs/ExternalEnhancementPrerequisite"
658
- }
659
- },
660
- "required": [
661
- "tag",
662
- "external_enhancement"
663
- ],
664
- "additionalProperties": false
665
- },
666
- {
667
- "type": "object",
668
- "properties": {
669
- "tag": {
670
- "const": "Text"
671
- },
672
- "text": {
673
- "$ref": "./single/TextPrerequisite.schema.json#/$defs/TextPrerequisite"
674
- }
675
- },
676
- "required": [
677
- "tag",
678
- "text"
679
- ],
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
713
- }
714
- ]
715
- },
716
- "ArcaneTraditionPrerequisiteGroup": {
717
- "oneOf": [
718
- {
719
- "type": "object",
720
- "properties": {
721
- "tag": {
722
- "const": "Sex"
723
- },
724
- "sex": {
725
- "$ref": "./single/SexPrerequisite.schema.json#/$defs/SexPrerequisite"
726
- }
727
- },
728
- "required": [
729
- "tag",
730
- "sex"
731
- ],
732
- "additionalProperties": false
733
- },
734
- {
735
- "type": "object",
736
- "properties": {
737
- "tag": {
738
- "const": "Culture"
739
- },
740
- "culture": {
741
- "$ref": "./single/CulturePrerequisite.schema.json#/$defs/CulturePrerequisite"
742
- }
743
- },
744
- "required": [
745
- "tag",
746
- "culture"
747
- ],
748
- "additionalProperties": false
749
- }
750
- ]
751
- },
752
- "PersonalityTraitPrerequisiteGroup": {
753
- "oneOf": [
754
- {
755
- "type": "object",
756
- "properties": {
757
- "tag": {
758
- "const": "Culture"
759
- },
760
- "culture": {
761
- "$ref": "./single/CulturePrerequisite.schema.json#/$defs/CulturePrerequisite"
762
- }
763
- },
764
- "required": [
765
- "tag",
766
- "culture"
767
- ],
768
- "additionalProperties": false
769
- },
770
- {
771
- "type": "object",
772
- "properties": {
773
- "tag": {
774
- "const": "Text"
775
- },
776
- "text": {
777
- "$ref": "./single/TextPrerequisite.schema.json#/$defs/TextPrerequisite"
778
- }
779
- },
780
- "required": [
781
- "tag",
782
- "text"
783
- ],
784
- "additionalProperties": false
785
- }
786
- ]
787
- },
788
- "SpellworkPrerequisiteGroup": {
789
- "oneOf": [
790
- {
791
- "type": "object",
792
- "properties": {
793
- "tag": {
794
- "const": "Rule"
795
- },
796
- "rule": {
797
- "$ref": "./single/RulePrerequisite.schema.json#/$defs/RulePrerequisite"
798
- }
799
- },
800
- "required": [
801
- "tag",
802
- "rule"
803
- ],
804
- "additionalProperties": false
805
- },
806
- {
807
- "type": "object",
808
- "properties": {
809
- "tag": {
810
- "const": "Rated"
811
- },
812
- "rated": {
813
- "$ref": "./single/RatedPrerequisite.schema.json#/$defs/RatedPrerequisite"
814
- }
815
- },
816
- "required": [
817
- "tag",
818
- "rated"
819
- ],
820
- "additionalProperties": false
821
- }
822
- ]
823
- },
824
- "LiturgyPrerequisiteGroup": {
825
- "oneOf": [
826
- {
827
- "type": "object",
828
- "properties": {
829
- "tag": {
830
- "const": "Rule"
831
- },
832
- "rule": {
833
- "$ref": "./single/RulePrerequisite.schema.json#/$defs/RulePrerequisite"
834
- }
835
- },
836
- "required": [
837
- "tag",
838
- "rule"
839
- ],
840
- "additionalProperties": false
841
- }
842
- ]
843
- },
844
- "InfluencePrerequisiteGroup": {
845
- "oneOf": [
846
- {
847
- "type": "object",
848
- "properties": {
849
- "tag": {
850
- "const": "Influence"
851
- },
852
- "influence": {
853
- "$ref": "./single/InfluencePrerequisite.schema.json#/$defs/InfluencePrerequisite"
854
- }
855
- },
856
- "required": [
857
- "tag",
858
- "influence"
859
- ],
860
- "additionalProperties": false
861
- },
862
- {
863
- "type": "object",
864
- "properties": {
865
- "tag": {
866
- "const": "Text"
867
- },
868
- "text": {
869
- "$ref": "./single/TextPrerequisite.schema.json#/$defs/TextPrerequisite"
870
- }
871
- },
872
- "required": [
873
- "tag",
874
- "text"
875
- ],
876
- "additionalProperties": false
877
- }
878
- ]
879
- },
880
- "LanguagePrerequisiteGroup": {
881
- "oneOf": [
882
- {
883
- "type": "object",
884
- "properties": {
885
- "tag": {
886
- "const": "Race"
887
- },
888
- "race": {
889
- "$ref": "./single/RacePrerequisite.schema.json#/$defs/RacePrerequisite"
890
- }
891
- },
892
- "required": [
893
- "tag",
894
- "race"
895
- ],
896
- "additionalProperties": false
897
- },
898
- {
899
- "type": "object",
900
- "properties": {
901
- "tag": {
902
- "const": "Activatable"
903
- },
904
- "activatable": {
905
- "$ref": "./single/ActivatablePrerequisite.schema.json#/$defs/ActivatablePrerequisite"
906
- }
907
- },
908
- "required": [
909
- "tag",
910
- "activatable"
911
- ],
912
- "additionalProperties": false
913
- },
914
- {
915
- "type": "object",
916
- "properties": {
917
- "tag": {
918
- "const": "Text"
919
- },
920
- "text": {
921
- "$ref": "./single/TextPrerequisite.schema.json#/$defs/TextPrerequisite"
922
- }
923
- },
924
- "required": [
925
- "tag",
926
- "text"
927
- ],
928
- "additionalProperties": false
929
- }
930
- ]
931
- },
932
- "AnimistPowerPrerequisiteGroup": {
933
- "oneOf": [
934
- {
935
- "type": "object",
936
- "properties": {
937
- "tag": {
938
- "const": "AnimistPower"
939
- },
940
- "animist_power": {
941
- "$ref": "./single/AnimistPowerPrerequisite.schema.json#/$defs/AnimistPowerPrerequisite"
942
- }
943
- },
944
- "required": [
945
- "tag",
946
- "animist_power"
947
- ],
948
- "additionalProperties": false
949
- }
950
- ]
951
- },
952
- "GeodeRitualPrerequisiteGroup": {
953
- "oneOf": [
954
- {
955
- "type": "object",
956
- "properties": {
957
- "tag": {
958
- "const": "Influence"
959
- },
960
- "influence": {
961
- "$ref": "./single/InfluencePrerequisite.schema.json#/$defs/InfluencePrerequisite"
962
- }
963
- },
964
- "required": [
965
- "tag",
966
- "influence"
967
- ],
968
- "additionalProperties": false
969
- }
970
- ]
971
- },
972
- "EnhancementPrerequisiteGroup": {
973
- "oneOf": [
974
- {
975
- "type": "object",
976
- "properties": {
977
- "tag": {
978
- "const": "InternalEnhancement"
979
- },
980
- "internal_enhancement": {
981
- "$ref": "./single/EnhancementPrerequisite.schema.json#/$defs/InternalEnhancementPrerequisite"
982
- }
983
- },
984
- "required": [
985
- "tag",
986
- "internal_enhancement"
987
- ],
988
- "additionalProperties": false
989
- }
990
- ]
991
- },
992
- "PreconditionGroup": {
993
- "oneOf": [
994
- {
995
- "type": "object",
996
- "properties": {
997
- "tag": {
998
- "const": "Publication"
999
- },
1000
- "publication": {
1001
- "$ref": "./single/PublicationPrerequisite.schema.json#/$defs/PublicationPrerequisite"
1002
- }
1003
- },
1004
- "required": [
1005
- "tag",
1006
- "publication"
1007
- ],
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
1025
- }
1026
- ]
1027
- }
1028
- }
1029
- }