optolith-database-schema 0.31.0 → 0.31.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/CHANGELOG.md +7 -0
- package/gen/types.d.ts +42 -1
- package/lib/types/Locale.d.ts +42 -1
- package/lib/types/Locale.js +42 -1
- package/package.json +1 -1
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 [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines.
|
|
4
4
|
|
|
5
|
+
## [0.31.1](https://github.com/elyukai/optolith-database-schema/compare/v0.31.0...v0.31.1) (2026-02-15)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### Features
|
|
9
|
+
|
|
10
|
+
* add rest of translations for equipment ([fa4b7b5](https://github.com/elyukai/optolith-database-schema/commit/fa4b7b5e68491aa367e65f14ebf6afdf636da1da))
|
|
11
|
+
|
|
5
12
|
## [0.31.0](https://github.com/elyukai/optolith-database-schema/compare/v0.30.1...v0.31.0) (2026-02-14)
|
|
6
13
|
|
|
7
14
|
|
package/gen/types.d.ts
CHANGED
|
@@ -1227,6 +1227,7 @@ export interface Locale {
|
|
|
1227
1227
|
"general.pricevalue": string
|
|
1228
1228
|
"general.lengthvalue": string
|
|
1229
1229
|
"D": string
|
|
1230
|
+
"{$count}D{$sides}": string & { __params: { "count": StringableTranslationParameter; "sides": StringableTranslationParameter } }
|
|
1230
1231
|
"general.none": string
|
|
1231
1232
|
"general.or": string
|
|
1232
1233
|
"general.and": string
|
|
@@ -2285,11 +2286,51 @@ export interface Locale {
|
|
|
2285
2286
|
"Cost": string
|
|
2286
2287
|
"Total": string
|
|
2287
2288
|
".input {$value :number} {{{$value} pounds}}": string & { __params: { "value": number } }
|
|
2289
|
+
"{$value} pounds": string & { __params: { "value": StringableTranslationParameter } }
|
|
2288
2290
|
".input {$value :number} {{{$value} silverthalers}}": string & { __params: { "value": number } }
|
|
2291
|
+
"{$value} silverthalers": string & { __params: { "value": StringableTranslationParameter } }
|
|
2289
2292
|
".input {$from :number} .input {$to :number} {{{$from}–{$to} pounds}}": string & { __params: { "from": number; "to": number } }
|
|
2290
2293
|
".input {$from :number} .input {$to :number} {{{$from}–{$to} silverthalers}}": string & { __params: { "from": number; "to": number } }
|
|
2294
|
+
"free": string
|
|
2295
|
+
"various": string
|
|
2296
|
+
"invaluable": string
|
|
2297
|
+
"Damage Points": string
|
|
2298
|
+
"Primary Attribute + Damage Threshold": string
|
|
2299
|
+
"Attack/Parry Modifier": string
|
|
2300
|
+
"Reach": string
|
|
2301
|
+
"Weight (Bronze/Silver/Gold)": string
|
|
2302
|
+
"Length": string
|
|
2303
|
+
"Cost (Bronze/Silver/Gold)": string
|
|
2304
|
+
"Reload Time": string
|
|
2305
|
+
"Range Brackets": string
|
|
2306
|
+
"Ammunition": string
|
|
2307
|
+
"Protection": string
|
|
2308
|
+
"Additional Penalties": string
|
|
2309
|
+
"Burning Time": string
|
|
2310
|
+
"Color": string
|
|
2311
|
+
"Language/Script": string
|
|
2312
|
+
"Complexity": string
|
|
2313
|
+
"Weapon Advantage": string
|
|
2314
|
+
"Weapon Disadvantage": string
|
|
2315
|
+
"Armor Advantage": string
|
|
2316
|
+
"Armor Disadvantage": string
|
|
2317
|
+
"Combat Technique {$name}": string & { __params: { "name": StringableTranslationParameter } }
|
|
2318
|
+
"Primitive": string
|
|
2319
|
+
"Simple": string
|
|
2320
|
+
"Complex": string
|
|
2291
2321
|
"Various": string
|
|
2292
|
-
"
|
|
2322
|
+
"Parrying weapon (PA bonus +1 for the main weapon)": string
|
|
2323
|
+
"To buy a {$itemName} during hero creation, the character must have Tradition ({$traditions}).": string & { __params: { "itemName": StringableTranslationParameter; "traditions": StringableTranslationParameter } }
|
|
2324
|
+
"Sanctified ({$sanctifiedTraditions}); only Blessed Ones of {$traditions} may purchase weapons sanctified by {$traditions}, respectively.": string & { __params: { "sanctifiedTraditions": StringableTranslationParameter; "traditions": StringableTranslationParameter } }
|
|
2325
|
+
"Sanctified ({$tradition}); only Blessed Ones of {$tradition} may purchase weapons sanctified by {$tradition}.": string & { __params: { "tradition": StringableTranslationParameter } }
|
|
2326
|
+
"To buy a {$name} during hero creation, the character must be from the culture of the {$cultures}.": string & { __params: { "name": StringableTranslationParameter; "cultures": StringableTranslationParameter } }
|
|
2327
|
+
"To buy a {$itemName} during hero creation, the character must have a shamanistic tradition.": string & { __params: { "itemName": StringableTranslationParameter } }
|
|
2328
|
+
"To buy a {$name} during hero creation, the character must be from a culture common to the race of {$races}.": string & { __params: { "name": StringableTranslationParameter; "races": StringableTranslationParameter } }
|
|
2329
|
+
".input {$value :number} {{{$value} inches}}": string & { __params: { "value": number } }
|
|
2330
|
+
"unlimited": string
|
|
2331
|
+
"Structure Points": string
|
|
2332
|
+
".input {$value :number} {{{$value} Structure Points}}": string & { __params: { "value": number } }
|
|
2333
|
+
"{$value} Structure Points": string & { __params: { "value": StringableTranslationParameter } }
|
|
2293
2334
|
}
|
|
2294
2335
|
}
|
|
2295
2336
|
|
package/lib/types/Locale.d.ts
CHANGED
|
@@ -217,6 +217,7 @@ export declare const Locale: DB.Entity<"Locale", {
|
|
|
217
217
|
* As in *2D6*.
|
|
218
218
|
*/
|
|
219
219
|
D: null;
|
|
220
|
+
"{$count}D{$sides}": null;
|
|
220
221
|
"general.none": null;
|
|
221
222
|
"general.or": null;
|
|
222
223
|
"general.and": null;
|
|
@@ -1368,11 +1369,51 @@ export declare const Locale: DB.Entity<"Locale", {
|
|
|
1368
1369
|
Cost: null;
|
|
1369
1370
|
Total: null;
|
|
1370
1371
|
".input {$value :number} {{{$value} pounds}}": null;
|
|
1372
|
+
"{$value} pounds": null;
|
|
1371
1373
|
".input {$value :number} {{{$value} silverthalers}}": null;
|
|
1374
|
+
"{$value} silverthalers": null;
|
|
1372
1375
|
".input {$from :number} .input {$to :number} {{{$from}\u2013{$to} pounds}}": null;
|
|
1373
1376
|
".input {$from :number} .input {$to :number} {{{$from}\u2013{$to} silverthalers}}": null;
|
|
1377
|
+
free: null;
|
|
1378
|
+
various: null;
|
|
1379
|
+
invaluable: null;
|
|
1380
|
+
"Damage Points": null;
|
|
1381
|
+
"Primary Attribute + Damage Threshold": null;
|
|
1382
|
+
"Attack/Parry Modifier": null;
|
|
1383
|
+
Reach: null;
|
|
1384
|
+
"Weight (Bronze/Silver/Gold)": null;
|
|
1385
|
+
Length: null;
|
|
1386
|
+
"Cost (Bronze/Silver/Gold)": null;
|
|
1387
|
+
"Reload Time": null;
|
|
1388
|
+
"Range Brackets": null;
|
|
1389
|
+
Ammunition: null;
|
|
1390
|
+
Protection: null;
|
|
1391
|
+
"Additional Penalties": null;
|
|
1392
|
+
"Burning Time": null;
|
|
1393
|
+
Color: null;
|
|
1394
|
+
"Language/Script": null;
|
|
1395
|
+
Complexity: null;
|
|
1396
|
+
"Weapon Advantage": null;
|
|
1397
|
+
"Weapon Disadvantage": null;
|
|
1398
|
+
"Armor Advantage": null;
|
|
1399
|
+
"Armor Disadvantage": null;
|
|
1400
|
+
"Combat Technique {$name}": null;
|
|
1401
|
+
Primitive: null;
|
|
1402
|
+
Simple: null;
|
|
1403
|
+
Complex: null;
|
|
1374
1404
|
Various: null;
|
|
1375
|
-
|
|
1405
|
+
"Parrying weapon (PA bonus +1 for the main weapon)": null;
|
|
1406
|
+
"To buy a {$itemName} during hero creation, the character must have Tradition ({$traditions}).": null;
|
|
1407
|
+
"Sanctified ({$sanctifiedTraditions}); only Blessed Ones of {$traditions} may purchase weapons sanctified by {$traditions}, respectively.": null;
|
|
1408
|
+
"Sanctified ({$tradition}); only Blessed Ones of {$tradition} may purchase weapons sanctified by {$tradition}.": null;
|
|
1409
|
+
"To buy a {$name} during hero creation, the character must be from the culture of the {$cultures}.": null;
|
|
1410
|
+
"To buy a {$itemName} during hero creation, the character must have a shamanistic tradition.": null;
|
|
1411
|
+
"To buy a {$name} during hero creation, the character must be from a culture common to the race of {$races}.": null;
|
|
1412
|
+
".input {$value :number} {{{$value} inches}}": null;
|
|
1413
|
+
unlimited: null;
|
|
1414
|
+
"Structure Points": null;
|
|
1415
|
+
".input {$value :number} {{{$value} Structure Points}}": null;
|
|
1416
|
+
"{$value} Structure Points": null;
|
|
1376
1417
|
}>, false>;
|
|
1377
1418
|
}, undefined>;
|
|
1378
1419
|
export declare const NestedTranslationMap: <Name extends string, T extends Record<string, DB.MemberDecl>, R extends boolean>(MemberDeclCreator: <T_1 extends DB.Type>(options: {
|
package/lib/types/Locale.js
CHANGED
|
@@ -237,6 +237,7 @@ export const Locale = DB.Entity(import.meta.url, {
|
|
|
237
237
|
* As in *2D6*.
|
|
238
238
|
*/
|
|
239
239
|
"D": null,
|
|
240
|
+
"{$count}D{$sides}": null,
|
|
240
241
|
"general.none": null,
|
|
241
242
|
"general.or": null,
|
|
242
243
|
"general.and": null,
|
|
@@ -1407,11 +1408,51 @@ export const Locale = DB.Entity(import.meta.url, {
|
|
|
1407
1408
|
"Cost": null,
|
|
1408
1409
|
"Total": null,
|
|
1409
1410
|
".input {$value :number} {{{$value} pounds}}": null,
|
|
1411
|
+
"{$value} pounds": null,
|
|
1410
1412
|
".input {$value :number} {{{$value} silverthalers}}": null,
|
|
1413
|
+
"{$value} silverthalers": null,
|
|
1411
1414
|
".input {$from :number} .input {$to :number} {{{$from}–{$to} pounds}}": null,
|
|
1412
1415
|
".input {$from :number} .input {$to :number} {{{$from}–{$to} silverthalers}}": null,
|
|
1416
|
+
"free": null,
|
|
1417
|
+
"various": null,
|
|
1418
|
+
"invaluable": null,
|
|
1419
|
+
"Damage Points": null,
|
|
1420
|
+
"Primary Attribute + Damage Threshold": null,
|
|
1421
|
+
"Attack/Parry Modifier": null,
|
|
1422
|
+
"Reach": null,
|
|
1423
|
+
"Weight (Bronze/Silver/Gold)": null,
|
|
1424
|
+
"Length": null,
|
|
1425
|
+
"Cost (Bronze/Silver/Gold)": null,
|
|
1426
|
+
"Reload Time": null,
|
|
1427
|
+
"Range Brackets": null,
|
|
1428
|
+
"Ammunition": null,
|
|
1429
|
+
"Protection": null,
|
|
1430
|
+
"Additional Penalties": null,
|
|
1431
|
+
"Burning Time": null,
|
|
1432
|
+
"Color": null,
|
|
1433
|
+
"Language/Script": null,
|
|
1434
|
+
"Complexity": null,
|
|
1435
|
+
"Weapon Advantage": null,
|
|
1436
|
+
"Weapon Disadvantage": null,
|
|
1437
|
+
"Armor Advantage": null,
|
|
1438
|
+
"Armor Disadvantage": null,
|
|
1439
|
+
"Combat Technique {$name}": null,
|
|
1440
|
+
"Primitive": null,
|
|
1441
|
+
"Simple": null,
|
|
1442
|
+
"Complex": null,
|
|
1413
1443
|
"Various": null,
|
|
1414
|
-
"
|
|
1444
|
+
"Parrying weapon (PA bonus +1 for the main weapon)": null,
|
|
1445
|
+
"To buy a {$itemName} during hero creation, the character must have Tradition ({$traditions}).": null,
|
|
1446
|
+
"Sanctified ({$sanctifiedTraditions}); only Blessed Ones of {$traditions} may purchase weapons sanctified by {$traditions}, respectively.": null,
|
|
1447
|
+
"Sanctified ({$tradition}); only Blessed Ones of {$tradition} may purchase weapons sanctified by {$tradition}.": null,
|
|
1448
|
+
"To buy a {$name} during hero creation, the character must be from the culture of the {$cultures}.": null,
|
|
1449
|
+
"To buy a {$itemName} during hero creation, the character must have a shamanistic tradition.": null,
|
|
1450
|
+
"To buy a {$name} during hero creation, the character must be from a culture common to the race of {$races}.": null,
|
|
1451
|
+
".input {$value :number} {{{$value} inches}}": null,
|
|
1452
|
+
"unlimited": null,
|
|
1453
|
+
"Structure Points": null,
|
|
1454
|
+
".input {$value :number} {{{$value} Structure Points}}": null,
|
|
1455
|
+
"{$value} Structure Points": null,
|
|
1415
1456
|
}, { allKeysAreRequired: true }),
|
|
1416
1457
|
}),
|
|
1417
1458
|
}),
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "optolith-database-schema",
|
|
3
|
-
"version": "0.31.
|
|
3
|
+
"version": "0.31.1",
|
|
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",
|