veloren/assets/common/entity/wild/peaceful/dodo.ron
2023-02-14 23:17:20 +00:00

12 lines
242 B
Rust

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