tpmkms_4wp 7.12.8-beta.0 → 7.12.8-beta.10
Sign up to get free protection for your applications and to get access to all the features.
- package/common/animals.instance.json +89 -249
- package/common/animals.js +1 -1
- package/common/avatar.js +7 -5
- package/common/characters.js +12 -5
- package/common/crew.instance.json +289 -577
- package/common/crew.js +1 -1
- package/common/currency.js +0 -2
- package/common/dialogues.js +16 -14
- package/common/dimension.instance.json +747 -73
- package/common/dimension.js +15 -7
- package/common/edible.instance.json +293 -297
- package/common/edible.js +1 -1
- package/common/emotions.instance.json +29 -65
- package/common/emotions.js +1 -1
- package/common/fastfood.instance.json +517 -1473
- package/common/fastfood.js +1 -1
- package/common/formulas.instance.json +992 -0
- package/common/formulas.js +19 -6
- package/common/gdefaults.js +2 -0
- package/common/help.js +7 -2
- package/common/help.test.json +9 -5
- package/common/helpers.js +5 -0
- package/common/javascript.js +8 -6
- package/common/kirk.instance.json +1 -1
- package/common/kirk.js +1 -1
- package/common/length.instance.json +199 -683
- package/common/length.js +1 -1
- package/common/math.instance.json +21 -41
- package/common/math.js +1 -1
- package/common/meta.instance.json +1 -1
- package/common/meta.js +35 -10
- package/common/numbers.js +28 -24
- package/common/ordering.instance.json +37 -101
- package/common/ordering.js +1 -1
- package/common/people.instance.json +50 -78
- package/common/people.js +1 -1
- package/common/pipboy.instance.json +23431 -1082
- package/common/pipboy.js +31 -4
- package/common/pokemon.instance.json +41 -97
- package/common/pokemon.js +1 -1
- package/common/pressure.instance.json +61 -33
- package/common/pressure.js +1 -1
- package/common/properties.instance.json +21 -49
- package/common/properties.js +13 -8
- package/common/reports.instance.json +7 -63
- package/common/reports.js +9 -7
- package/common/scorekeeper.instance.json +1 -1
- package/common/scorekeeper.js +9 -7
- package/common/spock.instance.json +1 -1
- package/common/spock.js +1 -1
- package/common/tell.js +4 -2
- package/common/temperature.instance.json +65 -133
- package/common/temperature.js +1 -1
- package/common/time.js +36 -20
- package/common/time.test.json +66 -44
- package/common/tokenize.js +46 -0
- package/common/ui.instance.json +1 -1
- package/common/weight.instance.json +177 -201
- package/common/weight.js +1 -1
- package/main.js +2 -6
- package/package.json +6 -14
- package/common/dimensionTemplate.instance.json +0 -582
- package/common/dimensionTemplate.js +0 -35
- package/common/formulasTemplate.instance.json +0 -483
- package/common/formulasTemplate.js +0 -30
- package/common/formulasTemplate.test.json +0 -2
- package/common/pipboyTemplate.instance.json +0 -17420
- package/common/pipboyTemplate.js +0 -48
- package/common/pipboyTemplate.test.json +0 -2
- /package/common/{dimensionTemplate.test.json → tokenize.test.json} +0 -0
@@ -1,5 +1,5 @@
|
|
1
1
|
{
|
2
|
-
"
|
2
|
+
"configs": [
|
3
3
|
"first modifies name",
|
4
4
|
"last modifies name",
|
5
5
|
"surname means last name",
|
@@ -365,29 +365,29 @@
|
|
365
365
|
"dead": true,
|
366
366
|
"modifiers": [
|
367
367
|
{
|
368
|
+
"value": "first",
|
369
|
+
"unknown": true,
|
370
|
+
"text": "first",
|
368
371
|
"marker": "unknown",
|
372
|
+
"word": "first",
|
369
373
|
"range": {
|
370
374
|
"start": 0,
|
371
375
|
"end": 4
|
372
376
|
},
|
373
|
-
"word": "first",
|
374
|
-
"text": "first",
|
375
|
-
"value": "first",
|
376
|
-
"unknown": true,
|
377
377
|
"dead": true,
|
378
378
|
"level": 1
|
379
379
|
}
|
380
380
|
],
|
381
381
|
"concept": {
|
382
|
+
"value": "name",
|
383
|
+
"unknown": true,
|
384
|
+
"text": "name",
|
382
385
|
"marker": "unknown",
|
386
|
+
"word": "name",
|
383
387
|
"range": {
|
384
388
|
"start": 15,
|
385
389
|
"end": 18
|
386
390
|
},
|
387
|
-
"word": "name",
|
388
|
-
"text": "name",
|
389
|
-
"value": "name",
|
390
|
-
"unknown": true,
|
391
391
|
"dead": true,
|
392
392
|
"level": 1
|
393
393
|
},
|
@@ -920,15 +920,15 @@
|
|
920
920
|
"dead": true,
|
921
921
|
"modifiers": [
|
922
922
|
{
|
923
|
+
"value": "last",
|
924
|
+
"unknown": true,
|
925
|
+
"text": "last",
|
923
926
|
"marker": "unknown",
|
927
|
+
"word": "last",
|
924
928
|
"range": {
|
925
929
|
"start": 0,
|
926
930
|
"end": 3
|
927
931
|
},
|
928
|
-
"word": "last",
|
929
|
-
"text": "last",
|
930
|
-
"value": "last",
|
931
|
-
"unknown": true,
|
932
932
|
"dead": true,
|
933
933
|
"level": 1
|
934
934
|
}
|
@@ -1566,15 +1566,15 @@
|
|
1566
1566
|
},
|
1567
1567
|
"dead": true,
|
1568
1568
|
"from": {
|
1569
|
+
"value": "surname",
|
1570
|
+
"unknown": true,
|
1571
|
+
"text": "surname",
|
1569
1572
|
"marker": "unknown",
|
1573
|
+
"word": "surname",
|
1570
1574
|
"range": {
|
1571
1575
|
"start": 0,
|
1572
1576
|
"end": 6
|
1573
1577
|
},
|
1574
|
-
"word": "surname",
|
1575
|
-
"text": "surname",
|
1576
|
-
"value": "surname",
|
1577
|
-
"unknown": true,
|
1578
1578
|
"dead": true,
|
1579
1579
|
"level": 1
|
1580
1580
|
},
|
@@ -2226,15 +2226,15 @@
|
|
2226
2226
|
"dead": true,
|
2227
2227
|
"modifiers": [
|
2228
2228
|
{
|
2229
|
+
"value": "given",
|
2230
|
+
"unknown": true,
|
2231
|
+
"text": "given",
|
2229
2232
|
"marker": "unknown",
|
2233
|
+
"word": "given",
|
2230
2234
|
"range": {
|
2231
2235
|
"start": 0,
|
2232
2236
|
"end": 4
|
2233
2237
|
},
|
2234
|
-
"word": "given",
|
2235
|
-
"text": "given",
|
2236
|
-
"value": "given",
|
2237
|
-
"unknown": true,
|
2238
2238
|
"dead": true,
|
2239
2239
|
"level": 1
|
2240
2240
|
}
|
@@ -4077,7 +4077,7 @@
|
|
4077
4077
|
0
|
4078
4078
|
],
|
4079
4079
|
[
|
4080
|
-
"
|
4080
|
+
"isEd",
|
4081
4081
|
0
|
4082
4082
|
],
|
4083
4083
|
[
|
@@ -4918,15 +4918,15 @@
|
|
4918
4918
|
},
|
4919
4919
|
"one": {
|
4920
4920
|
"number": "one",
|
4921
|
+
"value": "ownervar",
|
4922
|
+
"unknown": true,
|
4923
|
+
"text": "ownervar",
|
4921
4924
|
"marker": "unknown",
|
4925
|
+
"word": "ownervar",
|
4922
4926
|
"range": {
|
4923
4927
|
"start": 0,
|
4924
4928
|
"end": 28
|
4925
4929
|
},
|
4926
|
-
"word": "ownervar",
|
4927
|
-
"text": "ownervar",
|
4928
|
-
"value": "ownervar",
|
4929
|
-
"unknown": true,
|
4930
4930
|
"dead": true,
|
4931
4931
|
"types": [
|
4932
4932
|
"unknown"
|
@@ -4934,15 +4934,15 @@
|
|
4934
4934
|
"level": 1
|
4935
4935
|
},
|
4936
4936
|
"two": {
|
4937
|
+
"value": "owneevar",
|
4938
|
+
"unknown": true,
|
4939
|
+
"text": "owneevar owned by by",
|
4937
4940
|
"marker": "ownee",
|
4941
|
+
"word": "owneevar",
|
4938
4942
|
"range": {
|
4939
4943
|
"start": 12,
|
4940
4944
|
"end": 28
|
4941
4945
|
},
|
4942
|
-
"word": "owneevar",
|
4943
|
-
"text": "owneevar owned by by",
|
4944
|
-
"value": "owneevar",
|
4945
|
-
"unknown": true,
|
4946
4946
|
"dead": true,
|
4947
4947
|
"types": [
|
4948
4948
|
"ownee",
|
@@ -5010,15 +5010,15 @@
|
|
5010
5010
|
},
|
5011
5011
|
"ownee": {
|
5012
5012
|
"greg": true,
|
5013
|
+
"value": "owneevar",
|
5014
|
+
"unknown": true,
|
5015
|
+
"text": "owneevar",
|
5013
5016
|
"marker": "unknown",
|
5017
|
+
"word": "owneevar",
|
5014
5018
|
"range": {
|
5015
5019
|
"start": 12,
|
5016
5020
|
"end": 28
|
5017
5021
|
},
|
5018
|
-
"word": "owneevar",
|
5019
|
-
"text": "owneevar",
|
5020
|
-
"value": "owneevar",
|
5021
|
-
"unknown": true,
|
5022
5022
|
"dead": true,
|
5023
5023
|
"types": [
|
5024
5024
|
"ownee"
|
@@ -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
|
-
"
|
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
|
-
|
6047
|
+
1
|
6066
6048
|
]
|
6067
6049
|
],
|
6068
6050
|
[
|
@@ -6071,38 +6053,28 @@
|
|
6071
6053
|
0
|
6072
6054
|
],
|
6073
6055
|
[
|
6074
|
-
"
|
6056
|
+
"isEd",
|
6075
6057
|
0
|
6076
6058
|
],
|
6077
6059
|
[
|
6078
|
-
"
|
6060
|
+
"means",
|
6079
6061
|
0
|
6080
6062
|
],
|
6081
6063
|
[
|
6082
|
-
"
|
6064
|
+
"owned",
|
6083
6065
|
0
|
6084
6066
|
],
|
6085
6067
|
[
|
6086
|
-
"
|
6087
|
-
1
|
6088
|
-
]
|
6089
|
-
],
|
6090
|
-
[
|
6091
|
-
[
|
6092
|
-
"by",
|
6068
|
+
"ownee",
|
6093
6069
|
0
|
6094
6070
|
],
|
6095
6071
|
[
|
6096
|
-
"
|
6072
|
+
"owner",
|
6097
6073
|
0
|
6098
6074
|
],
|
6099
6075
|
[
|
6100
|
-
"
|
6076
|
+
"owns",
|
6101
6077
|
0
|
6102
|
-
],
|
6103
|
-
[
|
6104
|
-
"unknown",
|
6105
|
-
1
|
6106
6078
|
]
|
6107
6079
|
],
|
6108
6080
|
[
|
package/common/people.js
CHANGED