mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
13 lines
422 B
Rust
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)),
|
|
]),
|
|
)),
|
|
)
|