veloren/assets/common/entity/wild/aggressive/bat.ron
2022-10-25 00:31:04 +02:00

11 lines
243 B
Rust

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