veloren/assets/common/entity/dungeon/tier-4/boss.ron

13 lines
252 B
Plaintext
Raw Normal View History

EntityConfig (
name: Some("Minotaur"),
body: Some(RandomWith("minotaur")),
loot: Some(LootTable("common.loot_tables.dungeon.tier-4.boss")),
main_tool: None,
second_tool: None,
loadout_asset: None,
skillset_asset: None,
)