optolith-database-schema 0.0.4 → 0.1.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 (210) hide show
  1. package/CHANGELOG.md +24 -0
  2. package/lib/types/Advantage.d.ts +48 -0
  3. package/lib/types/Advantage.js +4 -0
  4. package/lib/types/ArcaneBardTradition.d.ts +2 -2
  5. package/lib/types/ArcaneDancerTradition.d.ts +2 -2
  6. package/lib/types/Ceremony.d.ts +2 -2
  7. package/lib/types/Continent.d.ts +32 -0
  8. package/lib/types/Continent.js +4 -0
  9. package/lib/types/DerivedCharacteristic.d.ts +2 -2
  10. package/lib/types/Disadvantage.d.ts +46 -0
  11. package/lib/types/Disadvantage.js +4 -0
  12. package/lib/types/LiturgicalChant.d.ts +2 -2
  13. package/lib/types/Patron.d.ts +197 -0
  14. package/lib/types/Patron.js +4 -0
  15. package/lib/types/PatronCategory.d.ts +44 -0
  16. package/lib/types/PatronCategory.js +4 -0
  17. package/lib/types/Ritual.d.ts +2 -2
  18. package/lib/types/Spell.d.ts +2 -2
  19. package/lib/types/_Activatable.d.ts +528 -0
  20. package/lib/types/_Activatable.js +5 -0
  21. package/lib/types/_Enhancements.d.ts +2 -2
  22. package/lib/types/_I18n.d.ts +38 -0
  23. package/lib/types/_I18n.js +1 -0
  24. package/lib/types/_Identifier.d.ts +81 -75
  25. package/lib/types/_Identifier.js +76 -1
  26. package/lib/types/_Influence.d.ts +52 -0
  27. package/lib/types/_Influence.js +4 -0
  28. package/lib/types/_Prerequisite.d.ts +343 -296
  29. package/lib/types/_Prerequisite.js +136 -183
  30. package/lib/types/magicalActions/GeodeRitual.d.ts +2 -2
  31. package/lib/types/specialAbility/AdvancedCombatSpecialAbility.d.ts +34 -0
  32. package/lib/types/specialAbility/AdvancedCombatSpecialAbility.js +4 -0
  33. package/lib/types/specialAbility/AdvancedKarmaSpecialAbility.d.ts +32 -0
  34. package/lib/types/specialAbility/AdvancedKarmaSpecialAbility.js +4 -0
  35. package/lib/types/specialAbility/AdvancedMagicalSpecialAbility.d.ts +32 -0
  36. package/lib/types/specialAbility/AdvancedMagicalSpecialAbility.js +4 -0
  37. package/lib/types/specialAbility/AdvancedSkillSpecialAbility.d.ts +32 -0
  38. package/lib/types/specialAbility/AdvancedSkillSpecialAbility.js +4 -0
  39. package/lib/types/specialAbility/AncestorGlyph.d.ts +30 -0
  40. package/lib/types/specialAbility/AncestorGlyph.js +4 -0
  41. package/lib/types/specialAbility/BlessedTradition.d.ts +170 -0
  42. package/lib/types/specialAbility/BlessedTradition.js +4 -0
  43. package/lib/types/specialAbility/BrawlingSpecialAbility.d.ts +32 -0
  44. package/lib/types/specialAbility/BrawlingSpecialAbility.js +4 -0
  45. package/lib/types/specialAbility/CeremonialItemSpecialAbility.d.ts +33 -0
  46. package/lib/types/specialAbility/CeremonialItemSpecialAbility.js +4 -0
  47. package/lib/types/specialAbility/CombatSpecialAbility.d.ts +34 -0
  48. package/lib/types/specialAbility/CombatSpecialAbility.js +4 -0
  49. package/lib/types/specialAbility/CombatStyleSpecialAbility.d.ts +43 -0
  50. package/lib/types/specialAbility/CombatStyleSpecialAbility.js +4 -0
  51. package/lib/types/specialAbility/CommandSpecialAbility.d.ts +32 -0
  52. package/lib/types/specialAbility/CommandSpecialAbility.js +4 -0
  53. package/lib/types/specialAbility/FamiliarSpecialAbility.d.ts +30 -0
  54. package/lib/types/specialAbility/FamiliarSpecialAbility.js +4 -0
  55. package/lib/types/specialAbility/FatePointSexSpecialAbility.d.ts +30 -0
  56. package/lib/types/specialAbility/FatePointSexSpecialAbility.js +4 -0
  57. package/lib/types/specialAbility/FatePointSpecialAbility.d.ts +32 -0
  58. package/lib/types/specialAbility/FatePointSpecialAbility.js +4 -0
  59. package/lib/types/specialAbility/GeneralSpecialAbility.d.ts +32 -0
  60. package/lib/types/specialAbility/GeneralSpecialAbility.js +4 -0
  61. package/lib/types/specialAbility/KarmaSpecialAbility.d.ts +30 -0
  62. package/lib/types/specialAbility/KarmaSpecialAbility.js +4 -0
  63. package/lib/types/specialAbility/LiturgicalStyleSpecialAbility.d.ts +33 -0
  64. package/lib/types/specialAbility/LiturgicalStyleSpecialAbility.js +4 -0
  65. package/lib/types/specialAbility/LycantropicGift.d.ts +30 -0
  66. package/lib/types/specialAbility/LycantropicGift.js +4 -0
  67. package/lib/types/specialAbility/MagicStyleSpecialAbility.d.ts +33 -0
  68. package/lib/types/specialAbility/MagicStyleSpecialAbility.js +4 -0
  69. package/lib/types/specialAbility/MagicalSpecialAbility.d.ts +32 -0
  70. package/lib/types/specialAbility/MagicalSpecialAbility.js +4 -0
  71. package/lib/types/specialAbility/MagicalTradition.d.ts +130 -0
  72. package/lib/types/specialAbility/MagicalTradition.js +4 -0
  73. package/lib/types/specialAbility/PactGift.d.ts +86 -0
  74. package/lib/types/specialAbility/PactGift.js +4 -0
  75. package/lib/types/specialAbility/ProtectiveWardingCircleSpecialAbility.d.ts +41 -0
  76. package/lib/types/specialAbility/ProtectiveWardingCircleSpecialAbility.js +4 -0
  77. package/lib/types/specialAbility/Sermon.d.ts +30 -0
  78. package/lib/types/specialAbility/Sermon.js +4 -0
  79. package/lib/types/specialAbility/SexSpecialAbility.d.ts +32 -0
  80. package/lib/types/specialAbility/SexSpecialAbility.js +4 -0
  81. package/lib/types/specialAbility/SikaryanDrainSpecialAbility.d.ts +30 -0
  82. package/lib/types/specialAbility/SikaryanDrainSpecialAbility.js +4 -0
  83. package/lib/types/specialAbility/SkillStyleSpecialAbility.d.ts +31 -0
  84. package/lib/types/specialAbility/SkillStyleSpecialAbility.js +4 -0
  85. package/lib/types/specialAbility/VampiricGift.d.ts +30 -0
  86. package/lib/types/specialAbility/VampiricGift.js +4 -0
  87. package/lib/types/specialAbility/Vision.d.ts +30 -0
  88. package/lib/types/specialAbility/Vision.js +4 -0
  89. package/lib/types/specialAbility/sub/Language.d.ts +141 -0
  90. package/lib/types/specialAbility/sub/Language.js +4 -0
  91. package/lib/types/specialAbility/sub/Script.d.ts +85 -0
  92. package/lib/types/specialAbility/sub/Script.js +4 -0
  93. package/lib/types/traditionArtifacts/ArcaneOrbEnchantment.d.ts +31 -0
  94. package/lib/types/traditionArtifacts/ArcaneOrbEnchantment.js +4 -0
  95. package/lib/types/traditionArtifacts/AttireEnchantment.d.ts +31 -0
  96. package/lib/types/traditionArtifacts/AttireEnchantment.js +4 -0
  97. package/lib/types/traditionArtifacts/BowlEnchantment.d.ts +31 -0
  98. package/lib/types/traditionArtifacts/BowlEnchantment.js +4 -0
  99. package/lib/types/traditionArtifacts/CauldronEnchantment.d.ts +44 -0
  100. package/lib/types/traditionArtifacts/CauldronEnchantment.js +4 -0
  101. package/lib/types/traditionArtifacts/ChronicleEnchantment.d.ts +31 -0
  102. package/lib/types/traditionArtifacts/ChronicleEnchantment.js +4 -0
  103. package/lib/types/traditionArtifacts/DaggerRitual.d.ts +31 -0
  104. package/lib/types/traditionArtifacts/DaggerRitual.js +4 -0
  105. package/lib/types/traditionArtifacts/FoolsHatEnchantment.d.ts +31 -0
  106. package/lib/types/traditionArtifacts/FoolsHatEnchantment.js +4 -0
  107. package/lib/types/traditionArtifacts/InstrumentEnchantment.d.ts +31 -0
  108. package/lib/types/traditionArtifacts/InstrumentEnchantment.js +4 -0
  109. package/lib/types/traditionArtifacts/Krallenkettenzauber.d.ts +31 -0
  110. package/lib/types/traditionArtifacts/Krallenkettenzauber.js +4 -0
  111. package/lib/types/traditionArtifacts/OrbEnchantment.d.ts +31 -0
  112. package/lib/types/traditionArtifacts/OrbEnchantment.js +4 -0
  113. package/lib/types/traditionArtifacts/RingEnchantment.d.ts +31 -0
  114. package/lib/types/traditionArtifacts/RingEnchantment.js +4 -0
  115. package/lib/types/traditionArtifacts/SickleRitual.d.ts +31 -0
  116. package/lib/types/traditionArtifacts/SickleRitual.js +4 -0
  117. package/lib/types/traditionArtifacts/SpellSwordEnchantment.d.ts +31 -0
  118. package/lib/types/traditionArtifacts/SpellSwordEnchantment.js +4 -0
  119. package/lib/types/traditionArtifacts/StaffEnchantment.d.ts +31 -0
  120. package/lib/types/traditionArtifacts/StaffEnchantment.js +4 -0
  121. package/lib/types/traditionArtifacts/ToyEnchantment.d.ts +31 -0
  122. package/lib/types/traditionArtifacts/ToyEnchantment.js +4 -0
  123. package/lib/types/traditionArtifacts/Trinkhornzauber.d.ts +31 -0
  124. package/lib/types/traditionArtifacts/Trinkhornzauber.js +4 -0
  125. package/lib/types/traditionArtifacts/WandEnchantment.d.ts +31 -0
  126. package/lib/types/traditionArtifacts/WandEnchantment.js +4 -0
  127. package/lib/types/traditionArtifacts/WeaponEnchantment.d.ts +31 -0
  128. package/lib/types/traditionArtifacts/WeaponEnchantment.js +4 -0
  129. package/lib/types/traditionArtifacts/sub/AnimalShape.d.ts +42 -0
  130. package/lib/types/traditionArtifacts/sub/AnimalShape.js +4 -0
  131. package/lib/types/traditionArtifacts/sub/AnimalShapePath.d.ts +30 -0
  132. package/lib/types/traditionArtifacts/sub/AnimalShapePath.js +4 -0
  133. package/lib/types/traditionArtifacts/sub/AnimalShapeSize.d.ts +42 -0
  134. package/lib/types/traditionArtifacts/sub/AnimalShapeSize.js +4 -0
  135. package/lib/types/traditionArtifacts/sub/Brew.d.ts +30 -0
  136. package/lib/types/traditionArtifacts/sub/Brew.js +4 -0
  137. package/package.json +1 -1
  138. package/schema/Advantage.schema.json +81 -0
  139. package/schema/ArcaneBardTradition.schema.json +1 -1
  140. package/schema/ArcaneDancerTradition.schema.json +1 -1
  141. package/schema/Ceremony.schema.json +1 -1
  142. package/schema/Continent.schema.json +46 -0
  143. package/schema/DerivedCharacteristic.schema.json +1 -1
  144. package/schema/Disadvantage.schema.json +75 -0
  145. package/schema/LiturgicalChant.schema.json +1 -1
  146. package/schema/Patron.schema.json +407 -0
  147. package/schema/PatronCategory.schema.json +66 -0
  148. package/schema/Ritual.schema.json +1 -1
  149. package/schema/Spell.schema.json +1 -1
  150. package/schema/_Activatable.schema.json +1182 -0
  151. package/schema/_Enhancements.schema.json +1 -1
  152. package/schema/_I18n.schema.json +38 -0
  153. package/schema/_Identifier.schema.json +90 -113
  154. package/schema/_Influence.schema.json +77 -0
  155. package/schema/_Prerequisite.schema.json +703 -573
  156. package/schema/magicalActions/GeodeRitual.schema.json +1 -1
  157. package/schema/source/Publication.schema.json +1 -1
  158. package/schema/specialAbility/AdvancedCombatSpecialAbility.schema.json +76 -0
  159. package/schema/specialAbility/AdvancedKarmaSpecialAbility.schema.json +68 -0
  160. package/schema/specialAbility/AdvancedMagicalSpecialAbility.schema.json +68 -0
  161. package/schema/specialAbility/AdvancedSkillSpecialAbility.schema.json +68 -0
  162. package/schema/specialAbility/AncestorGlyph.schema.json +62 -0
  163. package/schema/specialAbility/BlessedTradition.schema.json +300 -0
  164. package/schema/specialAbility/BrawlingSpecialAbility.schema.json +70 -0
  165. package/schema/specialAbility/CeremonialItemSpecialAbility.schema.json +72 -0
  166. package/schema/specialAbility/CombatSpecialAbility.schema.json +76 -0
  167. package/schema/specialAbility/CombatStyleSpecialAbility.schema.json +110 -0
  168. package/schema/specialAbility/CommandSpecialAbility.schema.json +70 -0
  169. package/schema/specialAbility/FamiliarSpecialAbility.schema.json +62 -0
  170. package/schema/specialAbility/FatePointSexSpecialAbility.schema.json +62 -0
  171. package/schema/specialAbility/FatePointSpecialAbility.schema.json +68 -0
  172. package/schema/specialAbility/GeneralSpecialAbility.schema.json +68 -0
  173. package/schema/specialAbility/KarmaSpecialAbility.schema.json +62 -0
  174. package/schema/specialAbility/LiturgicalStyleSpecialAbility.schema.json +72 -0
  175. package/schema/specialAbility/LycantropicGift.schema.json +62 -0
  176. package/schema/specialAbility/MagicStyleSpecialAbility.schema.json +72 -0
  177. package/schema/specialAbility/MagicalSpecialAbility.schema.json +68 -0
  178. package/schema/specialAbility/MagicalTradition.schema.json +181 -0
  179. package/schema/specialAbility/PactGift.schema.json +215 -0
  180. package/schema/specialAbility/ProtectiveWardingCircleSpecialAbility.schema.json +70 -0
  181. package/schema/specialAbility/Sermon.schema.json +62 -0
  182. package/schema/specialAbility/SexSpecialAbility.schema.json +68 -0
  183. package/schema/specialAbility/SikaryanDrainSpecialAbility.schema.json +62 -0
  184. package/schema/specialAbility/SkillStyleSpecialAbility.schema.json +66 -0
  185. package/schema/specialAbility/VampiricGift.schema.json +62 -0
  186. package/schema/specialAbility/Vision.schema.json +62 -0
  187. package/schema/specialAbility/sub/Language.schema.json +215 -0
  188. package/schema/specialAbility/sub/Script.schema.json +127 -0
  189. package/schema/traditionArtifacts/ArcaneOrbEnchantment.schema.json +66 -0
  190. package/schema/traditionArtifacts/AttireEnchantment.schema.json +66 -0
  191. package/schema/traditionArtifacts/BowlEnchantment.schema.json +66 -0
  192. package/schema/traditionArtifacts/CauldronEnchantment.schema.json +83 -0
  193. package/schema/traditionArtifacts/ChronicleEnchantment.schema.json +66 -0
  194. package/schema/traditionArtifacts/DaggerRitual.schema.json +66 -0
  195. package/schema/traditionArtifacts/FoolsHatEnchantment.schema.json +66 -0
  196. package/schema/traditionArtifacts/InstrumentEnchantment.schema.json +66 -0
  197. package/schema/traditionArtifacts/Krallenkettenzauber.schema.json +66 -0
  198. package/schema/traditionArtifacts/OrbEnchantment.schema.json +66 -0
  199. package/schema/traditionArtifacts/RingEnchantment.schema.json +66 -0
  200. package/schema/traditionArtifacts/SickleRitual.schema.json +66 -0
  201. package/schema/traditionArtifacts/SpellSwordEnchantment.schema.json +66 -0
  202. package/schema/traditionArtifacts/StaffEnchantment.schema.json +66 -0
  203. package/schema/traditionArtifacts/ToyEnchantment.schema.json +66 -0
  204. package/schema/traditionArtifacts/Trinkhornzauber.schema.json +66 -0
  205. package/schema/traditionArtifacts/WandEnchantment.schema.json +66 -0
  206. package/schema/traditionArtifacts/WeaponEnchantment.schema.json +66 -0
  207. package/schema/traditionArtifacts/sub/AnimalShape.schema.json +57 -0
  208. package/schema/traditionArtifacts/sub/AnimalShapePath.schema.json +45 -0
  209. package/schema/traditionArtifacts/sub/AnimalShapeSize.schema.json +57 -0
  210. package/schema/traditionArtifacts/sub/Brew.schema.json +45 -0
