mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
32 lines
629 B
Rust
32 lines
629 B
Rust
[
|
|
(1.0, ModularWeapon(
|
|
tool: Sword,
|
|
material: Bloodsteel,
|
|
hands: None,
|
|
)),
|
|
(1.0, ModularWeapon(
|
|
tool: Axe,
|
|
material: Bloodsteel,
|
|
hands: None,
|
|
)),
|
|
(1.0, ModularWeapon(
|
|
tool: Hammer,
|
|
material: Bloodsteel,
|
|
hands: None,
|
|
)),
|
|
(1.0, ModularWeapon(
|
|
tool: Bow,
|
|
material: Frostwood,
|
|
hands: None,
|
|
)),
|
|
(1.0, ModularWeapon(
|
|
tool: Staff,
|
|
material: Frostwood,
|
|
hands: None,
|
|
)),
|
|
(1.0, ModularWeapon(
|
|
tool: Sceptre,
|
|
material: Frostwood,
|
|
hands: None,
|
|
)),
|
|
] |