ekms 8.0.0-beta.0 → 8.0.0-beta.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (54) hide show
  1. package/common/animals.instance.json +103 -113
  2. package/common/characters.js +0 -1
  3. package/common/colors.instance.json +22140 -0
  4. package/common/colors.js +71 -0
  5. package/common/colors.test.json +4860 -0
  6. package/common/concept.js +2 -2
  7. package/common/crew.instance.json +4142 -3545
  8. package/common/crew.js +4 -2
  9. package/common/dialogues.js +34 -7
  10. package/common/dialogues.test.json +1053 -33
  11. package/common/dimension.instance.json +20 -30
  12. package/common/dimension.test.json +289 -312
  13. package/common/edible.instance.json +216 -156
  14. package/common/emotions.instance.json +64 -0
  15. package/common/fastfood.instance.json +1011 -386
  16. package/common/fastfood.js +1 -1
  17. package/common/fastfood.test.json +7941 -3647
  18. package/common/formulas.instance.json +4 -0
  19. package/common/formulas.test.json +1027 -955
  20. package/common/help.test.json +14 -10
  21. package/common/helpers/concept.js +29 -9
  22. package/common/helpers/dialogues.js +17 -1
  23. package/common/helpers/formulas.js +0 -14
  24. package/common/helpers/meta.js +0 -1
  25. package/common/helpers/properties.js +6 -13
  26. package/common/kirk.instance.json +4 -0
  27. package/common/length.instance.json +93 -63
  28. package/common/math.instance.json +26 -47
  29. package/common/meta.js +0 -2
  30. package/common/ordering.instance.json +76 -0
  31. package/common/people.instance.json +35 -60
  32. package/common/pipboy.instance.json +215 -229
  33. package/common/pokemon.instance.json +131 -82
  34. package/common/pressure.instance.json +38 -48
  35. package/common/properties.instance.json +4 -0
  36. package/common/properties.js +7 -7
  37. package/common/properties.test.json +17605 -4030
  38. package/common/punctuation.js +8 -0
  39. package/common/punctuation.test.json +233 -5
  40. package/common/reports.instance.json +12 -4
  41. package/common/reports.js +0 -2
  42. package/common/sizeable.js +7 -2
  43. package/common/spock.instance.json +4 -0
  44. package/common/stm.js +16 -5
  45. package/common/temperature.instance.json +45 -59
  46. package/common/testing.js +0 -1
  47. package/common/tokenize.js +2 -1
  48. package/common/tokenize.test.json +86 -1
  49. package/common/ui.instance.json +4 -0
  50. package/common/ui.js +0 -1
  51. package/common/weight.instance.json +62 -11
  52. package/common/weight.test.json +242 -238
  53. package/main.js +2 -0
  54. package/package.json +6 -2
@@ -663,6 +663,10 @@
663
663
  "divideByOperator",
664
664
  "mathematicalOperator"
665
665
  ],
666
+ [
667
+ "doubleQuote",
668
+ "queryable"
669
+ ],
666
670
  [
667
671
  "hasCountOfPieces",
668
672
  "countable"
@@ -1255,10 +1259,6 @@
1255
1259
  1
1256
1260
  ],
1257
1261
  "ops": [
1258
- [
1259
- "list",
1260
- 1
1261
- ],
1262
1262
  [
1263
1263
  "is",
1264
1264
  0
@@ -1304,23 +1304,6 @@
1304
1304
  ],
1305
1305
  "counter": 10
1306
1306
  },
1307
- {
1308
- "op": [
1309
- "list",
1310
- 1
1311
- ],
1312
- "ops": [
1313
- [
1314
- "is",
1315
- 0
1316
- ],
1317
- [
1318
- "list",
1319
- 1
1320
- ]
1321
- ],
1322
- "counter": 11
1323
- },
1324
1307
  {
1325
1308
  "op": [
1326
1309
  "is",
@@ -1332,7 +1315,7 @@
1332
1315
  0
1333
1316
  ]
1334
1317
  ],
1335
- "counter": 12
1318
+ "counter": 11
1336
1319
  },
1337
1320
  {
1338
1321
  "op": [
@@ -1345,7 +1328,7 @@
1345
1328
  1
1346
1329
  ]
1347
1330
  ],
