optolith-database-schema 0.1.0 → 0.1.3

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 (67) hide show
  1. package/CHANGELOG.md +27 -0
  2. package/lib/types/FamiliarsTrick.d.ts +333 -0
  3. package/lib/types/FamiliarsTrick.js +4 -0
  4. package/lib/types/FamiliarsTrick_AnimalType.d.ts +30 -0
  5. package/lib/types/FamiliarsTrick_AnimalType.js +4 -0
  6. package/lib/types/_Activatable.d.ts +124 -1
  7. package/lib/types/_Identifier.d.ts +7 -1
  8. package/lib/types/_Identifier.js +7 -0
  9. package/lib/types/specialAbility/AdvancedCombatSpecialAbility.d.ts +1 -0
  10. package/lib/types/specialAbility/CombatSpecialAbility.d.ts +1 -0
  11. package/lib/types/specialAbility/sub/TradeSecret.d.ts +50 -0
  12. package/lib/types/specialAbility/sub/TradeSecret.js +4 -0
  13. package/package.json +2 -2
  14. package/schema/Advantage.schema.json +8 -8
  15. package/schema/Disadvantage.schema.json +6 -6
  16. package/schema/FamiliarsTrick.schema.json +602 -0
  17. package/schema/FamiliarsTrick_AnimalType.schema.json +45 -0
  18. package/schema/_Activatable.schema.json +245 -3
  19. package/schema/_Identifier.schema.json +26 -4
  20. package/schema/specialAbility/AdvancedCombatSpecialAbility.schema.json +13 -10
  21. package/schema/specialAbility/AdvancedKarmaSpecialAbility.schema.json +8 -8
  22. package/schema/specialAbility/AdvancedMagicalSpecialAbility.schema.json +8 -8
  23. package/schema/specialAbility/AdvancedSkillSpecialAbility.schema.json +8 -8
  24. package/schema/specialAbility/AncestorGlyph.schema.json +6 -6
  25. package/schema/specialAbility/BlessedTradition.schema.json +6 -6
  26. package/schema/specialAbility/BrawlingSpecialAbility.schema.json +8 -8
  27. package/schema/specialAbility/CeremonialItemSpecialAbility.schema.json +9 -9
  28. package/schema/specialAbility/CombatSpecialAbility.schema.json +13 -10
  29. package/schema/specialAbility/CombatStyleSpecialAbility.schema.json +11 -11
  30. package/schema/specialAbility/CommandSpecialAbility.schema.json +8 -8
  31. package/schema/specialAbility/FamiliarSpecialAbility.schema.json +6 -6
  32. package/schema/specialAbility/FatePointSexSpecialAbility.schema.json +6 -6
  33. package/schema/specialAbility/FatePointSpecialAbility.schema.json +8 -8
  34. package/schema/specialAbility/GeneralSpecialAbility.schema.json +8 -8
  35. package/schema/specialAbility/KarmaSpecialAbility.schema.json +6 -6
  36. package/schema/specialAbility/LiturgicalStyleSpecialAbility.schema.json +9 -9
  37. package/schema/specialAbility/LycantropicGift.schema.json +6 -6
  38. package/schema/specialAbility/MagicStyleSpecialAbility.schema.json +9 -9
  39. package/schema/specialAbility/MagicalSpecialAbility.schema.json +8 -8
  40. package/schema/specialAbility/MagicalTradition.schema.json +7 -7
  41. package/schema/specialAbility/PactGift.schema.json +6 -6
  42. package/schema/specialAbility/ProtectiveWardingCircleSpecialAbility.schema.json +5 -5
  43. package/schema/specialAbility/Sermon.schema.json +6 -6
  44. package/schema/specialAbility/SexSpecialAbility.schema.json +8 -8
  45. package/schema/specialAbility/SikaryanDrainSpecialAbility.schema.json +6 -6
  46. package/schema/specialAbility/SkillStyleSpecialAbility.schema.json +7 -7
  47. package/schema/specialAbility/VampiricGift.schema.json +6 -6
  48. package/schema/specialAbility/Vision.schema.json +6 -6
  49. package/schema/specialAbility/sub/TradeSecret.schema.json +68 -0
  50. package/schema/traditionArtifacts/ArcaneOrbEnchantment.schema.json +7 -7
  51. package/schema/traditionArtifacts/AttireEnchantment.schema.json +7 -7
  52. package/schema/traditionArtifacts/BowlEnchantment.schema.json +7 -7
  53. package/schema/traditionArtifacts/CauldronEnchantment.schema.json +7 -7
  54. package/schema/traditionArtifacts/ChronicleEnchantment.schema.json +7 -7
  55. package/schema/traditionArtifacts/DaggerRitual.schema.json +7 -7
  56. package/schema/traditionArtifacts/FoolsHatEnchantment.schema.json +7 -7
  57. package/schema/traditionArtifacts/InstrumentEnchantment.schema.json +7 -7
  58. package/schema/traditionArtifacts/Krallenkettenzauber.schema.json +7 -7
  59. package/schema/traditionArtifacts/OrbEnchantment.schema.json +7 -7
  60. package/schema/traditionArtifacts/RingEnchantment.schema.json +7 -7
  61. package/schema/traditionArtifacts/SickleRitual.schema.json +7 -7
  62. package/schema/traditionArtifacts/SpellSwordEnchantment.schema.json +7 -7
  63. package/schema/traditionArtifacts/StaffEnchantment.schema.json +7 -7
  64. package/schema/traditionArtifacts/ToyEnchantment.schema.json +7 -7
  65. package/schema/traditionArtifacts/Trinkhornzauber.schema.json +7 -7
  66. package/schema/traditionArtifacts/WandEnchantment.schema.json +7 -7
  67. package/schema/traditionArtifacts/WeaponEnchantment.schema.json +7 -7
