ekms 8.6.0-beta.1 → 8.7.0-beta.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 +58 -2
- package/common/colors.instance.json +171 -179
- package/common/crew.instance.json +18 -194
- package/common/dialogues.js +12 -1
- package/common/edible.instance.json +54 -42
- package/common/fastfood.instance.json +1111 -908
- package/common/numbers.js +15 -3
- package/common/ordering.instance.json +0 -52
- package/common/people.instance.json +146 -1
- package/common/people.js +12 -0
- package/common/pipboy.instance.json +70 -58
- package/common/pipboy.js +1 -0
- package/common/reports.instance.json +1 -1
- package/common/tokenize.js +1 -1
- package/common/weight.instance.json +46 -2
- package/package.json +2 -2
@@ -5459,7 +5459,7 @@
|
|
5459
5459
|
],
|
5460
5460
|
"ops": [
|
5461
5461
|
[
|
5462
|
-
"
|
5462
|
+
"isEd",
|
5463
5463
|
0
|
5464
5464
|
],
|
5465
5465
|
[
|
@@ -5775,6 +5775,20 @@
|
|
5775
5775
|
"unknown",
|
5776
5776
|
1
|
5777
5777
|
]
|
5778
|
+
],
|
5779
|
+
[
|
5780
|
+
[
|
5781
|
+
"list",
|
5782
|
+
1
|
5783
|
+
],
|
5784
|
+
[
|
5785
|
+
"mammal",
|
5786
|
+
0
|
5787
|
+
],
|
5788
|
+
[
|
5789
|
+
"unknown",
|
5790
|
+
1
|
5791
|
+
]
|
5778
5792
|
]
|
5779
5793
|
],
|
5780
5794
|
"learned_contextual_priorities": [],
|
@@ -6519,7 +6533,7 @@
|
|
6519
6533
|
0
|
6520
6534
|
],
|
6521
6535
|
[
|
6522
|
-
"
|
6536
|
+
"isEd",
|
6523
6537
|
0
|
6524
6538
|
],
|
6525
6539
|
[
|
@@ -6822,6 +6836,20 @@
|
|
6822
6836
|
1
|
6823
6837
|
]
|
6824
6838
|
],
|
6839
|
+
[
|
6840
|
+
[
|
6841
|
+
"bird",
|
6842
|
+
0
|
6843
|
+
],
|
6844
|
+
[
|
6845
|
+
"list",
|
6846
|
+
1
|
6847
|
+
],
|
6848
|
+
[
|
6849
|
+
"unknown",
|
6850
|
+
1
|
6851
|
+
]
|
6852
|
+
],
|
6825
6853
|
[
|
6826
6854
|
[
|
6827
6855
|
"is",
|
@@ -10126,6 +10154,20 @@
|
|
10126
10154
|
1
|
10127
10155
|
]
|
10128
10156
|
],
|
10157
|
+
[
|
10158
|
+
[
|
10159
|
+
"bird",
|
10160
|
+
0
|
10161
|
+
],
|
10162
|
+
[
|
10163
|
+
"list",
|
10164
|
+
1
|
10165
|
+
],
|
10166
|
+
[
|
10167
|
+
"unknown",
|
10168
|
+
1
|
10169
|
+
]
|
10170
|
+
],
|
10129
10171
|
[
|
10130
10172
|
[
|
10131
10173
|
"canine",
|
@@ -10601,6 +10643,20 @@
|
|
10601
10643
|
"unknown",
|
10602
10644
|
1
|
10603
10645
|
]
|
10646
|
+
],
|
10647
|
+
[
|
10648
|
+
[
|
10649
|
+
"list",
|
10650
|
+
1
|
10651
|
+
],
|
10652
|
+
[
|
10653
|
+
"mammal",
|
10654
|
+
0
|
10655
|
+
],
|
10656
|
+
[
|
10657
|
+
"unknown",
|
10658
|
+
1
|
10659
|
+
]
|
10604
10660
|
]
|
10605
10661
|
],
|
10606
10662
|
"learned_contextual_priorities": []
|