mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
15 lines
498 B
Rust
15 lines
498 B
Rust
#![enable(implicit_some)]
|
|
(
|
|
shoulders: "common.items.armor.ferocious.shoulder",
|
|
chest: "common.items.armor.ferocious.chest",
|
|
gloves: "common.items.armor.ferocious.hand",
|
|
back: "common.items.armor.ferocious.back",
|
|
belt: "common.items.armor.ferocious.belt",
|
|
legs: "common.items.armor.ferocious.pants",
|
|
feet: "common.items.armor.ferocious.foot",
|
|
lantern: [
|
|
(1, "common.items.lantern.black_0"),
|
|
(2, None),
|
|
],
|
|
glider: "common.items.glider.blue",
|
|
) |