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,188 +0,0 @@
1
- {
2
- "$schema": "https://json-schema.org/draft/2019-09/schema",
3
- "$id": "/_ActivatableSkill.schema.json",
4
- "$defs": {
5
- "FastPerformanceParameters": {
6
- "oneOf": [
7
- {
8
- "type": "object",
9
- "properties": {
10
- "tag": {
11
- "const": "OneTime"
12
- },
13
- "one_time": {
14
- "$ref": "#/$defs/FastOneTimePerformanceParameters"
15
- }
16
- },
17
- "required": [
18
- "tag",
19
- "one_time"
20
- ],
21
- "additionalProperties": false
22
- },
23
- {
24
- "type": "object",
25
- "properties": {
26
- "tag": {
27
- "const": "Sustained"
28
- },
29
- "sustained": {
30
- "$ref": "#/$defs/FastSustainedPerformanceParameters"
31
- }
32
- },
33
- "required": [
34
- "tag",
35
- "sustained"
36
- ],
37
- "additionalProperties": false
38
- }
39
- ]
40
- },
41
- "FastOneTimePerformanceParameters": {
42
- "type": "object",
43
- "properties": {
44
- "casting_time": {
45
- "$ref": "./_ActivatableSkillCastingTime.schema.json#/$defs/FastCastingTime"
46
- },
47
- "cost": {
48
- "$ref": "./_ActivatableSkillCost.schema.json#/$defs/OneTimeCost"
49
- },
50
- "range": {
51
- "$ref": "./_ActivatableSkillRange.schema.json#/$defs/Range"
52
- },
53
- "duration": {
54
- "$ref": "./_ActivatableSkillDuration.schema.json#/$defs/DurationForOneTime"
55
- }
56
- },
57
- "required": [
58
- "casting_time",
59
- "cost",
60
- "range",
61
- "duration"
62
- ],
63
- "additionalProperties": false
64
- },
65
- "FastSustainedPerformanceParameters": {
66
- "type": "object",
67
- "properties": {
68
- "casting_time": {
69
- "$ref": "./_ActivatableSkillCastingTime.schema.json#/$defs/FastCastingTime"
70
- },
71
- "cost": {
72
- "$ref": "./_ActivatableSkillCost.schema.json#/$defs/SustainedCost"
73
- },
74
- "range": {
75
- "$ref": "./_ActivatableSkillRange.schema.json#/$defs/Range"
76
- },
77
- "duration": {
78
- "$ref": "./_ActivatableSkillDuration.schema.json#/$defs/DurationForSustained"
79
- }
80
- },
81
- "required": [
82
- "casting_time",
83
- "cost",
84
- "range"
85
- ],
86
- "additionalProperties": false
87
- },
88
- "SlowPerformanceParameters": {
89
- "oneOf": [
90
- {
91
- "type": "object",
92
- "properties": {
93
- "tag": {
94
- "const": "OneTime"
95
- },
96
- "one_time": {
97
- "$ref": "#/$defs/SlowOneTimePerformanceParameters"
98
- }
99
- },
100
- "required": [
101
- "tag",
102
- "one_time"
103
- ],
104
- "additionalProperties": false
105
- },
106
- {
107
- "type": "object",
108
- "properties": {
109
- "tag": {
110
- "const": "Sustained"
111
- },
112
- "sustained": {
113
- "$ref": "#/$defs/SlowSustainedPerformanceParameters"
114
- }
115
- },
116
- "required": [
117
- "tag",
118
- "sustained"
119
- ],
120
- "additionalProperties": false
121
- }
122
- ]
123
- },
124
- "SlowOneTimePerformanceParameters": {
125
- "type": "object",
126
- "properties": {
127
- "casting_time": {
128
- "$ref": "./_ActivatableSkillCastingTime.schema.json#/$defs/SlowCastingTime"
129
- },
130
- "cost": {
131
- "$ref": "./_ActivatableSkillCost.schema.json#/$defs/OneTimeCost"
132
- },
133
- "range": {
134
- "$ref": "./_ActivatableSkillRange.schema.json#/$defs/Range"
135
- },
136
- "duration": {
137
- "$ref": "./_ActivatableSkillDuration.schema.json#/$defs/DurationForOneTime"
138
- }
139
- },
140
- "required": [
141
- "casting_time",
142
- "cost",
143
- "range",
144
- "duration"
145
- ],
146
- "additionalProperties": false
147
- },
148
- "SlowSustainedPerformanceParameters": {
149
- "type": "object",
150
- "properties": {
151
- "casting_time": {
152
- "$ref": "./_ActivatableSkillCastingTime.schema.json#/$defs/SlowCastingTime"
153
- },
154
- "cost": {
155
- "$ref": "./_ActivatableSkillCost.schema.json#/$defs/SustainedCost"
156
- },
157
- "range": {
158
- "$ref": "./_ActivatableSkillRange.schema.json#/$defs/Range"
159
- },
160
- "duration": {
161
- "$ref": "./_ActivatableSkillDuration.schema.json#/$defs/DurationForSustained"
162
- }
163
- },
164
- "required": [
165
- "casting_time",
166
- "cost",
167
- "range"
168
- ],
169
- "additionalProperties": false
170
- },
171
- "OldParameter": {
172
- "type": "object",
173
- "properties": {
174
- "full": {
175
- "type": "string"
176
- },
177
- "abbr": {
178
- "type": "string"
179
- }
180
- },
181
- "required": [
182
- "full",
183
- "abbr"
184
- ],
185
- "additionalProperties": false
186
- }
187
- }
188
- }
@@ -1,181 +0,0 @@
1
- {
2
- "$schema": "https://json-schema.org/draft/2019-09/schema",
3
- "$id": "/_ActivatableSkillCastingTime.schema.json",
4
- "$defs": {
5
- "ModifiableCastingTime": {
6
- "type": "object",
7
- "properties": {
8
- "initial_modification_level": {
9
- "description": "The initial skill modification identifier/level.",
10
- "type": "integer",
11
- "maximum": 6,
12
- "minimum": 1
13
- }
14
- },
15
- "required": [
16
- "initial_modification_level"
17
- ],
18
- "additionalProperties": false
19
- },
20
- "CastingTimeDuringLovemaking": {
21
- "description": "The casting time during lovemaking. In Aventurian Intimacy, you may only use an activatable skill during lovemaking if it has a casting time used during lovemaking.",
22
- "type": "object",
23
- "properties": {
24
- "value": {
25
- "description": "The (unitless) casting time value.",
26
- "type": "integer",
27
- "minimum": 1
28
- },
29
- "unit": {
30
- "description": "The unit of the `value`.",
31
- "$ref": "#/$defs/CastingTimeDuringLovemakingUnit"
32
- }
33
- },
34
- "required": [
35
- "value",
36
- "unit"
37
- ],
38
- "additionalProperties": false
39
- },
40
- "CastingTimeDuringLovemakingUnit": {
41
- "oneOf": [
42
- {
43
- "const": "SeductionActions"
44
- },
45
- {
46
- "const": "Rounds"
47
- }
48
- ]
49
- },
50
- "FastSkillNonModifiableCastingTime": {
51
- "type": "object",
52
- "properties": {
53
- "actions": {
54
- "description": "The casting time value in actions.",
55
- "type": "integer",
56
- "minimum": 1
57
- }
58
- },
59
- "required": [
60
- "actions"
61
- ],
62
- "additionalProperties": false
63
- },
64
- "SlowSkillNonModifiableCastingTime": {
65
- "type": "object",
66
- "properties": {
67
- "value": {
68
- "description": "The (unitless) casting time value.",
69
- "type": "integer",
70
- "minimum": 1
71
- },
72
- "unit": {
73
- "$ref": "./SkillModificationLevel.schema.json#/$defs/SlowSkillCastingTimeUnit"
74
- }
75
- },
76
- "required": [
77
- "value",
78
- "unit"
79
- ],
80
- "additionalProperties": false
81
- },
82
- "FastCastingTime": {
83
- "description": "The casting time may have two different values: One for use in “normal” time, i. e. actions, combat rounds and others, and one for use during lovemaking, which is a rule set from Aventurian Intimacy.\n\nThere must always be at least one casting time value.",
84
- "type": "object",
85
- "properties": {
86
- "default": {
87
- "oneOf": [
88
- {
89
- "type": "object",
90
- "properties": {
91
- "tag": {
92
- "const": "Modifiable"
93
- },
94
- "modifiable": {
95
- "$ref": "#/$defs/ModifiableCastingTime"
96
- }
97
- },
98
- "required": [
99
- "tag",
100
- "modifiable"
101
- ],
102
- "additionalProperties": false
103
- },
104
- {
105
- "type": "object",
106
- "properties": {
107
- "tag": {
108
- "const": "NonModifiable"
109
- },
110
- "non_modifiable": {
111
- "$ref": "#/$defs/FastSkillNonModifiableCastingTime"
112
- }
113
- },
114
- "required": [
115
- "tag",
116
- "non_modifiable"
117
- ],
118
- "additionalProperties": false
119
- }
120
- ]
121
- },
122
- "during_lovemaking": {
123
- "description": "The casting time during lovemaking. In Aventurian Intimacy, you may only use an activatable skill during lovemaking if it has a casting time used during lovemaking.",
124
- "$ref": "#/$defs/CastingTimeDuringLovemaking"
125
- }
126
- },
127
- "required": [],
128
- "minProperties": 1,
129
- "additionalProperties": false
130
- },
131
- "SlowCastingTime": {
132
- "description": "The casting time may have two different values: One for use in “normal” time, i. e. actions, combat rounds and others, and one for use during lovemaking, which is a rule set from Aventurian Intimacy.\n\nThere must always be at least one casting time value.",
133
- "type": "object",
134
- "properties": {
135
- "default": {
136
- "oneOf": [
137
- {
138
- "type": "object",
139
- "properties": {
140
- "tag": {
141
- "const": "Modifiable"
142
- },
143
- "modifiable": {
144
- "$ref": "#/$defs/ModifiableCastingTime"
145
- }
146
- },
147
- "required": [
148
- "tag",
149
- "modifiable"
150
- ],
151
- "additionalProperties": false
152
- },
153
- {
154
- "type": "object",
155
- "properties": {
156
- "tag": {
157
- "const": "NonModifiable"
158
- },
159
- "non_modifiable": {
160
- "$ref": "#/$defs/SlowSkillNonModifiableCastingTime"
161
- }
162
- },
163
- "required": [
164
- "tag",
165
- "non_modifiable"
166
- ],
167
- "additionalProperties": false
168
- }
169
- ]
170
- },
171
- "during_lovemaking": {
172
- "description": "The casting time during lovemaking. In Aventurian Intimacy, you may only use an activatable skill during lovemaking if it has a casting time used during lovemaking.",
173
- "$ref": "#/$defs/CastingTimeDuringLovemaking"
174
- }
175
- },
176
- "required": [],
177
- "minProperties": 1,
178
- "additionalProperties": false
179
- }
180
- }
181
- }
@@ -1,65 +0,0 @@
1
- {
2
- "$schema": "https://json-schema.org/draft/2019-09/schema",
3
- "$id": "/_ActivatableSkillCheckResultBased.schema.json",
4
- "$defs": {
5
- "CheckResultValue": {
6
- "description": "Defines the derived (unitless) value.",
7
- "oneOf": [
8
- {
9
- "const": "QualityLevels"
10
- },
11
- {
12
- "const": "SkillPoints"
13
- }
14
- ]
15
- },
16
- "CheckResultArithmetic": {
17
- "description": "Defines how the the `value` is set off against the check result.",
18
- "oneOf": [
19
- {
20
- "const": "Multiply"
21
- },
22
- {
23
- "const": "Divide"
24
- }
25
- ]
26
- },
27
- "CheckResultBasedModifier": {
28
- "type": "object",
29
- "properties": {
30
- "arithmetic": {
31
- "description": "The arithmetic how to apply the `value` to the `base`.",
32
- "$ref": "#/$defs/CheckResultArithmetic"
33
- },
34
- "value": {
35
- "description": "The value that is applied to the `base` using the defined `arithmetic`.",
36
- "type": "integer",
37
- "minimum": 2
38
- }
39
- },
40
- "required": [
41
- "arithmetic",
42
- "value"
43
- ],
44
- "additionalProperties": false
45
- },
46
- "CheckResultBased": {
47
- "description": "Defines a parameter being based on a check result.",
48
- "type": "object",
49
- "properties": {
50
- "base": {
51
- "description": "The base value that is derived from the check result.",
52
- "$ref": "#/$defs/CheckResultValue"
53
- },
54
- "modifier": {
55
- "description": "If defined, it modifies the base value.",
56
- "$ref": "#/$defs/CheckResultBasedModifier"
57
- }
58
- },
59
- "required": [
60
- "base"
61
- ],
62
- "additionalProperties": false
63
- }
64
- }
65
- }