mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
9 lines
466 B
Rust
9 lines
466 B
Rust
#![enable(implicit_some)]
|
|
(
|
|
head: Item("common.items.npc_armor.biped_small.adlet.head.hunter"),
|
|
chest: Item("common.items.npc_armor.biped_small.adlet.chest.hunter"),
|
|
gloves: Item("common.items.npc_armor.biped_small.adlet.hand.hunter"),
|
|
belt: Item("common.items.npc_armor.biped_small.adlet.tail.hunter"),
|
|
legs: Item("common.items.npc_armor.biped_small.adlet.pants.hunter"),
|
|
feet: Item("common.items.npc_armor.biped_small.adlet.foot.hunter"),
|
|
) |