tpmkms 7.12.4-beta.1 → 7.12.4-beta.3
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 +44 -0
- package/common/crew.instance.json +384 -252
- package/common/dialogues.js +41 -0
- package/common/dialogues.test.json +780 -0
- package/common/edible.instance.json +1380 -0
- package/common/fastfood.instance.json +26857 -222
- package/common/fastfood.js +183 -10
- package/common/fastfood.test.json +44675 -2031
- package/common/help.test.json +26 -8
- package/common/helpers/concept.js +10 -1
- package/common/hierarchy.js +1 -1
- package/common/kirk.instance.json +16 -0
- package/common/length.instance.json +180 -0
- package/common/mathTemplate.instance.json +60 -0
- package/common/ordering.instance.json +52 -0
- package/common/people.instance.json +96 -0
- package/common/pokemon.instance.json +260 -0
- package/common/pressure.instance.json +32 -0
- package/common/reports.instance.json +17 -1
- package/common/scorekeeper.test.json +299 -124
- package/common/spock.instance.json +16 -0
- package/common/temperature.instance.json +92 -0
- package/common/ui.instance.json +8 -0
- package/common/weight.instance.json +252 -0
- package/package.json +2 -2
@@ -233,6 +233,10 @@
|
|
233
233
|
"crew",
|
234
234
|
"isEder"
|
235
235
|
],
|
236
|
+
[
|
237
|
+
"crew",
|
238
|
+
"member_modifier"
|
239
|
+
],
|
236
240
|
[
|
237
241
|
"crew",
|
238
242
|
"object"
|
@@ -649,6 +653,10 @@
|
|
649
653
|
"member",
|
650
654
|
"theAble"
|
651
655
|
],
|
656
|
+
[
|
657
|
+
"member_modifier",
|
658
|
+
"member_modifier"
|
659
|
+
],
|
652
660
|
[
|
653
661
|
"modifies",
|
654
662
|
"verby"
|
@@ -797,6 +805,10 @@
|
|
797
805
|
"photon",
|
798
806
|
"theAble"
|
799
807
|
],
|
808
|
+
[
|
809
|
+
"photon",
|
810
|
+
"torpedo_modifier"
|
811
|
+
],
|
800
812
|
[
|
801
813
|
"photon_torpedo",
|
802
814
|
"adjective"
|
@@ -1029,6 +1041,10 @@
|
|
1029
1041
|
"torpedo",
|
1030
1042
|
"weapon"
|
1031
1043
|
],
|
1044
|
+
[
|
1045
|
+
"torpedo_modifier",
|
1046
|
+
"torpedo_modifier"
|
1047
|
+
],
|
1032
1048
|
[
|
1033
1049
|
"type",
|
1034
1050
|
"property"
|
@@ -364,6 +364,10 @@
|
|
364
364
|
"mathematical",
|
365
365
|
"object"
|
366
366
|
],
|
367
|
+
[
|
368
|
+
"mathematical",
|
369
|
+
"operator_modifier"
|
370
|
+
],
|
367
371
|
[
|
368
372
|
"mathematical",
|
369
373
|
"property"
|
@@ -504,6 +508,10 @@
|
|
504
508
|
"operator",
|
505
509
|
"theAble"
|
506
510
|
],
|
511
|
+
[
|
512
|
+
"operator_modifier",
|
513
|
+
"operator_modifier"
|
514
|
+
],
|
507
515
|
[
|
508
516
|
"orAble",
|
509
517
|
"ifAble"
|
@@ -1292,6 +1300,10 @@
|
|
1292
1300
|
"mathematical",
|
1293
1301
|
"object"
|
1294
1302
|
],
|
1303
|
+
[
|
1304
|
+
"mathematical",
|
1305
|
+
"operator_modifier"
|
1306
|
+
],
|
1295
1307
|
[
|
1296
1308
|
"mathematical",
|
1297
1309
|
"property"
|
@@ -1432,6 +1444,10 @@
|
|
1432
1444
|
"operator",
|
1433
1445
|
"theAble"
|
1434
1446
|
],
|
1447
|
+
[
|
1448
|
+
"operator_modifier",
|
1449
|
+
"operator_modifier"
|
1450
|
+
],
|
1435
1451
|
[
|
1436
1452
|
"orAble",
|
1437
1453
|
"ifAble"
|
@@ -2175,6 +2191,36 @@
|
|
2175
2191
|
1
|
2176
2192
|
]
|
2177
2193
|
],
|
2194
|
+
[
|
2195
|
+
[
|
2196
|
+
"is",
|
2197
|
+
0
|
2198
|
+
],
|
2199
|
+
[
|
2200
|
+
"list",
|
2201
|
+
0
|
2202
|
+
],
|
2203
|
+
[
|
2204
|
+
"propertyOf",
|
2205
|
+
0
|
2206
|
+
],
|
2207
|
+
[
|
2208
|
+
"temperature",
|
2209
|
+
0
|
2210
|
+
],
|
2211
|
+
[
|
2212
|
+
"unit",
|
2213
|
+
0
|
2214
|
+
],
|
2215
|
+
[
|
2216
|
+
"unknown",
|
2217
|
+
0
|
2218
|
+
],
|
2219
|
+
[
|
2220
|
+
"unknown",
|
2221
|
+
1
|
2222
|
+
]
|
2223
|
+
],
|
2178
2224
|
[
|
2179
2225
|
[
|
2180
2226
|
"is",
|
@@ -2776,6 +2822,10 @@
|
|
2776
2822
|
"mathematical",
|
2777
2823
|
"object"
|
2778
2824
|
],
|
2825
|
+
[
|
2826
|
+
"mathematical",
|
2827
|
+
"operator_modifier"
|
2828
|
+
],
|
2779
2829
|
[
|
2780
2830
|
"mathematical",
|
2781
2831
|
"property"
|
@@ -2916,6 +2966,10 @@
|
|
2916
2966
|
"operator",
|
2917
2967
|
"theAble"
|
2918
2968
|
],
|
2969
|
+
[
|
2970
|
+
"operator_modifier",
|
2971
|
+
"operator_modifier"
|
2972
|
+
],
|
2919
2973
|
[
|
2920
2974
|
"orAble",
|
2921
2975
|
"ifAble"
|
@@ -4175,6 +4229,10 @@
|
|
4175
4229
|
"mathematical",
|
4176
4230
|
"object"
|
4177
4231
|
],
|
4232
|
+
[
|
4233
|
+
"mathematical",
|
4234
|
+
"operator_modifier"
|
4235
|
+
],
|
4178
4236
|
[
|
4179
4237
|
"mathematical",
|
4180
4238
|
"property"
|
@@ -4315,6 +4373,10 @@
|
|
4315
4373
|
"operator",
|
4316
4374
|
"theAble"
|
4317
4375
|
],
|
4376
|
+
[
|
4377
|
+
"operator_modifier",
|
4378
|
+
"operator_modifier"
|
4379
|
+
],
|
4318
4380
|
[
|
4319
4381
|
"orAble",
|
4320
4382
|
"ifAble"
|
@@ -5822,6 +5884,36 @@
|
|
5822
5884
|
1
|
5823
5885
|
]
|
5824
5886
|
],
|
5887
|
+
[
|
5888
|
+
[
|
5889
|
+
"is",
|
5890
|
+
0
|
5891
|
+
],
|
5892
|
+
[
|
5893
|
+
"list",
|
5894
|
+
0
|
5895
|
+
],
|
5896
|
+
[
|
5897
|
+
"propertyOf",
|
5898
|
+
0
|
5899
|
+
],
|
5900
|
+
[
|
5901
|
+
"temperature",
|
5902
|
+
0
|
5903
|
+
],
|
5904
|
+
[
|
5905
|
+
"unit",
|
5906
|
+
0
|
5907
|
+
],
|
5908
|
+
[
|
5909
|
+
"unknown",
|
5910
|
+
0
|
5911
|
+
],
|
5912
|
+
[
|
5913
|
+
"unknown",
|
5914
|
+
1
|
5915
|
+
]
|
5916
|
+
],
|
5825
5917
|
[
|
5826
5918
|
[
|
5827
5919
|
"is",
|
package/common/ui.instance.json
CHANGED
@@ -284,6 +284,10 @@
|
|
284
284
|
"mathematical",
|
285
285
|
"object"
|
286
286
|
],
|
287
|
+
[
|
288
|
+
"mathematical",
|
289
|
+
"operator_modifier"
|
290
|
+
],
|
287
291
|
[
|
288
292
|
"mathematical",
|
289
293
|
"property"
|
@@ -424,6 +428,10 @@
|
|
424
428
|
"operator",
|
425
429
|
"theAble"
|
426
430
|
],
|
431
|
+
[
|
432
|
+
"operator_modifier",
|
433
|
+
"operator_modifier"
|
434
|
+
],
|
427
435
|
[
|
428
436
|
"orAble",
|
429
437
|
"ifAble"
|