mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
16 lines
481 B
Plaintext
16 lines
481 B
Plaintext
EntityConfig (
|
|
name: Some("Cultist Warlock"),
|
|
body: Some(RandomWith("cultist_warlock")),
|
|
|
|
loot: Some(LootTable("common.loot_tables.dungeon.tier-5.enemy")),
|
|
|
|
main_tool: Some(Choice([
|
|
(1.5, Some(Item("common.items.weapons.staff.bipedlarge-cultist_staff"))),
|
|
(1.0, Some(Item("common.items.weapons.bow.bipedlarge-velorite"))),
|
|
])),
|
|
second_tool: None,
|
|
|
|
loadout_asset: None,
|
|
skillset_asset: Some("common.skillset.dungeon.tier-5.enemy"),
|
|
)
|