tpmkms 7.12.3 → 7.12.4-beta.1

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.
Files changed (56) hide show
  1. package/common/animals.instance.json +52 -0
  2. package/common/avatar.js +1 -2
  3. package/common/comparable.js +1 -1
  4. package/common/concept.js +2 -0
  5. package/common/countable.js +1 -1
  6. package/common/crew.instance.json +348 -0
  7. package/common/crew.js +3 -2
  8. package/common/currency.js +2 -0
  9. package/common/dialogues.js +7 -3
  10. package/common/dimension.js +3 -1
  11. package/common/dimension.test.json +170 -26
  12. package/common/dimensionTemplate.instance.json +4 -0
  13. package/common/edible.instance.json +128 -0
  14. package/common/edible.js +1 -2
  15. package/common/emotions.instance.json +4 -0
  16. package/common/emotions.js +2 -0
  17. package/common/fastfood.instance.json +939 -435
  18. package/common/fastfood.js +149 -62
  19. package/common/fastfood.test.json +36474 -985
  20. package/common/formulas.js +3 -1
  21. package/common/formulasTemplate.instance.json +4 -0
  22. package/common/formulasTemplate.js +1 -1
  23. package/common/help.js +2 -0
  24. package/common/hierarchy.js +2 -0
  25. package/common/javascript.js +2 -0
  26. package/common/kirk.instance.json +4 -0
  27. package/common/length.instance.json +60 -0
  28. package/common/math.js +1 -4
  29. package/common/mathTemplate.instance.json +8 -0
  30. package/common/mathTemplate.js +1 -1
  31. package/common/ordering.instance.json +8 -0
  32. package/common/ordering.js +2 -0
  33. package/common/people.instance.json +32 -60
  34. package/common/people.js +2 -0
  35. package/common/pipboy.js +3 -1
  36. package/common/pipboy.test.json +13 -5
  37. package/common/pipboyTemplate.js +1 -1
  38. package/common/pokemon.instance.json +52 -0
  39. package/common/pokemon.js +2 -0
  40. package/common/pressure.instance.json +16 -0
  41. package/common/properties.instance.json +4 -0
  42. package/common/properties.js +3 -3
  43. package/common/reports.instance.json +9 -1
  44. package/common/reports.js +7 -3
  45. package/common/scorekeeper.js +3 -3
  46. package/common/sizeable.js +1 -1
  47. package/common/spock.instance.json +4 -0
  48. package/common/stgame.js +2 -0
  49. package/common/stm.js +21 -6
  50. package/common/tell.js +2 -0
  51. package/common/temperature.instance.json +16 -84
  52. package/common/time.js +2 -0
  53. package/common/ui.instance.json +4 -0
  54. package/common/ui.js +3 -1
  55. package/common/weight.instance.json +48 -0
  56. package/package.json +2 -2
@@ -181,6 +181,10 @@
181
181
  "thisitthat",
182
182
  "queryable"
183
183
  ],
184
+ [
185
+ "to",
186
+ "preposition"
187
+ ],
184
188
  [
185
189
  "toAble",
186
190
  "toAble"
@@ -787,6 +791,10 @@
787
791
  "thisitthat",
788
792
  "queryable"
789
793
  ],
794
+ [
795
+ "to",
796
+ "preposition"
797
+ ],
790
798
  [
791
799
  "toAble",
792
800
  "toAble"
@@ -1307,6 +1315,10 @@
1307
1315
  "thisitthat",
1308
1316
  "queryable"
1309
1317
  ],
1318
+ [
1319
+ "to",
1320
+ "preposition"
1321
+ ],
1310
1322
  [
1311
1323
  "toAble",
1312
1324
  "toAble"
@@ -1827,6 +1839,10 @@
1827
1839
  "thisitthat",
1828
1840
  "queryable"
1829
1841
  ],
1842
+ [
1843
+ "to",
1844
+ "preposition"
1845
+ ],
1830
1846
  [
1831
1847
  "toAble",
1832
1848
  "toAble"
@@ -2399,6 +2415,10 @@
2399
2415
  "thisitthat",
2400
2416
  "queryable"
2401
2417
  ],
