ekms 9.4.5-beta.7 → 9.4.5-beta.9
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 +40 -280
- package/common/colors.instance.json +92 -320
- package/common/comparable.instance.json +42 -10
- package/common/crew.instance.json +662 -990
- package/common/crew.js +0 -15
- package/common/dates.instance.json +0 -84
- package/common/dimension.instance.json +2 -2
- package/common/dimension.js +1 -1
- package/common/edible.instance.json +257 -713
- package/common/fastfood.instance.json +4430 -2890
- package/common/helpers/concept.js +2 -1
- package/common/helpers/dialogues.js +2 -1
- package/common/kirk.instance.json +3 -23
- package/common/length.instance.json +128 -384
- package/common/menus.instance.json +21 -61
- package/common/people.instance.json +68 -32
- package/common/pipboy.instance.json +70 -358
- package/common/pipboy.js +1 -1
- package/common/pokemon.instance.json +350 -102
- package/common/pressure.instance.json +32 -124
- package/common/reports.instance.json +2 -2
- package/common/spock.instance.json +3 -23
- package/common/temperature.instance.json +40 -196
- package/common/weight.instance.json +241 -301
- package/common/wp.instance.json +321 -373
- package/common/wp.js +21 -4
- package/package.json +2 -2
|
@@ -109,7 +109,8 @@ class API {
|
|
|
109
109
|
associator_return_type: [modifiersObjectId, 0],
|
|
110
110
|
// isA: ['adjective'],
|
|
111
111
|
before: ['verb'],
|
|
112
|
-
bridge: `{ ...after[0], ${modifierProperties}, atomic: true, dead: true, marker: next(operator('${modifiersObjectId}')), value: '${modifiersObjectId}', modifiers: append([${modifierList}], after[0].modifiers)}`,
|
|
112
|
+
// bridge: `{ ...after[0], ${modifierProperties}, atomic: true, dead: true, marker: next(operator('${modifiersObjectId}')), value: '${modifiersObjectId}', modifiers: append([${modifierList}], after[0].modifiers)}`,
|
|
113
|
+
bridge: `{ ...after[0], ${modifierProperties}, atomic: true, dead: true, marker: operator('${modifiersObjectId}'), value: '${modifiersObjectId}', modifiers: append([${modifierList}], after[0].modifiers)}`,
|
|
113
114
|
allowDups: true })
|
|
114
115
|
{
|
|
115
116
|
const word = {
|
|
@@ -103,7 +103,8 @@ class API {
|
|
|
103
103
|
await this.args.s({ value, makeObject: true, initial })
|
|
104
104
|
// config.addOperator({ pattern: `(["${fixUps(concept)}"])`, allowDups: true })
|
|
105
105
|
config.addOperator({ pattern: `(["${concept}"|])`, allowDups: true })
|
|
106
|
-
config.addBridge({ id: concept, level: 0, bridge: `{ ...
|
|
106
|
+
config.addBridge({ id: concept, level: 0, bridge: `{ ...operator, dead: true, value: or(operator.value, '${source_value || concept}') }` , allowDups: true })
|
|
107
|
+
// config.addBridge({ id: concept, level: 0, bridge: `{ ...next(operator), value: or(operator.value, '${source_value || concept}') }` , allowDups: true })
|
|
107
108
|
|
|
108
109
|
const addConcept = (word, number) => {
|
|
109
110
|
if (number) {
|
|
@@ -1687,7 +1687,7 @@
|
|
|
1687
1687
|
"types": [
|
|
1688
1688
|
"kirk"
|
|
1689
1689
|
],
|
|
1690
|
-
"level":
|
|
1690
|
+
"level": 0
|
|
1691
1691
|
},
|
|
1692
1692
|
"dead": true,
|
|
1693
1693
|
"level": 2,
|
|
@@ -1724,16 +1724,6 @@
|
|
|
1724
1724
|
"self",
|
|
1725
1725
|
0
|
|
1726
1726
|
]
|
|
1727
|
-
],
|
|
1728
|
-
[
|
|
1729
|
-
[
|
|
1730
|
-
"is",
|
|
1731
|
-
0
|
|
1732
|
-
],
|
|
1733
|
-
[
|
|
1734
|
-
"self",
|
|
1735
|
-
0
|
|
1736
|
-
]
|
|
1737
1727
|
]
|
|
1738
1728
|
],
|
|
1739
1729
|
"summaries": [
|
|
@@ -1799,7 +1789,7 @@
|
|
|
1799
1789
|
{
|
|
1800
1790
|
"marker": [
|
|
1801
1791
|
"kirk",
|
|
1802
|
-
|
|
1792
|
+
0
|
|
1803
1793
|
],
|
|
1804
1794
|
"range": {
|
|
1805
1795
|
"start": 8,
|
|
@@ -1867,16 +1857,6 @@
|
|
|
1867
1857
|
"self",
|
|
1868
1858
|
0
|
|
1869
1859
|
]
|
|
1870
|
-
],
|
|
1871
|
-
[
|
|
1872
|
-
[
|
|
1873
|
-
"is",
|
|
1874
|
-
0
|
|
1875
|
-
],
|
|
1876
|
-
[
|
|
1877
|
-
"self",
|
|
1878
|
-
0
|
|
1879
|
-
]
|
|
1880
1860
|
]
|
|
1881
1861
|
],
|
|
1882
1862
|
"summaries": [
|
|
@@ -1942,7 +1922,7 @@
|
|
|
1942
1922
|
{
|
|
1943
1923
|
"marker": [
|
|
1944
1924
|
"kirk",
|
|
1945
|
-
|
|
1925
|
+
0
|
|
1946
1926
|
],
|
|
1947
1927
|
"range": {
|
|
1948
1928
|
"start": 8,
|