@@ -30,7 +30,7 @@
30
30
  "minimum": 1
31
31
  },
32
32
  "prerequisites": {
33
- "$ref": "../_Prerequisite.schema.json#/definitions/GroupCollection/GeodeRitual"
33
+ "$ref": "../_Prerequisite.schema.json#/definitions/Prerequisite/GroupCollection/GeodeRitual"
34
34
  },
35
35
  "src": {
36
36
  "$ref": "../source/_PublicationRef.schema.json#/definitions/PublicationRefs"
@@ -26,7 +26,7 @@
26
26
  },
27
27
  "prerequisites": {
28
28
  "description": "The specific other publications this publication depends on data from.",
29
- "$ref": "../_Prerequisite.schema.json#/definitions/GroupCollection/Publication"
29
+ "$ref": "../_Prerequisite.schema.json#/definitions/Prerequisite/GroupCollection/Publication"
30
30
  },
31
31
  "translations": {
32
32
  "description": "All translations for the entry, identified by IETF language tag (BCP47).",
@@ -0,0 +1,76 @@
1
+ {
2
+ "$schema": "http://json-schema.org/draft-07/schema",
3
+ "$id": "specialAbility/AdvancedCombatSpecialAbility.schema.json",
4
+ "$ref": "#/definitions/AdvancedCombatSpecialAbility",
5
+ "definitions": {
6
+ "AdvancedCombatSpecialAbility": {
7
+ "title": "Advanced Combat Special Ability",
8
+ "type": "object",
9
+ "properties": {
10
+ "id": {
11
+ "$ref": "#/definitions/Id"
12
+ },
13
+ "levels": {
14
+ "$ref": "#/definitions/Levels"
15
+ },
16
+ "usage_type": {
17
+ "$ref": "#/definitions/CombatSpecialAbilityType"
18
+ },
19
+ "skill_applications": {
20
+ "$ref": "#/definitions/SkillApplications"
21
+ },
22
+ "skill_uses": {
23
+ "$ref": "#/definitions/SkillUses"
24
+ },
25
+ "combat_techniques": {
26
+ "$ref": "#/definitions/ApplicableCombatTechniques"
27
+ },
28
+ "ap_value": {
29
+ "$ref": "#/definitions/AdventurePointsValue"
30
+ },
31
+ "src": {
32
+ "$ref": "../source/_PublicationRef.schema.json#/definitions/PublicationRefs"
33
+ },
34
+ "translations": {
35
+ "description": "All translations for the entry, identified by IETF language tag (BCP47).",
36
+ "type": "object",
37
+ "patternProperties": {
38
+ "^[a-z]{2}-[A-Z]{2}$": {
39
+ "type": "object",
40
+ "properties": {
41
+ "name": {
42
+ "$ref": "#/definitions/Name"
43
+ },
44
+ "name_in_library": {
45
+ "$ref": "#/definitions/NameInLibrary"
46
+ },
47
+ "rules": {
48
+ "$ref": "#/definitions/Rules"
49
+ },
50
+ "errata": {
51
+ "$ref": "../source/_Erratum.schema.json#/definitions/Errata"
52
+ }
53
+ },
54
+ "required": [
55
+ "name",
56
+ "rules"
57
+ ],
58
+ "additionalProperties": false
59
+ }
60
+ },
61
+ "minProperties": 1,
62
+ "additionalProperties": false
63
+ }
64
+ },
65
+ "required": [
66
+ "id",
67
+ "usage_type",
68
+ "combat_techniques",
69
+ "ap_value",
70
+ "src",
71
+ "translations"
72
+ ],
73
+ "additionalProperties": false
74
+ }
75
+ }
76
+ }
@@ -0,0 +1,68 @@
1
+ {
2
+ "$schema": "http://json-schema.org/draft-07/schema",
3
+ "$id": "specialAbility/AdvancedKarmaSpecialAbility.schema.json",
4
+ "$ref": "#/definitions/AdvancedKarmaSpecialAbility",
5
+ "definitions": {
6
+ "AdvancedKarmaSpecialAbility": {
7
+ "title": "Advanced Karma Special Ability",
8
+ "type": "object",
9
+ "properties": {
10
+ "id": {
11
+ "$ref": "#/definitions/Id"
12
+ },
13
+ "levels": {
14
+ "$ref": "#/definitions/Levels"
15
+ },
16
+ "skill_applications": {
17
+ "$ref": "#/definitions/SkillApplications"
18
+ },
19
+ "skill_uses": {
20
+ "$ref": "#/definitions/SkillUses"
21
+ },
22
+ "ap_value": {
23
+ "$ref": "#/definitions/AdventurePointsValue"
24
+ },
25
+ "src": {
26
+ "$ref": "../source/_PublicationRef.schema.json#/definitions/PublicationRefs"
27
+ },
28
+ "translations": {
29
+ "description": "All translations for the entry, identified by IETF language tag (BCP47).",
30
+ "type": "object",
31
+ "patternProperties": {
32
+ "^[a-z]{2}-[A-Z]{2}$": {
33
+ "type": "object",
34
+ "properties": {
35
+ "name": {
36
+ "$ref": "#/definitions/Name"
37
+ },
38
+ "name_in_library": {
39
+ "$ref": "#/definitions/NameInLibrary"
40
+ },
41
+ "rules": {
42
+ "$ref": "#/definitions/Rules"
43
+ },
44
+ "errata": {
45
+ "$ref": "../source/_Erratum.schema.json#/definitions/Errata"
46
+ }
47
+ },
48
+ "required": [
49
+ "name",
50
+ "rules"
51
+ ],
52
+ "additionalProperties": false
53
+ }
54
+ },
55
+ "minProperties": 1,
56
+ "additionalProperties": false
57
+ }
58
+ },
59
+ "required": [
60
+ "id",
61
+ "ap_value",
62
+ "src",
63
+ "translations"
64
+ ],
65
+ "additionalProperties": false
66
+ }
67
+ }
68
+ }
@@ -0,0 +1,68 @@
1
+ {
2
+ "$schema": "http://json-schema.org/draft-07/schema",
3
+ "$id": "specialAbility/AdvancedMagicalSpecialAbility.schema.json",
4
+ "$ref": "#/definitions/AdvancedMagicalSpecialAbility",
5
+ "definitions": {
6
+ "AdvancedMagicalSpecialAbility": {
7
+ "title": "Advanced Magical Special Ability",
8
+ "type": "object",
9
+ "properties": {
10
+ "id": {
11
+ "$ref": "#/definitions/Id"
12
+ },
13
+ "levels": {
14
+ "$ref": "#/definitions/Levels"
15
+ },
16
+ "skill_applications": {
17
+ "$ref": "#/definitions/SkillApplications"
18
+ },
19
+ "skill_uses": {
20
+ "$ref": "#/definitions/SkillUses"
21
+ },
22
+ "ap_value": {
23
+ "$ref": "#/definitions/AdventurePointsValue"
24
+ },
25
+ "src": {
26
+ "$ref": "../source/_PublicationRef.schema.json#/definitions/PublicationRefs"
27
+ },
28
+ "translations": {
29
+ "description": "All translations for the entry, identified by IETF language tag (BCP47).",
30
+ "type": "object",
31
+ "patternProperties": {
32
+ "^[a-z]{2}-[A-Z]{2}$": {
33
+ "type": "object",
34
+ "properties": {
35
+ "name": {
36
+ "$ref": "#/definitions/Name"
37
+ },
38
+ "name_in_library": {
39
+ "$ref": "#/definitions/NameInLibrary"
40
+ },
41
+ "rules": {
42
+ "$ref": "#/definitions/Rules"
43
+ },
44
+ "errata": {
45
+ "$ref": "../source/_Erratum.schema.json#/definitions/Errata"
46
+ }
47
+ },
48
+ "required": [
49
+ "name",
50
+ "rules"
51
+ ],
52
+ "additionalProperties": false
53
+ }
54
+ },
55
+ "minProperties": 1,
56
+ "additionalProperties": false
57
+ }
58
+ },
59
+ "required": [
60
+ "id",
61
+ "ap_value",
62
+ "src",
63
+ "translations"
64
+ ],
65
+ "additionalProperties": false
66
+ }
67
+ }
68
+ }
@@ -0,0 +1,68 @@
1
+ {
2
+ "$schema": "http://json-schema.org/draft-07/schema",
3
+ "$id": "specialAbility/AdvancedSkillSpecialAbility.schema.json",
4
+ "$ref": "#/definitions/AdvancedSkillSpecialAbility",
5
+ "definitions": {
6
+ "AdvancedSkillSpecialAbility": {
7
+ "title": "Advanced Skill Special Ability",
8
+ "type": "object",
9
+ "properties": {
10
+ "id": {
11
+ "$ref": "#/definitions/Id"
12
+ },
13
+ "levels": {
14
+ "$ref": "#/definitions/Levels"
15
+ },
16
+ "skill_applications": {
17
+ "$ref": "#/definitions/SkillApplications"
18
+ },
19
+ "skill_uses": {
20
+ "$ref": "#/definitions/SkillUses"
21
+ },
22
+ "ap_value": {
23
+ "$ref": "#/definitions/AdventurePointsValue"
24
+ },
25
+ "src": {
26
+ "$ref": "../source/_PublicationRef.schema.json#/definitions/PublicationRefs"
27
+ },
28
+ "translations": {
29
+ "description": "All translations for the entry, identified by IETF language tag (BCP47).",
30
+ "type": "object",
31
+ "patternProperties": {
32
+ "^[a-z]{2}-[A-Z]{2}$": {
33
+ "type": "object",
34
+ "properties": {
35
+ "name": {
36
+ "$ref": "#/definitions/Name"
37
+ },
38
+ "name_in_library": {
39
+ "$ref": "#/definitions/NameInLibrary"
40
+ },
41
+ "rules": {
42
+ "$ref": "#/definitions/Rules"
43
+ },
44
+ "errata": {
45
+ "$ref": "../source/_Erratum.schema.json#/definitions/Errata"
46
+ }
47
+ },
48
+ "required": [
49
+ "name",
50
+ "rules"
51
+ ],
52
+ "additionalProperties": false
53
+ }
54
+ },
55
+ "minProperties": 1,
56
+ "additionalProperties": false
57
+ }
58
+ },
59
+ "required": [
60
+ "id",
61
+ "ap_value",
62
+ "src",
63
+ "translations"
64
+ ],
65
+ "additionalProperties": false
66
+ }
67
+ }
68
+ }
@@ -0,0 +1,62 @@
1
+ {
2
+ "$schema": "http://json-schema.org/draft-07/schema",
3
+ "$id": "specialAbility/AncestorGlyph.schema.json",
4
+ "$ref": "#/definitions/AncestorGlyph",
5
+ "definitions": {
6
+ "AncestorGlyph": {
7
+ "title": "Ancestor Glyph",
8
+ "type": "object",
9
+ "properties": {
10
+ "id": {
11
+ "$ref": "#/definitions/Id"
12
+ },
13
+ "levels": {
14
+ "$ref": "#/definitions/Levels"
15
+ },
16
+ "ap_value": {
17
+ "$ref": "#/definitions/AdventurePointsValue"
18
+ },
19
+ "src": {
20
+ "$ref": "../source/_PublicationRef.schema.json#/definitions/PublicationRefs"
21
+ },
22
+ "translations": {
23
+ "description": "All translations for the entry, identified by IETF language tag (BCP47).",
24
+ "type": "object",
25
+ "patternProperties": {
26
+ "^[a-z]{2}-[A-Z]{2}$": {
27
+ "type": "object",
28
+ "properties": {
29
+ "name": {
30
+ "$ref": "#/definitions/Name"
31
+ },
32
+ "name_in_library": {
33
+ "$ref": "#/definitions/NameInLibrary"
34
+ },
35
+ "rules": {
36
+ "$ref": "#/definitions/Rules"
37
+ },
38
+ "errata": {
39
+ "$ref": "../source/_Erratum.schema.json#/definitions/Errata"
40
+ }
41
+ },
42
+ "required": [
43
+ "name",
44
+ "rules"
45
+ ],
46
+ "additionalProperties": false
47
+ }
48
+ },
49
+ "minProperties": 1,
50
+ "additionalProperties": false
51
+ }
52
+ },
53
+ "required": [
54
+ "id",
55
+ "ap_value",
56
+ "src",
57
+ "translations"
58
+ ],
59
+ "additionalProperties": false
60
+ }
61
+ }
62
+ }
@@ -0,0 +1,300 @@
1
+ {
2
+ "$schema": "http://json-schema.org/draft-07/schema",
3
+ "$id": "specialAbility/BlessedTradition.schema.json",
4
+ "$ref": "#/definitions/BlessedTradition",
5
+ "definitions": {
6
+ "BlessedTradition": {
7
+ "title": "Blessed Tradition",
8
+ "type": "object",
9
+ "properties": {
10
+ "id": {
11
+ "$ref": "#/definitions/Id"
12
+ },
13
+ "skill_applications": {
14
+ "$ref": "#/definitions/SkillApplications"
15
+ },
16
+ "skill_uses": {
17
+ "$ref": "#/definitions/SkillUses"
18
+ },
19
+ "primary": {
20
+ "description": "The tradition's primary attribute. Leave empty if the tradition does not\nhave one.",
21
+ "type": "object",
22
+ "properties": {
23
+ "id": {
24
+ "description": "The attribute's identifier.",
25
+ "type": "integer",
26
+ "maximum": 8,
27
+ "minimum": 1
28
+ }
29
+ },
30
+ "required": [
31
+ "id"
32
+ ],
33
+ "additionalProperties": false
34
+ },
35
+ "aspects": {
36
+ "description": "The tradition's aspects, if any",
37
+ "type": "array",
38
+ "items": [
39
+ {
40
+ "type": "object",
41
+ "properties": {
42
+ "id": {
43
+ "description": "The first aspect's identifier.",
44
+ "type": "integer",
45
+ "minimum": 1
46
+ }
47
+ },
48
+ "required": [
49
+ "id"
50
+ ],
51
+ "additionalProperties": false
52
+ },
53
+ {
54
+ "type": "object",
55
+ "properties": {
56
+ "id": {
57
+ "description": "The second aspect's identifier.",
58
+ "type": "integer",
59
+ "minimum": 1
60
+ }
61
+ },
62
+ "required": [
63
+ "id"
64
+ ],
65
+ "additionalProperties": false
66
+ }
67
+ ],
68
+ "minItems": 2,
69
+ "maxItems": 2,
70
+ "additionalItems": false
71
+ },
72
+ "restricted_blessings": {
73
+ "description": "If a tradition restricts the possible blessings, the blessings that are not\nallowed.",
74
+ "type": "array",
75
+ "items": {
76
+ "type": "object",
77
+ "properties": {
78
+ "id": {
79
+ "description": "The blessing's identifier.",
80
+ "type": "integer",
81
+ "minimum": 1
82
+ }
83
+ },
84
+ "required": [
85
+ "id"
86
+ ],
87
+ "additionalProperties": false
88
+ },
89
+ "minItems": 3,
90
+ "maxItems": 6
91
+ },
92
+ "favored_combat_techniques": {
93
+ "description": "A list of favored combat techniques.",
94
+ "oneOf": [
95
+ {
96
+ "type": "object",
97
+ "properties": {
98
+ "tag": {
99
+ "const": "All"
100
+ }
101
+ },
102
+ "required": [
103
+ "tag"
104
+ ],
105
+ "additionalProperties": false
106
+ },
107
+ {
108
+ "type": "object",
109
+ "properties": {
110
+ "tag": {
111
+ "const": "AllClose"
112
+ }
113
+ },
114
+ "required": [
115
+ "tag"
116
+ ],
117
+ "additionalProperties": false
118
+ },
119
+ {
120
+ "type": "object",
121
+ "properties": {
122
+ "tag": {
123
+ "const": "AllUsedInHunting"
124
+ }
125
+ },
126
+ "required": [
127
+ "tag"
128
+ ],
129
+ "additionalProperties": false
130
+ },
131
+ {
132
+ "type": "object",
133
+ "properties": {
134
+ "tag": {
135
+ "const": "Specific"
136
+ },
137
+ "list": {
138
+ "description": "A list of specific favored combat techniques.",
139
+ "type": "array",
140
+ "items": {
141
+ "type": "object",
142
+ "properties": {
143
+ "id": {
144
+ "description": "The combat technique's identifier.",
145
+ "$ref": "../_Identifier.schema.json#/definitions/Identifier/Group/CombatTechnique"
146
+ }
147
+ },
148
+ "required": [
149
+ "id"
150
+ ],
151
+ "additionalProperties": false
152
+ },
153
+ "minItems": 1
154
+ }
155
+ },
156
+ "required": [
157
+ "tag",
158
+ "list"
159
+ ],
160
+ "additionalProperties": false
161
+ }
162
+ ]
163
+ },
164
+ "favored_skills": {
165
+ "description": "A list of favored skills.",
166
+ "type": "array",
167
+ "items": {
168
+ "type": "object",
169
+ "properties": {
170
+ "id": {
171
+ "description": "The skill's identifier.",
172
+ "type": "integer",
173
+ "minimum": 1
174
+ }
175
+ },
176
+ "required": [
177
+ "id"
178
+ ],
179
+ "additionalProperties": false
180
+ },
181
+ "minItems": 1
182
+ },
183
+ "favored_skills_selection": {
184
+ "description": "On activation of the tradition, a specific number of skills from a list of\nskills must be selected as being favored.",
185
+ "type": "object",
186
+ "properties": {
187
+ "number": {
188
+ "description": "The number of skills that can be selected.",
189
+ "type": "integer",
190
+ "minimum": 1
191
+ },
192
+ "options": {
193
+ "description": "The possible set of skills.",
194
+ "type": "array",
195
+ "items": {
196
+ "type": "object",
197
+ "properties": {
198
+ "id": {
199
+ "description": "The skill's identifier.",
200
+ "type": "integer",
201
+ "minimum": 1
202
+ }
203
+ },
204
+ "required": [
205
+ "id"
206
+ ],
207
+ "additionalProperties": false
208
+ }
209
+ }
210
+ },
211
+ "required": [
212
+ "number",
213
+ "options"
214
+ ],
215
+ "additionalProperties": false
216
+ },
217
+ "is_shamanistic": {
218
+ "description": "Is this a schamanistic tradition?",
219
+ "type": "boolean"
220
+ },
221
+ "associated_principles_id": {
222
+ "description": "The select option's identifier of the disadvantage *Principles* that\nrepresent this tradition's code, if any.",
223
+ "type": "number"
224
+ },
225
+ "ap_value": {
226
+ "$ref": "#/definitions/AdventurePointsValue"
227
+ },
228
+ "src": {
229
+ "$ref": "../source/_PublicationRef.schema.json#/definitions/PublicationRefs"
230
+ },
231
+ "translations": {
232
+ "description": "All translations for the entry, identified by IETF language tag (BCP47).",
233
+ "type": "object",
234
+ "patternProperties": {
235
+ "^[a-z]{2}-[A-Z]{2}$": {
236
+ "type": "object",
237
+ "properties": {
238
+ "name": {
239
+ "$ref": "#/definitions/Name"
240
+ },
241
+ "name_compressed": {
242
+ "description": "A shorter name of the tradition's name, used in liturgical chant\ndescriptions.",
243
+ "type": "string",
244
+ "minLength": 1
245
+ },
246
+ "name_in_library": {
247
+ "$ref": "#/definitions/NameInLibrary"
248
+ },
249
+ "special_rules": {
250
+ "description": "The special rules of the tradition. They should be sorted like they are\nin the book.",
251
+ "type": "array",
252
+ "items": {
253
+ "type": "object",
254
+ "properties": {
255
+ "label": {
256
+ "description": "An optional label that is displayed and placed before the actual\ntext.",
257
+ "type": "string",
258
+ "minLength": 1
259
+ },
260
+ "text": {
261
+ "description": "The text of a special rule.",
262
+ "type": "string",
263
+ "minLength": 1
264
+ }
265
+ },
266
+ "required": [
267
+ "text"
268
+ ],
269
+ "additionalProperties": false
270
+ },
271
+ "minItems": 1
272
+ },
273
+ "errata": {
274
+ "$ref": "../source/_Erratum.schema.json#/definitions/Errata"
275
+ }
276
+ },
277
+ "required": [
278
+ "name",
279
+ "name_compressed",
280
+ "special_rules"
281
+ ],
282
+ "additionalProperties": false
283
+ }
284
+ },
285
+ "minProperties": 1,
286
+ "additionalProperties": false
287
+ }
288
+ },
289
+ "required": [
290
+ "id",
291
+ "favored_skills",
292
+ "is_shamanistic",
293
+ "ap_value",
294
+ "src",
295
+ "translations"
296
+ ],
297
+ "additionalProperties": false
298
+ }
299
+ }
300
+ }