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

11 lines
422 B
Rust
Raw Normal View History

2022-04-03 11:27:29 +00:00
#![enable(implicit_some)]
(
2022-04-07 15:07:43 +00:00
shoulders: "common.items.armor.hide.dragonscale.shoulder",
chest: "common.items.armor.hide.dragonscale.chest",
gloves: "common.items.armor.hide.dragonscale.hand",
back: "common.items.armor.hide.dragonscale.back",
belt: "common.items.armor.hide.dragonscale.belt",
legs: "common.items.armor.hide.dragonscale.pants",
feet: "common.items.armor.hide.dragonscale.foot",
2022-04-03 11:27:29 +00:00
)