mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
13 lines
392 B
Rust
13 lines
392 B
Rust
|
#![enable(implicit_some)]
|
||
|
(
|
||
|
inherit: Asset("test.loadout.ok.just_rings"),
|
||
|
head: Item("common.items.armor.cultist.bandana"),
|
||
|
active_hands: InHands((
|
||
|
Item("common.items.weapons.axe_1h.orichalcum-0"),
|
||
|
Choice([
|
||
|
(1, Item("common.items.weapons.hammer_1h.orichalcum-0")),
|
||
|
(1, Item("common.items.weapons.axe_1h.orichalcum-0")),
|
||
|
]),
|
||
|
)),
|
||
|
)
|