mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
13 lines
387 B
Plaintext
13 lines
387 B
Plaintext
|
EntityConfig (
|
||
|
name: Some("Beastmaster"),
|
||
|
|
||
|
main_tool: Some(Choice([
|
||
|
(1.0, Some(Item("common.items.weapons.axe.malachite_axe-0"))),
|
||
|
(1.0, Some(Item("common.items.weapons.sword.bloodsteel-1"))),
|
||
|
(1.0, Some(Item("common.items.weapons.bow.velorite"))),
|
||
|
])),
|
||
|
second_tool: None,
|
||
|
|
||
|
loadout_config: Some("common.loadout.dungeon.tier-5.beastmaster"),
|
||
|
)
|