veloren/assets/common/entity/dungeon/tier-1/rat.ron

14 lines
277 B
Plaintext
Raw Normal View History

EntityConfig (
name: Some("Rat"),
body: RandomWith("rat"),
alignment: Alignment(Enemy),
loot: Some(LootTable("common.loot_tables.creature.quad_small.generic")),
main_tool: None,
second_tool: None,
loadout_asset: None,
skillset_asset: None,
)