veloren/assets/common/loadout/dungeon/tier-5/cultist.ron

38 lines
1.2 KiB
Rust
Raw Normal View History

2022-04-08 15:37:50 +00:00
//Little easter egg, lost their mask in a chest
#![enable(implicit_some)]
(
head: [
(111, "common.items.armor.cultist.bandana"),
(1, None),
],
shoulders: "common.items.armor.cultist.shoulder",
chest: "common.items.armor.cultist.chest",
gloves: "common.items.armor.cultist.hand",
back: "common.items.armor.misc.back.dungeon_purple",
belt: "common.items.armor.cultist.belt",
legs: "common.items.armor.cultist.pants",
feet: "common.items.armor.cultist.foot",
lantern: [
(1, "common.items.lantern.black_0"),
(2, None),
],
glider: "common.items.glider.skullgrin",
active_hands: ([
(2, (
tool: Axe,
material: Orichalcum,
hands: None,
)),
2022-04-08 15:37:50 +00:00
(4, "common.items.weapons.sword.cultist"),
(2, "common.items.weapons.staff.cultist_staff"),
(2, "common.items.weapons.hammer.cultist_purp_2h-0"),
(2, (
tool: Hammer,
material: Orichalcum,
hands: None,
)),
2022-04-08 15:37:50 +00:00
(2, "common.items.weapons.bow.velorite"),
(1, "common.items.weapons.sceptre.sceptre_velorite_0"),
], None),
)