veloren/assets/common/entity/wild/aggressive/bat.ron

11 lines
233 B
Rust

#![enable(implicit_some)]
(
name: Automatic,
body: RandomWith("bat"),
alignment: Alignment(Enemy),
loot: LootTable("common.loot_tables.creature.bat"),
inventory: (
loadout: FromBody,
),
meta: [],
)