veloren/assets/common/entity/wild/peaceful/goose.ron
2022-04-08 19:17:01 +03:00

11 lines
242 B
Rust

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