mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
14 lines
486 B
Plaintext
14 lines
486 B
Plaintext
({
|
|
"shoulder": Item("common.items.armor.leather_plate.shoulder"),
|
|
"chest": Item("common.items.armor.leather_plate.chest"),
|
|
"belt": Item("common.items.armor.leather_plate.belt"),
|
|
"hands": Item("common.items.armor.leather_plate.hand"),
|
|
"pants": Item("common.items.armor.leather_plate.pants"),
|
|
"feet": Item("common.items.armor.leather_plate.foot"),
|
|
|
|
"lantern": Choice([
|
|
(1.0, Some(Item("common.items.lantern.black_0"))),
|
|
(2.0, None),
|
|
]),
|
|
})
|