1348
- "counter": 13
1331
+ "counter": 12
1349
1332
  }
1350
1333
  ]
1351
1334
  },
@@ -1363,7 +1346,19 @@
1363
1346
  "one": {
1364
1347
  "number": "many",
1365
1348
  "marker": "list",
1349
+ "default": true,
1350
+ "word": "and",
1351
+ "text": "pistols rifles grenades mines and shotguns",
1352
+ "range": {
1353
+ "start": 0,
1354
+ "end": 53
1355
+ },
1356
+ "types": [
1357
+ "list",
1358
+ "unknown"
1359
+ ],
1366
1360
  "listable": true,
1361
+ "isList": true,
1367
1362
  "value": [
1368
1363
  {
1369
1364
  "value": "pistols",
@@ -1415,7 +1410,7 @@
1415
1410
  "end": 28
1416
1411
  },
1417
1412
  "dead": true,
1418
- "level": 2
1413
+ "level": 1
1419
1414
  },
1420
1415
  {
1421
1416
  "value": "shotguns",
@@ -1428,18 +1423,9 @@
1428
1423
  "end": 41
1429
1424
  },
1430
1425
  "dead": true,
1431
- "level": 2
1426
+ "level": 1
1432
1427
  }
1433
1428
  ],
1434
- "range": {
1435
- "start": 0,
1436
- "end": 53
1437
- },
1438
- "types": [
1439
- "list",
1440
- "unknown"
1441
- ],
1442
- "text": "pistols rifles grenades",
1443
1429
  "level": 1
1444
1430
  },
1445
1431
  "two": {
@@ -1742,6 +1728,10 @@
1742
1728
  "divideByOperator",
1743
1729
  "mathematicalOperator"
1744
1730
  ],
1731
+ [
1732
+ "doubleQuote",
1733
+ "queryable"
1734
+ ],
1745
1735
  [
1746
1736
  "grenade",
1747
1737
  "hierarchyAble"
@@ -2774,6 +2764,10 @@
2774
2764
  "divideByOperator",
2775
2765
  "mathematicalOperator"
2776
2766
  ],
2767
+ [
2768
+ "doubleQuote",
2769
+ "queryable"
2770
+ ],
2777
2771
  [
2778
2772
  "explosive",
2779
2773
  "hierarchyAble"
@@ -3724,6 +3718,10 @@
3724
3718
  "divideByOperator",
3725
3719
  "mathematicalOperator"
3726
3720
  ],
3721
+ [
3722
+ "doubleQuote",
3723
+ "queryable"
3724
+ ],
3727
3725
  [
3728
3726
  "explosive",
3729
3727
  "hierarchyAble"
@@ -4889,6 +4887,10 @@
4889
4887
  "divideByOperator",
4890
4888
  "mathematicalOperator"
4891
4889
  ],
4890
+ [
4891
+ "doubleQuote",
4892
+ "queryable"
4893
+ ],
4892
4894
  [
4893
4895
  "explosive",
4894
4896
  "hierarchyAble"
@@ -5883,6 +5885,10 @@
5883
5885
  "divideByOperator",
5884
5886
  "mathematicalOperator"
5885
5887
  ],
5888
+ [
5889
+ "doubleQuote",
5890
+ "queryable"
5891
+ ],
5886
5892
  [
5887
5893
  "explosive",
5888
5894
  "hierarchyAble"
@@ -6669,10 +6675,6 @@
6669
6675
  1
6670
6676
  ],
6671
6677
  "ops": [
6672
- [
6673
- "list",
6674
- 1
6675
- ],
6676
6678
  [
6677
6679
  "is",
6678
6680
  0
@@ -6684,23 +6686,6 @@
6684
6686
  ],
6685
6687
  "counter": 6
6686
6688
  },
6687
- {
6688
- "op": [
6689
- "list",
6690
- 1
6691
- ],
6692
- "ops": [
6693
- [
6694
- "is",
6695
- 0
6696
- ],
6697
- [
6698
- "list",
6699
- 1
6700
- ]
6701
- ],
6702
- "counter": 7
6703
- },
6704
6689
  {
6705
6690
  "op": [
6706
6691
  "is",
@@ -6712,7 +6697,7 @@
6712
6697
  0
6713
6698
  ]
6714
6699
  ],
