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,1313 +0,0 @@
1
- {
2
- "$schema": "https://json-schema.org/draft/2019-09/schema",
3
- "$id": "/_ActivatableSelectOptionCategory.schema.json",
4
- "$defs": {
5
- "SelectOptionCategory": {
6
- "oneOf": [
7
- {
8
- "type": "object",
9
- "properties": {
10
- "tag": {
11
- "const": "Blessings"
12
- },
13
- "blessings": {
14
- "type": "object",
15
- "properties": {},
16
- "required": [],
17
- "additionalProperties": false
18
- }
19
- },
20
- "required": [
21
- "tag",
22
- "blessings"
23
- ],
24
- "additionalProperties": false
25
- },
26
- {
27
- "type": "object",
28
- "properties": {
29
- "tag": {
30
- "const": "Cantrips"
31
- },
32
- "cantrips": {
33
- "type": "object",
34
- "properties": {},
35
- "required": [],
36
- "additionalProperties": false
37
- }
38
- },
39
- "required": [
40
- "tag",
41
- "cantrips"
42
- ],
43
- "additionalProperties": false
44
- },
45
- {
46
- "type": "object",
47
- "properties": {
48
- "tag": {
49
- "const": "TradeSecrets"
50
- },
51
- "trade_secrets": {
52
- "type": "object",
53
- "properties": {},
54
- "required": [],
55
- "additionalProperties": false
56
- }
57
- },
58
- "required": [
59
- "tag",
60
- "trade_secrets"
61
- ],
62
- "additionalProperties": false
63
- },
64
- {
65
- "type": "object",
66
- "properties": {
67
- "tag": {
68
- "const": "Scripts"
69
- },
70
- "scripts": {
71
- "type": "object",
72
- "properties": {},
73
- "required": [],
74
- "additionalProperties": false
75
- }
76
- },
77
- "required": [
78
- "tag",
79
- "scripts"
80
- ],
81
- "additionalProperties": false
82
- },
83
- {
84
- "type": "object",
85
- "properties": {
86
- "tag": {
87
- "const": "AnimalShapes"
88
- },
89
- "animal_shapes": {
90
- "type": "object",
91
- "properties": {},
92
- "required": [],
93
- "additionalProperties": false
94
- }
95
- },
96
- "required": [
97
- "tag",
98
- "animal_shapes"
99
- ],
100
- "additionalProperties": false
101
- },
102
- {
103
- "type": "object",
104
- "properties": {
105
- "tag": {
106
- "const": "ArcaneBardTraditions"
107
- },
108
- "arcane_bard_traditions": {
109
- "type": "object",
110
- "properties": {},
111
- "required": [],
112
- "additionalProperties": false
113
- }
114
- },
115
- "required": [
116
- "tag",
117
- "arcane_bard_traditions"
118
- ],
119
- "additionalProperties": false
120
- },
121
- {
122
- "type": "object",
123
- "properties": {
124
- "tag": {
125
- "const": "ArcaneDancerTraditions"
126
- },
127
- "arcane_dancer_traditions": {
128
- "type": "object",
129
- "properties": {},
130
- "required": [],
131
- "additionalProperties": false
132
- }
133
- },
134
- "required": [
135
- "tag",
136
- "arcane_dancer_traditions"
137
- ],
138
- "additionalProperties": false
139
- },
140
- {
141
- "type": "object",
142
- "properties": {
143
- "tag": {
144
- "const": "SexPractices"
145
- },
146
- "sex_practices": {
147
- "type": "object",
148
- "properties": {},
149
- "required": [],
150
- "additionalProperties": false
151
- }
152
- },
153
- "required": [
154
- "tag",
155
- "sex_practices"
156
- ],
157
- "additionalProperties": false
158
- },
159
- {
160
- "type": "object",
161
- "properties": {
162
- "tag": {
163
- "const": "Races"
164
- },
165
- "races": {
166
- "type": "object",
167
- "properties": {},
168
- "required": [],
169
- "additionalProperties": false
170
- }
171
- },
172
- "required": [
173
- "tag",
174
- "races"
175
- ],
176
- "additionalProperties": false
177
- },
178
- {
179
- "type": "object",
180
- "properties": {
181
- "tag": {
182
- "const": "Cultures"
183
- },
184
- "cultures": {
185
- "type": "object",
186
- "properties": {},
187
- "required": [],
188
- "additionalProperties": false
189
- }
190
- },
191
- "required": [
192
- "tag",
193
- "cultures"
194
- ],
195
- "additionalProperties": false
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
- },
216
- {
217
- "type": "object",
218
- "properties": {
219
- "tag": {
220
- "const": "BlessedTraditions"
221
- },
222
- "blessed_traditions": {
223
- "$ref": "#/$defs/BlessedTraditionsSelectOptionCategory"
224
- }
225
- },
226
- "required": [
227
- "tag",
228
- "blessed_traditions"
229
- ],
230
- "additionalProperties": false
231
- },
232
- {
233
- "type": "object",
234
- "properties": {
235
- "tag": {
236
- "const": "Elements"
237
- },
238
- "elements": {
239
- "$ref": "#/$defs/ElementsSelectOptionCategory"
240
- }
241
- },
242
- "required": [
243
- "tag",
244
- "elements"
245
- ],
246
- "additionalProperties": false
247
- },
248
- {
249
- "type": "object",
250
- "properties": {
251
- "tag": {
252
- "const": "Properties"
253
- },
254
- "properties": {
255
- "$ref": "#/$defs/PropertiesSelectOptionCategory"
256
- }
257
- },
258
- "required": [
259
- "tag",
260
- "properties"
261
- ],
262
- "additionalProperties": false
263
- },
264
- {
265
- "type": "object",
266
- "properties": {
267
- "tag": {
268
- "const": "Aspects"
269
- },
270
- "aspects": {
271
- "$ref": "#/$defs/AspectSelectOptionCategory"
272
- }
273
- },
274
- "required": [
275
- "tag",
276
- "aspects"
277
- ],
278
- "additionalProperties": false
279
- },
280
- {
281
- "type": "object",
282
- "properties": {
283
- "tag": {
284
- "const": "Diseases"
285
- },
286
- "diseases": {
287
- "$ref": "#/$defs/DiseasesPoisonsSelectOptionCategory"
288
- }
289
- },
290
- "required": [
291
- "tag",
292
- "diseases"
293
- ],
294
- "additionalProperties": false
295
- },
296
- {
297
- "type": "object",
298
- "properties": {
299
- "tag": {
300
- "const": "Poisons"
301
- },
302
- "poisons": {
303
- "$ref": "#/$defs/DiseasesPoisonsSelectOptionCategory"
304
- }
305
- },
306
- "required": [
307
- "tag",
308
- "poisons"
309
- ],
310
- "additionalProperties": false
311
- },
312
- {
313
- "type": "object",
314
- "properties": {
315
- "tag": {
316
- "const": "Languages"
317
- },
318
- "languages": {
319
- "$ref": "#/$defs/LanguagesSelectOptionCategory"
320
- }
321
- },
322
- "required": [
323
- "tag",
324
- "languages"
325
- ],
326
- "additionalProperties": false
327
- },
328
- {
329
- "type": "object",
330
- "properties": {
331
- "tag": {
332
- "const": "Skills"
333
- },
334
- "skills": {
335
- "$ref": "#/$defs/SkillsSelectOptionCategory"
336
- }
337
- },
338
- "required": [
339
- "tag",
340
- "skills"
341
- ],
342
- "additionalProperties": false
343
- },
344
- {
345
- "type": "object",
346
- "properties": {
347
- "tag": {
348
- "const": "CombatTechniques"
349
- },
350
- "combat_techniques": {
351
- "$ref": "#/$defs/CombatTechniquesSelectOptionCategory"
352
- }
353
- },
354
- "required": [
355
- "tag",
356
- "combat_techniques"
357
- ],
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
375
- }
376
- ]
377
- },
378
- "BlessedTraditionsSelectOptionCategory": {
379
- "type": "object",
380
- "properties": {
381
- "require_principles": {
382
- "description": "Should the principles (code) of the tradition be required to select the respective tradition?",
383
- "const": true
384
- }
385
- },
386
- "required": [],
387
- "additionalProperties": false
388
- },
389
- "ElementsSelectOptionCategory": {
390
- "type": "object",
391
- "properties": {
392
- "specific": {
393
- "description": "Only include entries with the listed identifiers.",
394
- "type": "array",
395
- "items": {
396
- "$ref": "./_SimpleReferences.schema.json#/$defs/ElementReference"
397
- },
398
- "minItems": 1,
399
- "uniqueItems": true
400
- }
401
- },
402
- "required": [],
403
- "additionalProperties": false
404
- },
405
- "PropertiesSelectOptionCategory": {
406
- "type": "object",
407
- "properties": {
408
- "require_knowledge": {
409
- "description": "Does each property require it's corresponding property knowledge?",
410
- "const": true
411
- },
412
- "require_minimum_spellworks_on": {
413
- "description": "Require a minimum number of spellworks of the respective property to be on a minimum skill rating.",
414
- "$ref": "#/$defs/RequiredMinimumSkillsToBeOnSkillRating"
415
- }
416
- },
417
- "required": [],
418
- "additionalProperties": false
419
- },
420
- "AspectSelectOptionCategory": {
421
- "type": "object",
422
- "properties": {
423
- "require_knowledge": {
424
- "description": "Does each aspect require it's corresponding aspect knowledge?",
425
- "const": true
426
- },
427
- "use_master_of_suffix_as_name": {
428
- "description": "The generated name should be the *Master of (Aspect)* suffix for this aspect instead of the aspect's name. If an aspect does not provide a suffix (such as the General aspect), it is automatically excluded from the list.",
429
- "const": true
430
- },
431
- "require_minimum_liturgies_on": {
432
- "description": "Require a minimum number of liturgies of the respective aspect to be on a minimum skill rating.",
433
- "$ref": "#/$defs/RequiredMinimumSkillsToBeOnSkillRating"
434
- }
435
- },
436
- "required": [],
437
- "additionalProperties": false
438
- },
439
- "RequiredMinimumSkillsToBeOnSkillRating": {
440
- "description": "Require a minimum number of spellworks/liturgies of the respective property/aspect to be on a minimum skill rating.",
441
- "type": "object",
442
- "properties": {
443
- "number": {
444
- "description": "The minimum number of liturgies that need to be on the defined minimum skill rating.",
445
- "type": "integer",
446
- "minimum": 1
447
- },
448
- "rating": {
449
- "description": "The minimum skill rating the defined minimum number of liturgies need to be on.",
450
- "type": "integer",
451
- "minimum": 1
452
- }
453
- },
454
- "required": [
455
- "number",
456
- "rating"
457
- ],
458
- "additionalProperties": false
459
- },
460
- "DiseasesPoisonsSelectOptionCategory": {
461
- "type": "object",
462
- "properties": {
463
- "use_half_level_as_ap_value": {
464
- "description": "Only convert half the disease/poison level into the AP value.",
465
- "const": true
466
- }
467
- },
468
- "required": [],
469
- "additionalProperties": false
470
- },
471
- "LanguagesSelectOptionCategory": {
472
- "type": "object",
473
- "properties": {
474
- "prerequisites": {
475
- "description": "Generate prerequisites for each entry of the category.",
476
- "type": "array",
477
- "items": {
478
- "$ref": "#/$defs/LanguagesSelectOptionCategoryPrerequisite"
479
- },
480
- "minItems": 1
481
- }
482
- },
483
- "required": [],
484
- "additionalProperties": false
485
- },
486
- "LanguagesSelectOptionCategoryPrerequisite": {
487
- "type": "object",
488
- "properties": {
489
- "tag": {
490
- "const": "SelectOption"
491
- },
492
- "select_option": {
493
- "$ref": "#/$defs/OptionPrerequisite"
494
- }
495
- },
496
- "required": [
497
- "tag",
498
- "select_option"
499
- ],
500
- "additionalProperties": false
501
- },
502
- "SkillsSelectOptionCategory": {
503
- "type": "object",
504
- "properties": {
505
- "categories": {
506
- "description": "A list of skill categories.",
507
- "type": "array",
508
- "items": {
509
- "$ref": "#/$defs/SkillsSelectOptionCategoryCategory"
510
- },
511
- "minItems": 1
512
- },
513
- "ap_value": {
514
- "description": "Generate AP values for each entry.",
515
- "oneOf": [
516
- {
517
- "type": "object",
518
- "properties": {
519
- "tag": {
520
- "const": "DerivedFromImprovementCost"
521
- },
522
- "derived_from_improvement_cost": {
523
- "$ref": "#/$defs/SelectOptionsDeriveAdventurePointsValueFromImprovementCost"
524
- }
525
- },
526
- "required": [
527
- "tag",
528
- "derived_from_improvement_cost"
529
- ],
530
- "additionalProperties": false
531
- },
532
- {
533
- "type": "object",
534
- "properties": {
535
- "tag": {
536
- "const": "Fixed"
537
- },
538
- "fixed": {
539
- "type": "object",
540
- "properties": {
541
- "map": {
542
- "description": "A mapping of skill identifiers to their specific AP values.",
543
- "type": "array",
544
- "items": {
545
- "type": "object",
546
- "properties": {
547
- "id": {
548
- "$ref": "./_IdentifierGroup.schema.json#/$defs/SkillishIdentifier"
549
- },
550
- "ap_value": {
551
- "description": "The AP value for the specified entry.",
552
- "type": "integer",
553
- "minimum": 1
554
- }
555
- },
556
- "required": [
557
- "id",
558
- "ap_value"
559
- ],
560
- "additionalProperties": false
561
- }
562
- },
563
- "default": {
564
- "description": "The default value of an entry. Used as a fallback if no value is found in `list`.",
565
- "type": "integer",
566
- "minimum": 1
567
- }
568
- },
569
- "required": [
570
- "map",
571
- "default"
572
- ],
573
- "additionalProperties": false
574
- }
575
- },
576
- "required": [
577
- "tag",
578
- "fixed"
579
- ],
580
- "additionalProperties": false
581
- }
582
- ]
583
- }
584
- },
585
- "required": [
586
- "categories"
587
- ],
588
- "additionalProperties": false
589
- },
590
- "SkillsSelectOptionCategoryCategory": {
591
- "oneOf": [
592
- {
593
- "type": "object",
594
- "properties": {
595
- "tag": {
596
- "const": "Skills"
597
- },
598
- "skills": {
599
- "$ref": "#/$defs/SkillSelectOptionCategoryCategory"
600
- }
601
- },
602
- "required": [
603
- "tag",
604
- "skills"
605
- ],
606
- "additionalProperties": false
607
- },
608
- {
609
- "type": "object",
610
- "properties": {
611
- "tag": {
612
- "const": "Spells"
613
- },
614
- "spells": {
615
- "type": "object",
616
- "properties": {
617
- "specific": {
618
- "type": "object",
619
- "properties": {
620
- "operation": {
621
- "$ref": "#/$defs/SpecificFromSkillSelectOptionCategoryCategoryOperation"
622
- },
623
- "list": {
624
- "description": "The list of specific entries.",
625
- "type": "array",
626
- "items": {
627
- "$ref": "./_SimpleReferences.schema.json#/$defs/SpellReference"
628
- },
629
- "minItems": 1,
630
- "uniqueItems": true
631
- }
632
- },
633
- "required": [
634
- "operation",
635
- "list"
636
- ],
637
- "additionalProperties": false
638
- },
639
- "prerequisites": {
640
- "description": "Generate prerequisites for each entry of the category.",
641
- "type": "array",
642
- "items": {
643
- "$ref": "#/$defs/SkillSelectOptionCategoryPrerequisite"
644
- },
645
- "minItems": 1
646
- }
647
- },
648
- "required": [],
649
- "additionalProperties": false
650
- }
651
- },
652
- "required": [
653
- "tag",
654
- "spells"
655
- ],
656
- "additionalProperties": false
657
- },
658
- {
659
- "type": "object",
660
- "properties": {
661
- "tag": {
662
- "const": "Rituals"
663
- },
664
- "rituals": {
665
- "type": "object",
666
- "properties": {
667
- "specific": {
668
- "type": "object",
669
- "properties": {
670
- "operation": {
671
- "$ref": "#/$defs/SpecificFromSkillSelectOptionCategoryCategoryOperation"
672
- },
673
- "list": {
674
- "description": "The list of specific entries.",
675
- "type": "array",
676
- "items": {
677
- "$ref": "./_SimpleReferences.schema.json#/$defs/RitualReference"
678
- },
679
- "minItems": 1,
680
- "uniqueItems": true
681
- }
682
- },
683
- "required": [
684
- "operation",
685
- "list"
686
- ],
687
- "additionalProperties": false
688
- },
689
- "prerequisites": {
690
- "description": "Generate prerequisites for each entry of the category.",
691
- "type": "array",
692
- "items": {
693
- "$ref": "#/$defs/SkillSelectOptionCategoryPrerequisite"
694
- },
695
- "minItems": 1
696
- }
697
- },
698
- "required": [],
699
- "additionalProperties": false
700
- }
701
- },
702
- "required": [
703
- "tag",
704
- "rituals"
705
- ],
706
- "additionalProperties": false
707
- },
708
- {
709
- "type": "object",
710
- "properties": {
711
- "tag": {
712
- "const": "LiturgicalChants"
713
- },
714
- "liturgical_chants": {
715
- "type": "object",
716
- "properties": {
717
- "specific": {
718
- "type": "object",
719
- "properties": {
720
- "operation": {
721
- "$ref": "#/$defs/SpecificFromSkillSelectOptionCategoryCategoryOperation"
722
- },
723
- "list": {
724
- "description": "The list of specific entries.",
725
- "type": "array",
726
- "items": {
727
- "$ref": "./_SimpleReferences.schema.json#/$defs/LiturgicalChantReference"
728
- },
729
- "minItems": 1,
730
- "uniqueItems": true
731
- }
732
- },
733
- "required": [
734
- "operation",
735
- "list"
736
- ],
737
- "additionalProperties": false
738
- },
739
- "prerequisites": {
740
- "description": "Generate prerequisites for each entry of the category.",
741
- "type": "array",
742
- "items": {
743
- "$ref": "#/$defs/SkillSelectOptionCategoryPrerequisite"
744
- },
745
- "minItems": 1
746
- }
747
- },
748
- "required": [],
749
- "additionalProperties": false
750
- }
751
- },
752
- "required": [
753
- "tag",
754
- "liturgical_chants"
755
- ],
756
- "additionalProperties": false
757
- },
758
- {
759
- "type": "object",
760
- "properties": {
761
- "tag": {
762
- "const": "Ceremonies"
763
- },
764
- "ceremonies": {
765
- "type": "object",
766
- "properties": {
767
- "specific": {
768
- "type": "object",
769
- "properties": {
770
- "operation": {
771
- "$ref": "#/$defs/SpecificFromSkillSelectOptionCategoryCategoryOperation"
772
- },
773
- "list": {
774
- "description": "The list of specific entries.",
775
- "type": "array",
776
- "items": {
777
- "$ref": "./_SimpleReferences.schema.json#/$defs/CeremonyReference"
778
- },
779
- "minItems": 1,
780
- "uniqueItems": true
781
- }
782
- },
783
- "required": [
784
- "operation",
785
- "list"
786
- ],
787
- "additionalProperties": false
788
- },
789
- "prerequisites": {
790
- "description": "Generate prerequisites for each entry of the category.",
791
- "type": "array",
792
- "items": {
793
- "$ref": "#/$defs/SkillSelectOptionCategoryPrerequisite"
794
- },
795
- "minItems": 1
796
- }
797
- },
798
- "required": [],
799
- "additionalProperties": false
800
- }
801
- },
802
- "required": [
803
- "tag",
804
- "ceremonies"
805
- ],
806
- "additionalProperties": false
807
- }
808
- ]
809
- },
810
- "SkillSelectOptionCategoryCategory": {
811
- "type": "object",
812
- "properties": {
813
- "groups": {
814
- "description": "Only include entries of the specified groups.",
815
- "type": "array",
816
- "items": {
817
- "$ref": "./_SimpleReferences.schema.json#/$defs/SkillGroupReference"
818
- },
819
- "minItems": 1
820
- },
821
- "specific": {
822
- "type": "object",
823
- "properties": {
824
- "operation": {
825
- "$ref": "#/$defs/SpecificFromSkillSelectOptionCategoryCategoryOperation"
826
- },
827
- "list": {
828
- "description": "The list of specific entries.",
829
- "type": "array",
830
- "items": {
831
- "$ref": "./_SimpleReferences.schema.json#/$defs/SkillReference"
832
- },
833
- "minItems": 1,
834
- "uniqueItems": true
835
- }
836
- },
837
- "required": [
838
- "operation",
839
- "list"
840
- ],
841
- "additionalProperties": false
842
- },
843
- "skill_applications": {
844
- "description": "Registers new applications, which get enabled once this entry is activated with its respective select option. It specifies an entry-unique identifier, the skill it belongs to is derived from the select option automatically. A translation can be left out if its name equals the name of the origin entry.",
845
- "type": "array",
846
- "items": {
847
- "$ref": "#/$defs/SkillApplicationOrUse"
848
- },
849
- "minItems": 1
850
- },
851
- "skill_uses": {
852
- "description": "Registers uses, which get enabled once this entry is activated with its respective select option. It specifies an entry-unique identifier, the skill it belongs to is derived from the select option automatically. A translation can be left out if its name equals the name of the origin entry.",
853
- "type": "array",
854
- "items": {
855
- "$ref": "#/$defs/SkillApplicationOrUse"
856
- },
857
- "minItems": 1
858
- },
859
- "prerequisites": {
860
- "description": "Generate prerequisites for each entry of the category.",
861
- "type": "array",
862
- "items": {
863
- "$ref": "#/$defs/SkillSelectOptionCategoryPrerequisite"
864
- },
865
- "minItems": 1
866
- },
867
- "ap_value": {
868
- "description": "Generate AP values for each entry.",
869
- "oneOf": [
870
- {
871
- "type": "object",
872
- "properties": {
873
- "tag": {
874
- "const": "DerivedFromImprovementCost"
875
- },
876
- "derived_from_improvement_cost": {
877
- "$ref": "#/$defs/SelectOptionsDeriveAdventurePointsValueFromImprovementCost"
878
- }
879
- },
880
- "required": [
881
- "tag",
882
- "derived_from_improvement_cost"
883
- ],
884
- "additionalProperties": false
885
- },
886
- {
887
- "type": "object",
888
- "properties": {
889
- "tag": {
890
- "const": "Fixed"
891
- },
892
- "fixed": {
893
- "type": "object",
894
- "properties": {
895
- "map": {
896
- "description": "A mapping of skill identifiers to their specific AP values.",
897
- "type": "array",
898
- "items": {
899
- "type": "object",
900
- "properties": {
901
- "id": {
902
- "$ref": "./_Identifier.schema.json#/$defs/SkillIdentifier"
903
- },
904
- "ap_value": {
905
- "description": "The AP value for the specified entry.",
906
- "type": "integer",
907
- "minimum": 1
908
- }
909
- },
910
- "required": [
911
- "id",
912
- "ap_value"
913
- ],
914
- "additionalProperties": false
915
- }
916
- },
917
- "default": {
918
- "description": "The default value of an entry. Used as a fallback if no value is found in `list`.",
919
- "type": "integer",
920
- "minimum": 1
921
- }
922
- },
923
- "required": [
924
- "map",
925
- "default"
926
- ],
927
- "additionalProperties": false
928
- }
929
- },
930
- "required": [
931
- "tag",
932
- "fixed"
933
- ],
934
- "additionalProperties": false
935
- }
936
- ]
937
- }
938
- },
939
- "required": [],
940
- "additionalProperties": false
941
- },
942
- "CombatTechniquesSelectOptionCategory": {
943
- "type": "object",
944
- "properties": {
945
- "categories": {
946
- "description": "A list of combat technique categories.",
947
- "type": "array",
948
- "items": {
949
- "$ref": "#/$defs/CombatTechniquesSelectOptionCategoryCategory"
950
- },
951
- "minItems": 1
952
- },
953
- "ap_value": {
954
- "description": "Generate AP values for each entry.",
955
- "oneOf": [
956
- {
957
- "type": "object",
958
- "properties": {
959
- "tag": {
960
- "const": "DerivedFromImprovementCost"
961
- },
962
- "derived_from_improvement_cost": {
963
- "$ref": "#/$defs/SelectOptionsDeriveAdventurePointsValueFromImprovementCost"
964
- }
965
- },
966
- "required": [
967
- "tag",
968
- "derived_from_improvement_cost"
969
- ],
970
- "additionalProperties": false
971
- },
972
- {
973
- "type": "object",
974
- "properties": {
975
- "tag": {
976
- "const": "Fixed"
977
- },
978
- "fixed": {
979
- "type": "object",
980
- "properties": {
981
- "map": {
982
- "description": "A mapping of skill identifiers to their specific AP values.",
983
- "type": "array",
984
- "items": {
985
- "type": "object",
986
- "properties": {
987
- "id": {
988
- "$ref": "./_IdentifierGroup.schema.json#/$defs/CombatTechniqueIdentifier"
989
- },
990
- "ap_value": {
991
- "description": "The AP value for the specified entry.",
992
- "type": "integer",
993
- "minimum": 1
994
- }
995
- },
996
- "required": [
997
- "id",
998
- "ap_value"
999
- ],
1000
- "additionalProperties": false
1001
- }
1002
- },
1003
- "default": {
1004
- "description": "The default value of an entry. Used as a fallback if no value is found in `list`.",
1005
- "type": "integer",
1006
- "minimum": 1
1007
- }
1008
- },
1009
- "required": [
1010
- "map",
1011
- "default"
1012
- ],
1013
- "additionalProperties": false
1014
- }
1015
- },
1016
- "required": [
1017
- "tag",
1018
- "fixed"
1019
- ],
1020
- "additionalProperties": false
1021
- }
1022
- ]
1023
- }
1024
- },
1025
- "required": [
1026
- "categories"
1027
- ],
1028
- "additionalProperties": false
1029
- },
1030
- "CombatTechniquesSelectOptionCategoryCategory": {
1031
- "oneOf": [
1032
- {
1033
- "type": "object",
1034
- "properties": {
1035
- "tag": {
1036
- "const": "CloseCombatTechniques"
1037
- },
1038
- "close_combat_techniques": {
1039
- "type": "object",
1040
- "properties": {
1041
- "specific": {
1042
- "type": "object",
1043
- "properties": {
1044
- "operation": {
1045
- "$ref": "#/$defs/SpecificFromSkillSelectOptionCategoryCategoryOperation"
1046
- },
1047
- "list": {
1048
- "description": "The list of specific entries.",
1049
- "type": "array",
1050
- "items": {
1051
- "$ref": "./_SimpleReferences.schema.json#/$defs/CloseCombatTechniqueReference"
1052
- },
1053
- "minItems": 1,
1054
- "uniqueItems": true
1055
- }
1056
- },
1057
- "required": [
1058
- "operation",
1059
- "list"
1060
- ],
1061
- "additionalProperties": false
1062
- },
1063
- "prerequisites": {
1064
- "description": "Generate prerequisites for each entry of the category.",
1065
- "type": "array",
1066
- "items": {
1067
- "$ref": "#/$defs/SkillSelectOptionCategoryPrerequisite"
1068
- },
1069
- "minItems": 1
1070
- }
1071
- },
1072
- "required": [],
1073
- "additionalProperties": false
1074
- }
1075
- },
1076
- "required": [
1077
- "tag",
1078
- "close_combat_techniques"
1079
- ],
1080
- "additionalProperties": false
1081
- },
1082
- {
1083
- "type": "object",
1084
- "properties": {
1085
- "tag": {
1086
- "const": "RangedCombatTechniques"
1087
- },
1088
- "ranged_combat_techniques": {
1089
- "type": "object",
1090
- "properties": {
1091
- "specific": {
1092
- "type": "object",
1093
- "properties": {
1094
- "operation": {
1095
- "$ref": "#/$defs/SpecificFromSkillSelectOptionCategoryCategoryOperation"
1096
- },
1097
- "list": {
1098
- "description": "The list of specific entries.",
1099
- "type": "array",
1100
- "items": {
1101
- "$ref": "./_SimpleReferences.schema.json#/$defs/RangedCombatTechniqueReference"
1102
- },
1103
- "minItems": 1,
1104
- "uniqueItems": true
1105
- }
1106
- },
1107
- "required": [
1108
- "operation",
1109
- "list"
1110
- ],
1111
- "additionalProperties": false
1112
- },
1113
- "prerequisites": {
1114
- "description": "Generate prerequisites for each entry of the category.",
1115
- "type": "array",
1116
- "items": {
1117
- "$ref": "#/$defs/SkillSelectOptionCategoryPrerequisite"
1118
- },
1119
- "minItems": 1
1120
- }
1121
- },
1122
- "required": [],
1123
- "additionalProperties": false
1124
- }
1125
- },
1126
- "required": [
1127
- "tag",
1128
- "ranged_combat_techniques"
1129
- ],
1130
- "additionalProperties": false
1131
- }
1132
- ]
1133
- },
1134
- "SkillApplicationOrUse": {
1135
- "type": "object",
1136
- "properties": {
1137
- "id": {
1138
- "description": "The application's or use's identifier. An entry-unique, increasing integer.",
1139
- "type": "integer",
1140
- "minimum": 1
1141
- },
1142
- "translations": {
1143
- "description": "All translations for the entry, identified by IETF language tag (BCP47).",
1144
- "type": "object",
1145
- "patternProperties": {
1146
- "^[a-z]{2}-[A-Z]{2}$": {
1147
- "$ref": "#/$defs/SkillApplicationOrUseTranslation"
1148
- }
1149
- },
1150
- "minProperties": 1,
1151
- "additionalProperties": false
1152
- }
1153
- },
1154
- "required": [
1155
- "id"
1156
- ],
1157
- "additionalProperties": false
1158
- },
1159
- "SkillApplicationOrUseTranslation": {
1160
- "type": "object",
1161
- "properties": {
1162
- "name": {
1163
- "description": "The name of the application or use if different from the activatable entry's name.",
1164
- "type": "string",
1165
- "minLength": 1
1166
- }
1167
- },
1168
- "required": [
1169
- "name"
1170
- ],
1171
- "additionalProperties": false
1172
- },
1173
- "SpecificFromSkillSelectOptionCategoryCategoryOperation": {
1174
- "description": "Only include (`Intersection`) or exclude (`Difference`) specific entries.",
1175
- "oneOf": [
1176
- {
1177
- "const": "Intersection"
1178
- },
1179
- {
1180
- "const": "Difference"
1181
- }
1182
- ]
1183
- },
1184
- "SkillSelectOptionCategoryPrerequisite": {
1185
- "oneOf": [
1186
- {
1187
- "type": "object",
1188
- "properties": {
1189
- "tag": {
1190
- "const": "Self"
1191
- },
1192
- "self": {
1193
- "$ref": "#/$defs/SelfPrerequisite"
1194
- }
1195
- },
1196
- "required": [
1197
- "tag",
1198
- "self"
1199
- ],
1200
- "additionalProperties": false
1201
- },
1202
- {
1203
- "type": "object",
1204
- "properties": {
1205
- "tag": {
1206
- "const": "SelectOption"
1207
- },
1208
- "select_option": {
1209
- "$ref": "#/$defs/OptionPrerequisite"
1210
- }
1211
- },
1212
- "required": [
1213
- "tag",
1214
- "select_option"
1215
- ],
1216
- "additionalProperties": false
1217
- }
1218
- ]
1219
- },
1220
- "SelfPrerequisite": {
1221
- "type": "object",
1222
- "properties": {
1223
- "value": {
1224
- "description": "The entry requires itself on a certain Skill Rating.",
1225
- "type": "integer",
1226
- "minimum": 1
1227
- }
1228
- },
1229
- "required": [
1230
- "value"
1231
- ],
1232
- "additionalProperties": false
1233
- },
1234
- "OptionPrerequisite": {
1235
- "description": "The entry requires or prohibits itself as a select option of another entry.",
1236
- "type": "object",
1237
- "properties": {
1238
- "id": {
1239
- "description": "The target entry's identifier.",
1240
- "$ref": "./_IdentifierGroup.schema.json#/$defs/ActivatableIdentifier"
1241
- },
1242
- "active": {
1243
- "description": "Is the select option required (`true`) or prohibited (`false`)?",
1244
- "type": "boolean"
1245
- },
1246
- "level": {
1247
- "description": "The required level, if any.",
1248
- "type": "integer",
1249
- "minimum": 2
1250
- }
1251
- },
1252
- "required": [
1253
- "id",
1254
- "active"
1255
- ],
1256
- "additionalProperties": false
1257
- },
1258
- "SelectOptionsDeriveAdventurePointsValueFromImprovementCost": {
1259
- "description": "Derive the cost from the improvement cost of each entry.\n\n**Calculation:** AP Value = Improvement Cost × `multiplier` + `offset`",
1260
- "type": "object",
1261
- "properties": {
1262
- "multiplier": {
1263
- "description": "This number is multiplied with the improvement cost of the entry\n(A = 1 to D = 4).",
1264
- "type": "integer",
1265
- "default": 1,
1266
- "minimum": 2
1267
- },
1268
- "offset": {
1269
- "description": "This number is added to the multiplied improvement cost of the entry.",
1270
- "type": "integer",
1271
- "default": 0
1272
- }
1273
- },
1274
- "required": [],
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
1311
- }
1312
- }
1313
- }