optolith-database-schema 0.40.0 → 0.41.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 (268) hide show
  1. package/CHANGELOG.md +41 -0
  2. package/README.md +1 -1
  3. package/gen/types.d.ts +1705 -1606
  4. package/lib/types/DerivedCharacteristic.d.ts +23 -14
  5. package/lib/types/DerivedCharacteristic.js +58 -21
  6. package/lib/types/Disease.d.ts +2 -0
  7. package/lib/types/Disease.js +8 -0
  8. package/lib/types/Profession.d.ts +31 -14
  9. package/lib/types/Profession.js +12 -2
  10. package/lib/types/Race.d.ts +22 -15
  11. package/lib/types/Race.js +26 -20
  12. package/lib/types/Talisman.d.ts +32 -6
  13. package/lib/types/Talisman.js +51 -11
  14. package/lib/types/_Identifier.d.ts +1 -0
  15. package/lib/types/_Identifier.js +2 -0
  16. package/lib/types/_IdentifierGroup.d.ts +58 -0
  17. package/lib/types/_IdentifierGroup.js +15 -1
  18. package/lib/types/equipment/item/BandageOrRemedy.d.ts +5 -2
  19. package/lib/types/equipment/item/CeremonialItem.d.ts +6 -3
  20. package/lib/types/equipment/item/CeremonialItem.js +1 -1
  21. package/lib/types/equipment/item/Clothes.d.ts +5 -2
  22. package/lib/types/equipment/item/Container.d.ts +5 -2
  23. package/lib/types/equipment/item/Elixir.d.ts +16 -1
  24. package/lib/types/equipment/item/Elixir.js +35 -5
  25. package/lib/types/equipment/item/EquipmentOfBlessedOnes.d.ts +5 -2
  26. package/lib/types/equipment/item/IlluminationLightSource.d.ts +5 -2
  27. package/lib/types/equipment/item/IlluminationRefillOrSupply.d.ts +5 -2
  28. package/lib/types/equipment/item/Liebesspielzeug.d.ts +5 -2
  29. package/lib/types/equipment/item/LuxuryGood.d.ts +5 -2
  30. package/lib/types/equipment/item/MagicalArtifact.d.ts +5 -2
  31. package/lib/types/equipment/item/MusicalInstrument.d.ts +5 -2
  32. package/lib/types/equipment/item/OrienteeringAid.d.ts +5 -2
  33. package/lib/types/equipment/item/Poison.d.ts +64 -91
  34. package/lib/types/equipment/item/Poison.js +5 -34
  35. package/lib/types/equipment/item/RopeOrChain.d.ts +5 -2
  36. package/lib/types/equipment/item/Stationery.d.ts +5 -2
  37. package/lib/types/equipment/item/ThievesTool.d.ts +5 -2
  38. package/lib/types/equipment/item/TravelGearOrTool.d.ts +5 -2
  39. package/lib/types/equipment/item/Weapon.d.ts +10 -4
  40. package/lib/types/equipment/item/WeaponAccessory.d.ts +5 -2
  41. package/lib/types/equipment/item/_Herbary.d.ts +31 -0
  42. package/lib/types/equipment/item/_Herbary.js +9 -0
  43. package/lib/types/equipment/item/_Item.d.ts +10 -4
  44. package/lib/types/equipment/item/_MeleeWeapon.d.ts +2 -2
  45. package/lib/types/equipment/item/_MeleeWeapon.js +1 -1
  46. package/lib/types/equipment/item/_RangedWeapon.d.ts +8 -2
  47. package/lib/types/equipment/item/_RangedWeapon.js +2 -2
  48. package/lib/types/equipment/item/sub/Reach.d.ts +1 -0
  49. package/lib/types/equipment/item/sub/Reach.js +7 -0
  50. package/lib/types/magicalActions/MagicalMelody.d.ts +15 -0
  51. package/lib/types/magicalActions/MagicalMelody.js +5 -0
  52. package/lib/types/prerequisites/PrerequisiteGroups.d.ts +132 -0
  53. package/lib/types/prerequisites/PrerequisiteGroups.js +1 -0
  54. package/package.json +7 -7
  55. package/schema/Advantage.schema.json +0 -108
  56. package/schema/AnimalDisease.schema.json +0 -74
  57. package/schema/AnimalType.schema.json +0 -47
  58. package/schema/ArcaneBardTradition.schema.json +0 -11
  59. package/schema/ArcaneDancerTradition.schema.json +0 -11
  60. package/schema/Aspect.schema.json +0 -51
  61. package/schema/Attribute.schema.json +0 -57
  62. package/schema/Blessing.schema.json +0 -265
  63. package/schema/Cantrip.schema.json +0 -443
  64. package/schema/Ceremony.schema.json +0 -122
  65. package/schema/CombatTechnique_Close.schema.json +0 -116
  66. package/schema/CombatTechnique_Ranged.schema.json +0 -99
  67. package/schema/Condition.schema.json +0 -68
  68. package/schema/Continent.schema.json +0 -49
  69. package/schema/Culture.schema.json +0 -781
  70. package/schema/DerivedCharacteristic.schema.json +0 -90
  71. package/schema/Disadvantage.schema.json +0 -97
  72. package/schema/Disease.schema.json +0 -58
  73. package/schema/Element.schema.json +0 -48
  74. package/schema/ExperienceLevel.schema.json +0 -84
  75. package/schema/EyeColor.schema.json +0 -47
  76. package/schema/FamiliarsTrick.schema.json +0 -576
  77. package/schema/HairColor.schema.json +0 -47
  78. package/schema/Kirchenpraegung.schema.json +0 -11
  79. package/schema/Lessons_Curriculum.schema.json +0 -499
  80. package/schema/Lessons_Guideline.schema.json +0 -53
  81. package/schema/LiturgicalChant.schema.json +0 -122
  82. package/schema/Locale.schema.json +0 -38
  83. package/schema/MetaCondition.schema.json +0 -69
  84. package/schema/PactCategory.schema.json +0 -150
  85. package/schema/Patron.schema.json +0 -352
  86. package/schema/PatronCategory.schema.json +0 -57
  87. package/schema/PersonalityTrait.schema.json +0 -100
  88. package/schema/Profession.schema.json +0 -1424
  89. package/schema/Property.schema.json +0 -51
  90. package/schema/Race.schema.json +0 -534
  91. package/schema/Region.schema.json +0 -47
  92. package/schema/Ritual.schema.json +0 -120
  93. package/schema/Service.schema.json +0 -79
  94. package/schema/SexPractice.schema.json +0 -70
  95. package/schema/Skill.schema.json +0 -223
  96. package/schema/SkillGroup.schema.json +0 -57
  97. package/schema/SkillModificationLevel.schema.json +0 -153
  98. package/schema/SocialStatus.schema.json +0 -47
  99. package/schema/Spell.schema.json +0 -119
  100. package/schema/State.schema.json +0 -59
  101. package/schema/Talisman.schema.json +0 -120
  102. package/schema/TargetCategory.schema.json +0 -65
  103. package/schema/UI.schema.json +0 -4441
  104. package/schema/_Activatable.schema.json +0 -2755
  105. package/schema/_ActivatableSelectOptionCategory.schema.json +0 -1313
  106. package/schema/_ActivatableSkill.schema.json +0 -188
  107. package/schema/_ActivatableSkillCastingTime.schema.json +0 -181
  108. package/schema/_ActivatableSkillCheckResultBased.schema.json +0 -65
  109. package/schema/_ActivatableSkillCost.schema.json +0 -513
  110. package/schema/_ActivatableSkillDuration.schema.json +0 -353
  111. package/schema/_ActivatableSkillEffect.schema.json +0 -122
  112. package/schema/_ActivatableSkillRange.schema.json +0 -264
  113. package/schema/_ActivatableSkillTargetCategory.schema.json +0 -145
  114. package/schema/_AlternativeNames.schema.json +0 -23
  115. package/schema/_ArcaneTradition.schema.json +0 -51
  116. package/schema/_Blessed.schema.json +0 -64
  117. package/schema/_Dice.schema.json +0 -40
  118. package/schema/_DiseasePoison.schema.json +0 -152
  119. package/schema/_Enhancements.schema.json +0 -85
  120. package/schema/_I18n.schema.json +0 -55
  121. package/schema/_Identifier.schema.json +0 -2577
  122. package/schema/_IdentifierGroup.schema.json +0 -753
  123. package/schema/_ImprovementCost.schema.json +0 -23
  124. package/schema/_Influence.schema.json +0 -84
  125. package/schema/_NonEmptyString.schema.json +0 -14
  126. package/schema/_Prerequisite.schema.json +0 -1518
  127. package/schema/_ResponsiveText.schema.json +0 -66
  128. package/schema/_Sex.schema.json +0 -18
  129. package/schema/_SimpleReferences.schema.json +0 -522
  130. package/schema/_SkillCheck.schema.json +0 -38
  131. package/schema/_Spellwork.schema.json +0 -54
  132. package/schema/equipment/EquipmentPackage.schema.json +0 -79
  133. package/schema/equipment/item/Ammunition.schema.json +0 -56
  134. package/schema/equipment/item/Animal.schema.json +0 -36
  135. package/schema/equipment/item/AnimalCare.schema.json +0 -124
  136. package/schema/equipment/item/Armor.schema.json +0 -309
  137. package/schema/equipment/item/BandageOrRemedy.schema.json +0 -53
  138. package/schema/equipment/item/Book.schema.json +0 -89
  139. package/schema/equipment/item/CeremonialItem.schema.json +0 -59
  140. package/schema/equipment/item/Clothes.schema.json +0 -10
  141. package/schema/equipment/item/Container.schema.json +0 -10
  142. package/schema/equipment/item/Elixir.schema.json +0 -103
  143. package/schema/equipment/item/EquipmentOfBlessedOnes.schema.json +0 -49
  144. package/schema/equipment/item/GemOrPreciousStone.schema.json +0 -69
  145. package/schema/equipment/item/IlluminationLightSource.schema.json +0 -120
  146. package/schema/equipment/item/IlluminationRefillsOrSupplies.schema.json +0 -10
  147. package/schema/equipment/item/Jewelry.schema.json +0 -113
  148. package/schema/equipment/item/Liebesspielzeug.schema.json +0 -10
  149. package/schema/equipment/item/LuxuryGood.schema.json +0 -53
  150. package/schema/equipment/item/MagicalArtifact.schema.json +0 -64
  151. package/schema/equipment/item/MusicalInstrument.schema.json +0 -49
  152. package/schema/equipment/item/OrienteeringAid.schema.json +0 -10
  153. package/schema/equipment/item/Poison.schema.json +0 -835
  154. package/schema/equipment/item/RopeOrChain.schema.json +0 -10
  155. package/schema/equipment/item/Stationary.schema.json +0 -10
  156. package/schema/equipment/item/ThievesTool.schema.json +0 -10
  157. package/schema/equipment/item/ToolOfTheTrade.schema.json +0 -93
  158. package/schema/equipment/item/TravelGearOrTool.schema.json +0 -10
  159. package/schema/equipment/item/Vehicle.schema.json +0 -36
  160. package/schema/equipment/item/Weapon.schema.json +0 -285
  161. package/schema/equipment/item/WeaponAccessory.schema.json +0 -10
  162. package/schema/equipment/item/_Herbary.schema.json +0 -62
  163. package/schema/equipment/item/_Item.schema.json +0 -384
  164. package/schema/equipment/item/_MeleeWeapon.schema.json +0 -164
  165. package/schema/equipment/item/_RangedWeapon.schema.json +0 -185
  166. package/schema/equipment/item/_Weapon.schema.json +0 -99
  167. package/schema/equipment/item/sub/ArmorType.schema.json +0 -52
  168. package/schema/equipment/item/sub/Reach.schema.json +0 -47
  169. package/schema/magicalActions/AnimistPower.schema.json +0 -488
  170. package/schema/magicalActions/AnimistPower_Tribe.schema.json +0 -47
  171. package/schema/magicalActions/Curse.schema.json +0 -332
  172. package/schema/magicalActions/DominationRitual.schema.json +0 -275
  173. package/schema/magicalActions/ElvenMagicalSong.schema.json +0 -196
  174. package/schema/magicalActions/GeodeRitual.schema.json +0 -327
  175. package/schema/magicalActions/JesterTrick.schema.json +0 -311
  176. package/schema/magicalActions/MagicalDance.schema.json +0 -198
  177. package/schema/magicalActions/MagicalMelody.schema.json +0 -193
  178. package/schema/magicalActions/MagicalRune.schema.json +0 -578
  179. package/schema/magicalActions/ZibiljaRitual.schema.json +0 -165
  180. package/schema/magicalActions/_MusicTradition.schema.json +0 -82
  181. package/schema/magicalActions/_SkillReference.schema.json +0 -20
  182. package/schema/prerequisites/ConditionalPrerequisites.schema.json +0 -15
  183. package/schema/prerequisites/DisplayOption.schema.json +0 -70
  184. package/schema/prerequisites/PrerequisiteGroups.schema.json +0 -1029
  185. package/schema/prerequisites/single/ActivatablePrerequisite.schema.json +0 -45
  186. package/schema/prerequisites/single/AncestorBloodPrerequisite.schema.json +0 -14
  187. package/schema/prerequisites/single/AnimistPowerPrerequisite.schema.json +0 -36
  188. package/schema/prerequisites/single/CulturePrerequisite.schema.json +0 -24
  189. package/schema/prerequisites/single/EnhancementPrerequisite.schema.json +0 -61
  190. package/schema/prerequisites/single/InfluencePrerequisite.schema.json +0 -28
  191. package/schema/prerequisites/single/PactPrerequisite.schema.json +0 -36
  192. package/schema/prerequisites/single/PrimaryAttributePrerequisite.schema.json +0 -39
  193. package/schema/prerequisites/single/PublicationPrerequisite.schema.json +0 -22
  194. package/schema/prerequisites/single/RacePrerequisite.schema.json +0 -28
  195. package/schema/prerequisites/single/RatedMinimumNumberPrerequisite.schema.json +0 -172
  196. package/schema/prerequisites/single/RatedPrerequisite.schema.json +0 -29
  197. package/schema/prerequisites/single/RatedSumPrerequisite.schema.json +0 -33
  198. package/schema/prerequisites/single/RulePrerequisite.schema.json +0 -22
  199. package/schema/prerequisites/single/SexPrerequisite.schema.json +0 -23
  200. package/schema/prerequisites/single/SexualCharacteristicPrerequisite.schema.json +0 -30
  201. package/schema/prerequisites/single/SocialStatusPrerequisite.schema.json +0 -24
  202. package/schema/prerequisites/single/StatePrerequisite.schema.json +0 -23
  203. package/schema/prerequisites/single/TextPrerequisite.schema.json +0 -64
  204. package/schema/prerequisites/single/TraditionPrerequisite.schema.json +0 -58
  205. package/schema/rule/CoreRule.schema.json +0 -1403
  206. package/schema/rule/FocusRule.schema.json +0 -76
  207. package/schema/rule/FocusRule_Subject.schema.json +0 -48
  208. package/schema/rule/OptionalRule.schema.json +0 -64
  209. package/schema/source/Publication.schema.json +0 -103
  210. package/schema/source/_Erratum.schema.json +0 -36
  211. package/schema/source/_PublicationRef.schema.json +0 -285
  212. package/schema/specialAbility/AdvancedCombatSpecialAbility.schema.json +0 -102
  213. package/schema/specialAbility/AdvancedKarmaSpecialAbility.schema.json +0 -80
  214. package/schema/specialAbility/AdvancedMagicalSpecialAbility.schema.json +0 -80
  215. package/schema/specialAbility/AdvancedSkillSpecialAbility.schema.json +0 -80
  216. package/schema/specialAbility/AncestorGlyph.schema.json +0 -80
  217. package/schema/specialAbility/BlessedTradition.schema.json +0 -354
  218. package/schema/specialAbility/BrawlingSpecialAbility.schema.json +0 -82
  219. package/schema/specialAbility/CeremonialItemSpecialAbility.schema.json +0 -87
  220. package/schema/specialAbility/CombatSpecialAbility.schema.json +0 -98
  221. package/schema/specialAbility/CombatStyleSpecialAbility.schema.json +0 -273
  222. package/schema/specialAbility/CommandSpecialAbility.schema.json +0 -82
  223. package/schema/specialAbility/FamiliarSpecialAbility.schema.json +0 -74
  224. package/schema/specialAbility/FatePointSexSpecialAbility.schema.json +0 -74
  225. package/schema/specialAbility/FatePointSpecialAbility.schema.json +0 -84
  226. package/schema/specialAbility/GeneralSpecialAbility.schema.json +0 -88
  227. package/schema/specialAbility/KarmaSpecialAbility.schema.json +0 -78
  228. package/schema/specialAbility/LiturgicalStyleSpecialAbility.schema.json +0 -260
  229. package/schema/specialAbility/LycantropicGift.schema.json +0 -74
  230. package/schema/specialAbility/MagicStyleSpecialAbility.schema.json +0 -260
  231. package/schema/specialAbility/MagicalSign.schema.json +0 -72
  232. package/schema/specialAbility/MagicalSpecialAbility.schema.json +0 -88
  233. package/schema/specialAbility/MagicalTradition.schema.json +0 -163
  234. package/schema/specialAbility/PactGift.schema.json +0 -254
  235. package/schema/specialAbility/ProtectiveWardingCircleSpecialAbility.schema.json +0 -86
  236. package/schema/specialAbility/Sermon.schema.json +0 -74
  237. package/schema/specialAbility/SexSpecialAbility.schema.json +0 -80
  238. package/schema/specialAbility/SikaryanDrainSpecialAbility.schema.json +0 -78
  239. package/schema/specialAbility/SkillStyleSpecialAbility.schema.json +0 -254
  240. package/schema/specialAbility/VampiricGift.schema.json +0 -78
  241. package/schema/specialAbility/Vision.schema.json +0 -74
  242. package/schema/specialAbility/_Tradition.schema.json +0 -23
  243. package/schema/specialAbility/sub/Language.schema.json +0 -222
  244. package/schema/specialAbility/sub/Script.schema.json +0 -90
  245. package/schema/specialAbility/sub/TradeSecret.schema.json +0 -72
  246. package/schema/specialAbility/sub/_LanguageScript.schema.json +0 -24
  247. package/schema/traditionArtifacts/ArcaneOrbEnchantment.schema.json +0 -95
  248. package/schema/traditionArtifacts/AttireEnchantment.schema.json +0 -95
  249. package/schema/traditionArtifacts/BowlEnchantment.schema.json +0 -95
  250. package/schema/traditionArtifacts/CauldronEnchantment.schema.json +0 -115
  251. package/schema/traditionArtifacts/ChronicleEnchantment.schema.json +0 -95
  252. package/schema/traditionArtifacts/DaggerRitual.schema.json +0 -176
  253. package/schema/traditionArtifacts/FoolsHatEnchantment.schema.json +0 -95
  254. package/schema/traditionArtifacts/InstrumentEnchantment.schema.json +0 -95
  255. package/schema/traditionArtifacts/Krallenkettenzauber.schema.json +0 -95
  256. package/schema/traditionArtifacts/OrbEnchantment.schema.json +0 -95
  257. package/schema/traditionArtifacts/RingEnchantment.schema.json +0 -95
  258. package/schema/traditionArtifacts/SickleRitual.schema.json +0 -95
  259. package/schema/traditionArtifacts/SpellSwordEnchantment.schema.json +0 -99
  260. package/schema/traditionArtifacts/StaffEnchantment.schema.json +0 -103
  261. package/schema/traditionArtifacts/ToyEnchantment.schema.json +0 -95
  262. package/schema/traditionArtifacts/Trinkhornzauber.schema.json +0 -95
  263. package/schema/traditionArtifacts/WandEnchantment.schema.json +0 -87
  264. package/schema/traditionArtifacts/WeaponEnchantment.schema.json +0 -95
  265. package/schema/traditionArtifacts/sub/AnimalShape.schema.json +0 -85
  266. package/schema/traditionArtifacts/sub/AnimalShapePath.schema.json +0 -47
  267. package/schema/traditionArtifacts/sub/AnimalShapeSize.schema.json +0 -59
  268. package/schema/traditionArtifacts/sub/Brew.schema.json +0 -47
