optolith-database-schema 0.0.1
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/AUTHORS +1 -0
- package/CHANGELOG.md +27 -0
- package/CODEOWNERS +1 -0
- package/LICENSE +378 -0
- package/README.md +17 -0
- package/lib/main.d.ts +1 -0
- package/lib/main.js +1 -0
- package/lib/types/ArcaneBardTradition.d.ts +32 -0
- package/lib/types/ArcaneBardTradition.js +4 -0
- package/lib/types/ArcaneDancerTradition.d.ts +32 -0
- package/lib/types/ArcaneDancerTradition.js +4 -0
- package/lib/types/Aspect.d.ts +36 -0
- package/lib/types/Aspect.js +4 -0
- package/lib/types/Attribute.d.ts +42 -0
- package/lib/types/Attribute.js +5 -0
- package/lib/types/CombatTechnique_Close.d.ts +80 -0
- package/lib/types/CombatTechnique_Close.js +4 -0
- package/lib/types/CombatTechnique_Ranged.d.ts +62 -0
- package/lib/types/CombatTechnique_Ranged.js +4 -0
- package/lib/types/Condition.d.ts +51 -0
- package/lib/types/Condition.js +4 -0
- package/lib/types/Culture.d.ts +494 -0
- package/lib/types/Culture.js +4 -0
- package/lib/types/DerivedCharacteristic.d.ts +65 -0
- package/lib/types/DerivedCharacteristic.js +4 -0
- package/lib/types/Element.d.ts +30 -0
- package/lib/types/Element.js +4 -0
- package/lib/types/ExperienceLevel.d.ts +68 -0
- package/lib/types/ExperienceLevel.js +4 -0
- package/lib/types/EyeColor.d.ts +30 -0
- package/lib/types/EyeColor.js +4 -0
- package/lib/types/HairColor.d.ts +30 -0
- package/lib/types/HairColor.js +4 -0
- package/lib/types/Lessons_Curriculum.d.ts +297 -0
- package/lib/types/Lessons_Curriculum.js +4 -0
- package/lib/types/Lessons_Guideline.d.ts +36 -0
- package/lib/types/Lessons_Guideline.js +4 -0
- package/lib/types/Locale.d.ts +38 -0
- package/lib/types/Locale.js +4 -0
- package/lib/types/MetaCondition.d.ts +54 -0
- package/lib/types/MetaCondition.js +4 -0
- package/lib/types/Property.d.ts +36 -0
- package/lib/types/Property.js +4 -0
- package/lib/types/Race.d.ts +524 -0
- package/lib/types/Race.js +13 -0
- package/lib/types/Region.d.ts +30 -0
- package/lib/types/Region.js +4 -0
- package/lib/types/Service.d.ts +40 -0
- package/lib/types/Service.js +4 -0
- package/lib/types/SexPractice.d.ts +53 -0
- package/lib/types/SexPractice.js +4 -0
- package/lib/types/Skill.d.ts +169 -0
- package/lib/types/Skill.js +4 -0
- package/lib/types/SkillGroup.d.ts +40 -0
- package/lib/types/SkillGroup.js +4 -0
- package/lib/types/SkillModificationIncrement.d.ts +82 -0
- package/lib/types/SkillModificationIncrement.js +4 -0
- package/lib/types/SocialStatus.d.ts +30 -0
- package/lib/types/SocialStatus.js +4 -0
- package/lib/types/State.d.ts +40 -0
- package/lib/types/State.js +4 -0
- package/lib/types/TargetCategory.d.ts +36 -0
- package/lib/types/TargetCategory.js +4 -0
- package/lib/types/_ActivatableSkill.d.ts +919 -0
- package/lib/types/_ActivatableSkill.js +38 -0
- package/lib/types/_CommonnessRatedAdvantageDisadvantage.d.ts +12 -0
- package/lib/types/_CommonnessRatedAdvantageDisadvantage.js +1 -0
- package/lib/types/_ImprovementCost.d.ts +9 -0
- package/lib/types/_ImprovementCost.js +10 -0
- package/lib/types/_Prerequisite.d.ts +274 -0
- package/lib/types/_Prerequisite.js +4 -0
- package/lib/types/_Sex.d.ts +11 -0
- package/lib/types/_Sex.js +4 -0
- package/lib/types/_SkillCheck.d.ts +28 -0
- package/lib/types/_SkillCheck.js +1 -0
- package/lib/types/magicalActions/AnimistPower.d.ts +227 -0
- package/lib/types/magicalActions/AnimistPower.js +4 -0
- package/lib/types/magicalActions/AnimistPower_Tribe.d.ts +30 -0
- package/lib/types/magicalActions/AnimistPower_Tribe.js +4 -0
- package/lib/types/magicalActions/Curse.d.ts +228 -0
- package/lib/types/magicalActions/Curse.js +4 -0
- package/lib/types/magicalActions/DominationRitual.d.ts +181 -0
- package/lib/types/magicalActions/DominationRitual.js +4 -0
- package/lib/types/magicalActions/ElvenMagicalSong.d.ts +149 -0
- package/lib/types/magicalActions/ElvenMagicalSong.js +4 -0
- package/lib/types/magicalActions/GeodeRitual.d.ts +162 -0
- package/lib/types/magicalActions/GeodeRitual.js +4 -0
- package/lib/types/magicalActions/JesterTrick.d.ts +167 -0
- package/lib/types/magicalActions/JesterTrick.js +4 -0
- package/lib/types/magicalActions/MagicalDance.d.ts +184 -0
- package/lib/types/magicalActions/MagicalDance.js +4 -0
- package/lib/types/magicalActions/MagicalMelody.d.ts +132 -0
- package/lib/types/magicalActions/MagicalMelody.js +4 -0
- package/lib/types/magicalActions/MagicalRune.d.ts +241 -0
- package/lib/types/magicalActions/MagicalRune.js +4 -0
- package/lib/types/magicalActions/ZibiljaRitual.d.ts +101 -0
- package/lib/types/magicalActions/ZibiljaRitual.js +4 -0
- package/lib/types/magicalActions/_MusicTradition.d.ts +28 -0
- package/lib/types/magicalActions/_MusicTradition.js +1 -0
- package/lib/types/magicalActions/_SkillReference.d.ts +13 -0
- package/lib/types/magicalActions/_SkillReference.js +5 -0
- package/lib/types/rule/FocusRule.d.ts +53 -0
- package/lib/types/rule/FocusRule.js +4 -0
- package/lib/types/rule/FocusRule_Subject.d.ts +31 -0
- package/lib/types/rule/FocusRule_Subject.js +4 -0
- package/lib/types/rule/OptionalRule.d.ts +65 -0
- package/lib/types/rule/OptionalRule.js +4 -0
- package/lib/types/source/Publication.d.ts +4 -0
- package/lib/types/source/Publication.js +4 -0
- package/lib/types/source/_Erratum.d.ts +25 -0
- package/lib/types/source/_Erratum.js +4 -0
- package/lib/types/source/_PublicationRef.d.ts +146 -0
- package/lib/types/source/_PublicationRef.js +4 -0
- package/lib/validation/integrity.d.ts +16 -0
- package/lib/validation/integrity.js +3 -0
- package/package.json +37 -0
- package/schema/ArcaneBardTradition.schema.json +49 -0
- package/schema/ArcaneDancerTradition.schema.json +49 -0
- package/schema/Aspect.schema.json +50 -0
- package/schema/Attribute.schema.json +57 -0
- package/schema/CombatTechnique_Close.schema.json +127 -0
- package/schema/CombatTechnique_Ranged.schema.json +83 -0
- package/schema/Condition.schema.json +84 -0
- package/schema/Culture.schema.json +858 -0
- package/schema/DerivedCharacteristic.schema.json +90 -0
- package/schema/Element.schema.json +45 -0
- package/schema/ExperienceLevel.schema.json +84 -0
- package/schema/EyeColor.schema.json +45 -0
- package/schema/HairColor.schema.json +45 -0
- package/schema/Lessons_Curriculum.schema.json +500 -0
- package/schema/Lessons_Guideline.schema.json +51 -0
- package/schema/Locale.schema.json +45 -0
- package/schema/MetaCondition.schema.json +85 -0
- package/schema/Property.schema.json +49 -0
- package/schema/Race.schema.json +724 -0
- package/schema/Region.schema.json +45 -0
- package/schema/Service.schema.json +58 -0
- package/schema/SexPractice.schema.json +72 -0
- package/schema/Skill.schema.json +278 -0
- package/schema/SkillGroup.schema.json +56 -0
- package/schema/SkillModificationIncrement.schema.json +98 -0
- package/schema/SocialStatus.schema.json +45 -0
- package/schema/State.schema.json +58 -0
- package/schema/TargetCategory.schema.json +51 -0
- package/schema/_ActivatableSkill.schema.json +1534 -0
- package/schema/_CommonnessRatedAdvantageDisadvantage.schema.json +22 -0
- package/schema/_ImprovementCost.schema.json +15 -0
- package/schema/_Prerequisite.schema.json +519 -0
- package/schema/_Sex.schema.json +36 -0
- package/schema/_SkillCheck.schema.json +94 -0
- package/schema/magicalActions/AnimistPower.schema.json +411 -0
- package/schema/magicalActions/AnimistPower_Tribe.schema.json +45 -0
- package/schema/magicalActions/Curse.schema.json +378 -0
- package/schema/magicalActions/DominationRitual.schema.json +288 -0
- package/schema/magicalActions/ElvenMagicalSong.schema.json +194 -0
- package/schema/magicalActions/GeodeRitual.schema.json +303 -0
- package/schema/magicalActions/JesterTrick.schema.json +292 -0
- package/schema/magicalActions/MagicalDance.schema.json +328 -0
- package/schema/magicalActions/MagicalMelody.schema.json +254 -0
- package/schema/magicalActions/MagicalRune.schema.json +426 -0
- package/schema/magicalActions/ZibiljaRitual.schema.json +159 -0
- package/schema/magicalActions/_MusicTradition.schema.json +44 -0
- package/schema/magicalActions/_SkillReference.schema.json +26 -0
- package/schema/rule/FocusRule.schema.json +71 -0
- package/schema/rule/FocusRule_Subject.schema.json +46 -0
- package/schema/rule/OptionalRule.schema.json +96 -0
- package/schema/source/Publication.schema.json +165 -0
- package/schema/source/_Erratum.schema.json +37 -0
- package/schema/source/_PublicationRef.schema.json +242 -0
package/AUTHORS
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
Lukas Obermann <lukas.obermann@icloud.com>
|
package/CHANGELOG.md
ADDED
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
# Changelog
|
|
2
|
+
|
|
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
|
+
|
|
5
|
+
### 0.0.1 (2022-03-05)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### Features
|
|
9
|
+
|
|
10
|
+
* add combat techniques ([1fcfbbd](https://github.com/elyukai/optolith-database-schema/commit/1fcfbbd1ae7504c2f8d8d12e58aa77883c987bd3))
|
|
11
|
+
* add Condition ([eeb00eb](https://github.com/elyukai/optolith-database-schema/commit/eeb00eb5b349c3833bee9391996d3dfabd07cd95))
|
|
12
|
+
* add culture ([875afba](https://github.com/elyukai/optolith-database-schema/commit/875afba4b05a5ffbc0a2763ed69c53d6e6f2ac83))
|
|
13
|
+
* add derived characteristics ([c97f993](https://github.com/elyukai/optolith-database-schema/commit/c97f9932b4a329dd8620d7b61ff995e61e26f7ea))
|
|
14
|
+
* add ImprovementCost ([fb68fca](https://github.com/elyukai/optolith-database-schema/commit/fb68fcab306e07905bfc3d26e35f2740c5aaf9b3))
|
|
15
|
+
* add initial set of types and output ([0d379b5](https://github.com/elyukai/optolith-database-schema/commit/0d379b5123534f4439a0d5fdbc7358d074e64972))
|
|
16
|
+
* add locale and publication entities ([651a824](https://github.com/elyukai/optolith-database-schema/commit/651a824dc28b1bb90bb5c7d6227cba6dde57a27f))
|
|
17
|
+
* add markdown annotations ([a6440d9](https://github.com/elyukai/optolith-database-schema/commit/a6440d97b9ad83f2c7bce7f94014ab2a1efb442c))
|
|
18
|
+
* add Markdown availability hints in documentation ([3e2190f](https://github.com/elyukai/optolith-database-schema/commit/3e2190f5bc96fd0bf632fbcac19619ea67fd2c13))
|
|
19
|
+
* add prerequisites ([4c44130](https://github.com/elyukai/optolith-database-schema/commit/4c44130326cb8d2b90edf349bbb631a70c53eef1))
|
|
20
|
+
* add race ([e2d1c52](https://github.com/elyukai/optolith-database-schema/commit/e2d1c52a0aed49b3770b5e973a90dd21362fcdea))
|
|
21
|
+
* add simple referencial integrity utilities ([fbb0f88](https://github.com/elyukai/optolith-database-schema/commit/fbb0f887f3a1a02f1ee3d8b44fefc4e45bc90931))
|
|
22
|
+
* first iteration of magical actions ([794824b](https://github.com/elyukai/optolith-database-schema/commit/794824b643ec4ddd2ff279aca15c4f1edb61e3db))
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
### Bug Fixes
|
|
26
|
+
|
|
27
|
+
* nested types and property paths ([e51cc15](https://github.com/elyukai/optolith-database-schema/commit/e51cc154caf4b4e7bedb66a7baff533bdc313d14))
|
package/CODEOWNERS
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
* @elyukai
|
package/LICENSE
ADDED
|
@@ -0,0 +1,378 @@
|
|
|
1
|
+
Copyright (C) 2022-present Lukas Obermann
|
|
2
|
+
|
|
3
|
+
This Source Code Form is subject to the terms of the Mozilla Public
|
|
4
|
+
License, v. 2.0.
|
|
5
|
+
|
|
6
|
+
Mozilla Public License Version 2.0
|
|
7
|
+
==================================
|
|
8
|
+
|
|
9
|
+
1. Definitions
|
|
10
|
+
--------------
|
|
11
|
+
|
|
12
|
+
1.1. "Contributor"
|
|
13
|
+
means each individual or legal entity that creates, contributes to
|
|
14
|
+
the creation of, or owns Covered Software.
|
|
15
|
+
|
|
16
|
+
1.2. "Contributor Version"
|
|
17
|
+
means the combination of the Contributions of others (if any) used
|
|
18
|
+
by a Contributor and that particular Contributor's Contribution.
|
|
19
|
+
|
|
20
|
+
1.3. "Contribution"
|
|
21
|
+
means Covered Software of a particular Contributor.
|
|
22
|
+
|
|
23
|
+
1.4. "Covered Software"
|
|
24
|
+
means Source Code Form to which the initial Contributor has attached
|
|
25
|
+
the notice in Exhibit A, the Executable Form of such Source Code
|
|
26
|
+
Form, and Modifications of such Source Code Form, in each case
|
|
27
|
+
including portions thereof.
|
|
28
|
+
|
|
29
|
+
1.5. "Incompatible With Secondary Licenses"
|
|
30
|
+
means
|
|
31
|
+
|
|
32
|
+
(a) that the initial Contributor has attached the notice described
|
|
33
|
+
in Exhibit B to the Covered Software; or
|
|
34
|
+
|
|
35
|
+
(b) that the Covered Software was made available under the terms of
|
|
36
|
+
version 1.1 or earlier of the License, but not also under the
|
|
37
|
+
terms of a Secondary License.
|
|
38
|
+
|
|
39
|
+
1.6. "Executable Form"
|
|
40
|
+
means any form of the work other than Source Code Form.
|
|
41
|
+
|
|
42
|
+
1.7. "Larger Work"
|
|
43
|
+
means a work that combines Covered Software with other material, in
|
|
44
|
+
a separate file or files, that is not Covered Software.
|
|
45
|
+
|
|
46
|
+
1.8. "License"
|
|
47
|
+
means this document.
|
|
48
|
+
|
|
49
|
+
1.9. "Licensable"
|
|
50
|
+
means having the right to grant, to the maximum extent possible,
|
|
51
|
+
whether at the time of the initial grant or subsequently, any and
|
|
52
|
+
all of the rights conveyed by this License.
|
|
53
|
+
|
|
54
|
+
1.10. "Modifications"
|
|
55
|
+
means any of the following:
|
|
56
|
+
|
|
57
|
+
(a) any file in Source Code Form that results from an addition to,
|
|
58
|
+
deletion from, or modification of the contents of Covered
|
|
59
|
+
Software; or
|
|
60
|
+
|
|
61
|
+
(b) any new file in Source Code Form that contains any Covered
|
|
62
|
+
Software.
|
|
63
|
+
|
|
64
|
+
1.11. "Patent Claims" of a Contributor
|
|
65
|
+
means any patent claim(s), including without limitation, method,
|
|
66
|
+
process, and apparatus claims, in any patent Licensable by such
|
|
67
|
+
Contributor that would be infringed, but for the grant of the
|
|
68
|
+
License, by the making, using, selling, offering for sale, having
|
|
69
|
+
made, import, or transfer of either its Contributions or its
|
|
70
|
+
Contributor Version.
|
|
71
|
+
|
|
72
|
+
1.12. "Secondary License"
|
|
73
|
+
means either the GNU General Public License, Version 2.0, the GNU
|
|
74
|
+
Lesser General Public License, Version 2.1, the GNU Affero General
|
|
75
|
+
Public License, Version 3.0, or any later versions of those
|
|
76
|
+
licenses.
|
|
77
|
+
|
|
78
|
+
1.13. "Source Code Form"
|
|
79
|
+
means the form of the work preferred for making modifications.
|
|
80
|
+
|
|
81
|
+
1.14. "You" (or "Your")
|
|
82
|
+
means an individual or a legal entity exercising rights under this
|
|
83
|
+
License. For legal entities, "You" includes any entity that
|
|
84
|
+
controls, is controlled by, or is under common control with You. For
|
|
85
|
+
purposes of this definition, "control" means (a) the power, direct
|
|
86
|
+
or indirect, to cause the direction or management of such entity,
|
|
87
|
+
whether by contract or otherwise, or (b) ownership of more than
|
|
88
|
+
fifty percent (50%) of the outstanding shares or beneficial
|
|
89
|
+
ownership of such entity.
|
|
90
|
+
|
|
91
|
+
2. License Grants and Conditions
|
|
92
|
+
--------------------------------
|
|
93
|
+
|
|
94
|
+
2.1. Grants
|
|
95
|
+
|
|
96
|
+
Each Contributor hereby grants You a world-wide, royalty-free,
|
|
97
|
+
non-exclusive license:
|
|
98
|
+
|
|
99
|
+
(a) under intellectual property rights (other than patent or trademark)
|
|
100
|
+
Licensable by such Contributor to use, reproduce, make available,
|
|
101
|
+
modify, display, perform, distribute, and otherwise exploit its
|
|
102
|
+
Contributions, either on an unmodified basis, with Modifications, or
|
|
103
|
+
as part of a Larger Work; and
|
|
104
|
+
|
|
105
|
+
(b) under Patent Claims of such Contributor to make, use, sell, offer
|
|
106
|
+
for sale, have made, import, and otherwise transfer either its
|
|
107
|
+
Contributions or its Contributor Version.
|
|
108
|
+
|
|
109
|
+
2.2. Effective Date
|
|
110
|
+
|
|
111
|
+
The licenses granted in Section 2.1 with respect to any Contribution
|
|
112
|
+
become effective for each Contribution on the date the Contributor first
|
|
113
|
+
distributes such Contribution.
|
|
114
|
+
|
|
115
|
+
2.3. Limitations on Grant Scope
|
|
116
|
+
|
|
117
|
+
The licenses granted in this Section 2 are the only rights granted under
|
|
118
|
+
this License. No additional rights or licenses will be implied from the
|
|
119
|
+
distribution or licensing of Covered Software under this License.
|
|
120
|
+
Notwithstanding Section 2.1(b) above, no patent license is granted by a
|
|
121
|
+
Contributor:
|
|
122
|
+
|
|
123
|
+
(a) for any code that a Contributor has removed from Covered Software;
|
|
124
|
+
or
|
|
125
|
+
|
|
126
|
+
(b) for infringements caused by: (i) Your and any other third party's
|
|
127
|
+
modifications of Covered Software, or (ii) the combination of its
|
|
128
|
+
Contributions with other software (except as part of its Contributor
|
|
129
|
+
Version); or
|
|
130
|
+
|
|
131
|
+
(c) under Patent Claims infringed by Covered Software in the absence of
|
|
132
|
+
its Contributions.
|
|
133
|
+
|
|
134
|
+
This License does not grant any rights in the trademarks, service marks,
|
|
135
|
+
or logos of any Contributor (except as may be necessary to comply with
|
|
136
|
+
the notice requirements in Section 3.4).
|
|
137
|
+
|
|
138
|
+
2.4. Subsequent Licenses
|
|
139
|
+
|
|
140
|
+
No Contributor makes additional grants as a result of Your choice to
|
|
141
|
+
distribute the Covered Software under a subsequent version of this
|
|
142
|
+
License (see Section 10.2) or under the terms of a Secondary License (if
|
|
143
|
+
permitted under the terms of Section 3.3).
|
|
144
|
+
|
|
145
|
+
2.5. Representation
|
|
146
|
+
|
|
147
|
+
Each Contributor represents that the Contributor believes its
|
|
148
|
+
Contributions are its original creation(s) or it has sufficient rights
|
|
149
|
+
to grant the rights to its Contributions conveyed by this License.
|
|
150
|
+
|
|
151
|
+
2.6. Fair Use
|
|
152
|
+
|
|
153
|
+
This License is not intended to limit any rights You have under
|
|
154
|
+
applicable copyright doctrines of fair use, fair dealing, or other
|
|
155
|
+
equivalents.
|
|
156
|
+
|
|
157
|
+
2.7. Conditions
|
|
158
|
+
|
|
159
|
+
Sections 3.1, 3.2, 3.3, and 3.4 are conditions of the licenses granted
|
|
160
|
+
in Section 2.1.
|
|
161
|
+
|
|
162
|
+
3. Responsibilities
|
|
163
|
+
-------------------
|
|
164
|
+
|
|
165
|
+
3.1. Distribution of Source Form
|
|
166
|
+
|
|
167
|
+
All distribution of Covered Software in Source Code Form, including any
|
|
168
|
+
Modifications that You create or to which You contribute, must be under
|
|
169
|
+
the terms of this License. You must inform recipients that the Source
|
|
170
|
+
Code Form of the Covered Software is governed by the terms of this
|
|
171
|
+
License, and how they can obtain a copy of this License. You may not
|
|
172
|
+
attempt to alter or restrict the recipients' rights in the Source Code
|
|
173
|
+
Form.
|
|
174
|
+
|
|
175
|
+
3.2. Distribution of Executable Form
|
|
176
|
+
|
|
177
|
+
If You distribute Covered Software in Executable Form then:
|
|
178
|
+
|
|
179
|
+
(a) such Covered Software must also be made available in Source Code
|
|
180
|
+
Form, as described in Section 3.1, and You must inform recipients of
|
|
181
|
+
the Executable Form how they can obtain a copy of such Source Code
|
|
182
|
+
Form by reasonable means in a timely manner, at a charge no more
|
|
183
|
+
than the cost of distribution to the recipient; and
|
|
184
|
+
|
|
185
|
+
(b) You may distribute such Executable Form under the terms of this
|
|
186
|
+
License, or sublicense it under different terms, provided that the
|
|
187
|
+
license for the Executable Form does not attempt to limit or alter
|
|
188
|
+
the recipients' rights in the Source Code Form under this License.
|
|
189
|
+
|
|
190
|
+
3.3. Distribution of a Larger Work
|
|
191
|
+
|
|
192
|
+
You may create and distribute a Larger Work under terms of Your choice,
|
|
193
|
+
provided that You also comply with the requirements of this License for
|
|
194
|
+
the Covered Software. If the Larger Work is a combination of Covered
|
|
195
|
+
Software with a work governed by one or more Secondary Licenses, and the
|
|
196
|
+
Covered Software is not Incompatible With Secondary Licenses, this
|
|
197
|
+
License permits You to additionally distribute such Covered Software
|
|
198
|
+
under the terms of such Secondary License(s), so that the recipient of
|
|
199
|
+
the Larger Work may, at their option, further distribute the Covered
|
|
200
|
+
Software under the terms of either this License or such Secondary
|
|
201
|
+
License(s).
|
|
202
|
+
|
|
203
|
+
3.4. Notices
|
|
204
|
+
|
|
205
|
+
You may not remove or alter the substance of any license notices
|
|
206
|
+
(including copyright notices, patent notices, disclaimers of warranty,
|
|
207
|
+
or limitations of liability) contained within the Source Code Form of
|
|
208
|
+
the Covered Software, except that You may alter any license notices to
|
|
209
|
+
the extent required to remedy known factual inaccuracies.
|
|
210
|
+
|
|
211
|
+
3.5. Application of Additional Terms
|
|
212
|
+
|
|
213
|
+
You may choose to offer, and to charge a fee for, warranty, support,
|
|
214
|
+
indemnity or liability obligations to one or more recipients of Covered
|
|
215
|
+
Software. However, You may do so only on Your own behalf, and not on
|
|
216
|
+
behalf of any Contributor. You must make it absolutely clear that any
|
|
217
|
+
such warranty, support, indemnity, or liability obligation is offered by
|
|
218
|
+
You alone, and You hereby agree to indemnify every Contributor for any
|
|
219
|
+
liability incurred by such Contributor as a result of warranty, support,
|
|
220
|
+
indemnity or liability terms You offer. You may include additional
|
|
221
|
+
disclaimers of warranty and limitations of liability specific to any
|
|
222
|
+
jurisdiction.
|
|
223
|
+
|
|
224
|
+
4. Inability to Comply Due to Statute or Regulation
|
|
225
|
+
---------------------------------------------------
|
|
226
|
+
|
|
227
|
+
If it is impossible for You to comply with any of the terms of this
|
|
228
|
+
License with respect to some or all of the Covered Software due to
|
|
229
|
+
statute, judicial order, or regulation then You must: (a) comply with
|
|
230
|
+
the terms of this License to the maximum extent possible; and (b)
|
|
231
|
+
describe the limitations and the code they affect. Such description must
|
|
232
|
+
be placed in a text file included with all distributions of the Covered
|
|
233
|
+
Software under this License. Except to the extent prohibited by statute
|
|
234
|
+
or regulation, such description must be sufficiently detailed for a
|
|
235
|
+
recipient of ordinary skill to be able to understand it.
|
|
236
|
+
|
|
237
|
+
5. Termination
|
|
238
|
+
--------------
|
|
239
|
+
|
|
240
|
+
5.1. The rights granted under this License will terminate automatically
|
|
241
|
+
if You fail to comply with any of its terms. However, if You become
|
|
242
|
+
compliant, then the rights granted under this License from a particular
|
|
243
|
+
Contributor are reinstated (a) provisionally, unless and until such
|
|
244
|
+
Contributor explicitly and finally terminates Your grants, and (b) on an
|
|
245
|
+
ongoing basis, if such Contributor fails to notify You of the
|
|
246
|
+
non-compliance by some reasonable means prior to 60 days after You have
|
|
247
|
+
come back into compliance. Moreover, Your grants from a particular
|
|
248
|
+
Contributor are reinstated on an ongoing basis if such Contributor
|
|
249
|
+
notifies You of the non-compliance by some reasonable means, this is the
|
|
250
|
+
first time You have received notice of non-compliance with this License
|
|
251
|
+
from such Contributor, and You become compliant prior to 30 days after
|
|
252
|
+
Your receipt of the notice.
|
|
253
|
+
|
|
254
|
+
5.2. If You initiate litigation against any entity by asserting a patent
|
|
255
|
+
infringement claim (excluding declaratory judgment actions,
|
|
256
|
+
counter-claims, and cross-claims) alleging that a Contributor Version
|
|
257
|
+
directly or indirectly infringes any patent, then the rights granted to
|
|
258
|
+
You by any and all Contributors for the Covered Software under Section
|
|
259
|
+
2.1 of this License shall terminate.
|
|
260
|
+
|
|
261
|
+
5.3. In the event of termination under Sections 5.1 or 5.2 above, all
|
|
262
|
+
end user license agreements (excluding distributors and resellers) which
|
|
263
|
+
have been validly granted by You or Your distributors under this License
|
|
264
|
+
prior to termination shall survive termination.
|
|
265
|
+
|
|
266
|
+
************************************************************************
|
|
267
|
+
* *
|
|
268
|
+
* 6. Disclaimer of Warranty *
|
|
269
|
+
* ------------------------- *
|
|
270
|
+
* *
|
|
271
|
+
* Covered Software is provided under this License on an "as is" *
|
|
272
|
+
* basis, without warranty of any kind, either expressed, implied, or *
|
|
273
|
+
* statutory, including, without limitation, warranties that the *
|
|
274
|
+
* Covered Software is free of defects, merchantable, fit for a *
|
|
275
|
+
* particular purpose or non-infringing. The entire risk as to the *
|
|
276
|
+
* quality and performance of the Covered Software is with You. *
|
|
277
|
+
* Should any Covered Software prove defective in any respect, You *
|
|
278
|
+
* (not any Contributor) assume the cost of any necessary servicing, *
|
|
279
|
+
* repair, or correction. This disclaimer of warranty constitutes an *
|
|
280
|
+
* essential part of this License. No use of any Covered Software is *
|
|
281
|
+
* authorized under this License except under this disclaimer. *
|
|
282
|
+
* *
|
|
283
|
+
************************************************************************
|
|
284
|
+
|
|
285
|
+
************************************************************************
|
|
286
|
+
* *
|
|
287
|
+
* 7. Limitation of Liability *
|
|
288
|
+
* -------------------------- *
|
|
289
|
+
* *
|
|
290
|
+
* Under no circumstances and under no legal theory, whether tort *
|
|
291
|
+
* (including negligence), contract, or otherwise, shall any *
|
|
292
|
+
* Contributor, or anyone who distributes Covered Software as *
|
|
293
|
+
* permitted above, be liable to You for any direct, indirect, *
|
|
294
|
+
* special, incidental, or consequential damages of any character *
|
|
295
|
+
* including, without limitation, damages for lost profits, loss of *
|
|
296
|
+
* goodwill, work stoppage, computer failure or malfunction, or any *
|
|
297
|
+
* and all other commercial damages or losses, even if such party *
|
|
298
|
+
* shall have been informed of the possibility of such damages. This *
|
|
299
|
+
* limitation of liability shall not apply to liability for death or *
|
|
300
|
+
* personal injury resulting from such party's negligence to the *
|
|
301
|
+
* extent applicable law prohibits such limitation. Some *
|
|
302
|
+
* jurisdictions do not allow the exclusion or limitation of *
|
|
303
|
+
* incidental or consequential damages, so this exclusion and *
|
|
304
|
+
* limitation may not apply to You. *
|
|
305
|
+
* *
|
|
306
|
+
************************************************************************
|
|
307
|
+
|
|
308
|
+
8. Litigation
|
|
309
|
+
-------------
|
|
310
|
+
|
|
311
|
+
Any litigation relating to this License may be brought only in the
|
|
312
|
+
courts of a jurisdiction where the defendant maintains its principal
|
|
313
|
+
place of business and such litigation shall be governed by laws of that
|
|
314
|
+
jurisdiction, without reference to its conflict-of-law provisions.
|
|
315
|
+
Nothing in this Section shall prevent a party's ability to bring
|
|
316
|
+
cross-claims or counter-claims.
|
|
317
|
+
|
|
318
|
+
9. Miscellaneous
|
|
319
|
+
----------------
|
|
320
|
+
|
|
321
|
+
This License represents the complete agreement concerning the subject
|
|
322
|
+
matter hereof. If any provision of this License is held to be
|
|
323
|
+
unenforceable, such provision shall be reformed only to the extent
|
|
324
|
+
necessary to make it enforceable. Any law or regulation which provides
|
|
325
|
+
that the language of a contract shall be construed against the drafter
|
|
326
|
+
shall not be used to construe this License against a Contributor.
|
|
327
|
+
|
|
328
|
+
10. Versions of the License
|
|
329
|
+
---------------------------
|
|
330
|
+
|
|
331
|
+
10.1. New Versions
|
|
332
|
+
|
|
333
|
+
Mozilla Foundation is the license steward. Except as provided in Section
|
|
334
|
+
10.3, no one other than the license steward has the right to modify or
|
|
335
|
+
publish new versions of this License. Each version will be given a
|
|
336
|
+
distinguishing version number.
|
|
337
|
+
|
|
338
|
+
10.2. Effect of New Versions
|
|
339
|
+
|
|
340
|
+
You may distribute the Covered Software under the terms of the version
|
|
341
|
+
of the License under which You originally received the Covered Software,
|
|
342
|
+
or under the terms of any subsequent version published by the license
|
|
343
|
+
steward.
|
|
344
|
+
|
|
345
|
+
10.3. Modified Versions
|
|
346
|
+
|
|
347
|
+
If you create software not governed by this License, and you want to
|
|
348
|
+
create a new license for such software, you may create and use a
|
|
349
|
+
modified version of this License if you rename the license and remove
|
|
350
|
+
any references to the name of the license steward (except to note that
|
|
351
|
+
such modified license differs from this License).
|
|
352
|
+
|
|
353
|
+
10.4. Distributing Source Code Form that is Incompatible With Secondary
|
|
354
|
+
Licenses
|
|
355
|
+
|
|
356
|
+
If You choose to distribute Source Code Form that is Incompatible With
|
|
357
|
+
Secondary Licenses under the terms of this version of the License, the
|
|
358
|
+
notice described in Exhibit B of this License must be attached.
|
|
359
|
+
|
|
360
|
+
Exhibit A - Source Code Form License Notice
|
|
361
|
+
-------------------------------------------
|
|
362
|
+
|
|
363
|
+
This Source Code Form is subject to the terms of the Mozilla Public
|
|
364
|
+
License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
365
|
+
file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
|
366
|
+
|
|
367
|
+
If it is not possible or desirable to put the notice in a particular
|
|
368
|
+
file, then You may include the notice in a location (such as a LICENSE
|
|
369
|
+
file in a relevant directory) where a recipient would be likely to look
|
|
370
|
+
for such a notice.
|
|
371
|
+
|
|
372
|
+
You may add additional accurate notices of copyright ownership.
|
|
373
|
+
|
|
374
|
+
Exhibit B - "Incompatible With Secondary Licenses" Notice
|
|
375
|
+
---------------------------------------------------------
|
|
376
|
+
|
|
377
|
+
This Source Code Form is "Incompatible With Secondary Licenses", as
|
|
378
|
+
defined by the Mozilla Public License, v. 2.0.
|
package/README.md
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
# Optolith Database Schema
|
|
2
|
+
|
|
3
|
+
This repository contains all information and logic of the Optolith flat-file database, which itself is closed source due to licensing.
|
|
4
|
+
|
|
5
|
+
The repository consists of three parts: The user documentation, the JSON Schema documents and the TypeScript definitions, checks and other logic.
|
|
6
|
+
|
|
7
|
+
The entity reference in the documentation and the JSON Schema documents are generated using a [self-written converter](https://github.com/elyukai/optolith-tsjsonschemamd) that walks the TypeScript AST and outputs them. This way, modification is only required and allowed in the TypeScript files, the other files must be generated.
|
|
8
|
+
|
|
9
|
+
## Contribute
|
|
10
|
+
|
|
11
|
+
If you want to contribute, it is most likely you want to help with inserting new data into the database. In this case, the [User Documentation](docs/Home.md) is the place to start. Conversations usually happen on the [Optolith Discord Server](https://discord.gg/wfdgB9g). We can also manage required permissions there, since you can't publicly access the database, as already mentioned.
|
|
12
|
+
|
|
13
|
+
If you want to contribute to the database schema itself, please open an issue or discussion (whatever fits best) with what you want to achieve so we can discuss it. Breaking changes would require changes inside the database as well, so Pull Requests are usually not the way to go unless you want to fix a bug.
|
|
14
|
+
|
|
15
|
+
## Usage
|
|
16
|
+
|
|
17
|
+
If you want to use the database (or parts of it) in your own project (most likely to support Optolith export formats in your own application), you can use the TypeScript sources as a simple database reader, at least if you have a project targeting JavaScript interpreters as well. This way, you already have proper typings. You can extract the database from the installation folder of Optolith and then configure the database reader to your needs.
|
package/lib/main.d.ts
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
package/lib/main.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @main ArcaneBardTradition
|
|
3
|
+
*/
|
|
4
|
+
import { GroupCollection } from "./_Prerequisite";
|
|
5
|
+
/**
|
|
6
|
+
* @title Arcane Bard Tradition
|
|
7
|
+
*/
|
|
8
|
+
export declare type ArcaneBardTradition = {
|
|
9
|
+
/**
|
|
10
|
+
* The arcane bard tradition's identifier. An unique, increasing integer.
|
|
11
|
+
* @integer
|
|
12
|
+
* @minimum 1
|
|
13
|
+
*/
|
|
14
|
+
id: number;
|
|
15
|
+
prerequisites: GroupCollection.ArcaneTradition;
|
|
16
|
+
/**
|
|
17
|
+
* All translations for the entry, identified by IETF language tag (BCP47).
|
|
18
|
+
* @minProperties 1
|
|
19
|
+
*/
|
|
20
|
+
translations: {
|
|
21
|
+
/**
|
|
22
|
+
* @patternProperties ^[a-z]{2}-[A-Z]{2}$
|
|
23
|
+
*/
|
|
24
|
+
[localeId: string]: {
|
|
25
|
+
/**
|
|
26
|
+
* The arcane bard tradition's name.
|
|
27
|
+
* @minLength 1
|
|
28
|
+
*/
|
|
29
|
+
name: string;
|
|
30
|
+
};
|
|
31
|
+
};
|
|
32
|
+
};
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @main ArcaneDancerTradition
|
|
3
|
+
*/
|
|
4
|
+
import { GroupCollection } from "./_Prerequisite";
|
|
5
|
+
/**
|
|
6
|
+
* @title Arcane Dancer Tradition
|
|
7
|
+
*/
|
|
8
|
+
export declare type ArcaneDancerTradition = {
|
|
9
|
+
/**
|
|
10
|
+
* The arcane dancer tradition's identifier. An unique, increasing integer.
|
|
11
|
+
* @integer
|
|
12
|
+
* @minimum 1
|
|
13
|
+
*/
|
|
14
|
+
id: number;
|
|
15
|
+
prerequisites: GroupCollection.ArcaneTradition;
|
|
16
|
+
/**
|
|
17
|
+
* All translations for the entry, identified by IETF language tag (BCP47).
|
|
18
|
+
* @minProperties 1
|
|
19
|
+
*/
|
|
20
|
+
translations: {
|
|
21
|
+
/**
|
|
22
|
+
* @patternProperties ^[a-z]{2}-[A-Z]{2}$
|
|
23
|
+
*/
|
|
24
|
+
[localeId: string]: {
|
|
25
|
+
/**
|
|
26
|
+
* The arcane dancer tradition's name.
|
|
27
|
+
* @minLength 1
|
|
28
|
+
*/
|
|
29
|
+
name: string;
|
|
30
|
+
};
|
|
31
|
+
};
|
|
32
|
+
};
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @main Aspect
|
|
3
|
+
*/
|
|
4
|
+
/**
|
|
5
|
+
* @title Aspect
|
|
6
|
+
*/
|
|
7
|
+
export declare type Aspect = {
|
|
8
|
+
/**
|
|
9
|
+
* The aspect's identifier. An unique, increasing integer.
|
|
10
|
+
* @integer
|
|
11
|
+
* @minimum 1
|
|
12
|
+
*/
|
|
13
|
+
id: number;
|
|
14
|
+
/**
|
|
15
|
+
* All translations for the entry, identified by IETF language tag (BCP47).
|
|
16
|
+
* @minProperties 1
|
|
17
|
+
*/
|
|
18
|
+
translations: {
|
|
19
|
+
/**
|
|
20
|
+
* @patternProperties ^[a-z]{2}-[A-Z]{2}$
|
|
21
|
+
*/
|
|
22
|
+
[localeId: string]: {
|
|
23
|
+
/**
|
|
24
|
+
* The aspect name.
|
|
25
|
+
* @minLength 1
|
|
26
|
+
*/
|
|
27
|
+
name: string;
|
|
28
|
+
/**
|
|
29
|
+
* The aspect's name appended to the simple name (not `name_in_library`)
|
|
30
|
+
* of the special ability *Master of (Aspect)*.
|
|
31
|
+
* @minLength 1
|
|
32
|
+
*/
|
|
33
|
+
master_of_aspect_suffix?: string;
|
|
34
|
+
};
|
|
35
|
+
};
|
|
36
|
+
};
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @main Attribute
|
|
3
|
+
*/
|
|
4
|
+
import { ReferencialIntegrityValidators } from "../validation/integrity";
|
|
5
|
+
/**
|
|
6
|
+
* @title Attribute
|
|
7
|
+
*/
|
|
8
|
+
export declare type Attribute = {
|
|
9
|
+
/**
|
|
10
|
+
* The attribute's identifier. An unique, increasing integer.
|
|
11
|
+
* @integer
|
|
12
|
+
* @minimum 1
|
|
13
|
+
*/
|
|
14
|
+
id: number;
|
|
15
|
+
/**
|
|
16
|
+
* All translations for the entry, identified by IETF language tag (BCP47).
|
|
17
|
+
* @minProperties 1
|
|
18
|
+
*/
|
|
19
|
+
translations: {
|
|
20
|
+
/**
|
|
21
|
+
* @patternProperties ^[a-z]{2}-[A-Z]{2}$
|
|
22
|
+
*/
|
|
23
|
+
[localeId: string]: {
|
|
24
|
+
/**
|
|
25
|
+
* The attribute's name.
|
|
26
|
+
* @minLength 1
|
|
27
|
+
*/
|
|
28
|
+
name: string;
|
|
29
|
+
/**
|
|
30
|
+
* The abbreviation of the attribute's name.
|
|
31
|
+
* @minLength 1
|
|
32
|
+
*/
|
|
33
|
+
abbreviation: string;
|
|
34
|
+
/**
|
|
35
|
+
* The description of the attribute.
|
|
36
|
+
* @minLength 1
|
|
37
|
+
*/
|
|
38
|
+
description: string;
|
|
39
|
+
};
|
|
40
|
+
};
|
|
41
|
+
};
|
|
42
|
+
export declare const validateIntegrity: (attribute: Attribute, { checkLocaleId }: ReferencialIntegrityValidators) => string[];
|