optolith-database-schema 0.39.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 +11 -0
- package/gen/types.d.ts +7 -0
- package/lib/types/Locale.d.ts +7 -0
- package/lib/types/Locale.js +7 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,17 @@
|
|
|
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
|
+
|
|
5
16
|
## [0.39.0](https://github.com/elyukai/optolith-database-schema/compare/v0.38.0...v0.39.0) (2026-03-14)
|
|
6
17
|
|
|
7
18
|
|
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
|
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;
|
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,
|
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",
|