optolith-database-schema 0.1.1 → 0.1.2
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.
- package/CHANGELOG.md +7 -0
- package/package.json +2 -2
- package/schema/Advantage.schema.json +8 -8
- package/schema/Disadvantage.schema.json +6 -6
- package/schema/specialAbility/AdvancedCombatSpecialAbility.schema.json +10 -10
- package/schema/specialAbility/AdvancedKarmaSpecialAbility.schema.json +8 -8
- package/schema/specialAbility/AdvancedMagicalSpecialAbility.schema.json +8 -8
- package/schema/specialAbility/AdvancedSkillSpecialAbility.schema.json +8 -8
- package/schema/specialAbility/AncestorGlyph.schema.json +6 -6
- package/schema/specialAbility/BlessedTradition.schema.json +6 -6
- package/schema/specialAbility/BrawlingSpecialAbility.schema.json +8 -8
- package/schema/specialAbility/CeremonialItemSpecialAbility.schema.json +9 -9
- package/schema/specialAbility/CombatSpecialAbility.schema.json +10 -10
- package/schema/specialAbility/CombatStyleSpecialAbility.schema.json +11 -11
- package/schema/specialAbility/CommandSpecialAbility.schema.json +8 -8
- package/schema/specialAbility/FamiliarSpecialAbility.schema.json +6 -6
- package/schema/specialAbility/FatePointSexSpecialAbility.schema.json +6 -6
- package/schema/specialAbility/FatePointSpecialAbility.schema.json +8 -8
- package/schema/specialAbility/GeneralSpecialAbility.schema.json +8 -8
- package/schema/specialAbility/KarmaSpecialAbility.schema.json +6 -6
- package/schema/specialAbility/LiturgicalStyleSpecialAbility.schema.json +9 -9
- package/schema/specialAbility/LycantropicGift.schema.json +6 -6
- package/schema/specialAbility/MagicStyleSpecialAbility.schema.json +9 -9
- package/schema/specialAbility/MagicalSpecialAbility.schema.json +8 -8
- package/schema/specialAbility/MagicalTradition.schema.json +7 -7
- package/schema/specialAbility/PactGift.schema.json +6 -6
- package/schema/specialAbility/ProtectiveWardingCircleSpecialAbility.schema.json +5 -5
- package/schema/specialAbility/Sermon.schema.json +6 -6
- package/schema/specialAbility/SexSpecialAbility.schema.json +8 -8
- package/schema/specialAbility/SikaryanDrainSpecialAbility.schema.json +6 -6
- package/schema/specialAbility/SkillStyleSpecialAbility.schema.json +7 -7
- package/schema/specialAbility/VampiricGift.schema.json +6 -6
- package/schema/specialAbility/Vision.schema.json +6 -6
- package/schema/traditionArtifacts/ArcaneOrbEnchantment.schema.json +7 -7
- package/schema/traditionArtifacts/AttireEnchantment.schema.json +7 -7
- package/schema/traditionArtifacts/BowlEnchantment.schema.json +7 -7
- package/schema/traditionArtifacts/CauldronEnchantment.schema.json +7 -7
- package/schema/traditionArtifacts/ChronicleEnchantment.schema.json +7 -7
- package/schema/traditionArtifacts/DaggerRitual.schema.json +7 -7
- package/schema/traditionArtifacts/FoolsHatEnchantment.schema.json +7 -7
- package/schema/traditionArtifacts/InstrumentEnchantment.schema.json +7 -7
- package/schema/traditionArtifacts/Krallenkettenzauber.schema.json +7 -7
- package/schema/traditionArtifacts/OrbEnchantment.schema.json +7 -7
- package/schema/traditionArtifacts/RingEnchantment.schema.json +7 -7
- package/schema/traditionArtifacts/SickleRitual.schema.json +7 -7
- package/schema/traditionArtifacts/SpellSwordEnchantment.schema.json +7 -7
- package/schema/traditionArtifacts/StaffEnchantment.schema.json +7 -7
- package/schema/traditionArtifacts/ToyEnchantment.schema.json +7 -7
- package/schema/traditionArtifacts/Trinkhornzauber.schema.json +7 -7
- package/schema/traditionArtifacts/WandEnchantment.schema.json +7 -7
- package/schema/traditionArtifacts/WeaponEnchantment.schema.json +7 -7
|
@@ -8,16 +8,16 @@
|
|
|
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
|
"property": {
|
|
17
|
-
"$ref": "#/definitions/Property"
|
|
17
|
+
"$ref": "../_Activatable.schema.json#/definitions/Property"
|
|
18
18
|
},
|
|
19
19
|
"ap_value": {
|
|
20
|
-
"$ref": "#/definitions/AdventurePointsValue"
|
|
20
|
+
"$ref": "../_Activatable.schema.json#/definitions/AdventurePointsValue"
|
|
21
21
|
},
|
|
22
22
|
"src": {
|
|
23
23
|
"$ref": "../source/_PublicationRef.schema.json#/definitions/PublicationRefs"
|
|
@@ -30,13 +30,13 @@
|
|
|
30
30
|
"type": "object",
|
|
31
31
|
"properties": {
|
|
32
32
|
"name": {
|
|
33
|
-
"$ref": "#/definitions/Name"
|
|
33
|
+
"$ref": "../_Activatable.schema.json#/definitions/Name"
|
|
34
34
|
},
|
|
35
35
|
"name_in_library": {
|
|
36
|
-
"$ref": "#/definitions/NameInLibrary"
|
|
36
|
+
"$ref": "../_Activatable.schema.json#/definitions/NameInLibrary"
|
|
37
37
|
},
|
|
38
38
|
"effect": {
|
|
39
|
-
"$ref": "#/definitions/Effect"
|
|
39
|
+
"$ref": "../_Activatable.schema.json#/definitions/Effect"
|
|
40
40
|
},
|
|
41
41
|
"errata": {
|
|
42
42
|
"$ref": "../source/_Erratum.schema.json#/definitions/Errata"
|
|
@@ -8,16 +8,16 @@
|
|
|
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
|
"property": {
|
|
17
|
-
"$ref": "#/definitions/Property"
|
|
17
|
+
"$ref": "../_Activatable.schema.json#/definitions/Property"
|
|
18
18
|
},
|
|
19
19
|
"ap_value": {
|
|
20
|
-
"$ref": "#/definitions/AdventurePointsValue"
|
|
20
|
+
"$ref": "../_Activatable.schema.json#/definitions/AdventurePointsValue"
|
|
21
21
|
},
|
|
22
22
|
"src": {
|
|
23
23
|
"$ref": "../source/_PublicationRef.schema.json#/definitions/PublicationRefs"
|
|
@@ -30,13 +30,13 @@
|
|
|
30
30
|
"type": "object",
|
|
31
31
|
"properties": {
|
|
32
32
|
"name": {
|
|
33
|
-
"$ref": "#/definitions/Name"
|
|
33
|
+
"$ref": "../_Activatable.schema.json#/definitions/Name"
|
|
34
34
|
},
|
|
35
35
|
"name_in_library": {
|
|
36
|
-
"$ref": "#/definitions/NameInLibrary"
|
|
36
|
+
"$ref": "../_Activatable.schema.json#/definitions/NameInLibrary"
|
|
37
37
|
},
|
|
38
38
|
"effect": {
|
|
39
|
-
"$ref": "#/definitions/Effect"
|
|
39
|
+
"$ref": "../_Activatable.schema.json#/definitions/Effect"
|
|
40
40
|
},
|
|
41
41
|
"errata": {
|
|
42
42
|
"$ref": "../source/_Erratum.schema.json#/definitions/Errata"
|
|
@@ -8,16 +8,16 @@
|
|
|
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
|
"property": {
|
|
17
|
-
"$ref": "#/definitions/Property"
|
|
17
|
+
"$ref": "../_Activatable.schema.json#/definitions/Property"
|
|
18
18
|
},
|
|
19
19
|
"ap_value": {
|
|
20
|
-
"$ref": "#/definitions/AdventurePointsValue"
|
|
20
|
+
"$ref": "../_Activatable.schema.json#/definitions/AdventurePointsValue"
|
|
21
21
|
},
|
|
22
22
|
"src": {
|
|
23
23
|
"$ref": "../source/_PublicationRef.schema.json#/definitions/PublicationRefs"
|
|
@@ -30,13 +30,13 @@
|
|
|
30
30
|
"type": "object",
|
|
31
31
|
"properties": {
|
|
32
32
|
"name": {
|
|
33
|
-
"$ref": "#/definitions/Name"
|
|
33
|
+
"$ref": "../_Activatable.schema.json#/definitions/Name"
|
|
34
34
|
},
|
|
35
35
|
"name_in_library": {
|
|
36
|
-
"$ref": "#/definitions/NameInLibrary"
|
|
36
|
+
"$ref": "../_Activatable.schema.json#/definitions/NameInLibrary"
|
|
37
37
|
},
|
|
38
38
|
"effect": {
|
|
39
|
-
"$ref": "#/definitions/Effect"
|
|
39
|
+
"$ref": "../_Activatable.schema.json#/definitions/Effect"
|
|
40
40
|
},
|
|
41
41
|
"errata": {
|
|
42
42
|
"$ref": "../source/_Erratum.schema.json#/definitions/Errata"
|
|
@@ -8,16 +8,16 @@
|
|
|
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
|
"property": {
|
|
17
|
-
"$ref": "#/definitions/Property"
|
|
17
|
+
"$ref": "../_Activatable.schema.json#/definitions/Property"
|
|
18
18
|
},
|
|
19
19
|
"ap_value": {
|
|
20
|
-
"$ref": "#/definitions/AdventurePointsValue"
|
|
20
|
+
"$ref": "../_Activatable.schema.json#/definitions/AdventurePointsValue"
|
|
21
21
|
},
|
|
22
22
|
"src": {
|
|
23
23
|
"$ref": "../source/_PublicationRef.schema.json#/definitions/PublicationRefs"
|
|
@@ -30,13 +30,13 @@
|
|
|
30
30
|
"type": "object",
|
|
31
31
|
"properties": {
|
|
32
32
|
"name": {
|
|
33
|
-
"$ref": "#/definitions/Name"
|
|
33
|
+
"$ref": "../_Activatable.schema.json#/definitions/Name"
|
|
34
34
|
},
|
|
35
35
|
"name_in_library": {
|
|
36
|
-
"$ref": "#/definitions/NameInLibrary"
|
|
36
|
+
"$ref": "../_Activatable.schema.json#/definitions/NameInLibrary"
|
|
37
37
|
},
|
|
38
38
|
"effect": {
|
|
39
|
-
"$ref": "#/definitions/Effect"
|
|
39
|
+
"$ref": "../_Activatable.schema.json#/definitions/Effect"
|
|
40
40
|
},
|
|
41
41
|
"errata": {
|
|
42
42
|
"$ref": "../source/_Erratum.schema.json#/definitions/Errata"
|