6715
- "counter": 8
6700
+ "counter": 7
6716
6701
  },
6717
6702
  {
6718
6703
  "op": [
@@ -6725,7 +6710,7 @@
6725
6710
  1
6726
6711
  ]
6727
6712
  ],
6728
- "counter": 9
6713
+ "counter": 8
6729
6714
  }
6730
6715
  ]
6731
6716
  },
@@ -6743,7 +6728,19 @@
6743
6728
  "one": {
6744
6729
  "number": "many",
6745
6730
  "marker": "list",
6731
+ "default": true,
6732
+ "word": "and",
6733
+ "text": "hats armor and suits",
6734
+ "range": {
6735
+ "start": 0,
6736
+ "end": 31
6737
+ },
6738
+ "types": [
6739
+ "list",
6740
+ "unknown"
6741
+ ],
6746
6742
  "listable": true,
6743
+ "isList": true,
6747
6744
  "value": [
6748
6745
  {
6749
6746
  "value": "hats",
@@ -6769,7 +6766,7 @@
6769
6766
  "end": 9
6770
6767
  },
6771
6768
  "dead": true,
6772
- "level": 2
6769
+ "level": 1
6773
6770
  },
6774
6771
  {
6775
6772
  "value": "suits",
@@ -6782,18 +6779,9 @@
6782
6779
  "end": 19
6783
6780
  },
6784
6781
  "dead": true,
6785
- "level": 2
6782
+ "level": 1
6786
6783
  }
6787
6784
  ],
6788
- "range": {
6789
- "start": 0,
6790
- "end": 31
6791
- },
6792
- "types": [
6793
- "list",
6794
- "unknown"
6795
- ],
6796
- "text": "hats",
6797
6785
  "level": 1
6798
6786
  },
6799
6787
  "two": {
@@ -7156,6 +7144,10 @@
7156
7144
  "divideByOperator",
7157
7145
  "mathematicalOperator"
7158
7146
  ],
7147
+ [
7148
+ "doubleQuote",
7149
+ "queryable"
7150
+ ],
7159
7151
  [
7160
7152
  "explosive",
7161
7153
  "hierarchyAble"
@@ -8356,6 +8348,10 @@
8356
8348
  "divideByOperator",
8357
8349
  "mathematicalOperator"
8358
8350
  ],
8351
+ [
8352
+ "doubleQuote",
8353
+ "queryable"
8354
+ ],
8359
8355
  [
8360
8356
  "equipable",
8361
8357
  "hierarchyAble"
@@ -9528,6 +9524,10 @@
9528
9524
  "divideByOperator",
9529
9525
  "mathematicalOperator"
9530
9526
  ],
9527
+ [
9528
+ "doubleQuote",
9529
+ "queryable"
9530
+ ],
9531
9531
  [
9532
9532
  "equipable",
9533
9533
  "hierarchyAble"
@@ -10793,6 +10793,10 @@
10793
10793
  "divideByOperator",
10794
10794
  "mathematicalOperator"
10795
10795
  ],
10796
+ [
10797
+ "doubleQuote",
10798
+ "queryable"
10799
+ ],
10796
10800
  [
10797
10801
  "edible",
10798
10802
  "concept"
@@ -12026,6 +12030,10 @@
12026
12030
  "divideByOperator",
12027
12031
  "mathematicalOperator"
12028
12032
  ],
12033
+ [
12034
+ "doubleQuote",
12035
+ "queryable"
12036
+ ],
12029
12037
  [
12030
12038
  "edible",
12031
12039
  "concept"
@@ -13287,6 +13295,10 @@
13287
13295
  "divideByOperator",
13288
13296
  "mathematicalOperator"
13289
13297
  ],
13298
+ [
13299
+ "doubleQuote",
13300
+ "queryable"
13301
+ ],
13290
13302
  [
13291
13303
  "drink",
13292
13304
  "drinkable"
@@ -14612,6 +14624,10 @@
14612
14624
  "divideByOperator",
14613
14625
  "mathematicalOperator"
14614
14626
  ],