@@ -8,19 +8,19 @@
8
8
  "type": "object",
9
9
  "properties": {
10
10
  "id": {
11
- "$ref": "#/definitions/Id"
11
+ "$ref": "../_Activatable.schema.json#/definitions/Id"
12
12
  },
13
13
  "levels": {
14
- "$ref": "#/definitions/Levels"
14
+ "$ref": "../_Activatable.schema.json#/definitions/Levels"
15
15
  },
16
16
  "type": {
17
- "$ref": "#/definitions/CombatSpecialAbilityType"
17
+ "$ref": "../_Activatable.schema.json#/definitions/CombatSpecialAbilityType"
18
18
  },
19
19
  "combat_techniques": {
20
- "$ref": "#/definitions/ApplicableCombatTechniques"
20
+ "$ref": "../_Activatable.schema.json#/definitions/ApplicableCombatTechniques"
21
21
  },
22
22
  "ap_value": {
23
- "$ref": "#/definitions/AdventurePointsValue"
23
+ "$ref": "../_Activatable.schema.json#/definitions/AdventurePointsValue"
24
24
  },
25
25
  "src": {
26
26
  "$ref": "../source/_PublicationRef.schema.json#/definitions/PublicationRefs"
@@ -33,13 +33,13 @@
33
33
  "type": "object",
34
34
  "properties": {
35
35
  "name": {
36
- "$ref": "#/definitions/Name"
36
+ "$ref": "../_Activatable.schema.json#/definitions/Name"
37
37
  },
38
38
  "name_in_library": {
39
- "$ref": "#/definitions/NameInLibrary"
39
+ "$ref": "../_Activatable.schema.json#/definitions/NameInLibrary"
40
40
  },
41
41
  "rules": {
42
- "$ref": "#/definitions/Rules"
42
+ "$ref": "../_Activatable.schema.json#/definitions/Rules"
43
43
  },
44
44
  "errata": {
45
45
  "$ref": "../source/_Erratum.schema.json#/definitions/Errata"
@@ -8,22 +8,22 @@
8
8
  "type": "object",
9
9
  "properties": {
10
10
  "id": {
11
- "$ref": "#/definitions/Id"
11
+ "$ref": "../_Activatable.schema.json#/definitions/Id"
12
12
  },
13
13
  "levels": {
14
- "$ref": "#/definitions/Levels"
14
+ "$ref": "../_Activatable.schema.json#/definitions/Levels"
15
15
  },
16
16
  "skill_applications": {
17
- "$ref": "#/definitions/SkillApplications"
17
+ "$ref": "../_Activatable.schema.json#/definitions/SkillApplications"
18
18
  },
19
19
  "skill_uses": {
20
- "$ref": "#/definitions/SkillUses"
20
+ "$ref": "../_Activatable.schema.json#/definitions/SkillUses"
21
21
  },
22
22
  "aspect": {
23
- "$ref": "#/definitions/Aspect"
23
+ "$ref": "../_Activatable.schema.json#/definitions/Aspect"
24
24
  },
25
25
  "ap_value": {
26
- "$ref": "#/definitions/AdventurePointsValue"
26
+ "$ref": "../_Activatable.schema.json#/definitions/AdventurePointsValue"
27
27
  },
28
28
  "src": {
29
29
  "$ref": "../source/_PublicationRef.schema.json#/definitions/PublicationRefs"
@@ -36,13 +36,13 @@
36
36
  "type": "object",
37
37
  "properties": {
38
38
  "name": {
39
- "$ref": "#/definitions/Name"
39
+ "$ref": "../_Activatable.schema.json#/definitions/Name"
40
40
  },
41
41
  "name_in_library": {
42
- "$ref": "#/definitions/NameInLibrary"
42
+ "$ref": "../_Activatable.schema.json#/definitions/NameInLibrary"
43
43
  },
44
44
  "effect": {
45
- "$ref": "#/definitions/Effect"
45
+ "$ref": "../_Activatable.schema.json#/definitions/Effect"
46
46
  },
47
47
  "errata": {
48
48
  "$ref": "../source/_Erratum.schema.json#/definitions/Errata"
@@ -8,25 +8,28 @@
8
8
  "type": "object",
9
9
  "properties": {
10
10
  "id": {
11
- "$ref": "#/definitions/Id"
11
+ "$ref": "../_Activatable.schema.json#/definitions/Id"
12
12
  },
13
13
  "levels": {
14
- "$ref": "#/definitions/Levels"
14
+ "$ref": "../_Activatable.schema.json#/definitions/Levels"
15
15
  },
16
16
  "usage_type": {
17
- "$ref": "#/definitions/CombatSpecialAbilityType"
17
+ "$ref": "../_Activatable.schema.json#/definitions/CombatSpecialAbilityType"
18
18
  },
19
19
  "skill_applications": {
20
- "$ref": "#/definitions/SkillApplications"
20
+ "$ref": "../_Activatable.schema.json#/definitions/SkillApplications"
21
21
  },
22
22
  "skill_uses": {
23
- "$ref": "#/definitions/SkillUses"
23
+ "$ref": "../_Activatable.schema.json#/definitions/SkillUses"
24
+ },
25
+ "penalty": {
26
+ "$ref": "../_Activatable.schema.json#/definitions/Penalty"
24
27
  },
25
28
  "combat_techniques": {
26
- "$ref": "#/definitions/ApplicableCombatTechniques"
29
+ "$ref": "../_Activatable.schema.json#/definitions/ApplicableCombatTechniques"
27
30
  },
28
31
  "ap_value": {
29
- "$ref": "#/definitions/AdventurePointsValue"
32
+ "$ref": "../_Activatable.schema.json#/definitions/AdventurePointsValue"
30
33
  },
31
34
  "src": {
32
35
  "$ref": "../source/_PublicationRef.schema.json#/definitions/PublicationRefs"
@@ -39,13 +42,13 @@
39
42
  "type": "object",
40
43
  "properties": {
41
44
  "name": {
42
- "$ref": "#/definitions/Name"
45
+ "$ref": "../_Activatable.schema.json#/definitions/Name"
43
46
  },
44
47
  "name_in_library": {
45
- "$ref": "#/definitions/NameInLibrary"
48
+ "$ref": "../_Activatable.schema.json#/definitions/NameInLibrary"
46
49
  },
47
50
  "rules": {
48
- "$ref": "#/definitions/Rules"
51
+ "$ref": "../_Activatable.schema.json#/definitions/Rules"
49
52
  },
50
53
  "errata": {
51
54
  "$ref": "../source/_Erratum.schema.json#/definitions/Errata"
@@ -8,13 +8,13 @@
8
8
  "type": "object",
9
9
  "properties": {
10
10
  "id": {
11
- "$ref": "#/definitions/Id"
11
+ "$ref": "../_Activatable.schema.json#/definitions/Id"
12
12
  },
13
13
  "levels": {
14
- "$ref": "#/definitions/Levels"
14
+ "$ref": "../_Activatable.schema.json#/definitions/Levels"
15
15
  },
16
16
  "usage_type": {
17
- "$ref": "#/definitions/CombatSpecialAbilityType"
17
+ "$ref": "../_Activatable.schema.json#/definitions/CombatSpecialAbilityType"
18
18
  },
19
19
  "type": {
20
20
  "description": "Is this an armed or unarmed combat style?",
@@ -46,19 +46,19 @@
46
46
  ]
47
47
  },
48
48
  "skill_applications": {
49
- "$ref": "#/definitions/SkillApplications"
49
+ "$ref": "../_Activatable.schema.json#/definitions/SkillApplications"
50
50
  },
51
51
  "skill_uses": {
52
- "$ref": "#/definitions/SkillUses"
52
+ "$ref": "../_Activatable.schema.json#/definitions/SkillUses"
53
53
  },
54
54
  "advanced": {
55
- "$ref": "#/definitions/AdvancedSpecialAbilities"
55
+ "$ref": "../_Activatable.schema.json#/definitions/AdvancedSpecialAbilities"
56
56
  },
57
57
  "combat_techniques": {
58
- "$ref": "#/definitions/ApplicableCombatTechniques"
58
+ "$ref": "../_Activatable.schema.json#/definitions/ApplicableCombatTechniques"
59
59
  },
60
60
  "ap_value": {
61
- "$ref": "#/definitions/AdventurePointsValue"
61
+ "$ref": "../_Activatable.schema.json#/definitions/AdventurePointsValue"
62
62
  },
63
63
  "src": {
64
64
  "$ref": "../source/_PublicationRef.schema.json#/definitions/PublicationRefs"
@@ -71,13 +71,13 @@
71
71
  "type": "object",
72
72
  "properties": {
73
73
  "name": {
74
- "$ref": "#/definitions/Name"
74
+ "$ref": "../_Activatable.schema.json#/definitions/Name"
75
75
  },
76
76
  "name_in_library": {
77
- "$ref": "#/definitions/NameInLibrary"
77
+ "$ref": "../_Activatable.schema.json#/definitions/NameInLibrary"
78
78
  },
79
79
  "rules": {
80
- "$ref": "#/definitions/Rules"
80
+ "$ref": "../_Activatable.schema.json#/definitions/Rules"
81
81
  },
82
82
  "errata": {
83
83
  "$ref": "../source/_Erratum.schema.json#/definitions/Errata"
@@ -8,19 +8,19 @@
8
8
  "type": "object",
9
9
  "properties": {
10
10
  "id": {
11
- "$ref": "#/definitions/Id"
11
+ "$ref": "../_Activatable.schema.json#/definitions/Id"
12
12
  },
13
13
  "levels": {
14
- "$ref": "#/definitions/Levels"
14
+ "$ref": "../_Activatable.schema.json#/definitions/Levels"
15
15
  },
16
16
  "usage_type": {
17
- "$ref": "#/definitions/CombatSpecialAbilityType"
17
+ "$ref": "../_Activatable.schema.json#/definitions/CombatSpecialAbilityType"
18
18
  },
19
19
  "combat_techniques": {
20
- "$ref": "#/definitions/ApplicableCombatTechniques"
20
+ "$ref": "../_Activatable.schema.json#/definitions/ApplicableCombatTechniques"
21
21
  },
22
22
  "ap_value": {
23
- "$ref": "#/definitions/AdventurePointsValue"
23
+ "$ref": "../_Activatable.schema.json#/definitions/AdventurePointsValue"
24
24
  },
25
25
  "src": {
26
26
  "$ref": "../source/_PublicationRef.schema.json#/definitions/PublicationRefs"
@@ -33,13 +33,13 @@
33
33
  "type": "object",
34
34
  "properties": {
35
35
  "name": {
36
- "$ref": "#/definitions/Name"
36
+ "$ref": "../_Activatable.schema.json#/definitions/Name"
37
37
  },
38
38
  "name_in_library": {
39
- "$ref": "#/definitions/NameInLibrary"
39
+ "$ref": "../_Activatable.schema.json#/definitions/NameInLibrary"
40
40
  },
41
41
  "rules": {
42
- "$ref": "#/definitions/Rules"
42
+ "$ref": "../_Activatable.schema.json#/definitions/Rules"
43
43
  },
44
44
  "errata": {
45
45
  "$ref": "../source/_Erratum.schema.json#/definitions/Errata"
@@ -8,13 +8,13 @@
8
8
  "type": "object",
9
9
  "properties": {
10
10
  "id": {
11
- "$ref": "#/definitions/Id"
11
+ "$ref": "../_Activatable.schema.json#/definitions/Id"
12
12
  },
13
13
  "levels": {
14
- "$ref": "#/definitions/Levels"
14
+ "$ref": "../_Activatable.schema.json#/definitions/Levels"
15
15
  },
16
16
  "ap_value": {
17
- "$ref": "#/definitions/AdventurePointsValue"
17
+ "$ref": "../_Activatable.schema.json#/definitions/AdventurePointsValue"
18
18
  },
19
19
  "src": {
20
20
  "$ref": "../source/_PublicationRef.schema.json#/definitions/PublicationRefs"
@@ -27,13 +27,13 @@
27
27
  "type": "object",
28
28
  "properties": {
29
29
  "name": {
30
- "$ref": "#/definitions/Name"
30
+ "$ref": "../_Activatable.schema.json#/definitions/Name"
31
31
  },
32
32
  "name_in_library": {
33
- "$ref": "#/definitions/NameInLibrary"
33
+ "$ref": "../_Activatable.schema.json#/definitions/NameInLibrary"
34
34
  },
35
35
  "effect": {
36
- "$ref": "#/definitions/Effect"
36
+ "$ref": "../_Activatable.schema.json#/definitions/Effect"
37
37
  },
38
38
  "errata": {
39
39
  "$ref": "../source/_Erratum.schema.json#/definitions/Errata"
@@ -8,13 +8,13 @@
8
8
  "type": "object",
9
9
  "properties": {
10
10
  "id": {
11
- "$ref": "#/definitions/Id"
11
+ "$ref": "../_Activatable.schema.json#/definitions/Id"
12
12
  },
13
13
  "levels": {
14
- "$ref": "#/definitions/Levels"
14
+ "$ref": "../_Activatable.schema.json#/definitions/Levels"
15
15
  },
16
16
  "ap_value": {
17
- "$ref": "#/definitions/AdventurePointsValue"
17
+ "$ref": "../_Activatable.schema.json#/definitions/AdventurePointsValue"
18
18
  },
19
19
  "src": {
20
20
  "$ref": "../source/_PublicationRef.schema.json#/definitions/PublicationRefs"
@@ -27,13 +27,13 @@
27
27
  "type": "object",
28
28
  "properties": {
29
29
  "name": {
30
- "$ref": "#/definitions/Name"
30
+ "$ref": "../_Activatable.schema.json#/definitions/Name"
31
31
  },
32
32
  "name_in_library": {
33
- "$ref": "#/definitions/NameInLibrary"
33
+ "$ref": "../_Activatable.schema.json#/definitions/NameInLibrary"
34
34
  },
35
35
  "rules": {
36
- "$ref": "#/definitions/Rules"
36
+ "$ref": "../_Activatable.schema.json#/definitions/Rules"
37
37
  },
38
38
  "errata": {
39
39
  "$ref": "../source/_Erratum.schema.json#/definitions/Errata"
@@ -8,19 +8,19 @@
8
8
  "type": "object",
9
9
  "properties": {
10
10
  "id": {
11
- "$ref": "#/definitions/Id"
11
+ "$ref": "../_Activatable.schema.json#/definitions/Id"
12
12
  },
13
13
  "levels": {
14
- "$ref": "#/definitions/Levels"
14
+ "$ref": "../_Activatable.schema.json#/definitions/Levels"
15
15
  },
16
16
  "skill_applications": {
17
- "$ref": "#/definitions/SkillApplications"
17
+ "$ref": "../_Activatable.schema.json#/definitions/SkillApplications"
18
18
  },
19
19
  "skill_uses": {
20
- "$ref": "#/definitions/SkillUses"
20
+ "$ref": "../_Activatable.schema.json#/definitions/SkillUses"
21
21
  },
22
22
  "ap_value": {
23
- "$ref": "#/definitions/AdventurePointsValue"
23
+ "$ref": "../_Activatable.schema.json#/definitions/AdventurePointsValue"
24
24
  },
25
25
  "src": {
26
26
  "$ref": "../source/_PublicationRef.schema.json#/definitions/PublicationRefs"
@@ -33,13 +33,13 @@
33
33
  "type": "object",
34
34
  "properties": {
35
35
  "name": {
36
- "$ref": "#/definitions/Name"
36
+ "$ref": "../_Activatable.schema.json#/definitions/Name"
37
37
  },
38
38
  "name_in_library": {
39
- "$ref": "#/definitions/NameInLibrary"
39
+ "$ref": "../_Activatable.schema.json#/definitions/NameInLibrary"
40
40
  },
41
41
  "rules": {
42
- "$ref": "#/definitions/Rules"
42
+ "$ref": "../_Activatable.schema.json#/definitions/Rules"
43
43
  },
44
44
  "errata": {
45
45
  "$ref": "../source/_Erratum.schema.json#/definitions/Errata"
@@ -8,19 +8,19 @@
8
8
  "type": "object",
9
9
  "properties": {
10
10
  "id": {
11
- "$ref": "#/definitions/Id"
11
+ "$ref": "../_Activatable.schema.json#/definitions/Id"
12
12
  },
13
13
  "levels": {
14
- "$ref": "#/definitions/Levels"
14
+ "$ref": "../_Activatable.schema.json#/definitions/Levels"
15
15
  },
16
16
  "skill_applications": {
17
- "$ref": "#/definitions/SkillApplications"
17
+ "$ref": "../_Activatable.schema.json#/definitions/SkillApplications"
18
18
  },
19
19
  "skill_uses": {
20
- "$ref": "#/definitions/SkillUses"
20
+ "$ref": "../_Activatable.schema.json#/definitions/SkillUses"
21
21
  },
22
22
  "ap_value": {
23
- "$ref": "#/definitions/AdventurePointsValue"
23
+ "$ref": "../_Activatable.schema.json#/definitions/AdventurePointsValue"
24
24
  },
25
25
  "src": {
26
26
  "$ref": "../source/_PublicationRef.schema.json#/definitions/PublicationRefs"
@@ -33,13 +33,13 @@
33
33
  "type": "object",
34
34
  "properties": {
35
35
  "name": {
36
- "$ref": "#/definitions/Name"
36
+ "$ref": "../_Activatable.schema.json#/definitions/Name"
37
37
  },
38
38
  "name_in_library": {
39
- "$ref": "#/definitions/NameInLibrary"
39
+ "$ref": "../_Activatable.schema.json#/definitions/NameInLibrary"
40
40
  },
41
41
  "rules": {
42
- "$ref": "#/definitions/Rules"
42
+ "$ref": "../_Activatable.schema.json#/definitions/Rules"
43
43
  },
44
44
  "errata": {
45
45
  "$ref": "../source/_Erratum.schema.json#/definitions/Errata"
@@ -8,13 +8,13 @@
8
8
  "type": "object",
9
9
  "properties": {
10
10
  "id": {
11
- "$ref": "#/definitions/Id"
11
+ "$ref": "../_Activatable.schema.json#/definitions/Id"
12
12
  },
13
13
  "levels": {
14
- "$ref": "#/definitions/Levels"
14
+ "$ref": "../_Activatable.schema.json#/definitions/Levels"
15
15
  },
16
16
  "ap_value": {
17
- "$ref": "#/definitions/AdventurePointsValue"
17
+ "$ref": "../_Activatable.schema.json#/definitions/AdventurePointsValue"
18
18
  },
19
19
  "src": {
20
20
  "$ref": "../source/_PublicationRef.schema.json#/definitions/PublicationRefs"
@@ -27,13 +27,13 @@
27
27
  "type": "object",
28
28
  "properties": {
29
29
  "name": {
30
- "$ref": "#/definitions/Name"
30
+ "$ref": "../_Activatable.schema.json#/definitions/Name"
31
31
  },
32
32
  "name_in_library": {
33
- "$ref": "#/definitions/NameInLibrary"
33
+ "$ref": "../_Activatable.schema.json#/definitions/NameInLibrary"
34
34
  },
35
35
  "rules": {
36
- "$ref": "#/definitions/Rules"
36
+ "$ref": "../_Activatable.schema.json#/definitions/Rules"
37
37
  },
38
38
  "errata": {
39
39
  "$ref": "../source/_Erratum.schema.json#/definitions/Errata"
@@ -8,22 +8,22 @@
8
8
  "type": "object",
9
9
  "properties": {
10
10
  "id": {
11
- "$ref": "#/definitions/Id"
11
+ "$ref": "../_Activatable.schema.json#/definitions/Id"
12
12
  },
13
13
  "levels": {
14
- "$ref": "#/definitions/Levels"
14
+ "$ref": "../_Activatable.schema.json#/definitions/Levels"
15
15
  },
16
16
  "skill_applications": {
17
- "$ref": "#/definitions/SkillApplications"
17
+ "$ref": "../_Activatable.schema.json#/definitions/SkillApplications"
18
18
  },
19
19
  "skill_uses": {
20
- "$ref": "#/definitions/SkillUses"
20
+ "$ref": "../_Activatable.schema.json#/definitions/SkillUses"
21
21
  },
22
22
  "advanced": {
23
- "$ref": "#/definitions/AdvancedSpecialAbilities"
23
+ "$ref": "../_Activatable.schema.json#/definitions/AdvancedSpecialAbilities"
24
24
  },
25
25
  "ap_value": {
26
- "$ref": "#/definitions/AdventurePointsValue"
26
+ "$ref": "../_Activatable.schema.json#/definitions/AdventurePointsValue"
27
27
  },
28
28
  "src": {
29
29
  "$ref": "../source/_PublicationRef.schema.json#/definitions/PublicationRefs"
@@ -36,13 +36,13 @@
36
36
  "type": "object",
37
37
  "properties": {
38
38
  "name": {
39
- "$ref": "#/definitions/Name"
39
+ "$ref": "../_Activatable.schema.json#/definitions/Name"
40
40
  },
41
41
  "name_in_library": {
42
- "$ref": "#/definitions/NameInLibrary"
42
+ "$ref": "../_Activatable.schema.json#/definitions/NameInLibrary"
43
43
  },
44
44
  "rules": {
45
- "$ref": "#/definitions/Rules"
45
+ "$ref": "../_Activatable.schema.json#/definitions/Rules"
46
46
  },
47
47
  "errata": {
48
48
  "$ref": "../source/_Erratum.schema.json#/definitions/Errata"
@@ -8,13 +8,13 @@
8
8
  "type": "object",
9
9
  "properties": {
10
10
  "id": {
11
- "$ref": "#/definitions/Id"
11
+ "$ref": "../_Activatable.schema.json#/definitions/Id"
12
12
  },
13
13
  "levels": {
14
- "$ref": "#/definitions/Levels"
14
+ "$ref": "../_Activatable.schema.json#/definitions/Levels"
15
15
  },
16
16
  "ap_value": {
17
- "$ref": "#/definitions/AdventurePointsValue"
17
+ "$ref": "../_Activatable.schema.json#/definitions/AdventurePointsValue"
18
18
  },
19
19
  "src": {
20
20
  "$ref": "../source/_PublicationRef.schema.json#/definitions/PublicationRefs"
@@ -27,13 +27,13 @@
27
27
  "type": "object",
28
28
  "properties": {
29
29
  "name": {
30
- "$ref": "#/definitions/Name"
30
+ "$ref": "../_Activatable.schema.json#/definitions/Name"
31
31
  },
32
32
  "name_in_library": {
33
- "$ref": "#/definitions/NameInLibrary"
33
+ "$ref": "../_Activatable.schema.json#/definitions/NameInLibrary"
34
34
  },
35
35
  "rules": {
36
- "$ref": "#/definitions/Rules"
36
+ "$ref": "../_Activatable.schema.json#/definitions/Rules"
37
37
  },
38
38
  "errata": {
39
39
  "$ref": "../source/_Erratum.schema.json#/definitions/Errata"
@@ -8,22 +8,22 @@
8
8
  "type": "object",
9
9
  "properties": {
10
10
  "id": {
11
- "$ref": "#/definitions/Id"
11
+ "$ref": "../_Activatable.schema.json#/definitions/Id"
12
12
  },
13
13
  "levels": {
14
- "$ref": "#/definitions/Levels"
14
+ "$ref": "../_Activatable.schema.json#/definitions/Levels"
15
15
  },
16
16
  "skill_applications": {
17
- "$ref": "#/definitions/SkillApplications"
17
+ "$ref": "../_Activatable.schema.json#/definitions/SkillApplications"
18
18
  },
19
19
  "skill_uses": {
20
- "$ref": "#/definitions/SkillUses"
20
+ "$ref": "../_Activatable.schema.json#/definitions/SkillUses"
21
21
  },
22
22
  "advanced": {
23
- "$ref": "#/definitions/AdvancedSpecialAbilities"
23
+ "$ref": "../_Activatable.schema.json#/definitions/AdvancedSpecialAbilities"
24
24
  },
25
25
  "ap_value": {
26
- "$ref": "#/definitions/AdventurePointsValue"
26
+ "$ref": "../_Activatable.schema.json#/definitions/AdventurePointsValue"
27
27
  },
28
28
  "src": {
29
29
  "$ref": "../source/_PublicationRef.schema.json#/definitions/PublicationRefs"
@@ -36,13 +36,13 @@
36
36
  "type": "object",
37
37
  "properties": {
38
38
  "name": {
39
- "$ref": "#/definitions/Name"
39
+ "$ref": "../_Activatable.schema.json#/definitions/Name"
40
40
  },
41
41
  "name_in_library": {
42
- "$ref": "#/definitions/NameInLibrary"
42
+ "$ref": "../_Activatable.schema.json#/definitions/NameInLibrary"
43
43
  },
44
44
  "rules": {
45
- "$ref": "#/definitions/Rules"
45
+ "$ref": "../_Activatable.schema.json#/definitions/Rules"
46
46
  },
47
47
  "errata": {
48
48
  "$ref": "../source/_Erratum.schema.json#/definitions/Errata"
@@ -8,19 +8,19 @@
8
8
  "type": "object",
9
9
  "properties": {
10
10
  "id": {
11
- "$ref": "#/definitions/Id"
11
+ "$ref": "../_Activatable.schema.json#/definitions/Id"
12
12
  },
13
13
  "levels": {
14
- "$ref": "#/definitions/Levels"
14
+ "$ref": "../_Activatable.schema.json#/definitions/Levels"
15
15
  },
16
16
  "skill_applications": {
17
- "$ref": "#/definitions/SkillApplications"
17
+ "$ref": "../_Activatable.schema.json#/definitions/SkillApplications"
18
18
  },
19
19
  "skill_uses": {
20
- "$ref": "#/definitions/SkillUses"
20
+ "$ref": "../_Activatable.schema.json#/definitions/SkillUses"
21
21
  },
22
22
  "ap_value": {
23
- "$ref": "#/definitions/AdventurePointsValue"
23
+ "$ref": "../_Activatable.schema.json#/definitions/AdventurePointsValue"
24
24
  },
25
25
  "src": {
26
26
  "$ref": "../source/_PublicationRef.schema.json#/definitions/PublicationRefs"
@@ -33,13 +33,13 @@
33
33
  "type": "object",
34
34
  "properties": {
35
35
  "name": {
36
- "$ref": "#/definitions/Name"
36
+ "$ref": "../_Activatable.schema.json#/definitions/Name"
37
37
  },
38
38
  "name_in_library": {
39
- "$ref": "#/definitions/NameInLibrary"
39
+ "$ref": "../_Activatable.schema.json#/definitions/NameInLibrary"
40
40
  },
41
41
  "rules": {
42
- "$ref": "#/definitions/Rules"
42
+ "$ref": "../_Activatable.schema.json#/definitions/Rules"
43
43
  },
44
44
  "errata": {
45
45
  "$ref": "../source/_Erratum.schema.json#/definitions/Errata"