optolith-database-schema 0.38.0 → 0.40.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +22 -0
- package/gen/types.d.ts +10 -0
- package/lib/types/Locale.d.ts +10 -0
- package/lib/types/Locale.js +10 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,28 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines.
|
|
4
4
|
|
|
5
|
+
## [0.40.0](https://github.com/elyukai/optolith-database-schema/compare/v0.39.0...v0.40.0) (2026-03-15)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### ⚠ BREAKING CHANGES
|
|
9
|
+
|
|
10
|
+
* translations for style and advanced special abilities
|
|
11
|
+
|
|
12
|
+
### Features
|
|
13
|
+
|
|
14
|
+
* translations for style and advanced special abilities ([7712c1b](https://github.com/elyukai/optolith-database-schema/commit/7712c1b9bd49a3cd934a03d3018972d6376c686a))
|
|
15
|
+
|
|
16
|
+
## [0.39.0](https://github.com/elyukai/optolith-database-schema/compare/v0.38.0...v0.39.0) (2026-03-14)
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
### ⚠ BREAKING CHANGES
|
|
20
|
+
|
|
21
|
+
* more translations for equipment and professions
|
|
22
|
+
|
|
23
|
+
### Features
|
|
24
|
+
|
|
25
|
+
* more translations for equipment and professions ([960f1a9](https://github.com/elyukai/optolith-database-schema/commit/960f1a9a363593b8b16b0258f86338a546e0c674))
|
|
26
|
+
|
|
5
27
|
## [0.38.0](https://github.com/elyukai/optolith-database-schema/compare/v0.37.0...v0.38.0) (2026-03-14)
|
|
6
28
|
|
|
7
29
|
|
package/gen/types.d.ts
CHANGED
|
@@ -2289,6 +2289,13 @@ export interface Locale {
|
|
|
2289
2289
|
"Volume": string
|
|
2290
2290
|
"Penalty": string
|
|
2291
2291
|
"Binding Cost": string
|
|
2292
|
+
"one or two of these special abilities can alternatively be replaced by advanced special abilities {$first} and/or {$second}": string & { __params: { "first": StringableTranslationParameter; "second": StringableTranslationParameter } }
|
|
2293
|
+
".input {$count :number} {{{$count} more by primary patron}}": string & { __params: { "count": number } }
|
|
2294
|
+
"Patron": string
|
|
2295
|
+
"corresponding combat style special ability": string
|
|
2296
|
+
"corresponding liturgical style special ability": string
|
|
2297
|
+
"corresponding magic style special ability": string
|
|
2298
|
+
"corresponding skill style special ability": string
|
|
2292
2299
|
"All": string
|
|
2293
2300
|
"All Close Combat Techniques": string
|
|
2294
2301
|
"All Ranged Combat Techniques": string
|
|
@@ -2457,6 +2464,8 @@ export interface Locale {
|
|
|
2457
2464
|
"Reconstruction": string
|
|
2458
2465
|
"References": string
|
|
2459
2466
|
"Entertainment": string
|
|
2467
|
+
"Topics": string
|
|
2468
|
+
"Place of Publication": string
|
|
2460
2469
|
"Failed": string
|
|
2461
2470
|
"Progress": string
|
|
2462
2471
|
"Incubation Time": string
|
|
@@ -2541,6 +2550,7 @@ export interface Locale {
|
|
|
2541
2550
|
"The Twelve Blessings": string
|
|
2542
2551
|
"except for {$list :list type=conjunction}": string & { __params: { "list": StringableTranslationParameter } }
|
|
2543
2552
|
"depends on selected tradition": string
|
|
2553
|
+
"Additional Prerequisites": string
|
|
2544
2554
|
"Enhancements": string
|
|
2545
2555
|
"SR {$value}": string & { __params: { "value": StringableTranslationParameter } }
|
|
2546
2556
|
".input {$hiddenCount :number} {{Prerequisites}}": string & { __params: { "hiddenCount": number } }
|
package/lib/types/Locale.d.ts
CHANGED
|
@@ -1327,6 +1327,13 @@ export declare const Locale: DB.Entity<"Locale", {
|
|
|
1327
1327
|
Volume: null;
|
|
1328
1328
|
Penalty: null;
|
|
1329
1329
|
"Binding Cost": null;
|
|
1330
|
+
"one or two of these special abilities can alternatively be replaced by advanced special abilities {$first} and/or {$second}": null;
|
|
1331
|
+
".input {$count :number} {{{$count} more by primary patron}}": null;
|
|
1332
|
+
Patron: null;
|
|
1333
|
+
"corresponding combat style special ability": null;
|
|
1334
|
+
"corresponding liturgical style special ability": null;
|
|
1335
|
+
"corresponding magic style special ability": null;
|
|
1336
|
+
"corresponding skill style special ability": null;
|
|
1330
1337
|
All: null;
|
|
1331
1338
|
"All Close Combat Techniques": null;
|
|
1332
1339
|
"All Ranged Combat Techniques": null;
|
|
@@ -1495,6 +1502,8 @@ export declare const Locale: DB.Entity<"Locale", {
|
|
|
1495
1502
|
Reconstruction: null;
|
|
1496
1503
|
References: null;
|
|
1497
1504
|
Entertainment: null;
|
|
1505
|
+
Topics: null;
|
|
1506
|
+
"Place of Publication": null;
|
|
1498
1507
|
Failed: null;
|
|
1499
1508
|
Progress: null;
|
|
1500
1509
|
"Incubation Time": null;
|
|
@@ -1579,6 +1588,7 @@ export declare const Locale: DB.Entity<"Locale", {
|
|
|
1579
1588
|
"The Twelve Blessings": null;
|
|
1580
1589
|
"except for {$list :list type=conjunction}": null;
|
|
1581
1590
|
"depends on selected tradition": null;
|
|
1591
|
+
"Additional Prerequisites": null;
|
|
1582
1592
|
Enhancements: null;
|
|
1583
1593
|
"SR {$value}": null;
|
|
1584
1594
|
".input {$hiddenCount :number} {{Prerequisites}}": null;
|
package/lib/types/Locale.js
CHANGED
|
@@ -1361,6 +1361,13 @@ export const Locale = DB.Entity(import.meta.url, {
|
|
|
1361
1361
|
"Volume": null,
|
|
1362
1362
|
"Penalty": null,
|
|
1363
1363
|
"Binding Cost": null,
|
|
1364
|
+
"one or two of these special abilities can alternatively be replaced by advanced special abilities {$first} and/or {$second}": null,
|
|
1365
|
+
".input {$count :number} {{{$count} more by primary patron}}": null,
|
|
1366
|
+
"Patron": null,
|
|
1367
|
+
"corresponding combat style special ability": null,
|
|
1368
|
+
"corresponding liturgical style special ability": null,
|
|
1369
|
+
"corresponding magic style special ability": null,
|
|
1370
|
+
"corresponding skill style special ability": null,
|
|
1364
1371
|
// combat special ability -- applicable combat techniques
|
|
1365
1372
|
"All": null,
|
|
1366
1373
|
"All Close Combat Techniques": null,
|
|
@@ -1537,6 +1544,8 @@ export const Locale = DB.Entity(import.meta.url, {
|
|
|
1537
1544
|
"Reconstruction": null,
|
|
1538
1545
|
"References": null,
|
|
1539
1546
|
"Entertainment": null,
|
|
1547
|
+
"Topics": null,
|
|
1548
|
+
"Place of Publication": null,
|
|
1540
1549
|
// sex practices
|
|
1541
1550
|
"Failed": null,
|
|
1542
1551
|
// diseases
|
|
@@ -1629,6 +1638,7 @@ export const Locale = DB.Entity(import.meta.url, {
|
|
|
1629
1638
|
"The Twelve Blessings": null,
|
|
1630
1639
|
"except for {$list :list type=conjunction}": null,
|
|
1631
1640
|
"depends on selected tradition": null,
|
|
1641
|
+
"Additional Prerequisites": null,
|
|
1632
1642
|
// Enhancements
|
|
1633
1643
|
"Enhancements": null,
|
|
1634
1644
|
"SR {$value}": null,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "optolith-database-schema",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.40.0",
|
|
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",
|