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

14 lines
268 B
Plaintext
Raw Normal View History

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