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

8 lines
389 B
Rust

#![enable(implicit_some)]
(
head: Item("common.items.npc_armor.biped_small.gnome.head.gnome"),
chest: Item("common.items.npc_armor.biped_small.gnome.chest.gnome"),
gloves: Item("common.items.npc_armor.biped_small.gnome.hand.gnome"),
legs: Item("common.items.npc_armor.biped_small.gnome.pants.gnome"),
feet: Item("common.items.npc_armor.biped_small.gnome.foot.gnome"),
)