veloren/assets/common/entity/dungeon/fallback/boss.ron

13 lines
241 B
Plaintext
Raw Normal View History

EntityConfig (
name: Some("Crazy Sheep"),
body: Some(RandomWith("sheep")),
loot: Some(LootTable("common.loot_tables.fallback")),
main_tool: None,
second_tool: None,
loadout_asset: None,
skillset_asset: None,
)