mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
14 lines
568 B
Rust
14 lines
568 B
Rust
#![enable(implicit_some)]
|
|
(
|
|
head: "common.items.armor.merchant.turban",
|
|
neck: "common.items.armor.misc.neck.gem_of_resilience",
|
|
shoulders: "common.items.armor.merchant.shoulder",
|
|
chest: "common.items.armor.merchant.chest",
|
|
gloves: "common.items.armor.merchant.hand",
|
|
ring1: "common.items.armor.misc.ring.gold",
|
|
ring2: "common.items.armor.misc.ring.gold",
|
|
belt: "common.items.armor.merchant.belt",
|
|
legs: "common.items.armor.merchant.pants",
|
|
feet: "common.items.armor.merchant.foot",
|
|
lantern: "common.items.lantern.black_0",
|
|
) |