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