mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
11 lines
422 B
Rust
11 lines
422 B
Rust
#![enable(implicit_some)]
|
|
(
|
|
shoulders: "common.items.armor.hide.dragonscale.shoulder",
|
|
chest: "common.items.armor.hide.dragonscale.chest",
|
|
gloves: "common.items.armor.hide.dragonscale.hand",
|
|
back: "common.items.armor.hide.dragonscale.back",
|
|
belt: "common.items.armor.hide.dragonscale.belt",
|
|
legs: "common.items.armor.hide.dragonscale.pants",
|
|
feet: "common.items.armor.hide.dragonscale.foot",
|
|
)
|