veloren/assets/common/items/weapons
Avi Weinstock 8bdbf4f7c9 Implement modular weapons.
- Add ItemKind::ModularComponent, Item::components.
- Add tool::StatKind::{Direct,Modular} for the modular weapons themselves.
- Move ItemConfig from ItemDesc to Item, so components' stats can be taken into account.
- Crafting stores into the components field.
- Components/recipes/placeholders are created dynamically.
- Show which components a modular weapon contains in the tooltip in voxygen.

Squashed fixes:
- `Item::duplicate` components in `Item::new_from_item_def`.
- Speed of 1.0 for now.
2021-02-20 14:30:39 -05:00
..
axe Implement modular weapons. 2021-02-20 14:30:39 -05:00
axe_1h Added 1h swords. 2021-02-19 19:33:26 -05:00
bow Implement modular weapons. 2021-02-20 14:30:39 -05:00
dagger Implement modular weapons. 2021-02-20 14:30:39 -05:00
empty Implement modular weapons. 2021-02-20 14:30:39 -05:00
hammer Implement modular weapons. 2021-02-20 14:30:39 -05:00
hammer_1h Added 1h swords. 2021-02-19 19:33:26 -05:00
sceptre Implement modular weapons. 2021-02-20 14:30:39 -05:00
shield Implement modular weapons. 2021-02-20 14:30:39 -05:00
staff Implement modular weapons. 2021-02-20 14:30:39 -05:00
sword Implement modular weapons. 2021-02-20 14:30:39 -05:00
sword_1h Added 1h swords. 2021-02-19 19:33:26 -05:00
tool Implement modular weapons. 2021-02-20 14:30:39 -05:00