@rpg-engine/long-bow 0.5.48 → 0.5.49
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/dist/long-bow.cjs.development.js +2 -0
- package/dist/long-bow.cjs.development.js.map +1 -1
- package/dist/long-bow.cjs.production.min.js +1 -1
- package/dist/long-bow.cjs.production.min.js.map +1 -1
- package/dist/long-bow.esm.js +2 -0
- package/dist/long-bow.esm.js.map +1 -1
- package/package.json +2 -2
- package/src/components/SkillsContainer.tsx +2 -0
- package/src/mocks/skills.mocks.ts +7 -1
package/dist/long-bow.esm.js
CHANGED
|
@@ -18178,6 +18178,7 @@ var skillProps = {
|
|
|
18178
18178
|
color: uiColors.blue,
|
|
18179
18179
|
values: {
|
|
18180
18180
|
fishing: 'foods/fish.png',
|
|
18181
|
+
farming: 'foods/cabbage.png',
|
|
18181
18182
|
mining: 'crafting-resources/iron-ingot.png',
|
|
18182
18183
|
lumberjacking: 'crafting-resources/greater-wooden-log.png',
|
|
18183
18184
|
blacksmithing: 'hammers/hammer.png',
|
|
@@ -18201,6 +18202,7 @@ var skillNameMap = {
|
|
|
18201
18202
|
shielding: 'Shielding',
|
|
18202
18203
|
dagger: 'Dagger',
|
|
18203
18204
|
fishing: 'Fishing',
|
|
18205
|
+
farming: 'Farming',
|
|
18204
18206
|
mining: 'Mining',
|
|
18205
18207
|
lumberjacking: 'Lumberjacking',
|
|
18206
18208
|
blacksmithing: 'Blacksmithing',
|