docker-veloren/veloren/assets/common/loadout/default.ron
Glauber Ferreira e11bf493a1
All checks were successful
Build and Push Image / Build and push image (push) Successful in 3m5s
primeiro commit
2024-04-29 21:38:53 -03:00

9 lines
389 B
Plaintext

// 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.basic_white"),
)