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