veloren/assets/common/loadout/village/alchemist.ron
2022-05-16 15:11:36 -04:00

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"),
)