tpmkms_4wp 9.5.1-beta.9 → 9.6.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/asking.js +12 -4
- package/common/avatar.test.json +1001 -860
- package/common/can.instance.json +2162 -5
- package/common/can.js +101 -35
- package/common/can.test.json +51307 -0
- package/common/colors.instance.json +2 -30
- package/common/comparable.instance.json +1 -1
- package/common/concept.js +25 -27
- package/common/concept.test.json +142 -120
- package/common/conjunction.test.json +32 -42
- package/common/crew.instance.json +163 -113
- package/common/dateTimeSelectors.instance.json +2 -2
- package/common/dateTimeSelectors.js +3 -3
- package/common/dateTimeSelectors.test.json +76935 -35739
- package/common/dates.instance.json +0 -84
- package/common/dates.test.json +284 -287
- package/common/dialogues.js +31 -112
- package/common/dialogues.test.json +1171 -996
- package/common/dimension.instance.json +21374 -562
- package/common/dimension.js +145 -51
- package/common/dimension.test.json +8753 -3495
- package/common/drone.instance.json +23712 -0
- package/common/drone.js +448 -0
- package/common/drone.test.json +66665 -0
- package/common/edible.instance.json +9 -65
- package/common/emotions.instance.json +47 -70
- package/common/errors.js +3 -3
- package/common/fastfood.instance.json +758 -266
- package/common/fastfood.js +7 -7
- package/common/fastfood.test.json +6970 -6829
- package/common/gdefaults.js +58 -13
- package/common/help.js +9 -9
- package/common/help.test.json +65 -11
- package/common/helpers/dialogues.js +6 -1
- package/common/helpers/properties.js +36 -16
- package/common/helpers.js +32 -2
- package/common/hierarchy.js +3 -1
- package/common/kirk.test.json +600 -424
- package/common/latin.instance.json +10 -10
- package/common/latin.js +5 -5
- package/common/length.instance.json +27611 -2889
- package/common/length.js +6 -1
- package/common/length.test.json +45315 -3925
- package/common/math.instance.json +1 -1
- package/common/menus.instance.json +4 -7
- package/common/menus.js +1 -8
- package/common/meta.js +1 -0
- package/common/nameable.js +13 -6
- package/common/nameable.test.json +436 -0
- package/common/numbers.js +1 -1
- package/common/ordering.instance.json +4 -2
- package/common/ordering.test.json +104 -174
- package/common/people.instance.json +60 -315
- package/common/pipboy.instance.json +1 -57
- package/common/pokemon.instance.json +5 -5
- package/common/pressure.instance.json +3959 -1990
- package/common/pressure.test.json +433 -477
- package/common/properties.instance.json +5 -16
- package/common/properties.js +3 -3
- package/common/properties.test.json +9565 -6951
- package/common/rates.instance.json +59 -0
- package/common/rates.js +97 -0
- package/common/rates.test.json +27702 -0
- package/common/reminders.js +2 -2
- package/common/reminders.test.json +64635 -25787
- package/common/reports.instance.json +2 -2
- package/common/spock.test.json +606 -430
- package/common/stm.js +13 -2
- package/common/temperature.instance.json +3658 -1689
- package/common/temperature.test.json +433 -477
- package/common/time.instance.json +24762 -0
- package/common/time.js +135 -139
- package/common/time.test.json +31876 -3757
- package/common/ui.instance.json +2 -5
- package/common/ui.js +1 -8
- package/common/weight.instance.json +10359 -4077
- package/common/weight.test.json +2601 -2263
- package/common/words.instance.json +9 -0
- package/common/words.js +53 -0
- package/common/words.test.json +2 -0
- package/common/wp.instance.json +330 -58
- package/common/wp.js +4 -0
- package/common/wp.test.json +7385 -6906
- package/main.js +4 -2
- package/package.json +16 -5
- package/common/listener.js +0 -50
- package/common/listener.test.json +0 -142
package/common/fastfood.js
CHANGED
|
@@ -978,23 +978,23 @@ knowledgeModule( {
|
|
|
978
978
|
'show',
|
|
979
979
|
{
|
|
980
980
|
property: 'items',
|
|
981
|
-
|
|
981
|
+
check: [
|
|
982
982
|
'combo',
|
|
983
983
|
'pieces',
|
|
984
984
|
'size',
|
|
985
985
|
'item_id',
|
|
986
986
|
'id',
|
|
987
|
-
{ property: 'food',
|
|
988
|
-
{ property: 'modifications',
|
|
987
|
+
{ property: 'food', check: [ 'marker', 'value', 'text' ] },
|
|
988
|
+
{ property: 'modifications', check: [ 'id', 'item_id', 'food' ] },
|
|
989
989
|
'needsDrink'
|
|
990
990
|
],
|
|
991
991
|
},
|
|
992
992
|
'changes',
|
|
993
993
|
'response',
|
|
994
|
-
{ property: 'notAvailable',
|
|
995
|
-
{ property: 'notAvailableModification',
|
|
996
|
-
{ property: 'quantity',
|
|
997
|
-
{ property: 'pieces',
|
|
994
|
+
{ property: 'notAvailable', check: [ 'marker', 'value', 'text' ] },
|
|
995
|
+
{ property: 'notAvailableModification', check: [ 'marker', 'value', 'text' ] },
|
|
996
|
+
{ property: 'quantity', check: ['marker', 'value', 'text' ] },
|
|
997
|
+
{ property: 'pieces', check: ['marker', 'value', 'text' ] },
|
|
998
998
|
],
|
|
999
999
|
context: [
|
|
1000
1000
|
defaultContextCheck({ extra: ['comboNumber'] }),
|