@rpg-engine/long-bow 0.2.18 → 0.2.19

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rpg-engine/long-bow",
3
- "version": "0.2.18",
3
+ "version": "0.2.19",
4
4
  "license": "MIT",
5
5
  "main": "dist/index.js",
6
6
  "typings": "dist/index.d.ts",
@@ -83,7 +83,7 @@
83
83
  },
84
84
  "dependencies": {
85
85
  "@rollup/plugin-image": "^2.1.1",
86
- "@rpg-engine/shared": "^0.4.46",
86
+ "@rpg-engine/shared": "^0.4.54",
87
87
  "dayjs": "^1.11.2",
88
88
  "fs-extra": "^10.1.0",
89
89
  "lodash": "^4.17.21",
@@ -9,6 +9,7 @@ import {
9
9
  export const items: IItem[] = [
10
10
  {
11
11
  _id: '629acef1c7c8e8002ff60736',
12
+ hasUseWith: false,
12
13
  type: ItemType.Weapon,
13
14
  subType: ItemSubType.Sword,
14
15
  textureAtlas: 'items',
@@ -42,6 +43,7 @@ export const items: IItem[] = [
42
43
  },
43
44
  {
44
45
  _id: '629acef1c7c8e8002ff73564',
46
+ hasUseWith: false,
45
47
  type: ItemType.Weapon,
46
48
  subType: ItemSubType.Axe,
47
49
  textureAtlas: 'items',
@@ -73,6 +75,7 @@ export const items: IItem[] = [
73
75
  },
74
76
  {
75
77
  _id: '629acef1c7c8e8002ff60723',
78
+ hasUseWith: false,
76
79
  type: ItemType.Consumable,
77
80
  subType: ItemSubType.Potion,
78
81
  textureAtlas: 'items',
@@ -105,6 +108,7 @@ export const items: IItem[] = [
105
108
  },
106
109
  {
107
110
  _id: '629acek4j7c8e8002ff60034',
111
+ hasUseWith: false,
108
112
  type: ItemType.Consumable,
109
113
  subType: ItemSubType.Food,
110
114
  textureAtlas: 'items',
@@ -137,6 +141,7 @@ export const items: IItem[] = [
137
141
  },
138
142
  {
139
143
  _id: '629acek4j7c8e8002fg60034',
144
+ hasUseWith: false,
140
145
  type: ItemType.Consumable,
141
146
  subType: ItemSubType.Accessory,
142
147
  textureAtlas: 'items',
@@ -170,6 +175,7 @@ export const items: IItem[] = [
170
175
  {
171
176
  _id: '392acek4j7c8e8002ff60403',
172
177
  type: ItemType.CraftMaterial,
178
+ hasUseWith: false,
173
179
  subType: ItemSubType.Other,
174
180
  textureAtlas: 'items',
175
181
  allowedEquipSlotType: [ItemSlotType.Inventory],
@@ -202,6 +208,7 @@ export const items: IItem[] = [
202
208
 
203
209
  {
204
210
  _id: '392acek4j7c8e8002ff60404',
211
+ hasUseWith: false,
205
212
  type: ItemType.Container,
206
213
  subType: ItemSubType.Other,
207
214
  textureAtlas: 'items',