veloren/assets/common/loadout/default.ron

9 lines
358 B
Rust
Raw Normal View History

// Keep in mind that this should be safe defaults for new character
2022-04-08 15:37:50 +00:00
#![enable(implicit_some)]
(
chest: "common.items.armor.misc.chest.worker_purple_brown",
legs: "common.items.armor.misc.pants.worker_brown",
feet: "common.items.armor.misc.foot.sandals",
lantern: "common.items.lantern.black_0",
glider: "common.items.glider.cloverleaf",
)