mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
10 lines
404 B
Rust
10 lines
404 B
Rust
#![enable(implicit_some)]
|
|
(
|
|
head: Item("common.items.armor.alchemist.hat"),
|
|
chest: Item("common.items.armor.alchemist.chest"),
|
|
gloves: Item("common.items.armor.cloth.druid.hand"),
|
|
belt: Item("common.items.armor.alchemist.belt"),
|
|
legs: Item("common.items.armor.alchemist.pants"),
|
|
feet: Item("common.items.armor.ferocious.foot"),
|
|
lantern: Item("common.items.lantern.black_0"),
|
|
) |