14627
+ [
14628
+ "doubleQuote",
14629
+ "queryable"
14630
+ ],
14615
14631
  [
14616
14632
  "drink",
14617
14633
  "drinkable"
@@ -15622,27 +15638,6 @@
15622
15638
  ],
15623
15639
  "counter": 3
15624
15640
  },
15625
- {
15626
- "op": [
15627
- "list",
15628
- 1
15629
- ],
15630
- "ops": [
15631
- [
15632
- "list",
15633
- 1
15634
- ],
15635
- [
15636
- "is",
15637
- 0
15638
- ],
15639
- [
15640
- "food",
15641
- 0
15642
- ]
15643
- ],
15644
- "counter": 4
15645
- },
15646
15641
  {
15647
15642
  "op": [
15648
15643
  "food",
@@ -15658,7 +15653,7 @@
15658
15653
  0
15659
15654
  ]
15660
15655
  ],
15661
- "counter": 5
15656
+ "counter": 4
15662
15657
  },
15663
15658
  {
15664
15659
  "op": [
@@ -15671,7 +15666,7 @@
15671
15666
  0
15672
15667
  ]
15673
15668
  ],
15674
- "counter": 6
15669
+ "counter": 5
15675
15670
  },
15676
15671
  {
15677
15672
  "op": [
@@ -15684,7 +15679,7 @@
15684
15679
  1
15685
15680
  ]
15686
15681
  ],
15687
- "counter": 7
15682
+ "counter": 6
15688
15683
  }
15689
15684
  ]
15690
15685
  },
@@ -15702,7 +15697,19 @@
15702
15697
  "one": {
15703
15698
  "number": "many",
15704
15699
  "marker": "list",
15700
+ "default": true,
15701
+ "word": "and",
15702
+ "text": "vegetables and fruit",
15703
+ "range": {
15704
+ "start": 0,
15705
+ "end": 28
15706
+ },
15707
+ "types": [
15708
+ "list",
15709
+ "unknown"
15710
+ ],
15705
15711
  "listable": true,
15712
+ "isList": true,
15706
15713
  "value": [
15707
15714
  {
15708
15715
  "value": "vegetables",
@@ -15715,7 +15722,7 @@
15715
15722
  "end": 9
15716
15723
  },
15717
15724
  "dead": true,
15718
- "level": 2
15725
+ "level": 1
15719
15726
  },
15720
15727
  {
15721
15728
  "value": "fruit",
@@ -15728,18 +15735,9 @@
15728
15735
  "end": 19
15729
15736
  },
15730
15737
  "dead": true,
15731
- "level": 2
15738
+ "level": 1
15732
15739
  }
15733
15740
  ],
15734
- "range": {
15735
- "start": 0,
15736
- "end": 28
15737
- },
15738
- "types": [
15739
- "list",
15740
- "unknown"
15741
- ],
15742
- "text": "vegetables and fruit are food",
15743
15741
  "level": 1
15744
15742
  },
15745
15743
  "two": {
@@ -16114,6 +16112,10 @@
16114
16112
  "divideByOperator",
16115
16113
  "mathematicalOperator"
16116
16114
  ],
16115
+ [
16116
+ "doubleQuote",
16117
+ "queryable"
16118
+ ],
16117
16119
  [
16118
16120
  "drink",
16119
16121
  "drinkable"
@@ -17188,27 +17190,6 @@
17188
17190
  ],
17189
17191
  "counter": 3
17190
17192
  },
17191
- {
17192
- "op": [
17193
- "list",
17194
- 1
17195
- ],
17196
- "ops": [
17197
- [
17198
- "list",
17199
- 1
17200
- ],
17201
- [
17202
- "is",
17203
- 0
17204
- ],
17205
- [
17206
- "drink",
17207
- 0
17208
- ]
17209
- ],
17210
- "counter": 4
17211
- },
17212
17193
  {
17213
17194
  "op": [
17214
17195
  "drink",
@@ -17224,7 +17205,7 @@
17224
17205
  0
17225
17206
  ]
17226
17207
  ],
17227
- "counter": 5
17208
+ "counter": 4
17228
17209
  },
17229
17210
  {
17230
17211
  "op": [
@@ -17237,7 +17218,7 @@
17237
17218
  0
17238
17219
  ]
17239
17220
  ],
