tpmkms_4wp 8.9.1-beta.17 → 8.9.1-beta.19
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 +91 -78
- package/common/articles.js +4 -4
- package/common/asking.test.json +41 -0
- package/common/colors.instance.json +98 -128
- package/common/comparable.instance.json +21 -18
- package/common/comparable.js +1 -1
- package/common/countable.js +1 -1
- package/common/crew.instance.json +182 -224
- package/common/dialogues.js +5 -5
- package/common/dimension.instance.json +7 -6
- package/common/edible.instance.json +224 -236
- package/common/emotions.instance.json +7 -66
- package/common/fastfood.instance.json +709 -1161
- package/common/fastfood.js +1 -1
- package/common/formulas.instance.json +7 -6
- package/common/formulas.test.json +461 -10
- package/common/gdefaults.js +1 -1
- package/common/helpers/concept.js +2 -2
- package/common/helpers/properties.js +1 -1
- package/common/kirk.instance.json +7 -6
- package/common/length.instance.json +105 -90
- package/common/math.instance.json +7 -6
- package/common/ordering.instance.json +14 -132
- package/common/ordinals.js +1 -0
- package/common/people.instance.json +56 -48
- package/common/pipboy.instance.json +129 -112
- package/common/pipboy.js +5 -5
- package/common/pokemon.instance.json +91 -78
- package/common/pos.js +6 -6
- package/common/pressure.instance.json +28 -24
- package/common/properties.instance.json +7 -50
- package/common/properties.js +3 -3
- package/common/reports.instance.json +15 -13
- package/common/reports.js +1 -1
- package/common/sizeable.js +1 -1
- package/common/spock.instance.json +7 -6
- package/common/temperature.instance.json +28 -220
- package/common/ui.instance.json +7 -6
- package/common/weight.instance.json +84 -140
- package/common/wp.instance.json +140 -169
- package/common/wp.js +16 -6
- package/common/wp.test.json +4906 -987
- package/package.json +2 -2
package/common/fastfood.js
CHANGED
@@ -275,7 +275,7 @@ const template = {
|
|
275
275
|
{ context: [['meal', 0], ['list', 0], ['meal', 0], ['comboMeal', 0]], ordered: true, choose: [0,1,2] },
|
276
276
|
// { context: [['crispy_chicken_club', 0], ['chicken_club', 0], ['chicken_sandwich', 0]], choose: [0] },
|
277
277
|
{ context: [['breakfast_baconator', 0], ['breakfast_meal', 0]], choose: [0] },
|
278
|
-
{ context: [['list', 0], ['
|
278
|
+
{ context: [['list', 0], ['article',0], ['smoothie_ingredient', 0], ['smoothie', 0]], ordered: true, choose: [1,2] },
|
279
279
|
]
|
280
280
|
},
|
281
281
|
// { stop: true },
|
@@ -115,7 +115,7 @@
|
|
115
115
|
"hierarchy": [
|
116
116
|
[
|
117
117
|
"a",
|
118
|
-
"
|
118
|
+
"article",
|
119
119
|
false
|
120
120
|
],
|
121
121
|
[
|
@@ -129,8 +129,8 @@
|
|
129
129
|
false
|
130
130
|
],
|
131
131
|
[
|
132
|
-
"
|
133
|
-
"
|
132
|
+
"article",
|
133
|
+
"article",
|
134
134
|
false
|
135
135
|
],
|
136
136
|
[
|
@@ -270,7 +270,7 @@
|
|
270
270
|
],
|
271
271
|
[
|
272
272
|
"each",
|
273
|
-
"
|
273
|
+
"article",
|
274
274
|
false
|
275
275
|
],
|
276
276
|
[
|
@@ -280,7 +280,7 @@
|
|
280
280
|
],
|
281
281
|
[
|
282
282
|
"every",
|
283
|
-
"
|
283
|
+
"article",
|
284
284
|
false
|
285
285
|
],
|
286
286
|
[
|
@@ -790,7 +790,7 @@
|
|
790
790
|
],
|
791
791
|
[
|
792
792
|
"the",
|
793
|
-
"
|
793
|
+
"article",
|
794
794
|
false
|
795
795
|
],
|
796
796
|
[
|
@@ -1019,6 +1019,7 @@
|
|
1019
1019
|
},
|
1020
1020
|
"dead": true,
|
1021
1021
|
"level": 2,
|
1022
|
+
"context_index": 1,
|
1022
1023
|
"topLevel": true,
|
1023
1024
|
"touchedBy": [
|
1024
1025
|
"formulas#call2"
|