optolith-database-schema 0.30.0 → 0.30.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 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.30.1](https://github.com/elyukai/optolith-database-schema/compare/v0.30.0...v0.30.1) (2026-02-13)
6
+
7
+
8
+ ### Features
9
+
10
+ * add translations for curricula ([7da65cf](https://github.com/elyukai/optolith-database-schema/commit/7da65cf3b8015be63dccf93137dfa4cc97ed1d24))
11
+
5
12
  ## [0.30.0](https://github.com/elyukai/optolith-database-schema/compare/v0.29.1...v0.30.0) (2026-02-12)
6
13
 
7
14
 
package/gen/types.d.ts CHANGED
@@ -2261,6 +2261,20 @@ export interface Locale {
2261
2261
  "{$cost} (activation) + {$halvedCost} per {$interval}": string & { __params: { "cost": StringableTranslationParameter; "halvedCost": StringableTranslationParameter; "interval": StringableTranslationParameter } }
2262
2262
  "Variable": string
2263
2263
  "{$value} permanent AE": string & { __params: { "value": StringableTranslationParameter } }
2264
+ "Guideline": string
2265
+ "Elective Spellworks Package": string
2266
+ "Restricted Spellworks": string
2267
+ "All, at the GM’s discretion": string
2268
+ ".input {$count :number} {{only {$count} additional spellwork with the Property {$property}}}": string & { __params: { "count": number; "property": StringableTranslationParameter } }
2269
+ "no spellworks with the Property {$property}": string & { __params: { "property": StringableTranslationParameter } }
2270
+ "Demon Summoning": string
2271
+ "the following spells are not taught: {$spells}": string & { __params: { "spells": StringableTranslationParameter } }
2272
+ "no Borbaradian spellworks": string
2273
+ "no spellworks that inflict DP or sDP on intelligent creatures": string
2274
+ "Spellwork Changes": string
2275
+ "Skills (+)": string
2276
+ "Skills (−)": string
2277
+ "{$replacement} instead of {$base}": string & { __params: { "replacement": StringableTranslationParameter; "base": StringableTranslationParameter } }
2264
2278
  }
2265
2279
  }
2266
2280
 
@@ -1344,6 +1344,20 @@ export declare const Locale: DB.Entity<"Locale", {
1344
1344
  "{$cost} (activation) + {$halvedCost} per {$interval}": null;
1345
1345
  Variable: null;
1346
1346
  "{$value} permanent AE": null;
1347
+ Guideline: null;
1348
+ "Elective Spellworks Package": null;
1349
+ "Restricted Spellworks": null;
1350
+ "All, at the GM\u2019s discretion": null;
1351
+ ".input {$count :number} {{only {$count} additional spellwork with the Property {$property}}}": null;
1352
+ "no spellworks with the Property {$property}": null;
1353
+ "Demon Summoning": null;
1354
+ "the following spells are not taught: {$spells}": null;
1355
+ "no Borbaradian spellworks": null;
1356
+ "no spellworks that inflict DP or sDP on intelligent creatures": null;
1357
+ "Spellwork Changes": null;
1358
+ "Skills (+)": null;
1359
+ "Skills (\u2212)": null;
1360
+ "{$replacement} instead of {$base}": null;
1347
1361
  }>, false>;
1348
1362
  }, undefined>;
1349
1363
  export declare const NestedTranslationMap: <Name extends string, T extends Record<string, DB.MemberDecl>, R extends boolean>(MemberDeclCreator: <T_1 extends DB.Type>(options: {
@@ -1383,6 +1383,21 @@ export const Locale = DB.Entity(import.meta.url, {
1383
1383
  "{$cost} (activation) + {$halvedCost} per {$interval}": null,
1384
1384
  "Variable": null,
1385
1385
  "{$value} permanent AE": null,
1386
+ // curricula
1387
+ "Guideline": null,
1388
+ "Elective Spellworks Package": null,
1389
+ "Restricted Spellworks": null,
1390
+ "All, at the GM’s discretion": null,
1391
+ ".input {$count :number} {{only {$count} additional spellwork with the Property {$property}}}": null,
1392
+ "no spellworks with the Property {$property}": null,
1393
+ "Demon Summoning": null,
1394
+ "the following spells are not taught: {$spells}": null,
1395
+ "no Borbaradian spellworks": null,
1396
+ "no spellworks that inflict DP or sDP on intelligent creatures": null,
1397
+ "Spellwork Changes": null,
1398
+ "Skills (+)": null,
1399
+ "Skills (−)": null,
1400
+ "{$replacement} instead of {$base}": null,
1386
1401
  }, { allKeysAreRequired: true }),
1387
1402
  }),
1388
1403
  }),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "optolith-database-schema",
3
- "version": "0.30.0",
3
+ "version": "0.30.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",