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

11 lines
233 B
Rust
Raw Normal View History

2022-10-24 22:31:04 +00:00
#![enable(implicit_some)]
(
name: Automatic,
body: RandomWith("bat"),
alignment: Alignment(Enemy),
loot: LootTable("common.loot_tables.creature.bat"),
2022-10-24 22:31:04 +00:00
inventory: (
loadout: FromBody,
),
meta: [],
)