tpmkms_4wp 9.4.5-beta.4 → 9.4.5-beta.6
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/colors.instance.json +28 -0
 - package/common/crew.instance.json +36 -112
 - package/common/dates.instance.json +84 -0
 - package/common/edible.instance.json +56 -0
 - package/common/fastfood.instance.json +522 -158
 - package/common/fastfood.js +1 -0
 - package/common/gdefaults.js +28 -3
 - package/common/latin.instance.json +300 -6
 - package/common/latin.js +102 -2
 - package/common/latin.test.json +3200 -0
 - package/common/latin_helpers.js +358 -0
 - package/common/people.instance.json +60 -64
 - package/common/pipboy.instance.json +70 -8
 - package/common/pipboy.js +1 -0
 - package/common/pipboy.test.json +1690 -0
 - package/common/pokemon.instance.json +1 -1
 - package/common/pos.js +39 -34
 - package/common/properties.js +0 -16
 - package/common/reports.instance.json +2 -2
 - package/common/tokenize.js +1 -0
 - package/common/weight.instance.json +0 -52
 - package/common/wp.instance.json +84 -2
 - package/common/wp.js +2 -0
 - package/package.json +3 -2
 
| 
         @@ -218,6 +218,9 @@ 
     | 
|
| 
       218 
218 
     | 
    
         
             
                      "isA": [
         
     | 
| 
       219 
219 
     | 
    
         
             
                        "verb"
         
     | 
| 
       220 
220 
     | 
    
         
             
                      ],
         
     | 
| 
      
 221 
     | 
    
         
            +
                      "words": [
         
     | 
| 
      
 222 
     | 
    
         
            +
                        "use"
         
     | 
| 
      
 223 
     | 
    
         
            +
                      ],
         
     | 
| 
       221 
224 
     | 
    
         
             
                      "level": 0,
         
     | 
| 
       222 
