tpmkms_4wp 7.12.8-beta.5 → 7.12.8-beta.6

Sign up to get free protection for your applications and to get access to all the features.
Files changed (57) hide show
  1. package/common/animals.instance.json +67 -227
  2. package/common/animals.js +1 -1
  3. package/common/avatar.js +7 -5
  4. package/common/characters.js +7 -5
  5. package/common/crew.instance.json +257 -417
  6. package/common/crew.js +1 -1
  7. package/common/currency.js +0 -2
  8. package/common/dialogues.js +13 -11
  9. package/common/dimension.instance.json +10 -10
  10. package/common/dimension.js +1 -1
  11. package/common/edible.instance.json +139 -255
  12. package/common/edible.js +1 -1
  13. package/common/emotions.instance.json +56 -32
  14. package/common/emotions.js +1 -1
  15. package/common/fastfood.instance.json +915 -1919
  16. package/common/fastfood.js +1 -1
  17. package/common/formulas.instance.json +7 -7
  18. package/common/formulas.js +2 -2
  19. package/common/help.js +4 -2
  20. package/common/helpers.js +5 -0
  21. package/common/javascript.js +8 -6
  22. package/common/kirk.instance.json +1 -1
  23. package/common/kirk.js +1 -1
  24. package/common/length.instance.json +37 -217
  25. package/common/length.js +1 -1
  26. package/common/math.instance.json +19 -39
  27. package/common/math.js +1 -1
  28. package/common/meta.instance.json +1 -1
  29. package/common/meta.js +29 -10
  30. package/common/numbers.js +31 -24
  31. package/common/ordering.instance.json +86 -82
  32. package/common/ordering.js +1 -1
  33. package/common/people.instance.json +42 -70
  34. package/common/people.js +1 -1
  35. package/common/pipboy.instance.json +109 -169
  36. package/common/pipboy.js +1 -1
  37. package/common/pokemon.instance.json +31 -87
  38. package/common/pokemon.js +1 -1
  39. package/common/pressure.instance.json +10 -30
  40. package/common/pressure.js +1 -1
  41. package/common/properties.instance.json +16 -44
  42. package/common/properties.js +13 -8
  43. package/common/reports.instance.json +6 -62
  44. package/common/reports.js +9 -7
  45. package/common/scorekeeper.instance.json +1 -1
  46. package/common/scorekeeper.js +9 -7
  47. package/common/spock.instance.json +1 -1
  48. package/common/spock.js +1 -1
  49. package/common/tell.js +4 -2
  50. package/common/temperature.instance.json +13 -129
  51. package/common/temperature.js +1 -1
  52. package/common/time.js +36 -20
  53. package/common/time.test.json +66 -44
  54. package/common/ui.instance.json +1 -1
  55. package/common/weight.instance.json +25 -193
  56. package/common/weight.js +1 -1
  57. package/package.json +2 -2
