optolith-database-schema 0.24.0 → 0.24.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 +13 -0
- package/gen/types.d.ts +23 -4
- package/lib/types/Blessing.d.ts +9 -1
- package/lib/types/Blessing.js +2 -1
- package/lib/types/Locale.d.ts +19 -1
- package/lib/types/Locale.js +19 -1
- package/lib/types/prerequisites/PrerequisiteGroups.d.ts +2 -2
- package/lib/types/prerequisites/single/PactPrerequisite.d.ts +1 -1
- package/lib/types/prerequisites/single/PactPrerequisite.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,19 @@
|
|
|
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.24.1](https://github.com/elyukai/optolith-database-schema/compare/v0.24.0...v0.24.1) (2025-12-08)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### Features
|
|
9
|
+
|
|
10
|
+
* add and adjust translation strings ([5cd59ca](https://github.com/elyukai/optolith-database-schema/commit/5cd59ca6ce600c0ffbc62ef49e0609cc02cfd3d2))
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
### Bug Fixes
|
|
14
|
+
|
|
15
|
+
* double name ([d2b8a44](https://github.com/elyukai/optolith-database-schema/commit/d2b8a4450dc032c3411190b58bea9c1ee7df94d7))
|
|
16
|
+
* fixed blessing range without values ([0751823](https://github.com/elyukai/optolith-database-schema/commit/075182370c4ed81ea30af1c8552aa95fcd2aa669))
|
|
17
|
+
|
|
5
18
|
## [0.24.0](https://github.com/elyukai/optolith-database-schema/compare/v0.23.2...v0.24.0) (2025-12-05)
|
|
6
19
|
|
|
7
20
|
|
package/gen/types.d.ts
CHANGED
|
@@ -1201,46 +1201,61 @@ export interface Locale {
|
|
|
1201
1201
|
"{$value} act": string & { __params: { "value": StringableTranslationParameter } }
|
|
1202
1202
|
"act": string
|
|
1203
1203
|
".input {$value :number} {{{$value} actions}}": string & { __params: { "value": number } }
|
|
1204
|
+
"{$value} actions": string & { __params: { "value": StringableTranslationParameter } }
|
|
1204
1205
|
"actions": string
|
|
1205
1206
|
"{$value} s": string & { __params: { "value": StringableTranslationParameter } }
|
|
1206
1207
|
"s": string
|
|
1207
1208
|
".input {$value :number} {{{$value} seconds}}": string & { __params: { "value": number } }
|
|
1209
|
+
"{$value} seconds": string & { __params: { "value": StringableTranslationParameter } }
|
|
1208
1210
|
"seconds": string
|
|
1209
1211
|
"{$value} min": string & { __params: { "value": StringableTranslationParameter } }
|
|
1210
1212
|
"min": string
|
|
1211
1213
|
".input {$value :number} {{{$value} minutes}}": string & { __params: { "value": number } }
|
|
1214
|
+
"{$value} minutes": string & { __params: { "value": StringableTranslationParameter } }
|
|
1212
1215
|
"minutes": string
|
|
1213
1216
|
"{$value} h": string & { __params: { "value": StringableTranslationParameter } }
|
|
1214
1217
|
"h": string
|
|
1215
1218
|
".input {$value :number} {{{$value} hours}}": string & { __params: { "value": number } }
|
|
1219
|
+
"{$value} hours": string & { __params: { "value": StringableTranslationParameter } }
|
|
1216
1220
|
"hours": string
|
|
1217
1221
|
"{$value} d": string & { __params: { "value": StringableTranslationParameter } }
|
|
1218
1222
|
"d": string
|
|
1219
1223
|
".input {$value :number} {{{$value} days}}": string & { __params: { "value": number } }
|
|
1224
|
+
"{$value} days": string & { __params: { "value": StringableTranslationParameter } }
|
|
1220
1225
|
"days": string
|
|
1221
1226
|
".input {$value :number} {{{$value} wks.}}": string & { __params: { "value": number } }
|
|
1227
|
+
"{$value} wks.": string & { __params: { "value": StringableTranslationParameter } }
|
|
1222
1228
|
"wks.": string
|
|
1223
1229
|
".input {$value :number} {{{$value} weeks}}": string & { __params: { "value": number } }
|
|
1230
|
+
"{$value} weeks": string & { __params: { "value": StringableTranslationParameter } }
|
|
1224
1231
|
"weeks": string
|
|
1225
1232
|
".input {$value :number} {{{$value} mos.}}": string & { __params: { "value": number } }
|
|
1233
|
+
"{$value} mos.": string & { __params: { "value": StringableTranslationParameter } }
|
|
1226
1234
|
"mos.": string
|
|
1227
1235
|
".input {$value :number} {{{$value} months}}": string & { __params: { "value": number } }
|
|
1236
|
+
"{$value} months": string & { __params: { "value": StringableTranslationParameter } }
|
|
1228
1237
|
"months": string
|
|
1229
1238
|
".input {$value :number} {{{$value} yrs.}}": string & { __params: { "value": number } }
|
|
1239
|
+
"{$value} yrs.": string & { __params: { "value": StringableTranslationParameter } }
|
|
1230
1240
|
"yrs.": string
|
|
1231
1241
|
".input {$value :number} {{{$value} years}}": string & { __params: { "value": number } }
|
|
1242
|
+
"{$value} years": string & { __params: { "value": StringableTranslationParameter } }
|
|
1232
1243
|
"years": string
|
|
1233
1244
|
"{$value} cent.": string & { __params: { "value": StringableTranslationParameter } }
|
|
1234
1245
|
"cent.": string
|
|
1235
1246
|
".input {$value :number} {{{$value} centuries}}": string & { __params: { "value": number } }
|
|
1247
|
+
"{$value} centuries": string & { __params: { "value": StringableTranslationParameter } }
|
|
1236
1248
|
"centuries": string
|
|
1237
1249
|
"{$value} SA": string & { __params: { "value": StringableTranslationParameter } }
|
|
1238
1250
|
".input {$value :number} {{{$value} seduction actions}}": string & { __params: { "value": number } }
|
|
1251
|
+
"{$value} seduction actions": string & { __params: { "value": StringableTranslationParameter } }
|
|
1239
1252
|
"{$value} rnds": string & { __params: { "value": StringableTranslationParameter } }
|
|
1240
1253
|
".input {$value :number} {{{$value} rounds}}": string & { __params: { "value": number } }
|
|
1254
|
+
"{$value} rounds": string & { __params: { "value": StringableTranslationParameter } }
|
|
1241
1255
|
"{$value} CR": string & { __params: { "value": StringableTranslationParameter } }
|
|
1242
1256
|
"CR": string
|
|
1243
1257
|
".input {$value :number} {{{$value} combat rounds}}": string & { __params: { "value": number } }
|
|
1258
|
+
"{$value} combat rounds": string & { __params: { "value": StringableTranslationParameter } }
|
|
1244
1259
|
"combat rounds": string
|
|
1245
1260
|
"{$value} AE": string & { __params: { "value": StringableTranslationParameter } }
|
|
1246
1261
|
"{$value} KP": string & { __params: { "value": StringableTranslationParameter } }
|
|
@@ -1253,6 +1268,7 @@ export interface Locale {
|
|
|
1253
1268
|
", minimum of {$value}": string & { __params: { "value": StringableTranslationParameter } }
|
|
1254
1269
|
" ({$value} perm.)": string & { __params: { "value": StringableTranslationParameter } }
|
|
1255
1270
|
".input {$value :number} {{, {$value} of which are permanent}}": string & { __params: { "value": number } }
|
|
1271
|
+
", {$value} of which are permanent": string & { __params: { "value": StringableTranslationParameter } }
|
|
1256
1272
|
"half of the activation cost": string
|
|
1257
1273
|
" and ": string
|
|
1258
1274
|
" + ": string
|
|
@@ -1275,8 +1291,10 @@ export interface Locale {
|
|
|
1275
1291
|
"Sustained": string
|
|
1276
1292
|
"(S)": string
|
|
1277
1293
|
".input {$value :number} {{{$value} yards}}": string & { __params: { "value": number } }
|
|
1294
|
+
"{$value} yards": string & { __params: { "value": StringableTranslationParameter } }
|
|
1278
1295
|
"{$value} yd": string & { __params: { "value": StringableTranslationParameter } }
|
|
1279
1296
|
".input {$value :number} {{{$value} miles}}": string & { __params: { "value": number } }
|
|
1297
|
+
"{$value} miles": string & { __params: { "value": StringableTranslationParameter } }
|
|
1280
1298
|
"{$value} mi.": string & { __params: { "value": StringableTranslationParameter } }
|
|
1281
1299
|
"Sight": string
|
|
1282
1300
|
"Self": string
|
|
@@ -1296,7 +1314,7 @@ export interface Locale {
|
|
|
1296
1314
|
"Penis": string
|
|
1297
1315
|
"Vagina": string
|
|
1298
1316
|
"the SR for {$skill} combined must add up to at least {$minRating}": string & { __params: { "skill": StringableTranslationParameter; "minRating": StringableTranslationParameter } }
|
|
1299
|
-
".input {$
|
|
1317
|
+
".input {$minRating :number} {{{$count} on at least SR {$minRating}: {$list}}}": string & { __params: { "minRating": number; "count": StringableTranslationParameter; "list": StringableTranslationParameter } }
|
|
1300
1318
|
".input {$count :number} .input {$minRating :number} {{{$count} arcane works with the property {$property} at SR {$minRating} or higher}}": string & { __params: { "count": number; "minRating": number; "property": StringableTranslationParameter } }
|
|
1301
1319
|
".input {$count :number} .input {$minRating :number} {{{$count} liturgical chants and ceremonies with the aspect {$aspect} at SR {$minRating} or higher}}": string & { __params: { "count": number; "minRating": number; "aspect": StringableTranslationParameter } }
|
|
1302
1320
|
".input {$count :number} {{{$count} of the following skills}}": string & { __params: { "count": number } }
|
|
@@ -3137,7 +3155,7 @@ export type GeneralPrerequisiteGroup =
|
|
|
3137
3155
|
}
|
|
3138
3156
|
| {
|
|
3139
3157
|
kind: "Pact"
|
|
3140
|
-
Pact:
|
|
3158
|
+
Pact: PactPrerequisite
|
|
3141
3159
|
}
|
|
3142
3160
|
| {
|
|
3143
3161
|
kind: "SocialStatus"
|
|
@@ -5538,6 +5556,7 @@ export type BlessingRange =
|
|
|
5538
5556
|
}
|
|
5539
5557
|
| {
|
|
5540
5558
|
kind: "Fixed"
|
|
5559
|
+
Fixed: FixedRange
|
|
5541
5560
|
}
|
|
5542
5561
|
|
|
5543
5562
|
export type BlessingDuration =
|
|
@@ -17104,7 +17123,7 @@ export interface RandomHeightGeneration {
|
|
|
17104
17123
|
/**
|
|
17105
17124
|
* Requires a specific pact.
|
|
17106
17125
|
*/
|
|
17107
|
-
export interface
|
|
17126
|
+
export interface PactPrerequisite {
|
|
17108
17127
|
/**
|
|
17109
17128
|
* The required pact category.
|
|
17110
17129
|
*/
|
|
@@ -17438,7 +17457,7 @@ export type AdvantageDisadvantagePrerequisiteGroup =
|
|
|
17438
17457
|
}
|
|
17439
17458
|
| {
|
|
17440
17459
|
kind: "Pact"
|
|
17441
|
-
Pact:
|
|
17460
|
+
Pact: PactPrerequisite
|
|
17442
17461
|
}
|
|
17443
17462
|
| {
|
|
17444
17463
|
kind: "SocialStatus"
|
package/lib/types/Blessing.d.ts
CHANGED
|
@@ -4,7 +4,15 @@ export declare const Blessing: Entity<"Blessing", {
|
|
|
4
4
|
range: import("tsondb/schema/def").MemberDecl<IncludeIdentifier<[], Enum<"BlessingRange", {
|
|
5
5
|
Self: EnumCase<null>;
|
|
6
6
|
Touch: EnumCase<null>;
|
|
7
|
-
Fixed: EnumCase<
|
|
7
|
+
Fixed: EnumCase<IncludeIdentifier<[], TypeAlias<"FixedRange", Object<{
|
|
8
|
+
is_maximum: import("tsondb/schema/def").MemberDecl<import("tsondb/schema/def").BooleanType, false>;
|
|
9
|
+
value: import("tsondb/schema/def").MemberDecl<Integer, true>;
|
|
10
|
+
unit: import("tsondb/schema/def").MemberDecl<IncludeIdentifier<[], Enum<"RangeUnit", {
|
|
11
|
+
Steps: EnumCase<null>;
|
|
12
|
+
Miles: EnumCase<null>;
|
|
13
|
+
}, []>>, true>;
|
|
14
|
+
is_radius: import("tsondb/schema/def").MemberDecl<import("tsondb/schema/def").BooleanType, false>;
|
|
15
|
+
}>, []>>>;
|
|
8
16
|
}, []>>, true>;
|
|
9
17
|
duration: import("tsondb/schema/def").MemberDecl<IncludeIdentifier<[], Enum<"BlessingDuration", {
|
|
10
18
|
Immediate: EnumCase<null>;
|
package/lib/types/Blessing.js
CHANGED
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { Entity, Enum, EnumCase, IncludeIdentifier, Integer, Object, Optional, Required, String, TypeAlias, } from "tsondb/schema/def";
|
|
2
2
|
import { DurationUnit } from "./_ActivatableSkillDuration.js";
|
|
3
|
+
import { FixedRange } from "./_ActivatableSkillRange.js";
|
|
3
4
|
import { AffectedTargetCategories } from "./_ActivatableSkillTargetCategory.js";
|
|
4
5
|
import { NestedTranslationMap } from "./Locale.js";
|
|
5
6
|
import { Errata } from "./source/_Erratum.js";
|
|
@@ -58,7 +59,7 @@ const BlessingRange = Enum(import.meta.url, {
|
|
|
58
59
|
values: () => ({
|
|
59
60
|
Self: EnumCase({ type: null }),
|
|
60
61
|
Touch: EnumCase({ type: null }),
|
|
61
|
-
Fixed: EnumCase({ type:
|
|
62
|
+
Fixed: EnumCase({ type: IncludeIdentifier(FixedRange) }),
|
|
62
63
|
}),
|
|
63
64
|
});
|
|
64
65
|
const BlessingDuration = Enum(import.meta.url, {
|
package/lib/types/Locale.d.ts
CHANGED
|
@@ -919,46 +919,61 @@ export declare const Locale: Entity<"Locale", {
|
|
|
919
919
|
"{$value} act": null;
|
|
920
920
|
act: null;
|
|
921
921
|
".input {$value :number} {{{$value} actions}}": null;
|
|
922
|
+
"{$value} actions": null;
|
|
922
923
|
actions: null;
|
|
923
924
|
"{$value} s": null;
|
|
924
925
|
s: null;
|
|
925
926
|
".input {$value :number} {{{$value} seconds}}": null;
|
|
927
|
+
"{$value} seconds": null;
|
|
926
928
|
seconds: null;
|
|
927
929
|
"{$value} min": null;
|
|
928
930
|
min: null;
|
|
929
931
|
".input {$value :number} {{{$value} minutes}}": null;
|
|
932
|
+
"{$value} minutes": null;
|
|
930
933
|
minutes: null;
|
|
931
934
|
"{$value} h": null;
|
|
932
935
|
h: null;
|
|
933
936
|
".input {$value :number} {{{$value} hours}}": null;
|
|
937
|
+
"{$value} hours": null;
|
|
934
938
|
hours: null;
|
|
935
939
|
"{$value} d": null;
|
|
936
940
|
d: null;
|
|
937
941
|
".input {$value :number} {{{$value} days}}": null;
|
|
942
|
+
"{$value} days": null;
|
|
938
943
|
days: null;
|
|
939
944
|
".input {$value :number} {{{$value} wks.}}": null;
|
|
945
|
+
"{$value} wks.": null;
|
|
940
946
|
"wks.": null;
|
|
941
947
|
".input {$value :number} {{{$value} weeks}}": null;
|
|
948
|
+
"{$value} weeks": null;
|
|
942
949
|
weeks: null;
|
|
943
950
|
".input {$value :number} {{{$value} mos.}}": null;
|
|
951
|
+
"{$value} mos.": null;
|
|
944
952
|
"mos.": null;
|
|
945
953
|
".input {$value :number} {{{$value} months}}": null;
|
|
954
|
+
"{$value} months": null;
|
|
946
955
|
months: null;
|
|
947
956
|
".input {$value :number} {{{$value} yrs.}}": null;
|
|
957
|
+
"{$value} yrs.": null;
|
|
948
958
|
"yrs.": null;
|
|
949
959
|
".input {$value :number} {{{$value} years}}": null;
|
|
960
|
+
"{$value} years": null;
|
|
950
961
|
years: null;
|
|
951
962
|
"{$value} cent.": null;
|
|
952
963
|
"cent.": null;
|
|
953
964
|
".input {$value :number} {{{$value} centuries}}": null;
|
|
965
|
+
"{$value} centuries": null;
|
|
954
966
|
centuries: null;
|
|
955
967
|
"{$value} SA": null;
|
|
956
968
|
".input {$value :number} {{{$value} seduction actions}}": null;
|
|
969
|
+
"{$value} seduction actions": null;
|
|
957
970
|
"{$value} rnds": null;
|
|
958
971
|
".input {$value :number} {{{$value} rounds}}": null;
|
|
972
|
+
"{$value} rounds": null;
|
|
959
973
|
"{$value} CR": null;
|
|
960
974
|
CR: null;
|
|
961
975
|
".input {$value :number} {{{$value} combat rounds}}": null;
|
|
976
|
+
"{$value} combat rounds": null;
|
|
962
977
|
"combat rounds": null;
|
|
963
978
|
"{$value} AE": null;
|
|
964
979
|
"{$value} KP": null;
|
|
@@ -971,6 +986,7 @@ export declare const Locale: Entity<"Locale", {
|
|
|
971
986
|
", minimum of {$value}": null;
|
|
972
987
|
" ({$value} perm.)": null;
|
|
973
988
|
".input {$value :number} {{, {$value} of which are permanent}}": null;
|
|
989
|
+
", {$value} of which are permanent": null;
|
|
974
990
|
"half of the activation cost": null;
|
|
975
991
|
" and ": null;
|
|
976
992
|
" + ": null;
|
|
@@ -993,8 +1009,10 @@ export declare const Locale: Entity<"Locale", {
|
|
|
993
1009
|
Sustained: null;
|
|
994
1010
|
"(S)": null;
|
|
995
1011
|
".input {$value :number} {{{$value} yards}}": null;
|
|
1012
|
+
"{$value} yards": null;
|
|
996
1013
|
"{$value} yd": null;
|
|
997
1014
|
".input {$value :number} {{{$value} miles}}": null;
|
|
1015
|
+
"{$value} miles": null;
|
|
998
1016
|
"{$value} mi.": null;
|
|
999
1017
|
Sight: null;
|
|
1000
1018
|
Self: null;
|
|
@@ -1014,7 +1032,7 @@ export declare const Locale: Entity<"Locale", {
|
|
|
1014
1032
|
Penis: null;
|
|
1015
1033
|
Vagina: null;
|
|
1016
1034
|
"the SR for {$skill} combined must add up to at least {$minRating}": null;
|
|
1017
|
-
".input {$
|
|
1035
|
+
".input {$minRating :number} {{{$count} on at least SR {$minRating}: {$list}}}": null;
|
|
1018
1036
|
".input {$count :number} .input {$minRating :number} {{{$count} arcane works with the property {$property} at SR {$minRating} or higher}}": null;
|
|
1019
1037
|
".input {$count :number} .input {$minRating :number} {{{$count} liturgical chants and ceremonies with the aspect {$aspect} at SR {$minRating} or higher}}": null;
|
|
1020
1038
|
".input {$count :number} {{{$count} of the following skills}}": null;
|
package/lib/types/Locale.js
CHANGED
|
@@ -944,46 +944,61 @@ export const Locale = Entity(import.meta.url, {
|
|
|
944
944
|
"{$value} act": null,
|
|
945
945
|
"act": null,
|
|
946
946
|
".input {$value :number} {{{$value} actions}}": null,
|
|
947
|
+
"{$value} actions": null,
|
|
947
948
|
"actions": null,
|
|
948
949
|
"{$value} s": null,
|
|
949
950
|
"s": null,
|
|
950
951
|
".input {$value :number} {{{$value} seconds}}": null,
|
|
952
|
+
"{$value} seconds": null,
|
|
951
953
|
"seconds": null,
|
|
952
954
|
"{$value} min": null,
|
|
953
955
|
"min": null,
|
|
954
956
|
".input {$value :number} {{{$value} minutes}}": null,
|
|
957
|
+
"{$value} minutes": null,
|
|
955
958
|
"minutes": null,
|
|
956
959
|
"{$value} h": null,
|
|
957
960
|
"h": null,
|
|
958
961
|
".input {$value :number} {{{$value} hours}}": null,
|
|
962
|
+
"{$value} hours": null,
|
|
959
963
|
"hours": null,
|
|
960
964
|
"{$value} d": null,
|
|
961
965
|
"d": null,
|
|
962
966
|
".input {$value :number} {{{$value} days}}": null,
|
|
967
|
+
"{$value} days": null,
|
|
963
968
|
"days": null,
|
|
964
969
|
".input {$value :number} {{{$value} wks.}}": null,
|
|
970
|
+
"{$value} wks.": null,
|
|
965
971
|
"wks.": null,
|
|
966
972
|
".input {$value :number} {{{$value} weeks}}": null,
|
|
973
|
+
"{$value} weeks": null,
|
|
967
974
|
"weeks": null,
|
|
968
975
|
".input {$value :number} {{{$value} mos.}}": null,
|
|
976
|
+
"{$value} mos.": null,
|
|
969
977
|
"mos.": null,
|
|
970
978
|
".input {$value :number} {{{$value} months}}": null,
|
|
979
|
+
"{$value} months": null,
|
|
971
980
|
"months": null,
|
|
972
981
|
".input {$value :number} {{{$value} yrs.}}": null,
|
|
982
|
+
"{$value} yrs.": null,
|
|
973
983
|
"yrs.": null,
|
|
974
984
|
".input {$value :number} {{{$value} years}}": null,
|
|
985
|
+
"{$value} years": null,
|
|
975
986
|
"years": null,
|
|
976
987
|
"{$value} cent.": null,
|
|
977
988
|
"cent.": null,
|
|
978
989
|
".input {$value :number} {{{$value} centuries}}": null,
|
|
990
|
+
"{$value} centuries": null,
|
|
979
991
|
"centuries": null,
|
|
980
992
|
"{$value} SA": null,
|
|
981
993
|
".input {$value :number} {{{$value} seduction actions}}": null,
|
|
994
|
+
"{$value} seduction actions": null,
|
|
982
995
|
"{$value} rnds": null,
|
|
983
996
|
".input {$value :number} {{{$value} rounds}}": null,
|
|
997
|
+
"{$value} rounds": null,
|
|
984
998
|
"{$value} CR": null,
|
|
985
999
|
"CR": null,
|
|
986
1000
|
".input {$value :number} {{{$value} combat rounds}}": null,
|
|
1001
|
+
"{$value} combat rounds": null,
|
|
987
1002
|
"combat rounds": null,
|
|
988
1003
|
"{$value} AE": null,
|
|
989
1004
|
"{$value} KP": null,
|
|
@@ -996,6 +1011,7 @@ export const Locale = Entity(import.meta.url, {
|
|
|
996
1011
|
", minimum of {$value}": null,
|
|
997
1012
|
" ({$value} perm.)": null,
|
|
998
1013
|
".input {$value :number} {{, {$value} of which are permanent}}": null,
|
|
1014
|
+
", {$value} of which are permanent": null,
|
|
999
1015
|
"half of the activation cost": null,
|
|
1000
1016
|
" and ": null,
|
|
1001
1017
|
" + ": null,
|
|
@@ -1018,8 +1034,10 @@ export const Locale = Entity(import.meta.url, {
|
|
|
1018
1034
|
"Sustained": null,
|
|
1019
1035
|
"(S)": null,
|
|
1020
1036
|
".input {$value :number} {{{$value} yards}}": null,
|
|
1037
|
+
"{$value} yards": null,
|
|
1021
1038
|
"{$value} yd": null,
|
|
1022
1039
|
".input {$value :number} {{{$value} miles}}": null,
|
|
1040
|
+
"{$value} miles": null,
|
|
1023
1041
|
"{$value} mi.": null,
|
|
1024
1042
|
"Sight": null,
|
|
1025
1043
|
"Self": null,
|
|
@@ -1039,7 +1057,7 @@ export const Locale = Entity(import.meta.url, {
|
|
|
1039
1057
|
"Penis": null,
|
|
1040
1058
|
"Vagina": null,
|
|
1041
1059
|
"the SR for {$skill} combined must add up to at least {$minRating}": null,
|
|
1042
|
-
".input {$
|
|
1060
|
+
".input {$minRating :number} {{{$count} on at least SR {$minRating}: {$list}}}": null,
|
|
1043
1061
|
".input {$count :number} .input {$minRating :number} {{{$count} arcane works with the property {$property} at SR {$minRating} or higher}}": null,
|
|
1044
1062
|
".input {$count :number} .input {$minRating :number} {{{$count} liturgical chants and ceremonies with the aspect {$aspect} at SR {$minRating} or higher}}": null,
|
|
1045
1063
|
".input {$count :number} {{{$count} of the following skills}}": null,
|
|
@@ -106,7 +106,7 @@ export declare const GeneralPrerequisiteGroup: Enum<"GeneralPrerequisiteGroup",
|
|
|
106
106
|
}>, []>>>;
|
|
107
107
|
}, []>>, false>;
|
|
108
108
|
}>, []>>>;
|
|
109
|
-
Pact: EnumCase<IncludeIdentifier<[], import("tsondb/schema/def").TypeAliasDecl<"
|
|
109
|
+
Pact: EnumCase<IncludeIdentifier<[], import("tsondb/schema/def").TypeAliasDecl<"PactPrerequisite", import("tsondb/schema/def").ObjectType<{
|
|
110
110
|
category: import("tsondb/schema/def").MemberDecl<import("tsondb/schema/def").ReferenceIdentifierType, true>;
|
|
111
111
|
domain: import("tsondb/schema/def").MemberDecl<import("tsondb/schema/def").ArrayType<import("tsondb/schema/def").ReferenceIdentifierType>, false>;
|
|
112
112
|
level: import("tsondb/schema/def").MemberDecl<import("tsondb/schema/def").IntegerType, false>;
|
|
@@ -672,7 +672,7 @@ export declare const AdvantageDisadvantagePrerequisiteGroup: Enum<"AdvantageDisa
|
|
|
672
672
|
}>, []>>>;
|
|
673
673
|
}, []>>, false>;
|
|
674
674
|
}>, []>>>;
|
|
675
|
-
Pact: EnumCase<IncludeIdentifier<[], import("tsondb/schema/def").TypeAliasDecl<"
|
|
675
|
+
Pact: EnumCase<IncludeIdentifier<[], import("tsondb/schema/def").TypeAliasDecl<"PactPrerequisite", import("tsondb/schema/def").ObjectType<{
|
|
676
676
|
category: import("tsondb/schema/def").MemberDecl<import("tsondb/schema/def").ReferenceIdentifierType, true>;
|
|
677
677
|
domain: import("tsondb/schema/def").MemberDecl<import("tsondb/schema/def").ArrayType<import("tsondb/schema/def").ReferenceIdentifierType>, false>;
|
|
678
678
|
level: import("tsondb/schema/def").MemberDecl<import("tsondb/schema/def").IntegerType, false>;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Array, IncludeIdentifier, Integer, Object, TypeAlias } from "tsondb/schema/def";
|
|
2
|
-
export declare const PactPrerequisite: TypeAlias<"
|
|
2
|
+
export declare const PactPrerequisite: TypeAlias<"PactPrerequisite", Object<{
|
|
3
3
|
category: import("tsondb/schema/def").MemberDecl<import("tsondb/schema/def").ReferenceIdentifierType, true>;
|
|
4
4
|
domain: import("tsondb/schema/def").MemberDecl<Array<import("tsondb/schema/def").ReferenceIdentifierType>, false>;
|
|
5
5
|
level: import("tsondb/schema/def").MemberDecl<Integer, false>;
|
|
@@ -2,7 +2,7 @@ import { Array, IncludeIdentifier, Integer, Object, Optional, Required, TypeAlia
|
|
|
2
2
|
import { PactCategoryIdentifier, PactDomainIdentifier } from "../../_Identifier.js";
|
|
3
3
|
import { DisplayOption } from "../DisplayOption.js";
|
|
4
4
|
export const PactPrerequisite = TypeAlias(import.meta.url, {
|
|
5
|
-
name: "
|
|
5
|
+
name: "PactPrerequisite",
|
|
6
6
|
comment: "Requires a specific pact.",
|
|
7
7
|
type: () => Object({
|
|
8
8
|
category: Required({
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "optolith-database-schema",
|
|
3
|
-
"version": "0.24.
|
|
3
|
+
"version": "0.24.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",
|