225 
     | 
    
         
             
                      "localHierarchy": [
         
     | 
| 
       223 
226 
     | 
    
         
             
                        [
         
     | 
| 
         @@ -238,7 +241,7 @@ 
     | 
|
| 
       238 
241 
     | 
    
         
             
                      "semantic": "async ({api, context}) => {\n         let condition\n         if (context.item.condition) {\n           condition = { selector: context.item.condition.marker, property: context.item.condition.property[0].marker }\n         }\n         api.equip({ type: context.item.value, condition })\n       }"
         
     | 
| 
       239 
242 
     | 
    
         
             
                    },
         
     | 
| 
       240 
243 
     | 
    
         
             
                    {
         
     | 
| 
       241 
     | 
    
         
            -
                      "where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js: 
     | 
| 
      
 244 
     | 
    
         
            +
                      "where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:267",
         
     | 
| 
       242 
245 
     | 
    
         
             
                      "id": "toDrink",
         
     | 
| 
       243 
246 
     | 
    
         
             
                      "isA": [
         
     | 
| 
       244 
247 
     | 
    
         
             
                        "verb"
         
     | 
| 
         @@ -249,7 +252,7 @@ 
     | 
|
| 
       249 
252 
     | 
    
         
             
                      "semantic": "async ({api, context, e}) => {\n         const value = await e(context.item)\n         api.drink(value.value)\n       }"
         
     | 
| 
       250 
253 
     | 
    
         
             
                    },
         
     | 
| 
       251 
254 
     | 
    
         
             
                    {
         
     | 
| 
       252 
     | 
    
         
            -
                      "where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js: 
     | 
| 
      
 255 
     | 
    
         
            +
                      "where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:279",
         
     | 
| 
       253 
256 
     | 
    
         
             
                      "id": "eat",
         
     | 
| 
       254 
257 
     | 
    
         
             
                      "localHierarchy": [
         
     | 
| 
       255 
258 
     | 
    
         
             
                        [
         
     | 
| 
         @@ -266,7 +269,7 @@ 
     | 
|
| 
       266 
269 
     | 
    
         
             
                      "semantic": "async ({api, context}) => {\n         api.eat(context.item.value)\n       }"
         
     | 
| 
       267 
270 
     | 
    
         
             
                    },
         
     | 
| 
       268 
271 
     | 
    
         
             
                    {
         
     | 
| 
       269 
     | 
    
         
            -
                      "where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js: 
     | 
| 
      
 272 
     | 
    
         
            +
                      "where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:291",
         
     | 
| 
       270 
273 
     | 
    
         
             
                      "id": "take",
         
     | 
| 
       271 
274 
     | 
    
         
             
                      "isA": [
         
     | 
| 
       272 
275 
     | 
    
         
             
                        "verb"
         
     | 
| 
         @@ -277,7 +280,7 @@ 
     | 
|
| 
       277 
280 
     | 
    
         
             
                      "semantic": "async ({api, context, e}) => {\n         const value = await e(context.item)\n         api.take(value.value)\n       }"
         
     | 
| 
       278 
281 
     | 
    
         
             
                    },
         
     | 
| 
       279 
282 
     | 
    
         
             
                    {
         
     | 
| 
       280 
     | 
    
         
            -
                      "where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js: 
     | 
| 
      
 283 
     | 
    
         
            +
                      "where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:303",
         
     | 
| 
       281 
284 
     | 
    
         
             
                      "id": "nameable",
         
     | 
| 
       282 
285 
     | 
    
         
             
                      "isA": [
         
     | 
| 
       283 
286 
     | 
    
         
             
                        "theAble"
         
     | 
| 
         @@ -1713,6 +1716,20 @@ 
     | 
|
| 
       1713 
1716 
     | 
    
         
             
                        0
         
     | 
| 
       1714 
1717 
     | 
    
         
             
                      ]
         
     | 
| 
       1715 
1718 
     | 
    
         
             
                    ],
         
     | 
| 
      
 1719 
     | 
    
         
            +
                    [
         
     | 
| 
      
 1720 
     | 
    
         
            +
                      [
         
     | 
| 
      
 1721 
     | 
    
         
            +
                        "is",
         
     | 
| 
      
 1722 
     | 
    
         
            +
                        0
         
     | 
| 
      
 1723 
     | 
    
         
            +
                      ],
         
     | 
| 
      
 1724 
     | 
    
         
            +
                      [
         
     | 
| 
      
 1725 
     | 
    
         
            +
                        "list",
         
     | 
| 
      
 1726 
     | 
    
         
            +
                        1
         
     | 
| 
      
 1727 
     | 
    
         
            +
                      ],
         
     | 
| 
      
 1728 
     | 
    
         
            +
                      [
         
     | 
| 
      
 1729 
     | 
    
         
            +
                        "unknown",
         
     | 
| 
      
 1730 
     | 
    
         
            +
                        0
         
     | 
| 
      
 1731 
     | 
    
         
            +
                      ]
         
     | 
| 
      
 1732 
     | 
    
         
            +
                    ],
         
     | 
| 
       1716 
1733 
     | 
    
         
             
                    [
         
     | 
| 
       1717 
1734 
     | 
    
         
             
                      [
         
     | 
| 
       1718 
1735 
     | 
    
         
             
                        "is",
         
     | 
| 
         @@ -10182,6 +10199,20 @@ 
     | 
|
| 
       10182 
10199 
     | 
    
         
             
                        0
         
     | 
| 
       10183 
10200 
     | 
    
         
             
                      ]
         
     | 
| 
       10184 
10201 
     | 
    
         
             
                    ],
         
     | 
| 
      
 10202 
     | 
    
         
            +
                    [
         
     | 
| 
      
 10203 
     | 
    
         
            +
                      [
         
     | 
| 
      
 10204 
     | 
    
         
            +
                        "is",
         
     | 
| 
      
 10205 
     | 
    
         
            +
                        0
         
     | 
| 
      
 10206 
     | 
    
         
            +
                      ],
         
     | 
| 
      
 10207 
     | 
    
         
            +
                      [
         
     | 
| 
      
 10208 
     | 
    
         
            +
                        "list",
         
     | 
| 
      
 10209 
     | 
    
         
            +
                        1
         
     | 
| 
      
 10210 
     | 
    
         
            +
                      ],
         
     | 
| 
      
 10211 
     | 
    
         
            +
                      [
         
     | 
| 
      
 10212 
     | 
    
         
            +
                        "unknown",
         
     | 
| 
      
 10213 
     | 
    
         
            +
                        0
         
     | 
| 
      
 10214 
     | 
    
         
            +
                      ]
         
     | 
| 
      
 10215 
     | 
    
         
            +
                    ],
         
     | 
| 
       10185 
10216 
     | 
    
         
             
                    [
         
     | 
| 
       10186 
10217 
     | 
    
         
             
                      [
         
     | 
| 
       10187 
10218 
     | 
    
         
             
                        "is",
         
     | 
| 
         @@ -34871,6 +34902,9 @@ 
     | 
|
| 
       34871 
34902 
     | 
    
         
             
                      "isA": [
         
     | 
| 
       34872 
34903 
     | 
    
         
             
                        "verb"
         
     | 
| 
       34873 
34904 
     | 
    
         
             
                      ],
         
     | 
| 
      
 34905 
     | 
    
         
            +
                      "words": [
         
     | 
| 
      
 34906 
     | 
    
         
            +
                        "use"
         
     | 
| 
      
 34907 
     | 
    
         
            +
                      ],
         
     | 
| 
       34874 
34908 
     | 
    
         
             
                      "level": 0,
         
     | 
| 
       34875 
34909 
     | 
    
         
             
                      "localHierarchy": [
         
     | 
| 
       34876 
34910 
     | 
    
         
             
                        [
         
     | 
| 
         @@ -34889,7 +34923,7 @@ 
     | 
|
| 
       34889 
34923 
     | 
    
         
             
                      "bridge": "{ ...next(operator), item: after[0] }"
         
     | 
| 
       34890 
34924 
     | 
    
         
             
                    },
         
     | 
| 
       34891 
34925 
     | 
    
         
             
                    {
         
     | 
| 
       34892 
     | 
    
         
            -
                      "where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js: 
     | 
| 
      
 34926 
     | 
    
         
            +
                      "where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:267",
         
     | 
| 
       34893 
34927 
     | 
    
         
             
                      "id": "toDrink",
         
     | 
| 
       34894 
34928 
     | 
    
         
             
                      "isA": [
         
     | 
| 
       34895 
34929 
     | 
    
         
             
                        "verb"
         
     | 
| 
         @@ -34898,7 +34932,7 @@ 
     | 
|
| 
       34898 
34932 
     | 
    
         
             
                      "bridge": "{ ...next(operator), item: after[0] }"
         
     | 
| 
       34899 
34933 
     | 
    
         
             
                    },
         
     | 
| 
       34900 
34934 
     | 
    
         
             
                    {
         
     | 
| 
       34901 
     | 
    
         
            -
                      "where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js: 
     | 
| 
      
 34935 
     | 
    
         
            +
                      "where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:279",
         
     | 
| 
       34902 
34936 
     | 
    
         
             
                      "id": "eat",
         
     | 
| 
       34903 
34937 
     | 
    
         
             
                      "localHierarchy": [
         
     | 
| 
       34904 
34938 
     | 
    
         
             
                        [
         
     | 
| 
         @@ -34913,7 +34947,7 @@ 
     | 
|
| 
       34913 
34947 
     | 
    
         
             
                      "bridge": "{ ...next(operator), item: after[0] }"
         
     | 
| 
       34914 
34948 
     | 
    
         
             
                    },
         
     | 
| 
       34915 
34949 
     | 
    
         
             
                    {
         
     | 
| 
       34916 
     | 
    
         
            -
                      "where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js: 
     | 
| 
      
 34950 
     | 
    
         
            +
                      "where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:291",
         
     | 
| 
       34917 
34951 
     | 
    
         
             
                      "id": "take",
         
     | 
| 
       34918 
34952 
     | 
    
         
             
                      "isA": [
         
     | 
| 
       34919 
34953 
     | 
    
         
             
                        "verb"
         
     | 
| 
         @@ -34922,7 +34956,7 @@ 
     | 
|
| 
       34922 
34956 
     | 
    
         
             
                      "bridge": "{ ...next(operator), item: after[0] }"
         
     | 
| 
       34923 
34957 
     | 
    
         
             
                    },
         
     | 
| 
       34924 
34958 
     | 
    
         
             
                    {
         
     | 
| 
       34925 
     | 
    
         
            -
                      "where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js: 
     | 
| 
      
 34959 
     | 
    
         
            +
                      "where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:303",
         
     | 
| 
       34926 
34960 
     | 
    
         
             
                      "id": "nameable",
         
     | 
| 
       34927 
34961 
     | 
    
         
             
                      "isA": [
         
     | 
| 
       34928 
34962 
     | 
    
         
             
                        "theAble"
         
     | 
| 
         @@ -35613,6 +35647,34 @@ 
     | 
|
| 
       35613 
35647 
     | 
    
         
             
                    0
         
     | 
| 
       35614 
35648 
     | 
    
         
             
                  ]
         
     | 
| 
       35615 
35649 
     | 
    
         
             
                ],
         
     | 
| 
      
 35650 
     | 
    
         
            +
                [
         
     | 
| 
      
 35651 
     | 
    
         
            +
                  [
         
     | 
| 
      
 35652 
     | 
    
         
            +
                    "is",
         
     | 
| 
      
 35653 
     | 
    
         
            +
                    0
         
     | 
| 
      
 35654 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 35655 
     | 
    
         
            +
                  [
         
     | 
| 
      
 35656 
     | 
    
         
            +
                    "list",
         
     | 
| 
      
 35657 
     | 
    
         
            +
                    1
         
     | 
| 
      
 35658 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 35659 
     | 
    
         
            +
                  [
         
     | 
| 
      
 35660 
     | 
    
         
            +
                    "unknown",
         
     | 
| 
      
 35661 
     | 
    
         
            +
                    0
         
     | 
| 
      
 35662 
     | 
    
         
            +
                  ]
         
     | 
| 
      
 35663 
     | 
    
         
            +
                ],
         
     | 
| 
      
 35664 
     | 
    
         
            +
                [
         
     | 
| 
      
 35665 
     | 
    
         
            +
                  [
         
     | 
| 
      
 35666 
     | 
    
         
            +
                    "is",
         
     | 
| 
      
 35667 
     | 
    
         
            +
                    0
         
     | 
| 
      
 35668 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 35669 
     | 
    
         
            +
                  [
         
     | 
| 
      
 35670 
     | 
    
         
            +
                    "list",
         
     | 
| 
      
 35671 
     | 
    
         
            +
                    1
         
     | 
| 
      
 35672 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 35673 
     | 
    
         
            +
                  [
         
     | 
| 
      
 35674 
     | 
    
         
            +
                    "unknown",
         
     | 
| 
      
 35675 
     | 
    
         
            +
                    0
         
     | 
| 
      
 35676 
     | 
    
         
            +
                  ]
         
     | 
| 
      
 35677 
     | 
    
         
            +
                ],
         
     | 
| 
       35616 
35678 
     | 
    
         
             
                [
         
     | 
| 
       35617 
35679 
     | 
    
         
             
                  [
         
     | 
| 
       35618 
35680 
     | 
    
         
             
                    "is",
         
     | 
    
        package/common/pipboy.js
    CHANGED
    
    | 
         @@ -250,6 +250,7 @@ const config = { 
     | 
|
| 
       250 
250 
     | 
    
         
             
                   where: where(),
         
     | 
| 
       251 
251 
     | 
    
         
             
                   id: "equip", 
         
     | 
| 
       252 
252 
     | 
    
         
             
                   isA: ['verb'],
         
     | 
| 
      
 253 
     | 
    
         
            +
                   words: ['use'],
         
     | 
| 
       253 
254 
     | 
    
         
             
                   level: 0, 
         
     | 
| 
       254 
255 
     | 
    
         
             
                   localHierarchy: [ ['weapon', 'equipable'], ['thisitthat', 'equipable'], ['equipable', 'unknown'] ],
         
     | 
| 
       255 
256 
     | 
    
         
             
                   bridge: "{ ...next(operator), item: after[0] }",
         
     |