tpmkms_4wp 8.0.0-beta.53 → 8.0.0-beta.55
Sign up to get free protection for your applications and to get access to all the features.
- package/common/animals.instance.json +78 -78
- package/common/articles.js +1 -1
- package/common/colors.instance.json +84 -112
- package/common/comparable.js +15 -3
- package/common/comparable.test.json +438 -2
- package/common/concept.js +1 -1
- package/common/countable.js +1 -1
- package/common/crew.instance.json +340 -156
- package/common/dialogues.js +1 -1
- package/common/dimension.instance.json +7 -7
- package/common/edible.instance.json +194 -306
- package/common/emotions.instance.json +66 -6
- package/common/evaluate.js +1 -1
- package/common/events.js +1 -1
- package/common/fastfood.instance.json +1928 -1565
- package/common/fastfood.js +4 -4
- package/common/formulas.instance.json +10 -10
- package/common/formulas.js +2 -2
- package/common/helpers/concept.js +1 -1
- package/common/kirk.instance.json +6 -6
- package/common/length.instance.json +105 -105
- package/common/math.instance.json +8 -8
- package/common/math.js +1 -1
- package/common/nameable.js +2 -2
- package/common/negation.js +1 -1
- package/common/ordering.instance.json +12 -80
- package/common/people.instance.json +48 -48
- package/common/pipboy.instance.json +134 -190
- package/common/pipboy.js +16 -16
- package/common/pokemon.instance.json +78 -78
- package/common/pos.js +8 -8
- package/common/pressure.instance.json +28 -28
- package/common/properties.instance.json +6 -6
- package/common/reports.instance.json +41 -21
- package/common/reports.js +9 -8
- package/common/sizeable.js +1 -1
- package/common/spock.instance.json +6 -6
- package/common/stm.js +1 -1
- package/common/temperature.instance.json +28 -28
- package/common/ui.instance.json +11 -11
- package/common/ui.js +5 -5
- package/common/weight.instance.json +84 -84
- package/package.json +2 -2
package/common/dialogues.js
CHANGED
@@ -195,7 +195,7 @@ let config = {
|
|
195
195
|
{ id: "isEder", level: 0, bridge: "{ ...next(operator) }" },
|
196
196
|
{ id: "is", level: 0,
|
197
197
|
bridge: "{ ...next(operator), one: { number: operator.number, ...before[0] }, two: after[0] }",
|
198
|
-
isA: ['
|
198
|
+
isA: ['verb'],
|
199
199
|
queryBridge: "{ ...next(operator), one: after[0], two: after[1], query: true }" ,
|
200
200
|
},
|
201
201
|
{ id: "is", level: 1, bridge: "{ ...next(operator) }" },
|
@@ -140,7 +140,7 @@
|
|
140
140
|
],
|
141
141
|
[
|
142
142
|
"calculate",
|
143
|
-
"
|
143
|
+
"verb",
|
144
144
|
false
|
145
145
|
],
|
146
146
|
[
|
@@ -190,7 +190,7 @@
|
|
190
190
|
],
|
191
191
|
[
|
192
192
|
"evaluate",
|
193
|
-
"
|
193
|
+
"verb",
|
194
194
|
false
|
195
195
|
],
|
196
196
|
[
|
@@ -290,7 +290,7 @@
|
|
290
290
|
],
|
291
291
|
[
|
292
292
|
"is",
|
293
|
-
"
|
293
|
+
"verb",
|
294
294
|
false
|
295
295
|
],
|
296
296
|
[
|
@@ -450,7 +450,7 @@
|
|
450
450
|
],
|
451
451
|
[
|
452
452
|
"modifies",
|
453
|
-
"
|
453
|
+
"verb",
|
454
454
|
false
|
455
455
|
],
|
456
456
|
[
|
@@ -605,7 +605,7 @@
|
|
605
605
|
],
|
606
606
|
[
|
607
607
|
"remember",
|
608
|
-
"
|
608
|
+
"verb",
|
609
609
|
false
|
610
610
|
],
|
611
611
|
[
|
@@ -699,8 +699,8 @@
|
|
699
699
|
false
|
700
700
|
],
|
701
701
|
[
|
702
|
-
"
|
703
|
-
"
|
702
|
+
"verb",
|
703
|
+
"verb",
|
704
704
|
false
|
705
705
|
],
|
706
706
|
[
|