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

12 lines
209 B
Rust
Raw Normal View History

EntityConfig (
name: Automatic,
body: RandomWith("moose"),
alignment: Alignment(Wild),
2021-10-18 14:33:31 +00:00
loot: LootTable("common.loot_tables.creature.quad_medium.generic"),
hands: Uninit,
meta: [],
)