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

13 lines
255 B
Plaintext
Raw Normal View History

EntityConfig (
name: Some("Clay Golem"),
body: Some(RandomWith("claygolem")),
loot: Some(LootTable("common.loot_tables.dungeon.tier-3.boss")),
main_tool: None,
second_tool: None,
loadout_asset: None,
skillset_asset: None,
)