ekms 8.7.0 → 8.8.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/common/animals.instance.json +123 -2
- package/common/colors.instance.json +376 -286
- package/common/comparable.instance.json +30 -62
- package/common/crew.instance.json +216 -318
- package/common/crew.js +3 -3
- package/common/dialogues.js +12 -1
- package/common/dimension.instance.json +5 -1
- package/common/edible.instance.json +239 -107
- package/common/emotions.instance.json +5 -0
- package/common/emotions.js +4 -4
- package/common/fastfood.instance.json +1178 -529
- package/common/formulas.instance.json +5 -1
- package/common/kirk.instance.json +5 -0
- package/common/length.instance.json +75 -0
- package/common/math.instance.json +5 -0
- package/common/numbers.js +15 -3
- package/common/ordering.instance.json +73 -47
- package/common/people.instance.json +222 -1
- package/common/people.js +12 -0
- package/common/pipboy.instance.json +144 -83
- package/common/pipboy.js +1 -0
- package/common/pokemon.instance.json +99 -14
- package/common/pressure.instance.json +25 -13
- package/common/pressure.js +4 -4
- package/common/properties.instance.json +10 -13
- package/common/properties.js +1 -0
- package/common/reports.instance.json +11 -1
- package/common/spock.instance.json +5 -0
- package/common/temperature.instance.json +25 -13
- package/common/tokenize.js +1 -1
- package/common/weight.instance.json +110 -14
- package/package.json +2 -2
@@ -1004,6 +1004,11 @@
|
|
1004
1004
|
"theAble",
|
1005
1005
|
false
|
1006
1006
|
],
|
1007
|
+
[
|
1008
|
+
"propertyOf",
|
1009
|
+
"preposition",
|
1010
|
+
false
|
1011
|
+
],
|
1007
1012
|
[
|
1008
1013
|
"punctuation",
|
1009
1014
|
"punctuation",
|
@@ -1494,7 +1499,7 @@
|
|
1494
1499
|
],
|
1495
1500
|
"ops": [
|
1496
1501
|
[
|
1497
|
-
"
|
1502
|
+
"isEd",
|
1498
1503
|
0
|
1499
1504
|
],
|
1500
1505
|
[
|
@@ -1744,10 +1749,6 @@
|
|
1744
1749
|
"list",
|
1745
1750
|
0
|
1746
1751
|
],
|
1747
|
-
[
|
1748
|
-
"unknown",
|
1749
|
-
0
|
1750
|
-
],
|
1751
1752
|
[
|
1752
1753
|
"unknown",
|
1753
1754
|
1
|
@@ -1760,7 +1761,7 @@
|
|
1760
1761
|
],
|
1761
1762
|
[
|
1762
1763
|
"list",
|
1763
|
-
|
1764
|
+
1
|
1764
1765
|
],
|
1765
1766
|
[
|
1766
1767
|
"unknown",
|
@@ -1768,10 +1769,6 @@
|
|
1768
1769
|
]
|
1769
1770
|
],
|
1770
1771
|
[
|
1771
|
-
[
|
1772
|
-
"is",
|
1773
|
-
0
|
1774
|
-
],
|
1775
1772
|
[
|
1776
1773
|
"list",
|
1777
1774
|
1
|
@@ -2415,6 +2412,11 @@
|
|
2415
2412
|
"theAble",
|
2416
2413
|
false
|
2417
2414
|
],
|
2415
|
+
[
|
2416
|
+
"propertyOf",
|
2417
|
+
"preposition",
|
2418
|
+
false
|
2419
|
+
],
|
2418
2420
|
[
|
2419
2421
|
"punctuation",
|
2420
2422
|
"punctuation",
|
@@ -3744,6 +3746,11 @@
|
|
3744
3746
|
"theAble",
|
3745
3747
|
false
|
3746
3748
|
],
|
3749
|
+
[
|
3750
|
+
"propertyOf",
|
3751
|
+
"preposition",
|
3752
|
+
false
|
3753
|
+
],
|
3747
3754
|
[
|
3748
3755
|
"punctuation",
|
3749
3756
|
"punctuation",
|
@@ -4960,6 +4967,11 @@
|
|
4960
4967
|
"theAble",
|
4961
4968
|
false
|
4962
4969
|
],
|
4970
|
+
[
|
4971
|
+
"propertyOf",
|
4972
|
+
"preposition",
|
4973
|
+
false
|
4974
|
+
],
|
4963
4975
|
[
|
4964
4976
|
"punctuation",
|
4965
4977
|
"punctuation",
|
@@ -6427,6 +6439,11 @@
|
|
6427
6439
|
"theAble",
|
6428
6440
|
false
|
6429
6441
|
],
|
6442
|
+
[
|
6443
|
+
"propertyOf",
|
6444
|
+
"preposition",
|
6445
|
+
false
|
6446
|
+
],
|
6430
6447
|
[
|
6431
6448
|
"punctuation",
|
6432
6449
|
"punctuation",
|
@@ -7698,6 +7715,11 @@
|
|
7698
7715
|
"theAble",
|
7699
7716
|
false
|
7700
7717
|
],
|
7718
|
+
[
|
7719
|
+
"propertyOf",
|
7720
|
+
"preposition",
|
7721
|
+
false
|
7722
|
+
],
|
7701
7723
|
[
|
7702
7724
|
"punctuation",
|
7703
7725
|
"punctuation",
|
@@ -8408,24 +8430,6 @@
|
|
8408
8430
|
1
|
8409
8431
|
]
|
8410
8432
|
],
|
8411
|
-
[
|
8412
|
-
[
|
8413
|
-
"is",
|
8414
|
-
0
|
8415
|
-
],
|
8416
|
-
[
|
8417
|
-
"list",
|
8418
|
-
0
|
8419
|
-
],
|
8420
|
-
[
|
8421
|
-
"unknown",
|
8422
|
-
0
|
8423
|
-
],
|
8424
|
-
[
|
8425
|
-
"unknown",
|
8426
|
-
1
|
8427
|
-
]
|
8428
|
-
],
|
8429
8433
|
[
|
8430
8434
|
[
|
8431
8435
|
"is",
|
@@ -9298,6 +9302,11 @@
|
|
9298
9302
|
"theAble",
|
9299
9303
|
false
|
9300
9304
|
],
|
9305
|
+
[
|
9306
|
+
"propertyOf",
|
9307
|
+
"preposition",
|
9308
|
+
false
|
9309
|
+
],
|
9301
9310
|
[
|
9302
9311
|
"punctuation",
|
9303
9312
|
"punctuation",
|
@@ -10838,6 +10847,11 @@
|
|
10838
10847
|
"theAble",
|
10839
10848
|
false
|
10840
10849
|
],
|
10850
|
+
[
|
10851
|
+
"propertyOf",
|
10852
|
+
"preposition",
|
10853
|
+
false
|
10854
|
+
],
|
10841
10855
|
[
|
10842
10856
|
"punctuation",
|
10843
10857
|
"punctuation",
|
@@ -12323,6 +12337,11 @@
|
|
12323
12337
|
"theAble",
|
12324
12338
|
false
|
12325
12339
|
],
|
12340
|
+
[
|
12341
|
+
"propertyOf",
|
12342
|
+
"preposition",
|
12343
|
+
false
|
12344
|
+
],
|
12326
12345
|
[
|
12327
12346
|
"punctuation",
|
12328
12347
|
"punctuation",
|
@@ -12806,7 +12825,7 @@
|
|
12806
12825
|
0
|
12807
12826
|
],
|
12808
12827
|
[
|
12809
|
-
"
|
12828
|
+
"isEd",
|
12810
12829
|
0
|
12811
12830
|
],
|
12812
12831
|
[
|
@@ -12980,7 +12999,7 @@
|
|
12980
12999
|
],
|
12981
13000
|
[
|
12982
13001
|
"unknown",
|
12983
|
-
|
13002
|
+
1
|
12984
13003
|
]
|
12985
13004
|
],
|
12986
13005
|
[
|
@@ -12992,13 +13011,9 @@
|
|
12992
13011
|
"concept",
|
12993
13012
|
0
|
12994
13013
|
],
|
12995
|
-
[
|
12996
|
-
"is",
|
12997
|
-
0
|
12998
|
-
],
|
12999
13014
|
[
|
13000
13015
|
"unknown",
|
13001
|
-
|
13016
|
+
0
|
13002
13017
|
]
|
13003
13018
|
],
|
13004
13019
|
[
|
@@ -13949,6 +13964,11 @@
|
|
13949
13964
|
"theAble",
|
13950
13965
|
false
|
13951
13966
|
],
|
13967
|
+
[
|
13968
|
+
"propertyOf",
|
13969
|
+
"preposition",
|
13970
|
+
false
|
13971
|
+
],
|
13952
13972
|
[
|
13953
13973
|
"punctuation",
|
13954
13974
|
"punctuation",
|
@@ -15550,6 +15570,11 @@
|
|
15550
15570
|
"theAble",
|
15551
15571
|
false
|
15552
15572
|
],
|
15573
|
+
[
|
15574
|
+
"propertyOf",
|
15575
|
+
"preposition",
|
15576
|
+
false
|
15577
|
+
],
|
15553
15578
|
[
|
15554
15579
|
"punctuation",
|
15555
15580
|
"punctuation",
|
@@ -17222,6 +17247,11 @@
|
|
17222
17247
|
"theAble",
|
17223
17248
|
false
|
17224
17249
|
],
|
17250
|
+
[
|
17251
|
+
"propertyOf",
|
17252
|
+
"preposition",
|
17253
|
+
false
|
17254
|
+
],
|
17225
17255
|
[
|
17226
17256
|
"punctuation",
|
17227
17257
|
"punctuation",
|
@@ -18938,6 +18968,11 @@
|
|
18938
18968
|
"theAble",
|
18939
18969
|
false
|
18940
18970
|
],
|
18971
|
+
[
|
18972
|
+
"propertyOf",
|
18973
|
+
"preposition",
|
18974
|
+
false
|
18975
|
+
],
|
18941
18976
|
[
|
18942
18977
|
"punctuation",
|
18943
18978
|
"punctuation",
|
@@ -20830,6 +20865,11 @@
|
|
20830
20865
|
"theAble",
|
20831
20866
|
false
|
20832
20867
|
],
|
20868
|
+
[
|
20869
|
+
"propertyOf",
|
20870
|
+
"preposition",
|
20871
|
+
false
|
20872
|
+
],
|
20833
20873
|
[
|
20834
20874
|
"punctuation",
|
20835
20875
|
"punctuation",
|
@@ -22842,6 +22882,11 @@
|
|
22842
22882
|
"theAble",
|
22843
22883
|
false
|
22844
22884
|
],
|
22885
|
+
[
|
22886
|
+
"propertyOf",
|
22887
|
+
"preposition",
|
22888
|
+
false
|
22889
|
+
],
|
22845
22890
|
[
|
22846
22891
|
"punctuation",
|
22847
22892
|
"punctuation",
|
@@ -24872,6 +24917,11 @@
|
|
24872
24917
|
"theAble",
|
24873
24918
|
false
|
24874
24919
|
],
|
24920
|
+
[
|
24921
|
+
"propertyOf",
|
24922
|
+
"preposition",
|
24923
|
+
false
|
24924
|
+
],
|
24875
24925
|
[
|
24876
24926
|
"punctuation",
|
24877
24927
|
"punctuation",
|
@@ -26960,6 +27010,11 @@
|
|
26960
27010
|
"theAble",
|
26961
27011
|
false
|
26962
27012
|
],
|
27013
|
+
[
|
27014
|
+
"propertyOf",
|
27015
|
+
"preposition",
|
27016
|
+
false
|
27017
|
+
],
|
26963
27018
|
[
|
26964
27019
|
"property_modifier",
|
26965
27020
|
"property_modifier",
|
@@ -28025,7 +28080,7 @@
|
|
28025
28080
|
],
|
28026
28081
|
"ops": [
|
28027
28082
|
[
|
28028
|
-
"
|
28083
|
+
"isEd",
|
28029
28084
|
0
|
28030
28085
|
],
|
28031
28086
|
[
|
@@ -28054,7 +28109,7 @@
|
|
28054
28109
|
],
|
28055
28110
|
"ops": [
|
28056
28111
|
[
|
28057
|
-
"
|
28112
|
+
"isEd",
|
28058
28113
|
0
|
28059
28114
|
],
|
28060
28115
|
[
|
@@ -28083,7 +28138,7 @@
|
|
28083
28138
|
],
|
28084
28139
|
"ops": [
|
28085
28140
|
[
|
28086
|
-
"
|
28141
|
+
"isEd",
|
28087
28142
|
0
|
28088
28143
|
],
|
28089
28144
|
[
|
@@ -28112,7 +28167,7 @@
|
|
28112
28167
|
],
|
28113
28168
|
"ops": [
|
28114
28169
|
[
|
28115
|
-
"
|
28170
|
+
"isEd",
|
28116
28171
|
0
|
28117
28172
|
],
|
28118
28173
|
[
|
@@ -28141,7 +28196,7 @@
|
|
28141
28196
|
],
|
28142
28197
|
"ops": [
|
28143
28198
|
[
|
28144
|
-
"
|
28199
|
+
"isEd",
|
28145
28200
|
0
|
28146
28201
|
],
|
28147
28202
|
[
|
@@ -28170,7 +28225,7 @@
|
|
28170
28225
|
],
|
28171
28226
|
"ops": [
|
28172
28227
|
[
|
28173
|
-
"
|
28228
|
+
"isEd",
|
28174
28229
|
0
|
28175
28230
|
],
|
28176
28231
|
[
|
@@ -28634,6 +28689,24 @@
|
|
28634
28689
|
"list",
|
28635
28690
|
1
|
28636
28691
|
]
|
28692
|
+
],
|
28693
|
+
[
|
28694
|
+
[
|
28695
|
+
"item",
|
28696
|
+
0
|
28697
|
+
],
|
28698
|
+
[
|
28699
|
+
"list",
|
28700
|
+
1
|
28701
|
+
],
|
28702
|
+
[
|
28703
|
+
"property",
|
28704
|
+
0
|
28705
|
+
],
|
28706
|
+
[
|
28707
|
+
"unknown",
|
28708
|
+
1
|
28709
|
+
]
|
28637
28710
|
]
|
28638
28711
|
],
|
28639
28712
|
"learned_contextual_priorities": [],
|
@@ -29108,7 +29181,7 @@
|
|
29108
29181
|
],
|
29109
29182
|
[
|
29110
29183
|
"unknown",
|
29111
|
-
|
29184
|
+
1
|
29112
29185
|
]
|
29113
29186
|
],
|
29114
29187
|
[
|
@@ -29120,13 +29193,9 @@
|
|
29120
29193
|
"concept",
|
29121
29194
|
0
|
29122
29195
|
],
|
29123
|
-
[
|
29124
|
-
"is",
|
29125
|
-
0
|
29126
|
-
],
|
29127
29196
|
[
|
29128
29197
|
"unknown",
|
29129
|
-
|
29198
|
+
0
|
29130
29199
|
]
|
29131
29200
|
],
|
29132
29201
|
[
|
@@ -29809,42 +29878,6 @@
|
|
29809
29878
|
1
|
29810
29879
|
]
|
29811
29880
|
],
|
29812
|
-
[
|
29813
|
-
[
|
29814
|
-
"is",
|
29815
|
-
0
|
29816
|
-
],
|
29817
|
-
[
|
29818
|
-
"list",
|
29819
|
-
0
|
29820
|
-
],
|
29821
|
-
[
|
29822
|
-
"unknown",
|
29823
|
-
0
|
29824
|
-
],
|
29825
|
-
[
|
29826
|
-
"unknown",
|
29827
|
-
1
|
29828
|
-
]
|
29829
|
-
],
|
29830
|
-
[
|
29831
|
-
[
|
29832
|
-
"is",
|
29833
|
-
0
|
29834
|
-
],
|
29835
|
-
[
|
29836
|
-
"list",
|
29837
|
-
0
|
29838
|
-
],
|
29839
|
-
[
|
29840
|
-
"unknown",
|
29841
|
-
0
|
29842
|
-
],
|
29843
|
-
[
|
29844
|
-
"unknown",
|
29845
|
-
1
|
29846
|
-
]
|
29847
|
-
],
|
29848
29881
|
[
|
29849
29882
|
[
|
29850
29883
|
"is",
|
@@ -30091,6 +30124,34 @@
|
|
30091
30124
|
0
|
30092
30125
|
]
|
30093
30126
|
],
|
30127
|
+
[
|
30128
|
+
[
|
30129
|
+
"item",
|
30130
|
+
0
|
30131
|
+
],
|
30132
|
+
[
|
30133
|
+
"list",
|
30134
|
+
1
|
30135
|
+
],
|
30136
|
+
[
|
30137
|
+
"property",
|
30138
|
+
0
|
30139
|
+
],
|
30140
|
+
[
|
30141
|
+
"unknown",
|
30142
|
+
1
|
30143
|
+
]
|
30144
|
+
],
|
30145
|
+
[
|
30146
|
+
[
|
30147
|
+
"list",
|
30148
|
+
1
|
30149
|
+
],
|
30150
|
+
[
|
30151
|
+
"unknown",
|
30152
|
+
1
|
30153
|
+
]
|
30154
|
+
],
|
30094
30155
|
[
|
30095
30156
|
[
|
30096
30157
|
"modifies",
|
package/common/pipboy.js
CHANGED
@@ -505,6 +505,7 @@ const template = {
|
|
505
505
|
configs: [
|
506
506
|
"pistols rifles grenades mines and shotguns are weapons",
|
507
507
|
"mines and grenades are explosives",
|
508
|
+
// { stop: true },
|
508
509
|
"explosives are weapons",
|
509
510
|
"pistols rifles and shotguns are firearms",
|
510
511
|
"firearms are weapons",
|