@@ -1,1403 +0,0 @@
1
- {
2
- "$schema": "https://json-schema.org/draft/2019-09/schema",
3
- "$id": "/rule/CoreRule.schema.json",
4
- "$ref": "#/$defs/CoreRule",
5
- "$defs": {
6
- "CoreRule": {
7
- "title": "Core Rule",
8
- "type": "object",
9
- "properties": {
10
- "id": {
11
- "description": "The core rule's identifier. An unique, increasing integer.",
12
- "type": "integer"
13
- },
14
- "content": {
15
- "type": "array",
16
- "items": {
17
- "$ref": "#/$defs/ContentNode"
18
- },
19
- "minItems": 1
20
- },
21
- "src": {
22
- "$ref": "../source/_PublicationRef.schema.json#/$defs/PublicationRefs"
23
- },
24
- "translations": {
25
- "description": "All translations for the entry, identified by IETF language tag (BCP47).",
26
- "type": "object",
27
- "patternProperties": {
28
- "^[a-z]{2}-[A-Z]{2}$": {
29
- "$ref": "#/$defs/CoreRuleTranslation"
30
- }
31
- },
32
- "minProperties": 1,
33
- "additionalProperties": false
34
- }
35
- },
36
- "required": [
37
- "id",
38
- "content",
39
- "src",
40
- "translations"
41
- ],
42
- "additionalProperties": false
43
- },
44
- "CoreRuleTranslation": {
45
- "type": "object",
46
- "properties": {
47
- "name": {
48
- "description": "The name of the optional rule.",
49
- "$ref": "../_NonEmptyString.schema.json#/$defs/NonEmptyString"
50
- },
51
- "errata": {
52
- "$ref": "../source/_Erratum.schema.json#/$defs/Errata"
53
- }
54
- },
55
- "required": [
56
- "name"
57
- ],
58
- "additionalProperties": false
59
- },
60
- "ContentNode": {
61
- "oneOf": [
62
- {
63
- "type": "object",
64
- "properties": {
65
- "tag": {
66
- "const": "Child"
67
- },
68
- "child": {
69
- "$ref": "#/$defs/ChildNode"
70
- }
71
- },
72
- "required": [
73
- "tag",
74
- "child"
75
- ],
76
- "additionalProperties": false
77
- },
78
- {
79
- "type": "object",
80
- "properties": {
81
- "tag": {
82
- "const": "Text"
83
- },
84
- "text": {
85
- "$ref": "#/$defs/TextNode"
86
- }
87
- },
88
- "required": [
89
- "tag",
90
- "text"
91
- ],
92
- "additionalProperties": false
93
- },
94
- {
95
- "type": "object",
96
- "properties": {
97
- "tag": {
98
- "const": "Reference"
99
- },
100
- "reference": {
101
- "$ref": "#/$defs/ReferenceNode"
102
- }
103
- },
104
- "required": [
105
- "tag",
106
- "reference"
107
- ],
108
- "additionalProperties": false
109
- },
110
- {
111
- "type": "object",
112
- "properties": {
113
- "tag": {
114
- "const": "ReferenceList"
115
- },
116
- "reference_list": {
117
- "$ref": "#/$defs/ReferenceListNode"
118
- }
119
- },
120
- "required": [
121
- "tag",
122
- "reference_list"
123
- ],
124
- "additionalProperties": false
125
- }
126
- ]
127
- },
128
- "ChildNode": {
129
- "description": "A core rule nested inside this core rule. It may be displayed as a separate page or its content may be included in this rule's text, which will automatically generate a proper heading. No content node of a type other than\n`Child` should follow a child node, since then it may look like the the text\nmay be part of the child node.",
130
- "type": "object",
131
- "properties": {
132
- "id": {
133
- "description": "The nested core rule's identifier.",
134
- "$ref": "../_Identifier.schema.json#/$defs/CoreRuleIdentifier"
135
- },
136
- "include": {
137
- "description": "If the nested core rule's content should be integrated into this core rule and a proper heading should be added. Otherwise create a link to a separate view of that core rule.",
138
- "type": "boolean"
139
- }
140
- },
141
- "required": [
142
- "id",
143
- "include"
144
- ],
145
- "additionalProperties": false
146
- },
147
- "TextNode": {
148
- "description": "A simple text block, containing one or multiple paragraphs. Headings are not allowed, they should be handled as nested core rules instead.",
149
- "type": "object",
150
- "properties": {
151
- "translations": {
152
- "description": "All translations for the entry, identified by IETF language tag (BCP47).",
153
- "type": "object",
154
- "patternProperties": {
155
- "^[a-z]{2}-[A-Z]{2}$": {
156
- "$ref": "#/$defs/TextNodeTranslation"
157
- }
158
- },
159
- "minProperties": 1,
160
- "additionalProperties": false
161
- }
162
- },
163
- "required": [
164
- "translations"
165
- ],
166
- "additionalProperties": false
167
- },
168
- "TextNodeTranslation": {
169
- "type": "object",
170
- "properties": {
171
- "text": {
172
- "description": "Markdown-formatted text.",
173
- "$ref": "../_NonEmptyString.schema.json#/$defs/NonEmptyMarkdown"
174
- }
175
- },
176
- "required": [
177
- "text"
178
- ],
179
- "additionalProperties": false
180
- },
181
- "ReferenceListNode": {
182
- "description": "Generate a list or table from a specific entity type.",
183
- "type": "object",
184
- "properties": {
185
- "source": {
186
- "$ref": "#/$defs/ReferenceListNodeSource"
187
- },
188
- "translations": {
189
- "description": "All translations for the entry, identified by IETF language tag (BCP47).",
190
- "type": "object",
191
- "patternProperties": {
192
- "^[a-z]{2}-[A-Z]{2}$": {
193
- "$ref": "#/$defs/ReferenceListNodeTranslation"
194
- }
195
- },
196
- "minProperties": 1,
197
- "additionalProperties": false
198
- }
199
- },
200
- "required": [
201
- "source",
202
- "translations"
203
- ],
204
- "additionalProperties": false
205
- },
206
- "ReferenceListNodeSource": {
207
- "oneOf": [
208
- {
209
- "type": "object",
210
- "properties": {
211
- "tag": {
212
- "const": "Attributes"
213
- },
214
- "attributes": {
215
- "type": "object",
216
- "properties": {},
217
- "required": [],
218
- "additionalProperties": false
219
- }
220
- },
221
- "required": [
222
- "tag",
223
- "attributes"
224
- ],
225
- "additionalProperties": false
226
- },
227
- {
228
- "type": "object",
229
- "properties": {
230
- "tag": {
231
- "const": "QualityLevels"
232
- },
233
- "quality_levels": {
234
- "type": "object",
235
- "properties": {},
236
- "required": [],
237
- "additionalProperties": false
238
- }
239
- },
240
- "required": [
241
- "tag",
242
- "quality_levels"
243
- ],
244
- "additionalProperties": false
245
- },
246
- {
247
- "type": "object",
248
- "properties": {
249
- "tag": {
250
- "const": "Conditions"
251
- },
252
- "conditions": {
253
- "type": "object",
254
- "properties": {},
255
- "required": [],
256
- "additionalProperties": false
257
- }
258
- },
259
- "required": [
260
- "tag",
261
- "conditions"
262
- ],
263
- "additionalProperties": false
264
- },
265
- {
266
- "type": "object",
267
- "properties": {
268
- "tag": {
269
- "const": "States"
270
- },
271
- "states": {
272
- "type": "object",
273
- "properties": {},
274
- "required": [],
275
- "additionalProperties": false
276
- }
277
- },
278
- "required": [
279
- "tag",
280
- "states"
281
- ],
282
- "additionalProperties": false
283
- },
284
- {
285
- "type": "object",
286
- "properties": {
287
- "tag": {
288
- "const": "ExperienceLevels"
289
- },
290
- "experience_levels": {
291
- "type": "object",
292
- "properties": {},
293
- "required": [],
294
- "additionalProperties": false
295
- }
296
- },
297
- "required": [
298
- "tag",
299
- "experience_levels"
300
- ],
301
- "additionalProperties": false
302
- },
303
- {
304
- "type": "object",
305
- "properties": {
306
- "tag": {
307
- "const": "Races"
308
- },
309
- "races": {
310
- "type": "object",
311
- "properties": {},
312
- "required": [],
313
- "additionalProperties": false
314
- }
315
- },
316
- "required": [
317
- "tag",
318
- "races"
319
- ],
320
- "additionalProperties": false
321
- },
322
- {
323
- "type": "object",
324
- "properties": {
325
- "tag": {
326
- "const": "Cultures"
327
- },
328
- "cultures": {
329
- "type": "object",
330
- "properties": {},
331
- "required": [],
332
- "additionalProperties": false
333
- }
334
- },
335
- "required": [
336
- "tag",
337
- "cultures"
338
- ],
339
- "additionalProperties": false
340
- },
341
- {
342
- "type": "object",
343
- "properties": {
344
- "tag": {
345
- "const": "Professions"
346
- },
347
- "professions": {
348
- "type": "object",
349
- "properties": {},
350
- "required": [],
351
- "additionalProperties": false
352
- }
353
- },
354
- "required": [
355
- "tag",
356
- "professions"
357
- ],
358
- "additionalProperties": false
359
- },
360
- {
361
- "type": "object",
362
- "properties": {
363
- "tag": {
364
- "const": "Advantages"
365
- },
366
- "advantages": {
367
- "type": "object",
368
- "properties": {},
369
- "required": [],
370
- "additionalProperties": false
371
- }
372
- },
373
- "required": [
374
- "tag",
375
- "advantages"
376
- ],
377
- "additionalProperties": false
378
- },
379
- {
380
- "type": "object",
381
- "properties": {
382
- "tag": {
383
- "const": "Disadvantages"
384
- },
385
- "disadvantages": {
386
- "type": "object",
387
- "properties": {},
388
- "required": [],
389
- "additionalProperties": false
390
- }
391
- },
392
- "required": [
393
- "tag",
394
- "disadvantages"
395
- ],
396
- "additionalProperties": false
397
- },
398
- {
399
- "type": "object",
400
- "properties": {
401
- "tag": {
402
- "const": "CombatTechniques"
403
- },
404
- "combat_techniques": {
405
- "type": "object",
406
- "properties": {},
407
- "required": [],
408
- "additionalProperties": false
409
- }
410
- },
411
- "required": [
412
- "tag",
413
- "combat_techniques"
414
- ],
415
- "additionalProperties": false
416
- },
417
- {
418
- "type": "object",
419
- "properties": {
420
- "tag": {
421
- "const": "SpecialAbilities"
422
- },
423
- "special_abilities": {
424
- "type": "object",
425
- "properties": {},
426
- "required": [],
427
- "additionalProperties": false
428
- }
429
- },
430
- "required": [
431
- "tag",
432
- "special_abilities"
433
- ],
434
- "additionalProperties": false
435
- },
436
- {
437
- "type": "object",
438
- "properties": {
439
- "tag": {
440
- "const": "PrimaryAttributes"
441
- },
442
- "primary_attributes": {
443
- "type": "object",
444
- "properties": {},
445
- "required": [],
446
- "additionalProperties": false
447
- }
448
- },
449
- "required": [
450
- "tag",
451
- "primary_attributes"
452
- ],
453
- "additionalProperties": false
454
- },
455
- {
456
- "type": "object",
457
- "properties": {
458
- "tag": {
459
- "const": "DerivedCharacteristics"
460
- },
461
- "derived_characteristics": {
462
- "type": "object",
463
- "properties": {},
464
- "required": [],
465
- "additionalProperties": false
466
- }
467
- },
468
- "required": [
469
- "tag",
470
- "derived_characteristics"
471
- ],
472
- "additionalProperties": false
473
- },
474
- {
475
- "type": "object",
476
- "properties": {
477
- "tag": {
478
- "const": "StartingAge"
479
- },
480
- "starting_age": {
481
- "type": "object",
482
- "properties": {},
483
- "required": [],
484
- "additionalProperties": false
485
- }
486
- },
487
- "required": [
488
- "tag",
489
- "starting_age"
490
- ],
491
- "additionalProperties": false
492
- },
493
- {
494
- "type": "object",
495
- "properties": {
496
- "tag": {
497
- "const": "Archetypes"
498
- },
499
- "archetypes": {
500
- "type": "object",
501
- "properties": {},
502
- "required": [],
503
- "additionalProperties": false
504
- }
505
- },
506
- "required": [
507
- "tag",
508
- "archetypes"
509
- ],
510
- "additionalProperties": false
511
- },
512
- {
513
- "type": "object",
514
- "properties": {
515
- "tag": {
516
- "const": "RequirementsForRoutineChecks"
517
- },
518
- "requirements_for_routine_checks": {
519
- "type": "object",
520
- "properties": {},
521
- "required": [],
522
- "additionalProperties": false
523
- }
524
- },
525
- "required": [
526
- "tag",
527
- "requirements_for_routine_checks"
528
- ],
529
- "additionalProperties": false
530
- },
531
- {
532
- "type": "object",
533
- "properties": {
534
- "tag": {
535
- "const": "GeneralSpecialAbilities"
536
- },
537
- "general_special_abilities": {
538
- "type": "object",
539
- "properties": {},
540
- "required": [],
541
- "additionalProperties": false
542
- }
543
- },
544
- "required": [
545
- "tag",
546
- "general_special_abilities"
547
- ],
548
- "additionalProperties": false
549
- },
550
- {
551
- "type": "object",
552
- "properties": {
553
- "tag": {
554
- "const": "FatePointSpecialAbilities"
555
- },
556
- "fate_point_special_abilities": {
557
- "type": "object",
558
- "properties": {},
559
- "required": [],
560
- "additionalProperties": false
561
- }
562
- },
563
- "required": [
564
- "tag",
565
- "fate_point_special_abilities"
566
- ],
567
- "additionalProperties": false
568
- },
569
- {
570
- "type": "object",
571
- "properties": {
572
- "tag": {
573
- "const": "LanguagesAndScripts"
574
- },
575
- "languages_and_scripts": {
576
- "type": "object",
577
- "properties": {},
578
- "required": [],
579
- "additionalProperties": false
580
- }
581
- },
582
- "required": [
583
- "tag",
584
- "languages_and_scripts"
585
- ],
586
- "additionalProperties": false
587
- },
588
- {
589
- "type": "object",
590
- "properties": {
591
- "tag": {
592
- "const": "CloseCombatBotch"
593
- },
594
- "close_combat_botch": {
595
- "type": "object",
596
- "properties": {},
597
- "required": [],
598
- "additionalProperties": false
599
- }
600
- },
601
- "required": [
602
- "tag",
603
- "close_combat_botch"
604
- ],
605
- "additionalProperties": false
606
- },
607
- {
608
- "type": "object",
609
- "properties": {
610
- "tag": {
611
- "const": "DefenseBotch"
612
- },
613
- "defense_botch": {
614
- "type": "object",
615
- "properties": {},
616
- "required": [],
617
- "additionalProperties": false
618
- }
619
- },
620
- "required": [
621
- "tag",
622
- "defense_botch"
623
- ],
624
- "additionalProperties": false
625
- },
626
- {
627
- "type": "object",
628
- "properties": {
629
- "tag": {
630
- "const": "MeleeCombatTechniques"
631
- },
632
- "melee_combat_techniques": {
633
- "type": "object",
634
- "properties": {},
635
- "required": [],
636
- "additionalProperties": false
637
- }
638
- },
639
- "required": [
640
- "tag",
641
- "melee_combat_techniques"
642
- ],
643
- "additionalProperties": false
644
- },
645
- {
646
- "type": "object",
647
- "properties": {
648
- "tag": {
649
- "const": "RangedCombatBotch"
650
- },
651
- "ranged_combat_botch": {
652
- "type": "object",
653
- "properties": {},
654
- "required": [],
655
- "additionalProperties": false
656
- }
657
- },
658
- "required": [
659
- "tag",
660
- "ranged_combat_botch"
661
- ],
662
- "additionalProperties": false
663
- },
664
- {
665
- "type": "object",
666
- "properties": {
667
- "tag": {
668
- "const": "RangedCombatDefenseBotch"
669
- },
670
- "ranged_combat_defense_botch": {
671
- "type": "object",
672
- "properties": {},
673
- "required": [],
674
- "additionalProperties": false
675
- }
676
- },
677
- "required": [
678
- "tag",
679
- "ranged_combat_defense_botch"
680
- ],
681
- "additionalProperties": false
682
- },
683
- {
684
- "type": "object",
685
- "properties": {
686
- "tag": {
687
- "const": "RangedCombatTechniques"
688
- },
689
- "ranged_combat_techniques": {
690
- "type": "object",
691
- "properties": {},
692
- "required": [],
693
- "additionalProperties": false
694
- }
695
- },
696
- "required": [
697
- "tag",
698
- "ranged_combat_techniques"
699
- ],
700
- "additionalProperties": false
701
- },
702
- {
703
- "type": "object",
704
- "properties": {
705
- "tag": {
706
- "const": "CombatSpecialAbilities"
707
- },
708
- "combat_special_abilities": {
709
- "type": "object",
710
- "properties": {},
711
- "required": [],
712
- "additionalProperties": false
713
- }
714
- },
715
- "required": [
716
- "tag",
717
- "combat_special_abilities"
718
- ],
719
- "additionalProperties": false
720
- },
721
- {
722
- "type": "object",
723
- "properties": {
724
- "tag": {
725
- "const": "Properties"
726
- },
727
- "properties": {
728
- "type": "object",
729
- "properties": {},
730
- "required": [],
731
- "additionalProperties": false
732
- }
733
- },
734
- "required": [
735
- "tag",
736
- "properties"
737
- ],
738
- "additionalProperties": false
739
- },
740
- {
741
- "type": "object",
742
- "properties": {
743
- "tag": {
744
- "const": "SpellBotch"
745
- },
746
- "spell_botch": {
747
- "type": "object",
748
- "properties": {},
749
- "required": [],
750
- "additionalProperties": false
751
- }
752
- },
753
- "required": [
754
- "tag",
755
- "spell_botch"
756
- ],
757
- "additionalProperties": false
758
- },
759
- {
760
- "type": "object",
761
- "properties": {
762
- "tag": {
763
- "const": "Services"
764
- },
765
- "services": {
766
- "type": "object",
767
- "properties": {},
768
- "required": [],
769
- "additionalProperties": false
770
- }
771
- },
772
- "required": [
773
- "tag",
774
- "services"
775
- ],
776
- "additionalProperties": false
777
- },
778
- {
779
- "type": "object",
780
- "properties": {
781
- "tag": {
782
- "const": "ProtectiveAndWardingCircles"
783
- },
784
- "protective_and_warding_circles": {
785
- "type": "object",
786
- "properties": {},
787
- "required": [],
788
- "additionalProperties": false
789
- }
790
- },
791
- "required": [
792
- "tag",
793
- "protective_and_warding_circles"
794
- ],
795
- "additionalProperties": false
796
- },
797
- {
798
- "type": "object",
799
- "properties": {
800
- "tag": {
801
- "const": "Elixirs"
802
- },
803
- "elixirs": {
804
- "type": "object",
805
- "properties": {},
806
- "required": [],
807
- "additionalProperties": false
808
- }
809
- },
810
- "required": [
811
- "tag",
812
- "elixirs"
813
- ],
814
- "additionalProperties": false
815
- },
816
- {
817
- "type": "object",
818
- "properties": {
819
- "tag": {
820
- "const": "StaffEnchantments"
821
- },
822
- "staff_enchantments": {
823
- "type": "object",
824
- "properties": {},
825
- "required": [],
826
- "additionalProperties": false
827
- }
828
- },
829
- "required": [
830
- "tag",
831
- "staff_enchantments"
832
- ],
833
- "additionalProperties": false
834
- },
835
- {
836
- "type": "object",
837
- "properties": {
838
- "tag": {
839
- "const": "FamiliarsTricks"
840
- },
841
- "familiars_tricks": {
842
- "type": "object",
843
- "properties": {},
844
- "required": [],
845
- "additionalProperties": false
846
- }
847
- },
848
- "required": [
849
- "tag",
850
- "familiars_tricks"
851
- ],
852
- "additionalProperties": false
853
- },
854
- {
855
- "type": "object",
856
- "properties": {
857
- "tag": {
858
- "const": "Curses"
859
- },
860
- "curses": {
861
- "type": "object",
862
- "properties": {},
863
- "required": [],
864
- "additionalProperties": false
865
- }
866
- },
867
- "required": [
868
- "tag",
869
- "curses"
870
- ],
871
- "additionalProperties": false
872
- },
873
- {
874
- "type": "object",
875
- "properties": {
876
- "tag": {
877
- "const": "ElvenMagicalSongs"
878
- },
879
- "elven_magical_songs": {
880
- "type": "object",
881
- "properties": {},
882
- "required": [],
883
- "additionalProperties": false
884
- }
885
- },
886
- "required": [
887
- "tag",
888
- "elven_magical_songs"
889
- ],
890
- "additionalProperties": false
891
- },
892
- {
893
- "type": "object",
894
- "properties": {
895
- "tag": {
896
- "const": "MagicalSpecialAbilities"
897
- },
898
- "magical_special_abilities": {
899
- "type": "object",
900
- "properties": {},
901
- "required": [],
902
- "additionalProperties": false
903
- }
904
- },
905
- "required": [
906
- "tag",
907
- "magical_special_abilities"
908
- ],
909
- "additionalProperties": false
910
- },
911
- {
912
- "type": "object",
913
- "properties": {
914
- "tag": {
915
- "const": "Cantrips"
916
- },
917
- "cantrips": {
918
- "type": "object",
919
- "properties": {},
920
- "required": [],
921
- "additionalProperties": false
922
- }
923
- },
924
- "required": [
925
- "tag",
926
- "cantrips"
927
- ],
928
- "additionalProperties": false
929
- },
930
- {
931
- "type": "object",
932
- "properties": {
933
- "tag": {
934
- "const": "Spells"
935
- },
936
- "spells": {
937
- "type": "object",
938
- "properties": {},
939
- "required": [],
940
- "additionalProperties": false
941
- }
942
- },
943
- "required": [
944
- "tag",
945
- "spells"
946
- ],
947
- "additionalProperties": false
948
- },
949
- {
950
- "type": "object",
951
- "properties": {
952
- "tag": {
953
- "const": "Rituals"
954
- },
955
- "rituals": {
956
- "type": "object",
957
- "properties": {},
958
- "required": [],
959
- "additionalProperties": false
960
- }
961
- },
962
- "required": [
963
- "tag",
964
- "rituals"
965
- ],
966
- "additionalProperties": false
967
- },
968
- {
969
- "type": "object",
970
- "properties": {
971
- "tag": {
972
- "const": "Aspects"
973
- },
974
- "aspects": {
975
- "type": "object",
976
- "properties": {},
977
- "required": [],
978
- "additionalProperties": false
979
- }
980
- },
981
- "required": [
982
- "tag",
983
- "aspects"
984
- ],
985
- "additionalProperties": false
986
- },
987
- {
988
- "type": "object",
989
- "properties": {
990
- "tag": {
991
- "const": "LiturgyBotch"
992
- },
993
- "liturgy_botch": {
994
- "type": "object",
995
- "properties": {},
996
- "required": [],
997
- "additionalProperties": false
998
- }
999
- },
1000
- "required": [
1001
- "tag",
1002
- "liturgy_botch"
1003
- ],
1004
- "additionalProperties": false
1005
- },
1006
- {
1007
- "type": "object",
1008
- "properties": {
1009
- "tag": {
1010
- "const": "KarmaSpecialAbilities"
1011
- },
1012
- "karma_special_abilities": {
1013
- "type": "object",
1014
- "properties": {},
1015
- "required": [],
1016
- "additionalProperties": false
1017
- }
1018
- },
1019
- "required": [
1020
- "tag",
1021
- "karma_special_abilities"
1022
- ],
1023
- "additionalProperties": false
1024
- },
1025
- {
1026
- "type": "object",
1027
- "properties": {
1028
- "tag": {
1029
- "const": "Blessings"
1030
- },
1031
- "blessings": {
1032
- "type": "object",
1033
- "properties": {},
1034
- "required": [],
1035
- "additionalProperties": false
1036
- }
1037
- },
1038
- "required": [
1039
- "tag",
1040
- "blessings"
1041
- ],
1042
- "additionalProperties": false
1043
- },
1044
- {
1045
- "type": "object",
1046
- "properties": {
1047
- "tag": {
1048
- "const": "LiturgicalChants"
1049
- },
1050
- "liturgical_chants": {
1051
- "type": "object",
1052
- "properties": {},
1053
- "required": [],
1054
- "additionalProperties": false
1055
- }
1056
- },
1057
- "required": [
1058
- "tag",
1059
- "liturgical_chants"
1060
- ],
1061
- "additionalProperties": false
1062
- },
1063
- {
1064
- "type": "object",
1065
- "properties": {
1066
- "tag": {
1067
- "const": "Ceremonies"
1068
- },
1069
- "ceremonies": {
1070
- "type": "object",
1071
- "properties": {},
1072
- "required": [],
1073
- "additionalProperties": false
1074
- }
1075
- },
1076
- "required": [
1077
- "tag",
1078
- "ceremonies"
1079
- ],
1080
- "additionalProperties": false
1081
- },
1082
- {
1083
- "type": "object",
1084
- "properties": {
1085
- "tag": {
1086
- "const": "SocialStatuses"
1087
- },
1088
- "social_statuses": {
1089
- "type": "object",
1090
- "properties": {},
1091
- "required": [],
1092
- "additionalProperties": false
1093
- }
1094
- },
1095
- "required": [
1096
- "tag",
1097
- "social_statuses"
1098
- ],
1099
- "additionalProperties": false
1100
- },
1101
- {
1102
- "type": "object",
1103
- "properties": {
1104
- "tag": {
1105
- "const": "Poisons"
1106
- },
1107
- "poisons": {
1108
- "type": "object",
1109
- "properties": {},
1110
- "required": [],
1111
- "additionalProperties": false
1112
- }
1113
- },
1114
- "required": [
1115
- "tag",
1116
- "poisons"
1117
- ],
1118
- "additionalProperties": false
1119
- },
1120
- {
1121
- "type": "object",
1122
- "properties": {
1123
- "tag": {
1124
- "const": "Diseases"
1125
- },
1126
- "diseases": {
1127
- "type": "object",
1128
- "properties": {},
1129
- "required": [],
1130
- "additionalProperties": false
1131
- }
1132
- },
1133
- "required": [
1134
- "tag",
1135
- "diseases"
1136
- ],
1137
- "additionalProperties": false
1138
- },
1139
- {
1140
- "type": "object",
1141
- "properties": {
1142
- "tag": {
1143
- "const": "HealingHerbs"
1144
- },
1145
- "healing_herbs": {
1146
- "type": "object",
1147
- "properties": {},
1148
- "required": [],
1149
- "additionalProperties": false
1150
- }
1151
- },
1152
- "required": [
1153
- "tag",
1154
- "healing_herbs"
1155
- ],
1156
- "additionalProperties": false
1157
- },
1158
- {
1159
- "type": "object",
1160
- "properties": {
1161
- "tag": {
1162
- "const": "VisibilityModifier"
1163
- },
1164
- "visibility_modifier": {
1165
- "type": "object",
1166
- "properties": {},
1167
- "required": [],
1168
- "additionalProperties": false
1169
- }
1170
- },
1171
- "required": [
1172
- "tag",
1173
- "visibility_modifier"
1174
- ],
1175
- "additionalProperties": false
1176
- },
1177
- {
1178
- "type": "object",
1179
- "properties": {
1180
- "tag": {
1181
- "const": "Demons"
1182
- },
1183
- "demons": {
1184
- "type": "object",
1185
- "properties": {},
1186
- "required": [],
1187
- "additionalProperties": false
1188
- }
1189
- },
1190
- "required": [
1191
- "tag",
1192
- "demons"
1193
- ],
1194
- "additionalProperties": false
1195
- },
1196
- {
1197
- "type": "object",
1198
- "properties": {
1199
- "tag": {
1200
- "const": "Elementals"
1201
- },
1202
- "elementals": {
1203
- "type": "object",
1204
- "properties": {},
1205
- "required": [],
1206
- "additionalProperties": false
1207
- }
1208
- },
1209
- "required": [
1210
- "tag",
1211
- "elementals"
1212
- ],
1213
- "additionalProperties": false
1214
- },
1215
- {
1216
- "type": "object",
1217
- "properties": {
1218
- "tag": {
1219
- "const": "Animals"
1220
- },
1221
- "animals": {
1222
- "type": "object",
1223
- "properties": {},
1224
- "required": [],
1225
- "additionalProperties": false
1226
- }
1227
- },
1228
- "required": [
1229
- "tag",
1230
- "animals"
1231
- ],
1232
- "additionalProperties": false
1233
- },
1234
- {
1235
- "type": "object",
1236
- "properties": {
1237
- "tag": {
1238
- "const": "Familiars"
1239
- },
1240
- "familiars": {
1241
- "type": "object",
1242
- "properties": {},
1243
- "required": [],
1244
- "additionalProperties": false
1245
- }
1246
- },
1247
- "required": [
1248
- "tag",
1249
- "familiars"
1250
- ],
1251
- "additionalProperties": false
1252
- },
1253
- {
1254
- "type": "object",
1255
- "properties": {
1256
- "tag": {
1257
- "const": "AnimalSpecialAbilities"
1258
- },
1259
- "animal_special_abilities": {
1260
- "type": "object",
1261
- "properties": {},
1262
- "required": [],
1263
- "additionalProperties": false
1264
- }
1265
- },
1266
- "required": [
1267
- "tag",
1268
- "animal_special_abilities"
1269
- ],
1270
- "additionalProperties": false
1271
- },
1272
- {
1273
- "type": "object",
1274
- "properties": {
1275
- "tag": {
1276
- "const": "EquipmentPackages"
1277
- },
1278
- "equipment_packages": {
1279
- "type": "object",
1280
- "properties": {},
1281
- "required": [],
1282
- "additionalProperties": false
1283
- }
1284
- },
1285
- "required": [
1286
- "tag",
1287
- "equipment_packages"
1288
- ],
1289
- "additionalProperties": false
1290
- },
1291
- {
1292
- "type": "object",
1293
- "properties": {
1294
- "tag": {
1295
- "const": "Items"
1296
- },
1297
- "items": {
1298
- "type": "object",
1299
- "properties": {},
1300
- "required": [],
1301
- "additionalProperties": false
1302
- }
1303
- },
1304
- "required": [
1305
- "tag",
1306
- "items"
1307
- ],
1308
- "additionalProperties": false
1309
- },
1310
- {
1311
- "type": "object",
1312
- "properties": {
1313
- "tag": {
1314
- "const": "OptionalRules"
1315
- },
1316
- "optional_rules": {
1317
- "type": "object",
1318
- "properties": {},
1319
- "required": [],
1320
- "additionalProperties": false
1321
- }
1322
- },
1323
- "required": [
1324
- "tag",
1325
- "optional_rules"
1326
- ],
1327
- "additionalProperties": false
1328
- },
1329
- {
1330
- "type": "object",
1331
- "properties": {
1332
- "tag": {
1333
- "const": "ImprovementCost"
1334
- },
1335
- "improvement_cost": {
1336
- "$ref": "#/$defs/ReferenceListNodeImprovementCostSource"
1337
- }
1338
- },
1339
- "required": [
1340
- "tag",
1341
- "improvement_cost"
1342
- ],
1343
- "additionalProperties": false
1344
- }
1345
- ]
1346
- },
1347
- "ReferenceListNodeImprovementCostSource": {
1348
- "type": "object",
1349
- "properties": {
1350
- "target": {
1351
- "description": "Define if the cost for attributes or skills should be defined. The cost for attributes start with value 9, while the cost for skills start with 1 in addition to possible activation cost.",
1352
- "$ref": "#/$defs/ReferenceListNodeImprovementCostSourceTarget"
1353
- },
1354
- "maximum_rating": {
1355
- "description": "The highest value the improvement cost are displayed for.\n\nThe minimum maximum value should depend on what is the upper bound of the range of adventure point cost that are equal across multiple values (value increases for attributes are always 15 up to (and including) value 14, while value increases for skills are always 1 to 4, depending on the improvement cost, up to (and including) value 12), since those ranges should be combined into a single table row.",
1356
- "type": "integer",
1357
- "minimum": 12
1358
- }
1359
- },
1360
- "required": [
1361
- "target",
1362
- "maximum_rating"
1363
- ],
1364
- "additionalProperties": false
1365
- },
1366
- "ReferenceListNodeImprovementCostSourceTarget": {
1367
- "oneOf": [
1368
- {
1369
- "const": "Attributes"
1370
- },
1371
- {
1372
- "const": "Skills"
1373
- }
1374
- ]
1375
- },
1376
- "ReferenceListNodeTranslation": {
1377
- "type": "object",
1378
- "properties": {
1379
- "text": {
1380
- "description": "Markdown-formatted text.",
1381
- "$ref": "../_NonEmptyString.schema.json#/$defs/NonEmptyMarkdown"
1382
- }
1383
- },
1384
- "required": [
1385
- "text"
1386
- ],
1387
- "additionalProperties": false
1388
- },
1389
- "ReferenceNode": {
1390
- "description": "Generate the full text for a single entry as part of this core rule's text.",
1391
- "type": "object",
1392
- "properties": {
1393
- "id": {
1394
- "$ref": "../_IdentifierGroup.schema.json#/$defs/CoreRuleDerivableContentIdentifier"
1395
- }
1396
- },
1397
- "required": [
1398
- "id"
1399
- ],
1400
- "additionalProperties": false
1401
- }
1402
- }
1403
- }