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
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,13 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
|
|
4
4
|
|
|
5
|
+
### [0.1.2](https://github.com/elyukai/optolith-database-schema/compare/v0.1.1...v0.1.2) (2022-03-09)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### Bug Fixes
|
|
9
|
+
|
|
10
|
+
* output for namespaced imports ([0bf0c9d](https://github.com/elyukai/optolith-database-schema/commit/0bf0c9d8713e0449342b2b01309eb38b3b1013a7))
|
|
11
|
+
|
|
5
12
|
### [0.1.1](https://github.com/elyukai/optolith-database-schema/compare/v0.1.0...v0.1.1) (2022-03-09)
|
|
6
13
|
|
|
7
14
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "optolith-database-schema",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.2",
|
|
4
4
|
"description": "Definitions and utilities for the flat-file database of Optolith, a character creation tool for the Pen and Paper RPG “The Dark Eye 5”, and its external integrations into other software.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"tde",
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
},
|
|
26
26
|
"devDependencies": {
|
|
27
27
|
"@types/node": "^17.0.21",
|
|
28
|
-
"optolith-tsjsonschemamd": "^0.5.
|
|
28
|
+
"optolith-tsjsonschemamd": "^0.5.3",
|
|
29
29
|
"standard-version": "^9.3.2",
|
|
30
30
|
"typescript": "^4.6.2"
|
|
31
31
|
},
|
|
@@ -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
|
"has_no_maximum_spent_influence": {
|
|
26
26
|
"description": "Does this advantage not count towards the maximum of AP to be spent\non advantages?",
|
|
@@ -41,13 +41,13 @@
|
|
|
41
41
|
"type": "object",
|
|
42
42
|
"properties": {
|
|
43
43
|
"name": {
|
|
44
|
-
"$ref": "#/definitions/Name"
|
|
44
|
+
"$ref": "./_Activatable.schema.json#/definitions/Name"
|
|
45
45
|
},
|
|
46
46
|
"name_in_library": {
|
|
47
|
-
"$ref": "#/definitions/NameInLibrary"
|
|
47
|
+
"$ref": "./_Activatable.schema.json#/definitions/NameInLibrary"
|
|
48
48
|
},
|
|
49
49
|
"rules": {
|
|
50
|
-
"$ref": "#/definitions/Rules"
|
|
50
|
+
"$ref": "./_Activatable.schema.json#/definitions/Rules"
|
|
51
51
|
},
|
|
52
52
|
"range": {
|
|
53
53
|
"description": "The range.",
|
|
@@ -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
|
"has_no_maximum_spent_influence": {
|
|
20
20
|
"description": "Does this disadvantage not count towards the maximum of AP to be granted by\ndisadvantages?",
|
|
@@ -35,13 +35,13 @@
|
|
|
35
35
|
"type": "object",
|
|
36
36
|
"properties": {
|
|
37
37
|
"name": {
|
|
38
|
-
"$ref": "#/definitions/Name"
|
|
38
|
+
"$ref": "./_Activatable.schema.json#/definitions/Name"
|
|
39
39
|
},
|
|
40
40
|
"name_in_library": {
|
|
41
|
-
"$ref": "#/definitions/NameInLibrary"
|
|
41
|
+
"$ref": "./_Activatable.schema.json#/definitions/NameInLibrary"
|
|
42
42
|
},
|
|
43
43
|
"rules": {
|
|
44
|
-
"$ref": "#/definitions/Rules"
|
|
44
|
+
"$ref": "./_Activatable.schema.json#/definitions/Rules"
|
|
45
45
|
},
|
|
46
46
|
"range": {
|
|
47
47
|
"description": "The range.",
|
|
@@ -8,25 +8,25 @@
|
|
|
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
24
|
},
|
|
25
25
|
"combat_techniques": {
|
|
26
|
-
"$ref": "#/definitions/ApplicableCombatTechniques"
|
|
26
|
+
"$ref": "../_Activatable.schema.json#/definitions/ApplicableCombatTechniques"
|
|
27
27
|
},
|
|
28
28
|
"ap_value": {
|
|
29
|
-
"$ref": "#/definitions/AdventurePointsValue"
|
|
29
|
+
"$ref": "../_Activatable.schema.json#/definitions/AdventurePointsValue"
|
|
30
30
|
},
|
|
31
31
|
"src": {
|
|
32
32
|
"$ref": "../source/_PublicationRef.schema.json#/definitions/PublicationRefs"
|
|
@@ -39,13 +39,13 @@
|
|
|
39
39
|
"type": "object",
|
|
40
40
|
"properties": {
|
|
41
41
|
"name": {
|
|
42
|
-
"$ref": "#/definitions/Name"
|
|
42
|
+
"$ref": "../_Activatable.schema.json#/definitions/Name"
|
|
43
43
|
},
|
|
44
44
|
"name_in_library": {
|
|
45
|
-
"$ref": "#/definitions/NameInLibrary"
|
|
45
|
+
"$ref": "../_Activatable.schema.json#/definitions/NameInLibrary"
|
|
46
46
|
},
|
|
47
47
|
"rules": {
|
|
48
|
-
"$ref": "#/definitions/Rules"
|
|
48
|
+
"$ref": "../_Activatable.schema.json#/definitions/Rules"
|
|
49
49
|
},
|
|
50
50
|
"errata": {
|
|
51
51
|
"$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,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,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
|
"skill_applications": {
|
|
14
|
-
"$ref": "#/definitions/SkillApplications"
|
|
14
|
+
"$ref": "../_Activatable.schema.json#/definitions/SkillApplications"
|
|
15
15
|
},
|
|
16
16
|
"skill_uses": {
|
|
17
|
-
"$ref": "#/definitions/SkillUses"
|
|
17
|
+
"$ref": "../_Activatable.schema.json#/definitions/SkillUses"
|
|
18
18
|
},
|
|
19
19
|
"primary": {
|
|
20
20
|
"description": "The tradition's primary attribute. Leave empty if the tradition does not\nhave one.",
|
|
@@ -223,7 +223,7 @@
|
|
|
223
223
|
"type": "number"
|
|
224
224
|
},
|
|
225
225
|
"ap_value": {
|
|
226
|
-
"$ref": "#/definitions/AdventurePointsValue"
|
|
226
|
+
"$ref": "../_Activatable.schema.json#/definitions/AdventurePointsValue"
|
|
227
227
|
},
|
|
228
228
|
"src": {
|
|
229
229
|
"$ref": "../source/_PublicationRef.schema.json#/definitions/PublicationRefs"
|
|
@@ -236,7 +236,7 @@
|
|
|
236
236
|
"type": "object",
|
|
237
237
|
"properties": {
|
|
238
238
|
"name": {
|
|
239
|
-
"$ref": "#/definitions/Name"
|
|
239
|
+
"$ref": "../_Activatable.schema.json#/definitions/Name"
|
|
240
240
|
},
|
|
241
241
|
"name_compressed": {
|
|
242
242
|
"description": "A shorter name of the tradition's name, used in liturgical chant\ndescriptions.",
|
|
@@ -244,7 +244,7 @@
|
|
|
244
244
|
"minLength": 1
|
|
245
245
|
},
|
|
246
246
|
"name_in_library": {
|
|
247
|
-
"$ref": "#/definitions/NameInLibrary"
|
|
247
|
+
"$ref": "../_Activatable.schema.json#/definitions/NameInLibrary"
|
|
248
248
|
},
|
|
249
249
|
"special_rules": {
|
|
250
250
|
"description": "The special rules of the tradition. They should be sorted like they are\nin the book.",
|
|
@@ -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,25 @@
|
|
|
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
24
|
},
|
|
25
25
|
"combat_techniques": {
|
|
26
|
-
"$ref": "#/definitions/ApplicableCombatTechniques"
|
|
26
|
+
"$ref": "../_Activatable.schema.json#/definitions/ApplicableCombatTechniques"
|
|
27
27
|
},
|
|
28
28
|
"ap_value": {
|
|
29
|
-
"$ref": "#/definitions/AdventurePointsValue"
|
|
29
|
+
"$ref": "../_Activatable.schema.json#/definitions/AdventurePointsValue"
|
|
30
30
|
},
|
|
31
31
|
"src": {
|
|
32
32
|
"$ref": "../source/_PublicationRef.schema.json#/definitions/PublicationRefs"
|
|
@@ -39,13 +39,13 @@
|
|
|
39
39
|
"type": "object",
|
|
40
40
|
"properties": {
|
|
41
41
|
"name": {
|
|
42
|
-
"$ref": "#/definitions/Name"
|
|
42
|
+
"$ref": "../_Activatable.schema.json#/definitions/Name"
|
|
43
43
|
},
|
|
44
44
|
"name_in_library": {
|
|
45
|
-
"$ref": "#/definitions/NameInLibrary"
|
|
45
|
+
"$ref": "../_Activatable.schema.json#/definitions/NameInLibrary"
|
|
46
46
|
},
|
|
47
47
|
"rules": {
|
|
48
|
-
"$ref": "#/definitions/Rules"
|
|
48
|
+
"$ref": "../_Activatable.schema.json#/definitions/Rules"
|
|
49
49
|
},
|
|
50
50
|
"errata": {
|
|
51
51
|
"$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"
|