docker-veloren/veloren/assets/common/loadout/spots/dwarf_graverobber.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

19 lines
751 B
Plaintext

#![enable(implicit_some)]
(
head: Choice([
(1, Item("common.items.armor.misc.head.bandana.thief")),
(1, Item("common.items.armor.misc.head.bandana.red")),
(1, Item("common.items.armor.misc.head.hood")),
(1, Item("common.items.armor.misc.head.hood_dark")),
]),
shoulders: Item("common.items.armor.hide.rawhide.shoulder"),
chest: Item("common.items.armor.hide.rawhide.chest"),
gloves: Item("common.items.armor.hide.rawhide.hand"),
belt: Item("common.items.armor.hide.rawhide.belt"),
legs: Item("common.items.armor.hide.rawhide.pants"),
feet: Item("common.items.armor.hide.rawhide.foot"),
lantern: Choice([
(1, Item("common.items.lantern.black_0")),
(2, None),
]),
)