@rpg-engine/long-bow 0.3.69 → 0.3.70
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 +1 -1
- package/src/components/SkillsContainer.tsx +2 -0
|
@@ -35677,6 +35677,7 @@ var skillProps = {
|
|
|
35677
35677
|
fishing: 'foods/fish.png',
|
|
35678
35678
|
mining: 'crafting-resources/iron-ingot.png',
|
|
35679
35679
|
lumberjacking: 'crafting-resources/greater-wooden-log.png',
|
|
35680
|
+
blacksmithing: 'hammers/hammer.png',
|
|
35680
35681
|
cooking: 'foods/chickens-meat.png',
|
|
35681
35682
|
alchemy: 'potions/greater-mana-potion.png'
|
|
35682
35683
|
}
|
|
@@ -35699,6 +35700,7 @@ var skillNameMap = {
|
|
|
35699
35700
|
fishing: 'Fishing',
|
|
35700
35701
|
mining: 'Mining',
|
|
35701
35702
|
lumberjacking: 'Lumberjacking',
|
|
35703
|
+
blacksmithing: 'Blacksmithing',
|
|
35702
35704
|
cooking: 'Cooking',
|
|
35703
35705
|
alchemy: 'Alchemy'
|
|
35704
35706
|
};
|