mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
19 lines
669 B
Rust
19 lines
669 B
Rust
#![enable(implicit_some)]
|
|
(
|
|
head: [
|
|
(1, "common.items.armor.misc.head.bandana.thief"),
|
|
(1, "common.items.armor.misc.head.bandana.red"),
|
|
(1, "common.items.armor.misc.head.hood"),
|
|
(1, "common.items.armor.misc.head.hood_dark"),
|
|
],
|
|
shoulders: "common.items.armor.hide.rawhide.shoulder",
|
|
chest: "common.items.armor.hide.rawhide.chest",
|
|
gloves: "common.items.armor.hide.rawhide.hand",
|
|
belt: "common.items.armor.hide.rawhide.belt",
|
|
legs: "common.items.armor.hide.rawhide.pants",
|
|
feet: "common.items.armor.hide.rawhide.foot",
|
|
lantern: [
|
|
(1, "common.items.lantern.black_0"),
|
|
(2, None),
|
|
],
|
|
) |