mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
9 lines
388 B
Rust
9 lines
388 B
Rust
// Keep in mind that this should be safe defaults for new character
|
|
#![enable(implicit_some)]
|
|
(
|
|
chest: Item("common.items.armor.misc.chest.worker_purple_brown"),
|
|
legs: Item("common.items.armor.misc.pants.worker_brown"),
|
|
feet: Item("common.items.armor.misc.foot.sandals"),
|
|
lantern: Item("common.items.lantern.black_0"),
|
|
glider: Item("common.items.glider.cloverleaf"),
|
|
) |