mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
13 lines
357 B
Plaintext
13 lines
357 B
Plaintext
EntityConfig (
|
|
name: Some("Cultist Warlock"),
|
|
body: Some(RandomWith("cultist_warlord")),
|
|
|
|
loot: Some(LootTable("common.loot_tables.dungeon.tier-5.enemy")),
|
|
|
|
main_tool: Some(Item("common.items.weapons.staff.cultist_staff")),
|
|
second_tool: None,
|
|
|
|
loadout_asset: None,
|
|
skillset_asset: Some("common.skillset.dungeon.tier-5.enemy"),
|
|
)
|