mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
10 lines
394 B
Plaintext
10 lines
394 B
Plaintext
// Keep in mind that this should be safe defaults for new character
|
|
({
|
|
Armor(Chest): Item("common.items.armor.misc.chest.worker_purple_brown"),
|
|
Armor(Legs): Item("common.items.armor.misc.pants.worker_brown"),
|
|
Armor(Feet): Item("common.items.armor.misc.foot.sandals"),
|
|
|
|
Lantern: Item("common.items.lantern.black_0"),
|
|
Glider: Item("common.items.glider.glider_cloverleaf"),
|
|
})
|