17240
- "counter": 6
17221
+ "counter": 5
17241
17222
  },
17242
17223
  {
17243
17224
  "op": [
@@ -17250,7 +17231,7 @@
17250
17231
  1
17251
17232
  ]
17252
17233
  ],
17253
- "counter": 7
17234
+ "counter": 6
17254
17235
  }
17255
17236
  ]
17256
17237
  },
@@ -17268,7 +17249,19 @@
17268
17249
  "one": {
17269
17250
  "number": "many",
17270
17251
  "marker": "list",
17252
+ "default": true,
17253
+ "word": "and",
17254
+ "text": "cola and pop",
17255
+ "range": {
17256
+ "start": 0,
17257
+ "end": 22
17258
+ },
17259
+ "types": [
17260
+ "list",
17261
+ "unknown"
17262
+ ],
17271
17263
  "listable": true,
17264
+ "isList": true,
17272
17265
  "value": [
17273
17266
  {
17274
17267
  "value": "cola",
@@ -17281,7 +17274,7 @@
17281
17274
  "end": 3
17282
17275
  },
17283
17276
  "dead": true,
17284
- "level": 2
17277
+ "level": 1
17285
17278
  },
17286
17279
  {
17287
17280
  "value": "pop",
@@ -17294,18 +17287,9 @@
17294
17287
  "end": 11
17295
17288
  },
17296
17289
  "dead": true,
17297
- "level": 2
17290
+ "level": 1
17298
17291
  }
17299
17292
  ],
17300
- "range": {
17301
- "start": 0,
17302
- "end": 22
17303
- },
17304
- "types": [
17305
- "list",
17306
- "unknown"
17307
- ],
17308
- "text": "cola and pop are drinks",
17309
17293
  "level": 1
17310
17294
  },
17311
17295
  "two": {
@@ -17712,6 +17696,10 @@
17712
17696
  "divideByOperator",
17713
17697
  "mathematicalOperator"
17714
17698
  ],
17699
+ [
17700
+ "doubleQuote",
17701
+ "queryable"
17702
+ ],
17715
17703
  [
17716
17704
  "drink",
17717
17705
  "drinkable"
@@ -18835,23 +18823,6 @@
18835
18823
  ],
18836
18824
  "counter": 4
18837
18825
  },
18838
- {
18839
- "op": [
18840
- "list",
18841
- 1
18842
- ],
18843
- "ops": [
18844
- [
18845
- "list",
18846
- 1
18847
- ],
18848
- [
18849
- "is",
18850
- 0
18851
- ]
18852
- ],
18853
- "counter": 5
18854
- },
18855
18826
  {
18856
18827
  "op": [
18857
18828
  "is",
@@ -18863,7 +18834,7 @@
18863
18834
  0
18864
18835
  ]
18865
18836
  ],
18866
- "counter": 6
18837
+ "counter": 5
18867
18838
  },
18868
18839
  {
18869
18840
  "op": [
@@ -18876,7 +18847,7 @@
18876
18847
  1
18877
18848
  ]
18878
18849
  ],
18879
- "counter": 7
18850
+ "counter": 6
18880
18851
  }
18881
18852
  ]
18882
18853
  },
@@ -18894,7 +18865,19 @@
18894
18865
  "one": {
18895
18866
  "number": "many",
18896
18867
  "marker": "list",
18868
+ "default": true,
18869
+ "word": "and",
18870
+ "text": "medicine and stimpaks",
18871
+ "range": {
18872
+ "start": 0,
18873
+ "end": 33
18874
+ },
18875
+ "types": [
18876
+ "list",
18877
+ "unknown"
18878
+ ],
18897
18879
  "listable": true,
18880
+ "isList": true,
18898
18881
  "value": [
18899
18882
  {
18900
18883
  "value": "medicine",
@@ -18907,7 +18890,7 @@
18907
18890
  "end": 7
18908
18891
  },
18909
18892
  "dead": true,
18910
- "level": 2
18893
+ "level": 1
18911
18894
  },
18912
18895
  {
18913
18896
  "value": "stimpaks",
@@ -18920,18 +18903,9 @@
18920
18903
  "end": 20
18921
18904
  },
18922
18905
  "dead": true,
18923
- "level": 2
18906
+ "level": 1
18924
18907
  }
