tpmkms_4wp 8.8.0 → 8.9.0
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 +37 -57
- package/common/colors.instance.json +359 -277
- package/common/colors.js +1 -1
- package/common/comparable.instance.json +62 -30
- package/common/crew.instance.json +725 -125
- package/common/dimension.instance.json +36 -0
- package/common/edible.instance.json +239 -27
- package/common/emotions.instance.json +60 -0
- package/common/fastfood.instance.json +1265 -1326
- package/common/help.js +5 -0
- package/common/helpers/properties.js +2 -1
- package/common/ordering.instance.json +0 -68
- package/common/people.instance.json +16 -194
- package/common/people.js +3 -0
- package/common/pipboy.instance.json +114 -18
- package/common/pokemon.instance.json +14 -34
- package/common/pressure.instance.json +13 -5
- package/common/properties.instance.json +53 -1
- package/common/reports.instance.json +1 -1
- package/common/reports.js +2 -2
- package/common/reports.test.json +6037 -2930
- package/common/temperature.instance.json +13 -5
- package/common/weight.instance.json +13 -5
- package/package.json +2 -2
package/common/colors.js
CHANGED
@@ -34,7 +34,7 @@ const template = {
|
|
34
34
|
*/
|
35
35
|
words: {
|
36
36
|
patterns: [
|
37
|
-
{ "pattern": ["#", { type: 'hexDigit' }, { repeat: true, exactly: 6 }], defs: [{id: "hexColor", uuid: '1', initial: "{ value: text, instance: true }" }]},
|
37
|
+
{ "pattern": ["#", { type: 'hexDigit' }, { repeat: true, exactly: 6 }], allow_partial_matches: false, defs: [{id: "hexColor", uuid: '1', initial: "{ value: text, instance: true }" }]},
|
38
38
|
],
|
39
39
|
hierarchy: [
|
40
40
|
..."0123456789abcdefABCDEF".split("").map((digit) => { return { child: digit, parent: 'hexDigit' } })
|
@@ -701,7 +701,7 @@
|
|
701
701
|
0
|
702
702
|
],
|
703
703
|
[
|
704
|
-
"
|
704
|
+
"is",
|
705
705
|
0
|
706
706
|
],
|
707
707
|
[
|
@@ -734,7 +734,7 @@
|
|
734
734
|
0
|
735
735
|
],
|
736
736
|
[
|
737
|
-
"
|
737
|
+
"is",
|
738
738
|
0
|
739
739
|
],
|
740
740
|
[
|
@@ -906,9 +906,17 @@
|
|
906
906
|
"is",
|
907
907
|
0
|
908
908
|
],
|
909
|
+
[
|
910
|
+
"ordering",
|
911
|
+
0
|
912
|
+
],
|
913
|
+
[
|
914
|
+
"sort",
|
915
|
+
0
|
916
|
+
],
|
909
917
|
[
|
910
918
|
"unknown",
|
911
|
-
|
919
|
+
0
|
912
920
|
]
|
913
921
|
],
|
914
922
|
[
|
@@ -916,6 +924,10 @@
|
|
916
924
|
"a",
|
917
925
|
0
|
918
926
|
],
|
927
|
+
[
|
928
|
+
"is",
|
929
|
+
0
|
930
|
+
],
|
919
931
|
[
|
920
932
|
"ordering",
|
921
933
|
0
|
@@ -926,7 +938,7 @@
|
|
926
938
|
],
|
927
939
|
[
|
928
940
|
"unknown",
|
929
|
-
|
941
|
+
1
|
930
942
|
]
|
931
943
|
],
|
932
944
|
[
|
@@ -935,11 +947,7 @@
|
|
935
947
|
0
|
936
948
|
],
|
937
949
|
[
|
938
|
-
"
|
939
|
-
0
|
940
|
-
],
|
941
|
-
[
|
942
|
-
"sort",
|
950
|
+
"is",
|
943
951
|
0
|
944
952
|
],
|
945
953
|
[
|
@@ -1285,7 +1293,7 @@
|
|
1285
1293
|
0
|
1286
1294
|
],
|
1287
1295
|
[
|
1288
|
-
"
|
1296
|
+
"is",
|
1289
1297
|
0
|
1290
1298
|
],
|
1291
1299
|
[
|
@@ -1318,7 +1326,7 @@
|
|
1318
1326
|
0
|
1319
1327
|
],
|
1320
1328
|
[
|
1321
|
-
"
|
1329
|
+
"is",
|
1322
1330
|
0
|
1323
1331
|
],
|
1324
1332
|
[
|
@@ -1490,9 +1498,17 @@
|
|
1490
1498
|
"is",
|
1491
1499
|
0
|
1492
1500
|
],
|
1501
|
+
[
|
1502
|
+
"ordering",
|
1503
|
+
0
|
1504
|
+
],
|
1505
|
+
[
|
1506
|
+
"sort",
|
1507
|
+
0
|
1508
|
+
],
|
1493
1509
|
[
|
1494
1510
|
"unknown",
|
1495
|
-
|
1511
|
+
0
|
1496
1512
|
]
|
1497
1513
|
],
|
1498
1514
|
[
|
@@ -1500,6 +1516,10 @@
|
|
1500
1516
|
"a",
|
1501
1517
|
0
|
1502
1518
|
],
|
1519
|
+
[
|
1520
|
+
"is",
|
1521
|
+
0
|
1522
|
+
],
|
1503
1523
|
[
|
1504
1524
|
"ordering",
|
1505
1525
|
0
|
@@ -1510,7 +1530,7 @@
|
|
1510
1530
|
],
|
1511
1531
|
[
|
1512
1532
|
"unknown",
|
1513
|
-
|
1533
|
+
1
|
1514
1534
|
]
|
1515
1535
|
],
|
1516
1536
|
[
|
@@ -1519,11 +1539,7 @@
|
|
1519
1539
|
0
|
1520
1540
|
],
|
1521
1541
|
[
|
1522
|
-
"
|
1523
|
-
0
|
1524
|
-
],
|
1525
|
-
[
|
1526
|
-
"sort",
|
1542
|
+
"is",
|
1527
1543
|
0
|
1528
1544
|
],
|
1529
1545
|
[
|
@@ -1584,22 +1600,16 @@
|
|
1584
1600
|
0
|
1585
1601
|
],
|
1586
1602
|
[
|
1587
|
-
"
|
1588
|
-
1
|
1589
|
-
]
|
1590
|
-
],
|
1591
|
-
[
|
1592
|
-
[
|
1593
|
-
"a",
|
1603
|
+
"ordering",
|
1594
1604
|
0
|
1595
1605
|
],
|
1596
1606
|
[
|
1597
|
-
"
|
1607
|
+
"sort",
|
1598
1608
|
0
|
1599
1609
|
],
|
1600
1610
|
[
|
1601
1611
|
"unknown",
|
1602
|
-
|
1612
|
+
0
|
1603
1613
|
]
|
1604
1614
|
],
|
1605
1615
|
[
|
@@ -1607,6 +1617,10 @@
|
|
1607
1617
|
"a",
|
1608
1618
|
0
|
1609
1619
|
],
|
1620
|
+
[
|
1621
|
+
"is",
|
1622
|
+
0
|
1623
|
+
],
|
1610
1624
|
[
|
1611
1625
|
"ordering",
|
1612
1626
|
0
|
@@ -1625,6 +1639,10 @@
|
|
1625
1639
|
"a",
|
1626
1640
|
0
|
1627
1641
|
],
|
1642
|
+
[
|
1643
|
+
"is",
|
1644
|
+
0
|
1645
|
+
],
|
1628
1646
|
[
|
1629
1647
|
"ordering",
|
1630
1648
|
0
|
@@ -1635,7 +1653,7 @@
|
|
1635
1653
|
],
|
1636
1654
|
[
|
1637
1655
|
"unknown",
|
1638
|
-
|
1656
|
+
1
|
1639
1657
|
]
|
1640
1658
|
],
|
1641
1659
|
[
|
@@ -1643,6 +1661,10 @@
|
|
1643
1661
|
"a",
|
1644
1662
|
0
|
1645
1663
|
],
|
1664
|
+
[
|
1665
|
+
"is",
|
1666
|
+
0
|
1667
|
+
],
|
1646
1668
|
[
|
1647
1669
|
"ordering",
|
1648
1670
|
0
|
@@ -1662,11 +1684,21 @@
|
|
1662
1684
|
0
|
1663
1685
|
],
|
1664
1686
|
[
|
1665
|
-
"
|
1687
|
+
"is",
|
1666
1688
|
0
|
1667
1689
|
],
|
1668
1690
|
[
|
1669
|
-
"
|
1691
|
+
"unknown",
|
1692
|
+
1
|
1693
|
+
]
|
1694
|
+
],
|
1695
|
+
[
|
1696
|
+
[
|
1697
|
+
"a",
|
1698
|
+
0
|
1699
|
+
],
|
1700
|
+
[
|
1701
|
+
"is",
|
1670
1702
|
0
|
1671
1703
|
],
|
1672
1704
|
[
|