veloren/assets/test/loadout/ok/inherit_rings.ron
2022-05-16 15:11:36 -04:00

13 lines
422 B
Rust

#![enable(implicit_some)]
(
inherit: Asset("test.loadout.ok.just_rings"),
head: Item("common.items.armor.cultist.bandana"),
active_hands: InHands((
ModularWeapon(tool: Axe, material: Orichalcum, hands: One),
Choice([
(1, ModularWeapon(tool: Hammer, material: Orichalcum, hands: One)),
(1, ModularWeapon(tool: Axe, material: Orichalcum, hands: One)),
]),
)),
)