veloren/assets/common/loadout/village/alchemist.ron

10 lines
422 B
Rust
Raw Normal View History

2022-02-06 05:43:46 +00:00
({
Armor(Chest): Item("common.items.armor.alchemist.chest"),
Armor(Hands): Item("common.items.armor.cloth.druid.hand"),
Armor(Legs): Item("common.items.armor.alchemist.pants"),
Armor(Belt): Item("common.items.armor.alchemist.belt"),
Armor(Feet): Item("common.items.armor.ferocious.foot"),
Armor(Head): Item("common.items.armor.alchemist.hat"),
Lantern: Item("common.items.lantern.black_0"),
})