veloren/assets/test/loadout/ok/inherit_rings.ron

13 lines
422 B
Rust
Raw Normal View History

2022-04-03 11:27:29 +00:00
#![enable(implicit_some)]
(
inherit: Asset("test.loadout.ok.just_rings"),
2022-05-06 19:58:52 +00:00
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)),
]),
)),
2022-04-03 11:27:29 +00:00
)