mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
14 lines
508 B
Plaintext
14 lines
508 B
Plaintext
({
|
|
Armor(Chest): Item("common.items.armor.hide.rawhide.chest"),
|
|
Armor(Shoulders): Item("common.items.armor.hide.rawhide.shoulder"),
|
|
Armor(Belt): Item("common.items.armor.hide.rawhide.belt"),
|
|
Armor(Hands): Item("common.items.armor.hide.rawhide.hand"),
|
|
Armor(Legs): Item("common.items.armor.hide.rawhide.pants"),
|
|
Armor(Feet): Item("common.items.armor.hide.rawhide.foot"),
|
|
|
|
Lantern: Choice([
|
|
(1.0, Some(Item("common.items.lantern.black_0"))),
|
|
(2.0, None),
|
|
]),
|
|
})
|