veloren/common
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
..
benches Remove spurious uses of Vox. 2020-09-26 16:30:40 +02:00
net Addressed comments 2021-02-19 19:55:23 -05:00
src Implement modular weapons. 2021-02-20 14:30:39 -05:00
sys Clean and update dependencies 2021-02-17 01:27:06 -08:00
build.rs fix and improve nix build: actually output a proper veloren voxygen package now 2020-11-25 02:00:50 +03:00
Cargo.toml Clean and update dependencies 2021-02-17 01:27:06 -08:00