mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
15 lines
428 B
Plaintext
15 lines
428 B
Plaintext
EntityConfig (
|
|
name: Some("Cultist"),
|
|
body: Some(RandomWith("humanoid")),
|
|
|
|
loot: Some(LootTable("common.loot_tables.dungeon.tier-5.enemy")),
|
|
|
|
main_tool: Some(Choice([
|
|
(1.0, Some(Item("common.items.weapons.sceptre.sceptre_velorite_0"))),
|
|
])),
|
|
second_tool: None,
|
|
|
|
loadout_asset: Some("common.loadout.dungeon.tier-5.cultist"),
|
|
skillset_asset: Some("common.skillset.dungeon.tier-5.enemy"),
|
|
)
|