ekms 9.5.0-beta.0 → 9.5.1-beta.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/asking.js +4 -4
- package/common/characters.js +2 -2
- package/common/crew.instance.json +47 -61
- package/common/crew.test.json +4148 -3324
- package/common/dialogues.js +1 -1
- package/common/dimension.instance.json +8 -8
- package/common/dimension.js +4 -4
- package/common/edible.instance.json +72 -0
- package/common/emotions.instance.json +26 -0
- package/common/emotions.test.json +242 -174
- package/common/english_helpers.js +126 -0
- package/common/errors.js +3 -3
- package/common/evaluate.js +2 -2
- package/common/events.js +8 -8
- package/common/fastfood.instance.json +242 -18
- package/common/formulas.js +1 -1
- package/common/gdefaults.js +19 -2
- package/common/help.js +1 -1
- package/common/helpers/meta.js +1 -1
- package/common/helpers/properties.js +91 -49
- package/common/helpers.js +53 -0
- package/common/latin.instance.json +2 -2
- package/common/latin.js +4 -4
- package/common/listener.js +1 -1
- package/common/math.instance.json +8 -8
- package/common/math.js +4 -4
- package/common/meta.js +27 -27
- package/common/nameable.js +7 -7
- package/common/ordering.instance.json +78 -0
- package/common/ordering.test.json +663 -233
- package/common/people.instance.json +26 -12
- package/common/people.js +5 -3
- package/common/people.test.json +4071 -3813
- package/common/pipboy.js +2 -3
- package/common/properties.js +6 -1
- package/common/reminders.instance.json +4 -4
- package/common/reminders.js +2 -2
- package/common/reports.instance.json +2 -2
- package/common/scorekeeper.js +2 -2
- package/common/stm.js +2 -2
- package/common/tokenize.js +4 -1
- package/common/wp.instance.json +74 -2
- package/package.json +4 -2
|
@@ -2246,6 +2246,21 @@
|
|
|
2246
2246
|
],
|
|
2247
2247
|
"level": 0
|
|
2248
2248
|
},
|
|
2249
|
+
"operator": {
|
|
2250
|
+
"value": "like",
|
|
2251
|
+
"number": "one",
|
|
2252
|
+
"text": "likes",
|
|
2253
|
+
"marker": "like",
|
|
2254
|
+
"word": "likes",
|
|
2255
|
+
"range": {
|
|
2256
|
+
"start": 3,
|
|
2257
|
+
"end": 11
|
|
2258
|
+
},
|
|
2259
|
+
"evaluateWord": true,
|
|
2260
|
+
"imperative": false,
|
|
2261
|
+
"isVerb": true,
|
|
2262
|
+
"level": 0
|
|
2263
|
+
},
|
|
2249
2264
|
"unflatten": [
|
|
2250
2265
|
"liker",
|
|
2251
2266
|
"likee"
|
|
@@ -2254,6 +2269,17 @@
|
|
|
2254
2269
|
"liker",
|
|
2255
2270
|
"likee"
|
|
2256
2271
|
],
|
|
2272
|
+
"interpolate": [
|
|
2273
|
+
{
|
|
2274
|
+
"property": "liker"
|
|
2275
|
+
},
|
|
2276
|
+
{
|
|
2277
|
+
"property": "operator"
|
|
2278
|
+
},
|
|
2279
|
+
{
|
|
2280
|
+
"property": "likee"
|
|
2281
|
+
}
|
|
2282
|
+
],
|
|
2257
2283
|
"dead": true,
|
|
2258
2284
|
"types": [
|
|
2259
2285
|
"like"
|
|
@@ -2311,6 +2337,21 @@
|
|
|
2311
2337
|
],
|
|
2312
2338
|
"level": 0
|
|
2313
2339
|
},
|
|
2340
|
+
"operator": {
|
|
2341
|
+
"value": "love",
|
|
2342
|
+
"number": "one",
|
|
2343
|
+
"text": "loves",
|
|
2344
|
+
"marker": "love",
|
|
2345
|
+
"word": "loves",
|
|
2346
|
+
"range": {
|
|
2347
|
+
"start": 16,
|
|
2348
|
+
"end": 24
|
|
2349
|
+
},
|
|
2350
|
+
"evaluateWord": true,
|
|
2351
|
+
"imperative": false,
|
|
2352
|
+
"isVerb": true,
|
|
2353
|
+
"level": 0
|
|
2354
|
+
},
|
|
2314
2355
|
"unflatten": [
|
|
2315
2356
|
"lover",
|
|
2316
2357
|
"lovee"
|
|
@@ -2319,6 +2360,17 @@
|
|
|
2319
2360
|
"lover",
|
|
2320
2361
|
"lovee"
|
|
2321
2362
|
],
|
|
2363
|
+
"interpolate": [
|
|
2364
|
+
{
|
|
2365
|
+
"property": "lover"
|
|
2366
|
+
},
|
|
2367
|
+
{
|
|
2368
|
+
"property": "operator"
|
|
2369
|
+
},
|
|
2370
|
+
{
|
|
2371
|
+
"property": "lovee"
|
|
2372
|
+
}
|
|
2373
|
+
],
|
|
2322
2374
|
"types": [
|
|
2323
2375
|
"love"
|
|
2324
2376
|
],
|
|
@@ -2382,6 +2434,21 @@
|
|
|
2382
2434
|
],
|
|
2383
2435
|
"level": 0
|
|
2384
2436
|
},
|
|
2437
|
+
"operator": {
|
|
2438
|
+
"value": "want",
|
|
2439
|
+
"text": "wants",
|
|
2440
|
+
"marker": "want",
|
|
2441
|
+
"word": "wants",
|
|
2442
|
+
"range": {
|
|
2443
|
+
"start": 31,
|
|
2444
|
+
"end": 39
|
|
2445
|
+
},
|
|
2446
|
+
"evaluateWord": true,
|
|
2447
|
+
"imperative": false,
|
|
2448
|
+
"isVerb": true,
|
|
2449
|
+
"number": "one",
|
|
2450
|
+
"level": 0
|
|
2451
|
+
},
|
|
2385
2452
|
"unflatten": [
|
|
2386
2453
|
"wanter",
|
|
2387
2454
|
"wantee"
|
|
@@ -2390,6 +2457,17 @@
|
|
|
2390
2457
|
"wanter",
|
|
2391
2458
|
"wantee"
|
|
2392
2459
|
],
|
|
2460
|
+
"interpolate": [
|
|
2461
|
+
{
|
|
2462
|
+
"property": "wanter"
|
|
2463
|
+
},
|
|
2464
|
+
{
|
|
2465
|
+
"property": "operator"
|
|
2466
|
+
},
|
|
2467
|
+
{
|
|
2468
|
+
"property": "wantee"
|
|
2469
|
+
}
|
|
2470
|
+
],
|
|
2393
2471
|
"types": [
|
|
2394
2472
|
"want"
|
|
2395
2473
|
],
|