group_bot/assets/test/loadout/ok/just_choice_hands.ron
2024-06-13 19:16:24 -04:00

18 lines
509 B
Plaintext

#![enable(implicit_some)]
(
active_hands: Choice([
(1, InHands((
Item("common.items.weapons.sword_1h.starter"),
Item("common.items.weapons.sword_1h.starter"),
))),
(1, InHands((
ModularWeapon(tool: Hammer, material: Orichalcum, hands: One),
ModularWeapon(tool: Axe, material: Orichalcum, hands: One),
))),
(1, InHands((
Item("common.items.weapons.sword.cultist"),
None,
))),
]),
)