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
..
2021-02-19 19:55:23 -05:00
2021-02-05 09:33:14 +01:00
2021-02-20 14:30:39 -05:00
2021-02-17 12:38:53 +01:00
2020-12-16 15:17:17 +01:00
2021-01-31 15:15:17 +00:00
2021-02-19 17:30:20 -05:00
2021-02-17 21:10:14 +00:00
2021-01-04 00:06:14 +01:00
2021-02-14 11:13:56 -05:00
2021-02-17 16:15:00 +01:00
2021-02-07 00:48:57 -05:00
2021-02-19 15:20:27 -05:00
2021-02-17 12:38:53 +01:00
2021-02-14 21:31:31 -06:00