veloren/assets/common/loadouts/outcast.ron
2021-05-23 19:19:20 +03:00

14 lines
480 B
Plaintext

({
"shoulder": Item("common.items.armor.cloth_purple.shoulder"),
"chest": Item("common.items.armor.cloth_purple.chest"),
"belt": Item("common.items.armor.cloth_purple.belt"),
"hands": Item("common.items.armor.cloth_purple.hand"),
"pants": Item("common.items.armor.cloth_purple.pants"),
"feet": Item("common.items.armor.cloth_purple.foot"),
"lantern": Choice([
(1.0, Some(Item("common.items.lantern.black_0"))),
(2.0, None),
]),
})