@@ -1,5 +1,5 @@
1
1
  {
2
- "queries": [
2
+ "configs": [
3
3
  "first modifies name",
4
4
  "last modifies name",
5
5
  "surname means last name",
@@ -366,13 +366,13 @@
366
366
  "modifiers": [
367
367
  {
368
368
  "marker": "unknown",
369
+ "value": "first",
370
+ "word": "first",
371
+ "text": "first",
369
372
  "range": {
370
373
  "start": 0,
371
374
  "end": 4
372
375
  },
373
- "word": "first",
374
- "text": "first",
375
- "value": "first",
376
376
  "unknown": true,
377
377
  "dead": true,
378
378
  "level": 1
@@ -380,13 +380,13 @@
380
380
  ],
381
381
  "concept": {
382
382
  "marker": "unknown",
383
+ "value": "name",
384
+ "word": "name",
385
+ "text": "name",
383
386
  "range": {
384
387
  "start": 15,
385
388
  "end": 18
386
389
  },
387
- "word": "name",
388
- "text": "name",
389
- "value": "name",
390
390
  "unknown": true,
391
391
  "dead": true,
392
392
  "level": 1
@@ -921,13 +921,13 @@
921
921
  "modifiers": [
922
922
  {
923
923
  "marker": "unknown",
924
+ "value": "last",
925
+ "word": "last",
926
+ "text": "last",
924
927
  "range": {
925
928
  "start": 0,
926
929
  "end": 3
927
930
  },
928
- "word": "last",
929
- "text": "last",
930
- "value": "last",
931
931
  "unknown": true,
932
932
  "dead": true,
933
933
  "level": 1
@@ -1567,13 +1567,13 @@
1567
1567
  "dead": true,
1568
1568
  "from": {
1569
1569
  "marker": "unknown",
1570
+ "value": "surname",
1571
+ "word": "surname",
1572
+ "text": "surname",
1570
1573
  "range": {
1571
1574
  "start": 0,
1572
1575
  "end": 6
1573
1576
  },
1574
- "word": "surname",
1575
- "text": "surname",
1576
- "value": "surname",
1577
1577
  "unknown": true,
1578
1578
  "dead": true,
1579
1579
  "level": 1
@@ -2227,13 +2227,13 @@
2227
2227
  "modifiers": [
2228
2228
  {
2229
2229
  "marker": "unknown",
2230
+ "value": "given",
2231
+ "word": "given",
2232
+ "text": "given",
2230
2233
  "range": {
2231
2234
  "start": 0,
2232
2235
  "end": 4
2233
2236
  },
2234
- "word": "given",
2235
- "text": "given",
2236
- "value": "given",
2237
2237
  "unknown": true,
2238
2238
  "dead": true,
2239
2239
  "level": 1
@@ -4077,7 +4077,7 @@
4077
4077
  0
4078
4078
  ],
4079
4079
  [
4080
- "is",
4080
+ "isEd",
4081
4081
  0
4082
4082
  ],
4083
4083
  [
@@ -4919,13 +4919,13 @@
4919
4919
  "one": {
4920
4920
  "number": "one",
4921
4921
  "marker": "unknown",
4922
+ "value": "ownervar",
4923
+ "word": "ownervar",
4924
+ "text": "ownervar",
4922
4925
  "range": {
4923
4926
  "start": 0,
4924
4927
  "end": 28
4925
4928
  },
4926
- "word": "ownervar",
4927
- "text": "ownervar",
4928
- "value": "ownervar",
4929
4929
  "unknown": true,
4930
4930
  "dead": true,
4931
4931
  "types": [
@@ -4935,13 +4935,13 @@
4935
4935
  },
4936
4936
  "two": {
4937
4937
  "marker": "ownee",
4938
+ "value": "owneevar",
4939
+ "word": "owneevar",
4940
+ "text": "owneevar owned by by",
4938
4941
  "range": {
4939
4942
  "start": 12,
4940
4943
  "end": 28
4941
4944
  },
4942
- "word": "owneevar",
4943
- "text": "owneevar owned by by",
4944
- "value": "owneevar",
4945
4945
  "unknown": true,
4946
4946
  "dead": true,
4947
4947
  "types": [
@@ -5011,13 +5011,13 @@
5011
5011
  "ownee": {
5012
5012
  "greg": true,
5013
5013
  "marker": "unknown",
5014
+ "value": "owneevar",
5015
+ "word": "owneevar",
5016
+ "text": "owneevar",
5014
5017
  "range": {
5015
5018
  "start": 12,
5016
5019
  "end": 28
5017
5020
  },
5018
- "word": "owneevar",
5019
- "text": "owneevar",
5020
- "value": "owneevar",
5021
5021
  "unknown": true,
5022
5022
  "dead": true,
5023
5023
  "types": [
@@ -5954,20 +5954,6 @@
5954
5954
  ""
5955
5955
  ],
5956
5956
  "associations": [
5957
- [
5958
- [
5959
- "by",
5960
- 0
5961
- ],
5962
- [
5963
- "is",
5964
- 0
5965
- ],
5966
- [
5967
- "owned",
5968
- 0
5969
- ]
5970
- ],
5971
5957
  [
5972
5958
  [
5973
5959
  "by",
@@ -6012,24 +5998,12 @@
6012
5998
  "is",
6013
5999
  0
6014
6000
  ],
6015
- [
6016
- "means",
6017
- 0
6018
- ],
6019
6001
  [
6020
6002
  "owned",
6021
6003
  0
6022
6004
  ],
6023
6005
  [
6024
- "ownee",
6025
- 0
6026
- ],
6027
- [
6028
- "owner",
6029
- 0
6030
- ],
6031
- [
6032
- "owns",
6006
+ "unknown",
6033
6007
  0
6034
6008
  ]
6035
6009
  ],
@@ -6045,6 +6019,14 @@
6045
6019
  [
6046
6020
  "owned",
6047
6021
  0
6022
+ ],
6023
+ [
6024
+ "unknown",
6025
+ 0
6026
+ ],
6027
+ [
6028
+ "unknown",
6029
+ 1
6048
6030
  ]
6049
6031
  ],
6050
6032
  [
@@ -6062,7 +6044,7 @@
6062
6044
  ],
6063
6045
  [
6064
6046
  "unknown",
6065
- 0
6047
+ 1
6066
6048
  ]
6067
6049
  ],
6068
6050
  [
@@ -6071,38 +6053,28 @@
6071
6053
  0
6072
6054
  ],
6073
6055
  [
6074
- "is",
6056
+ "isEd",
6075
6057
  0
6076
6058
  ],
6077
6059
  [
6078
- "owned",
6060
+ "means",
6079
6061
  0
6080
6062
  ],
6081
6063
  [
6082
- "unknown",
6064
+ "owned",
6083
6065
  0
6084
6066
  ],
6085
6067
  [
6086
- "unknown",
6087
- 1
6088
- ]
6089
- ],
6090
- [
6091
- [
6092
- "by",
6068
+ "ownee",
6093
6069
  0
6094
6070
  ],
6095
6071
  [
6096
- "is",
6072
+ "owner",
6097
6073
  0
6098
6074
  ],
6099
6075
  [
6100
- "owned",
6076
+ "owns",
6101
6077
  0
6102
- ],
6103
- [
6104
- "unknown",
6105
- 1
6106
6078
  ]
6107
6079
  ],
6108
6080
  [
package/common/people.js CHANGED
@@ -12,7 +12,7 @@ const { hashIndexesGet, hashIndexesSet, translationMapping, translationMappings,
12
12
  // TODO who is the person that owns cleo
13
13
 
14
14
  const template = {
15
- queries: [
15
+ configs: [
16
16
  "first modifies name",
17
17
  "last modifies name",
18
18
  "surname means last name",