veloren/assets/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
..
abilities Factored out duplicate code into closures, consolidated ability handling logic to a single function. 2021-02-19 18:45:48 -05:00
items Implement modular weapons. 2021-02-20 14:30:39 -05:00
loot_tables fit models, adjusted drop rates 2021-02-11 09:29:26 -05:00
skill_trees keyframed axe spin 2021-01-19 08:08:18 -05:00
cave_scatter.ron Added 6 gems, removed shiny gem from cave, replaced with diamond. 2021-01-24 14:00:49 +00:00
npc_names.ron Revert "Added TR translations for deaths by debuffs." 2021-01-20 11:20:06 +00:00
recipe_book.ron Implement tags for items, allowing a crafting recipe to take any item with that tag as input. 2021-02-16 01:05:54 +00:00