18925
18908
  ],
18926
- "range": {
18927
- "start": 0,
18928
- "end": 33
18929
- },
18930
- "types": [
18931
- "list",
18932
- "unknown"
18933
- ],
18934
- "text": "medicine and stimpaks are takeable",
18935
18909
  "level": 1
18936
18910
  },
18937
18911
  "two": {
@@ -19316,6 +19290,10 @@
19316
19290
  "divideByOperator",
19317
19291
  "mathematicalOperator"
19318
19292
  ],
19293
+ [
19294
+ "doubleQuote",
19295
+ "queryable"
19296
+ ],
19319
19297
  [
19320
19298
  "drink",
19321
19299
  "drinkable"
@@ -20454,7 +20432,7 @@
20454
20432
  0
20455
20433
  ],
20456
20434
  [
20457
- "km",
20435
+ "property",
20458
20436
  0
20459
20437
  ]
20460
20438
  ],
@@ -20462,7 +20440,7 @@
20462
20440
  },
20463
20441
  {
20464
20442
  "op": [
20465
- "modifies",
20443
+ "property",
20466
20444
  0
20467
20445
  ],
20468
20446
  "ops": [
@@ -20471,11 +20449,24 @@
20471
20449
  0
20472
20450
  ],
20473
20451
  [
20474
- "km",
20452
+ "property",
20475
20453
  0
20476
20454
  ]
20477
20455
  ],
20478
20456
  "counter": 2
20457
+ },
20458
+ {
20459
+ "op": [
20460
+ "modifies",
20461
+ 0
20462
+ ],
20463
+ "ops": [
20464
+ [
20465
+ "modifies",
20466
+ 0
20467
+ ]
20468
+ ],
20469
+ "counter": 3
20479
20470
  }
20480
20471
  ]
20481
20472
  },
@@ -20508,15 +20499,16 @@
20508
20499
  }
20509
20500
  ],
20510
20501
  "concept": {
20511
- "value": "properties",
20512
- "word": "properties",
20502
+ "value": "property",
20513
20503
  "text": "properties",
20514
- "marker": "km",
20504
+ "marker": "property",
20505
+ "word": "properties",
20515
20506
  "range": {
20516
20507
  "start": 14,
20517
20508
  "end": 23
20518
20509
  },
20519
- "level": 0
20510
+ "dead": true,
20511
+ "level": 1
20520
20512
  },
20521
20513
  "level": 1,
20522
20514
  "topLevel": true,
@@ -20539,11 +20531,11 @@
20539
20531
  "associations": [
20540
20532
  [
20541
20533
  [
20542
- "km",
20534
+ "modifies",
20543
20535
  0
20544
20536
  ],
20545
20537
  [
20546
- "modifies",
20538
+ "property",
20547
20539
  0
20548
20540
  ],
20549
20541
  [
@@ -20553,9 +20545,19 @@
20553
20545
  ],
20554
20546
  [
20555
20547
  [
20556
- "km",
20548
+ "modifies",
20557
20549
  0
20558
20550
  ],
20551
+ [
20552
+ "property",
20553
+ 0
20554
+ ],
20555
+ [
20556
+ "unknown",
20557
+ 1
20558
+ ]
20559
+ ],
20560
+ [
20559
20561
  [
20560
20562
  "modifies",
20561
20563
  0
@@ -20850,6 +20852,10 @@
20850
20852
  "divideByOperator",
20851
20853
  "mathematicalOperator"
20852
20854
  ],
20855
+ [
20856
+ "doubleQuote",
20857
+ "queryable"
20858
+ ],
20853
20859
  [
20854
20860
  "drink",
20855
20861
  "drinkable"
@@ -22545,10 +22551,6 @@
22545
22551
  1
22546
22552
  ],
22547
22553
  "ops": [
22548
- [
22549
- "list",
22550
- 1
22551
- ],
22552
22554
  [
22553
22555
  "is",
22554
22556
  0
@@ -22746,35 +22748,6 @@
22746
22748
  ],
22747
22749
  "counter": 17
22748
22750
  },
22749
- {
22750
- "op": [
22751
- "list",
22752
- 1
22753
- ],
22754
- "ops": [
22755
- [
22756
- "is",
22757
- 0
22758
- ],
22759
- [
22760
- "item",
22761
- 0
22762
- ],
22763
- [
22764
- "property",
22765
- 0
22766
- ],
22767
- [
22768
- "item_property",
22769
- 0
22770
- ],
22771
- [
22772
- "list",
22773
- 1
22774
- ]
22775
- ],
22776
- "counter": 18
22777
- },
22778
22751
  {
22779
22752
  "op": [
22780
22753
  "item_property",
@@ -22798,7 +22771,7 @@
22798
22771
  0
22799
22772
  ]
22800
22773
  ],
22801
- "counter": 19
22774
+ "counter": 18
22802
22775
  },
22803
22776
  {
22804
22777
  "op": [
@@ -22811,7 +22784,7 @@
22811
22784
  0
22812
22785
  ]
22813
22786
  ],
22814
- "counter": 20
22787
+ "counter": 19
22815
22788
  },
22816
22789
  {
22817
22790
  "op": [
@@ -22824,7 +22797,7 @@
22824
22797
  1
22825
22798
  ]
22826
22799
  ],
22827
- "counter": 21
22800
+ "counter": 20
22828
22801
  }
