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

13 lines
261 B
Plaintext
Raw Normal View History

EntityConfig (
name: Some("Tidal Warrior"),
body: Some(RandomWith("tidalwarrior")),
loot: Some(LootTable("common.loot_tables.dungeon.tier-2.boss")),
main_tool: None,
second_tool: None,
loadout_asset: None,
skillset_asset: None,
)