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

12 lines
233 B
Rust
Raw Normal View History

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