22829
22802
  ]
22830
22803
  },
@@ -22842,7 +22815,19 @@
22842
22815
  "one": {
22843
22816
  "number": "many",
22844
22817
  "marker": "list",
22818
+ "default": true,
22819
+ "word": "and",
22820
+ "text": "damage luck hp rads value ap charisma range and accuracy",
22821
+ "range": {
22822
+ "start": 0,
22823
+ "end": 75
22824
+ },
22825
+ "types": [
22826
+ "list",
22827
+ "unknown"
22828
+ ],
22845
22829
  "listable": true,
22830
+ "isList": true,
22846
22831
  "value": [
22847
22832
  {
22848
22833
  "value": "damage",
@@ -22946,7 +22931,7 @@
22946
22931
  "end": 42
22947
22932
  },
22948
22933
  "dead": true,
22949
- "level": 2
22934
+ "level": 1
22950
22935
  },
22951
22936
  {
22952
22937
  "value": "accuracy",
@@ -22959,23 +22944,13 @@
22959
22944
  "end": 55
22960
22945
  },
22961
22946
  "dead": true,
22962
- "level": 2
22947
+ "level": 1
22963
22948
  }
22964
22949
  ],
22965
- "range": {
22966
- "start": 0,
22967
- "end": 75
22968
- },
22969
- "types": [
22970
- "list",
22971
- "unknown"
22972
- ],
22973
- "text": "damage luck hp rads value ap charisma",
22974
22950
  "level": 1
22975
22951
  },
22976
22952
  "two": {
22977
22953
  "value": "item_property",
22978
- "number": "many",
22979
22954
  "text": "item properties",
22980
22955
  "marker": "item_property",
22981
22956
  "word": "properties",
@@ -22989,6 +22964,7 @@
22989
22964
  ],
22990
22965
  "modifier_item": {
22991
22966
  "value": "item",
22967
+ "number": "one",
22992
22968
  "text": "item",
22993
22969
  "marker": "item",
22994
22970
  "word": "item",
@@ -24583,11 +24559,11 @@
24583
24559
  ],
24584
24560
  [
24585
24561
  [
24586
- "km",
24562
+ "modifies",
24587
24563
  0
24588
24564
  ],
24589
24565
  [
24590
- "modifies",
24566
+ "property",
24591
24567
  0
24592
24568
  ],
24593
24569
  [
@@ -24597,9 +24573,19 @@
24597
24573
  ],
24598
24574
  [
24599
24575
  [
24600
- "km",
24576
+ "modifies",
24577
+ 0
24578
+ ],
24579
+ [
24580
+ "property",
24601
24581
  0
24602
24582
  ],
24583
+ [
24584
+ "unknown",
24585
+ 1
24586
+ ]
24587
+ ],
24588
+ [
24603
24589
  [
24604
24590
  "modifies",
24605
24591
  0