ekms 7.12.8-beta.4 → 7.12.8-beta.6
Sign up to get free protection for your applications and to get access to all the features.
- package/common/animals.instance.json +67 -227
- package/common/animals.js +1 -1
- package/common/avatar.js +7 -5
- package/common/characters.js +7 -5
- package/common/crew.instance.json +257 -417
- package/common/crew.js +1 -1
- package/common/currency.js +0 -2
- package/common/dialogues.js +13 -11
- package/common/dimension.instance.json +10 -10
- package/common/dimension.js +1 -1
- package/common/edible.instance.json +139 -255
- package/common/edible.js +1 -1
- package/common/emotions.instance.json +56 -32
- package/common/emotions.js +1 -1
- package/common/fastfood.instance.json +915 -1919
- package/common/fastfood.js +1 -1
- package/common/formulas.instance.json +7 -7
- package/common/formulas.js +2 -2
- package/common/help.js +4 -2
- package/common/helpers.js +5 -0
- package/common/javascript.js +8 -6
- package/common/kirk.instance.json +1 -1
- package/common/kirk.js +1 -1
- package/common/length.instance.json +37 -217
- package/common/length.js +1 -1
- package/common/math.instance.json +19 -39
- package/common/math.js +1 -1
- package/common/meta.instance.json +1 -1
- package/common/meta.js +29 -10
- package/common/numbers.js +31 -24
- package/common/ordering.instance.json +86 -82
- package/common/ordering.js +1 -1
- package/common/people.instance.json +42 -70
- package/common/people.js +1 -1
- package/common/pipboy.instance.json +109 -169
- package/common/pipboy.js +1 -1
- package/common/pokemon.instance.json +31 -87
- package/common/pokemon.js +1 -1
- package/common/pressure.instance.json +10 -30
- package/common/pressure.js +1 -1
- package/common/properties.instance.json +16 -44
- package/common/properties.js +13 -8
- package/common/reports.instance.json +6 -62
- package/common/reports.js +9 -7
- package/common/scorekeeper.instance.json +1 -1
- package/common/scorekeeper.js +9 -7
- package/common/spock.instance.json +1 -1
- package/common/spock.js +1 -1
- package/common/tell.js +4 -2
- package/common/temperature.instance.json +13 -129
- package/common/temperature.js +1 -1
- package/common/time.js +36 -20
- package/common/time.test.json +66 -44
- package/common/ui.instance.json +1 -1
- package/common/weight.instance.json +25 -193
- package/common/weight.js +1 -1
- package/package.json +2 -2
package/common/crew.js
CHANGED
package/common/currency.js
CHANGED
package/common/dialogues.js
CHANGED
@@ -275,17 +275,19 @@ let configStruct = {
|
|
275
275
|
},
|
276
276
|
],
|
277
277
|
words: {
|
278
|
-
"
|
279
|
-
|
280
|
-
|
281
|
-
|
282
|
-
|
283
|
-
|
284
|
-
|
285
|
-
|
286
|
-
|
287
|
-
|
288
|
-
|
278
|
+
"literals": {
|
279
|
+
"?": [{"id": "questionMark", "initial": "{}" }],
|
280
|
+
"the": [{"id": "the", "initial": "{ modifiers: [] }" }],
|
281
|
+
"who": [{"id": "what", "initial": "{ modifiers: [], query: true }" }],
|
282
|
+
"yes": [{"id": "yesno", "initial": "{ value: true }" }],
|
283
|
+
"no": [{"id": "yesno", "initial": "{ value: false }" }],
|
284
|
+
"brief": [{"id": "briefOrWordy", "initial": "{ value: 'brief' }" }],
|
285
|
+
"wordy": [{"id": "briefOrWordy", "initial": "{ value: 'wordy' }" }],
|
286
|
+
"does": [{"id": "does", "initial": "{ number: 'one' }" }],
|
287
|
+
"do": [{"id": "does", "initial": "{ number: 'many' }" }],
|
288
|
+
"is": [{"id": "is", "initial": "{ number: 'one' }" }, {"id": "isEd", "initial": "{ number: 'one' }" }],
|
289
|
+
"are": [{"id": "is", "initial": "{ number: 'many' }" }, {"id": "isEd", "initial": "{ number: 'many' }" }],
|
290
|
+
}
|
289
291
|
},
|
290
292
|
|
291
293
|
floaters: ['query'],
|
@@ -1,5 +1,5 @@
|
|
1
1
|
{
|
2
|
-
"
|
2
|
+
"configs": [
|
3
3
|
"dimension and unit are concepts",
|
4
4
|
{
|
5
5
|
"name": "dimension",
|
@@ -891,26 +891,26 @@
|
|
891
891
|
"value": [
|
892
892
|
{
|
893
893
|
"marker": "unknown",
|
894
|
+
"value": "dimension",
|
895
|
+
"word": "dimension",
|
896
|
+
"text": "dimension",
|
894
897
|
"range": {
|
895
898
|
"start": 0,
|
896
899
|
"end": 8
|
897
900
|
},
|
898
|
-
"word": "dimension",
|
899
|
-
"text": "dimension",
|
900
|
-
"value": "dimension",
|
901
901
|
"unknown": true,
|
902
902
|
"dead": true,
|
903
903
|
"level": 2
|
904
904
|
},
|
905
905
|
{
|
906
906
|
"marker": "unknown",
|
907
|
+
"value": "unit",
|
908
|
+
"word": "unit",
|
909
|
+
"text": "unit",
|
907
910
|
"range": {
|
908
911
|
"start": 14,
|
909
912
|
"end": 17
|
910
913
|
},
|
911
|
-
"word": "unit",
|
912
|
-
"text": "unit",
|
913
|
-
"value": "unit",
|
914
914
|
"unknown": true,
|
915
915
|
"dead": true,
|
916
916
|
"level": 2
|
@@ -929,13 +929,13 @@
|
|
929
929
|
},
|
930
930
|
"two": {
|
931
931
|
"marker": "unknown",
|
932
|
+
"value": "concepts",
|
933
|
+
"word": "concepts",
|
934
|
+
"text": "concepts",
|
932
935
|
"range": {
|
933
936
|
"start": 23,
|
934
937
|
"end": 30
|
935
938
|
},
|
936
|
-
"word": "concepts",
|
937
|
-
"text": "concepts",
|
938
|
-
"value": "concepts",
|
939
939
|
"unknown": true,
|
940
940
|
"dead": true,
|
941
941
|
"types": [
|