2418
+ [
2419
+ "to",
2420
+ "preposition"
2421
+ ],
2402
2422
  [
2403
2423
  "toAble",
2404
2424
  "toAble"
@@ -2919,6 +2939,10 @@
2919
2939
  "thisitthat",
2920
2940
  "queryable"
2921
2941
  ],
2942
+ [
2943
+ "to",
2944
+ "preposition"
2945
+ ],
2922
2946
  [
2923
2947
  "toAble",
2924
2948
  "toAble"
@@ -3439,6 +3463,10 @@
3439
3463
  "thisitthat",
3440
3464
  "queryable"
3441
3465
  ],
3466
+ [
3467
+ "to",
3468
+ "preposition"
3469
+ ],
3442
3470
  [
3443
3471
  "toAble",
3444
3472
  "toAble"
@@ -3959,6 +3987,10 @@
3959
3987
  "thisitthat",
3960
3988
  "queryable"
3961
3989
  ],
3990
+ [
3991
+ "to",
3992
+ "preposition"
3993
+ ],
3962
3994
  [
3963
3995
  "toAble",
3964
3996
  "toAble"
@@ -4479,6 +4511,10 @@
4479
4511
  "thisitthat",
4480
4512
  "queryable"
4481
4513
  ],
4514
+ [
4515
+ "to",
4516
+ "preposition"
4517
+ ],
4482
4518
  [
4483
4519
  "toAble",
4484
4520
  "toAble"
@@ -5413,6 +5449,10 @@
5413
5449
  "thisitthat",
5414
5450
  "queryable"
5415
5451
  ],
5452
+ [
5453
+ "to",
5454
+ "preposition"
5455
+ ],
5416
5456
  [
5417
5457
  "toAble",
5418
5458
  "toAble"
@@ -6475,6 +6515,10 @@
6475
6515
  "thisitthat",
6476
6516
  "queryable"
6477
6517
  ],
6518
+ [
6519
+ "to",
6520
+ "preposition"
6521
+ ],
6478
6522
  [
6479
6523
  "toAble",
6480
6524
  "toAble"
@@ -7264,6 +7308,10 @@
7264
7308
  "thisitthat",
7265
7309
  "queryable"
7266
7310
  ],
7311
+ [
7312
+ "to",
7313
+ "preposition"
7314
+ ],
7267
7315
  [
7268
7316
  "toAble",
7269
7317
  "toAble"
@@ -8230,6 +8278,10 @@
8230
8278
  "thisitthat",
8231
8279
  "queryable"
8232
8280
  ],
8281
+ [
8282
+ "to",
8283
+ "preposition"
8284
+ ],
8233
8285
  [
8234
8286
  "toAble",
8235
8287
  "toAble"
package/common/avatar.js CHANGED
@@ -68,8 +68,7 @@ let configStruct = {
68
68
 
69
69
  const createConfig = () => {
70
70
  const config = new Config(configStruct, module)
71
- config.add(hierarchy())
72
- config.add(emotions())
71
+ config.add(hierarchy(), emotions())
73
72
  return config
74
73
  }
75
74
 
@@ -62,7 +62,7 @@ let configStruct = {
62
62
 
63
63
  const createConfig = () => {
64
64
  const config = new Config(configStruct, module)
65
- config.add(dialogues()).add(numbers())
65
+ config.add(dialogues(), numbers())
66
66
  return config
67
67
  }
68
68
 
package/common/concept.js CHANGED
@@ -132,8 +132,10 @@ const createConfig = () => {
132
132
  },
133
133
  ],
134
134
  }, module)
135
+ config.stop_auto_rebuild()
135
136
  config.api = new API()
136
137
  config.add(dialogues())
138
+ config.restart_auto_rebuild()
137
139
  return config
138
140
  }
139
141
 
@@ -77,7 +77,7 @@ let configStruct = {
77
77
 
78
78
  const createConfig = () => {
79
79
  const config = new Config(configStruct, module)
80
- config.add(dialogues()).add(numbers())
80
+ config.add(dialogues(), numbers())
81
81
  return config
82
82
  }
83
83